Search found 126 matches

by Redlion
Tue Mar 24, 2026 9:30 am
Forum: Code snippets area
Topic: Improved Simple Gadgets Part 5
Replies: 2
Views: 28388

Re: Improved Simple Gadgets Part 5

@ amyren Just tried it and it worked with the Font changed to Arial. I was using Hollywood 9 on a PC (but it should work on most systems as it uses standard Hollywood functions). Check that you have downloaded all of the files and there contents are the right ones, I quite often have issues with the...
by Redlion
Tue Sep 16, 2025 3:25 pm
Forum: General programming
Topic: How to tell if a file is a valid sqlite database?
Replies: 5
Views: 13936

Re: How to tell if a file is a valid sqlite database?

@JPV

Yes I would generally agree with you, but the example was cut down from a much larger program. I had to leave out a lot and had to tweak it to work as an simple example. So it was not as elegant as it could be.

Cheers
Leo
by Redlion
Thu Sep 11, 2025 1:27 pm
Forum: General programming
Topic: How to tell if a file is a valid sqlite database?
Replies: 5
Views: 13936

Re: How to tell if a file is a valid sqlite database?

@ NathanH Here is some code I use to check a SQL file. /*** Make sure we have at least Hollywood 9.0! *************************************************************/ @VERSION 9,0 /*** Information about this app ****************************************************************************/ @APPTITLE &q...
by Redlion
Thu Sep 11, 2025 12:12 pm
Forum: General programming
Topic: How to tell if a file is a valid sqlite database?
Replies: 5
Views: 13936

Re: How to tell if a file is a valid sqlite database?

@ NathanH

If you look at an SQL Lite file in a text editor, you will find that it starts with "SQLite format 3" Just check for that, if its there - load it, if is not , its not an SQL file.

Cheers
Leo
by Redlion
Wed Sep 10, 2025 3:00 pm
Forum: Newbie questions
Topic: Forum Problems?
Replies: 8
Views: 15033

Re: Forum Problems?

@ oceanarts

I too have had this problem lately. I now write my post in a text editor and paste it in.

Cheers Leo
by Redlion
Sun Aug 31, 2025 2:07 am
Forum: General programming
Topic: (info) menu on the top window frame
Replies: 4
Views: 13297

Re: (info) menu on the top window frame

@ shiumacal If you are not using a User Interface Plugin ( RAPA or ROYALE ), have a look at my post "Improved Simple Gadget Instructions". There is a menu system in there that you maybe able to use/adapt for your needs. @DISPLAY 1, {Width=800, Height=400, Color=#SILVER, Title=" by Leo...
by Redlion
Wed Jun 18, 2025 3:46 am
Forum: Hollywood bugs
Topic: Borderless fullscreen in RapaGUI with Amiga OS4
Replies: 0
Views: 36965

Borderless fullscreen in RapaGUI with Amiga OS4

HI,

I have tried to create a fullscreen borderless window in RapaGUI 2.2 on Amiga OS4.

The screen does not display properly, see 'How do I make a borderless fullscreen in RapaGUI' for code examoples.

@plouf has had a look and can confirm something is not right.

Cheers
Leo
by Redlion
Wed Jun 18, 2025 3:34 am
Forum: RapaGUI
Topic: How do I make a borderless fullscreen in RAPAGUI
Replies: 9
Views: 24078

Re: How do I make a borderless fullscreen in RAPAGUI

@ plouf

Thanks for looking into this form me, you have confirmed that something is not correct within the latest versions of AmigaOS4 and Hollywood 9.

I will log a bug report, and see if there is a work around.

Thanks agian

Leo
by Redlion
Tue Jun 17, 2025 11:27 am
Forum: RapaGUI
Topic: How do I make a borderless fullscreen in RAPAGUI
Replies: 9
Views: 24078

Re: How do I make a borderless fullscreen in RAPAGUI

@ plouf

I am using Amiga OS4, I understand that you can not have borderless on Windows.

Cheers
Leo
by Redlion
Tue Jun 17, 2025 11:12 am
Forum: RapaGUI
Topic: How do I make a borderless fullscreen in RAPAGUI
Replies: 9
Views: 24078

Re: How do I make a borderless fullscreen in RAPAGUI

@ plouf

I tried what you sugested, but that does not work.

How do I open a fullscreen in RapaGUI ?

Cheers
Leo