Search found 528 matches

by plouf
Fri Sep 06, 2024 10:30 am
Forum: General questions
Topic: Running an applet
Replies: 1
Views: 78

Re: Running an applet

wow must the first even applet distribution :) everyone prefer numerus exe's :) except speed, does anything else have diffirence ? under AmigaOS especially 68k speed matters ... and havign a gfx card (fastest possible) helps a lot i guess 8 bit is faster ? because less stuff consume cpu power ? and ...
by plouf
Wed Sep 04, 2024 5:28 pm
Forum: General programming
Topic: get currently in use catalog
Replies: 4
Views: 257

Re: get currently in use catalog

i think you are trying to get locale name aka greek.catalog LocaleName =GetLanguageInfo(GetSystemLanguage()).Name DebugPrint(LocaleName) the above code should provide locale default name, path is as explained in manual of OpenCatalog() so OpenCatalog("MyProgram.catalog") in me, will open <...
by plouf
Tue Sep 03, 2024 5:09 pm
Forum: General programming
Topic: get currently in use catalog
Replies: 4
Views: 257

Re: get currently in use catalog

You cant know what catalog is used. Except you personal track of what catalog you have open via opencatalog()

As for the rest command , what info wyou expected to get?
by plouf
Tue Sep 03, 2024 6:56 am
Forum: Newbie questions
Topic: How to get Hollywood programs running under MacOS?
Replies: 6
Views: 366

Re: How to get Hollywood programs running under MacOS?

hollywood is one of the few so much crossplatformer and yes it can run under macos, but you have to create a MacOS executable file from IDE select File->Complie for single platform-> macos (probably Macos (x64) should be ok for MOST macos computers today ) it will create a macos compatible executabl...
by plouf
Sun Sep 01, 2024 9:26 am
Forum: Hollywood bugs
Topic: ConsolePrompt() promts in debug window not in console
Replies: 4
Views: 730

Re: ConsolePrompt() promts in debug window not in console

lost it !

in "fix" says "when using DebugPrompt()" but we are speaking for Consolepromt() ? is the same thing ? just typo?

also, dont know if its related and so fixed, but same problem is with ConsolePrint().
by plouf
Sat Aug 31, 2024 11:42 pm
Forum: Announcements
Topic: RapaGUI 2.2 released
Replies: 5
Views: 546

Re: RapaGUI 2.2 released

I see same behaviour in mos/aos4
But works in 68k and windows (uknown about linux)

I have copy new plugin to linker and testing with windows ide to other targets

Maybe mos/os4 need some other updated lib too ?
by plouf
Fri Aug 30, 2024 8:03 am
Forum: RapaGUI
Topic: Example templates?
Replies: 4
Views: 316

Re: Example templates?

are you looking for the FOLDER that comes when you download rapagui plugin ?
or just in manual?

all are full working examples/programs, some are full working app themselfs like
HTMLview = full working browser
VideoPlayer = full workign player
TExtEditor = full text editor

and almost all of them
by plouf
Fri Aug 30, 2024 7:30 am
Forum: RapaGUI
Topic: Example templates?
Replies: 4
Views: 316

Re: Example templates?

RapaGUI comes with a folder called examples
Has examples(,with xml for these examples) there
by plouf
Thu Aug 29, 2024 5:57 pm
Forum: General programming
Topic: Get info code about connection to an URL
Replies: 10
Views: 808

Re: Get info code about connection to an URL

Its the
DebugPrint() command... Part of my example
by plouf
Thu Aug 29, 2024 5:49 pm
Forum: General programming
Topic: Get info code about connection to an URL
Replies: 10
Views: 808

Re: Get info code about connection to an URL

Output window?