Search found 532 matches

by plouf
Thu Sep 12, 2024 6:48 pm
Forum: Hollywood bugs
Topic: ConsolePrompt() prompts in debug window not in console
Replies: 11
Views: 1310

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

I cant imagine anyone that should expect consoleprint() . . Go to ide instead of ...console
I believe none has test it yet. Even I, notice it from this guy's example. I dont use console at all ATM

But anyway :-)
by plouf
Thu Sep 12, 2024 11:55 am
Forum: General programming
Topic: Retrieve volumes list
Replies: 6
Views: 417

Re: Retrieve volumes list

but hollywood do NOT have enought internal commands to do it and its impossible to have commands for eveything. Some things must be done external,.... in Windows is relative easy to scan as, said, with HaveVolume() every letter (its just 26) in unix you can use directoryitems() in /dev but in Oses l...
by plouf
Wed Sep 11, 2024 8:38 pm
Forum: Hollywood bugs
Topic: ConsolePrompt() prompts in debug window not in console
Replies: 11
Views: 1310

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

Ok

But pointing in where text going to

I believe consolepromt() AND consoleprint() text output should go to console (black console window)
While debugprint() should go to ide's bottom listgadget
by plouf
Tue Sep 10, 2024 7:56 pm
Forum: Hollywood bugs
Topic: ConsolePrompt() prompts in debug window not in console
Replies: 11
Views: 1310

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

sorry :)

this is the "supposed correct" correct? -> https://ctrl.vi/i/fS7undM5n

why else ConsolePrint() not g to the console ?
by plouf
Fri Sep 06, 2024 10:30 am
Forum: General questions
Topic: Running an applet
Replies: 2
Views: 499

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: 5
Views: 503

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: 5
Views: 503

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

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() prompts in debug window not in console
Replies: 11
Views: 1310

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: 7
Views: 1079

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 ?