Search found 468 matches

by plouf
Mon Mar 20, 2023 9:40 pm
Forum: Wishlist
Topic: Homepage: Open links to documentation and forum in separate tabs
Replies: 7
Views: 2105

Re: Homepage: Open links to documentation and forum in separate tabs

Where is this from ? I checked forum before posting and was _blank
by plouf
Mon Mar 20, 2023 9:30 pm
Forum: Wishlist
Topic: Homepage: Open links to documentation and forum in separate tabs
Replies: 7
Views: 2105

Re: Homepage: Open links to documentation and forum in separate tabs

i see what ou mean, but you are a bit confused
_blank IS used, and in order to open in same tab _self must be used
by plouf
Mon Mar 20, 2023 7:07 pm
Forum: General programming
Topic: Show splash screen while app is loading?
Replies: 11
Views: 3376

Re: Show splash screen while app is loading?

Plananarama is a special case .can only be done (currently) only when compiling under amiga os68k version

As explained
https://forums.hollywood-mal.com/viewt ... 01#p18001
by plouf
Wed Mar 15, 2023 9:36 pm
Forum: RapaGUI
Topic: how do I Dynamicaly adding textboxes
Replies: 7
Views: 2209

Re: how do I Dynamicaly adding textboxes

your logic is diffirent and you most probably hit some kind of non-predicted situation in rapagui by "you logic is diffirent" i mena i see that will be by far more easier and cleaner to use listview like this /*** This script requires the RapaGUI plugin*/ @REQUIRE "RapaGUI" /*** ...
by plouf
Wed Mar 15, 2023 9:12 am
Forum: RapaGUI
Topic: how do I Dynamicaly adding textboxes
Replies: 7
Views: 2209

Re: how do I Dynamicaly adding textboxes

Can you post an example that compiles directly and its the minimun size to see what you mean?

Above example do not compile under windows at least
by plouf
Mon Mar 13, 2023 7:03 pm
Forum: Announcements
Topic: Hollywood X add-ons released
Replies: 2
Views: 1999

Re: Hollywood X add-ons released

Better say version 8..

Most probably text "also avaialble in googleplay" shall removed until problem is fixed..
by plouf
Fri Mar 10, 2023 5:52 pm
Forum: Wishlist
Topic: PROPOSAL - beta paid channel
Replies: 1
Views: 1478

PROPOSAL - beta paid channel

Hi sometimes, for many reasons, a fix applied takes some time until future version arrives. A solution in some competitive communities is a "special" beta channel, where users, interest in language, have early access to fixed versions. this channel is paid, and except the fee, more or less...
by plouf
Wed Mar 08, 2023 7:15 pm
Forum: General plugin questions
Topic: How do I get Column Name from SQLite3 database
Replies: 2
Views: 1845

Re: How do I get Column Name from SQLite3 database

i will do it that way

Code: Select all

	db = sqlite3.open(DB$)

	For row In db:nrows("PRAGMA table_info(TABLE_NAME_HERE);")
	 	DebugPrint("Column position = "..row.cid.." - Column name ="..row.name)
	Next
db:close()
by plouf
Sun Mar 05, 2023 11:28 pm
Forum: RapaGUI
Topic: Listviewcolumn.Checkbox - readonly?
Replies: 1
Views: 1512

Re: Listviewcolumn.Checkbox - readonly?

AFAIK no.
But i see no reason to have a checkbox if tou are NEVER gone use it as a checkbox..

A text or image should do the job...
by plouf
Sun Mar 05, 2023 1:55 pm
Forum: Announcements
Topic: Hollywood 10: Xcelicious out now!
Replies: 15
Views: 6627

Re: Hollywood 10: Xcelicious out now!

Wait a bit and manual will updated to X
https://hollywood-mal.com/help.html