Search found 603 matches

by jPV
Thu Apr 25, 2019 4:57 pm
Forum: MUI Royale
Topic: Balance class
Replies: 5
Views: 8027

Balance class

I would need a balance object between groups to allow user resizing of contents. It looks that there isn't a way to add that with MUI Royale?
by jPV
Thu Apr 18, 2019 4:28 pm
Forum: Showcase
Topic: RNOWidgets
Replies: 16
Views: 27598

Re: RNOWidgets

Thanks to Andreas' improvements to Hollywood, RNOWidgets also improves :) Version 1.4 is now released: - Added SSL support for network enabled widgets (requires AmiSSL v4) - Added CXKEY (global hotkey) option to iconify/un-iconify widgets - Changed the console output method - RSS: Updated presets - ...
by jPV
Thu Apr 18, 2019 4:23 pm
Forum: Showcase
Topic: RNORadio
Replies: 8
Views: 13846

Re: RNORadio

But would this also be possible with AmigaAmp :?: Not that easily... I've modified the external player to send information to RNORadio, and with AmigaAMP I'd have to change the whole structure how the program works completely other way around. My goal was also to make the program stand-alone and I'...
by jPV
Mon Apr 15, 2019 9:06 pm
Forum: Showcase
Topic: RNORadio
Replies: 8
Views: 13846

Re: RNORadio

Unfortunately it's using an external player for streaming and playback, and that program works only on MorphOS. But if anyone can point me a lightweight open source shell based streaming program for other platforms, then I can port it.
by jPV
Mon Apr 15, 2019 7:35 pm
Forum: MUI Royale
Topic: Multiple Windows
Replies: 5
Views: 7187

Re: Multiple Windows

You can put all window definitions into the same XML file, next to each other under the application tags. For example like this . If you don't want them all displayed at the start, set open="false" for those you want to be hidden, and manually open them when you need. Another option would ...
by jPV
Mon Apr 15, 2019 6:28 pm
Forum: General programming
Topic: How to know if a directory or Path is valid?
Replies: 5
Views: 4408

Re: How to know if a directory or Path is valid?

If it's OK to get the "Please insert volume..." requester for wrong volume names (and give a user a possibility to mount/insert the requested device), just check the path with the Exists() function, and forget the HaveVolume() function. But if you want it to quietly check if both volume an...
by jPV
Mon Apr 15, 2019 5:54 pm
Forum: General programming
Topic: How to know if a directory or Path is valid?
Replies: 5
Views: 4408

Re: How to know if a directory or Path is valid?

You can check if the volume is valid with the HaveVolume() function. And if you then need to check for a deeper directory structure, you can use the Exists() function.
by jPV
Sat Apr 06, 2019 4:53 pm
Forum: MUI Royale
Topic: Using MUI's built-in images
Replies: 3
Views: 4594

Re: Using MUI's built-in images

Oh, thanks! Documentation seems to be missing that: https://www.hollywood-mal.com/docs/html ... rmat_.html
by jPV
Sat Apr 06, 2019 12:13 pm
Forum: MUI Royale
Topic: Using MUI's built-in images
Replies: 3
Views: 4594

Using MUI's built-in images

Can you use MUI's built-in images somehow with the text formatting codes? There's \33A[s] for Hollywood's brushes, but could I get pre-defined images inserted to text? Or convert the pre-defined images to brushes or something? At the moment I would like to use pre-defined arrow images in listviewcol...
by jPV
Tue Apr 02, 2019 5:28 pm
Forum: Showcase
Topic: RNORadio
Replies: 8
Views: 13846

RNORadio

RNORadio is a GUI based internet radio player program for MP3 streams. The actual streaming and playback is based on the CgmRadio program, but RNORadio still works as a stand-alone program with no dependencies. The program is available for MorphOS. Features: - Two GUI options: MUI or custom skin(s)...