Search found 125 matches

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: 327

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: 327

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: 327

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: 578

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: 331

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: 207

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: 613

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: 613

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: 613

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
by Redlion
Tue Jun 17, 2025 3:25 am
Forum: RapaGUI
Topic: How do I make a borderless fullscreen in RAPAGUI
Replies: 9
Views: 613

How do I make a borderless fullscreen in RAPAGUI

Hi all, I was trying to make a fullscreen image veiwer with RapaGUI, but I have run into problems. I can set every thing up on a normal screen but as soon as I put Borderless in the window tag it does not display properly. /*** This script requires the RapaGUI plugin*/ @REQUIRE "RapaGUI", ...