Search found 227 matches

by zylesea
Wed Nov 11, 2015 12:21 am
Forum: MUI Royale
Topic: Embed .xml-definitions?
Replies: 3
Views: 6355

Re: Embed .xml-definitions?

Sure, just link the file using the @FILE preprocessor command or use the [[ ]] operator to embed the XML from your script. Sometimes I feel stupid, but how to access the included file? (...) @FILE 1, "muidef.xml" (...) mui.createGUI(FileToString(1)) (...) I mean the blunt "1" as...
by zylesea
Wed Nov 04, 2015 12:51 am
Forum: General plugin questions
Topic: 68k binary and ppc plugin
Replies: 1
Views: 3822

68k binary and ppc plugin

Is it normal behaviour that a 68k hollywood application run on a ppc system requires 68k plugins? I played a bit with MUI Royale and compiled it for 68k, but the attempt to run the 68k program on MorphOS doesn't work with the error message that no MUI Royale hwp would be present (which of course is,...
by zylesea
Sun Nov 01, 2015 11:30 pm
Forum: Showcase
Topic: Some scientific/educational software
Replies: 29
Views: 43139

Re: My Hollywood projects

Another very small program: Exutil It's a batch renaming tool for pictures sorted by date retrieved from Exif header information. Uses MUI Royale. Undecided wheter this may become something bigger or just stay as it is. Was just a MUI Royale play around and solve a little problem result, but dumped ...
by zylesea
Sun Sep 27, 2015 11:37 pm
Forum: Announcements
Topic: HTTP Streamer 1.0 released
Replies: 9
Views: 16544

Re: HTTP Streamer 1.0 released

Looks pretty cool.
Big thanks for this new plug in.
by zylesea
Sun Sep 27, 2015 1:56 am
Forum: Wishlist
Topic: return value for iskeydown or waitkeydown
Replies: 6
Views: 8649

Re: return value for iskeydown or waitkeydown

Sounds good.
And as for the timeout option, as said that would be only the cherry on top, nothing of too high importance.
by zylesea
Sun Sep 27, 2015 1:48 am
Forum: General programming
Topic: GetDisplayModes and OpenDisplay and Windows
Replies: 4
Views: 5576

Re: GetDisplayModes and OpenDisplay and Windows

Thanks for pointing me to that thread, hadn't seen that. I'll try the "glgalore workaround".
by zylesea
Sat Sep 26, 2015 12:41 am
Forum: General programming
Topic: GetDisplayModes and OpenDisplay and Windows
Replies: 4
Views: 5576

GetDisplayModes and OpenDisplay and Windows

I try to open a display on its own screen in native resolution. My approach: get Displaymodes with getdisplaymodes and open a display with the values of the last item of the list returned by getdisplaymodes. This works on my MorphOS machines, on my WindowsXP setup, but it fails on my Win 10 setup. U...
by zylesea
Sun Sep 13, 2015 12:34 am
Forum: Wishlist
Topic: return value for iskeydown or waitkeydown
Replies: 6
Views: 8649

Re: return value for iskeydown or waitkeydown

I think it would be great if iskeydown and waitkeydown would accept "any" as argument for any key and return the value of the pressed key accordingly. How would multiple simultaneously pressed down keys get handled? One return value is not enough, you would need a state table. I thought t...
by zylesea
Tue Sep 08, 2015 12:37 am
Forum: Wishlist
Topic: return value for iskeydown or waitkeydown
Replies: 6
Views: 8649

return value for iskeydown or waitkeydown

I think it would be great if iskeydown and waitkeydown would accept "any" as argument for any key and return the value of the pressed key accordingly. Something like that:

Code: Select all

result$=iskeydown(ANY)
print (result$)
by zylesea
Tue Sep 08, 2015 12:17 am
Forum: Showcase
Topic: Some scientific/educational software
Replies: 29
Views: 43139

Re: Some scientific/educational software

Updated Simephys now as well.
http://via.i-networx.de/Simephys/about.htm
It's my biggest Hollywood project so far, but for a very narrow target group (electrophysiologists). Next new program should be for a broader audience...