Search found 5446 matches

by airsoftsoftwair
Wed Sep 06, 2017 10:08 pm
Forum: Showcase
Topic: RNOComics
Replies: 10
Views: 13784

Re: RNOComics

Looks great! Don't forget to post the news over at http://www.amigaworld.net too :)
by airsoftsoftwair
Tue Sep 05, 2017 6:31 pm
Forum: Newbie questions
Topic: Requester library
Replies: 1
Views: 3020

Re: Requester library

Both is currently not possible since setting such things is something most operating systems don't support without going to great pains.
by airsoftsoftwair
Tue Sep 05, 2017 6:30 pm
Forum: Newbie questions
Topic: Pick out items in treeview
Replies: 7
Views: 8615

Re: Pick out items in treeview

Thank you airsoft. It is really easy when you know how, but I just could not work it out from the manual (my stupidity). Actually, the Treeview.GetEntry() documentation and the whole method are pretty confusing. It's all the fault of MUI's Listtree.mcc class which has the very same method. RapaGUI ...
by airsoftsoftwair
Tue Sep 05, 2017 6:19 pm
Forum: General programming
Topic: WB Icon
Replies: 17
Views: 18080

Re: WB Icon

When will that fix be available? When it's ready :) In the xml file I can pass appicon filename. Is there an other way t do it in .hws available? I need make the icon name a variable. Just use a placeholder in the XML and then use ReplaceStr() on the XML to replace the placeholder with the variable...
by airsoftsoftwair
Tue Sep 05, 2017 5:34 pm
Forum: General questions
Topic: unused multiple return values
Replies: 3
Views: 8196

Re: unused multiple return values

r-tea wrote:Another case worth to clarify in docs :)
Ah, I think it's common sense. I've never seen a programming language which allows that. It would be very confusing.
by airsoftsoftwair
Tue Sep 05, 2017 5:33 pm
Forum: RapaGUI
Topic: slider problem
Replies: 2
Views: 4121

Re: slider problem

Right, this seems to be a bug in the non-MUI versions RapaGUI backends. I'll fix this. Thanks for reporting!
by airsoftsoftwair
Tue Sep 05, 2017 5:31 pm
Forum: RapaGUI
Topic: RapaGUI exit and checkevent
Replies: 2
Views: 3835

Re: RapaGUI exit and checkevent

CheckEvent() isn't supported by RapaGUI. You have to use WaitEvent().
by airsoftsoftwair
Sun Sep 03, 2017 12:12 pm
Forum: General programming
Topic: what determines order of layer buttons?
Replies: 2
Views: 3447

Re: what determines order of layer buttons?

I think it is decided in the order those buttons are created. When calling MakeButton(), Hollywood will chain this button at the end of a linked list inside the current BGPic. So buttons created first, will be checked first.
by airsoftsoftwair
Sun Sep 03, 2017 12:07 pm
Forum: General programming
Topic: Work with archives
Replies: 6
Views: 8129

Re: Work with archives

Actually, there has been a zip archive handler plugin lying around on my hard disk for about 3 years now. It was written as a test for the file and directory adapter plugin interfaces. I guess I should finish and release this :)