Search found 167 matches

by p-OS
Mon Feb 15, 2021 5:51 pm
Forum: MUI Royale
Topic: Wishlist: PopArea
Replies: 3
Views: 3732

Re: Wishlist: PopArea

I used it long time ago. it's a more generic Pop class, and the super class of the Popxxx classes already supported by MUIRoyale. As you can make any child of Area class to Popup, I had sotred it in my mind as PopArea.mui That's wrong, however. It actually is called PopObject.mui https://github.com/...
by p-OS
Sun Feb 14, 2021 3:37 am
Forum: MUI Royale
Topic: Bug: Imagebutton does not trigger pressed notification
Replies: 2
Views: 3386

Bug: Imagebutton does not trigger pressed notification

I wanted to have a button with the builtin image for "Play" so that I use the symbol defined in MUI Prefs by the user instead of my own custom image. <imagebutton id="myimgbut" notify="pressed" source="TapePlay"/> But I never get a "pressed" notifica...
by p-OS
Sun Feb 14, 2021 3:30 am
Forum: MUI Royale
Topic: Wishlist: exportID for PopFile ; NOTIFY method for domethod()
Replies: 1
Views: 2979

Wishlist: exportID for PopFile ; NOTIFY method for domethod()

Problem 1: I use a PopFile instance in the Prefs window of my Application. But it doesn't support exportID to save the contents. Its string gadget theoretecally does, but I don't know the id of the field, only that of PopFile. I had to add an additional hidden string file with an exportID to store t...
by p-OS
Sun Feb 14, 2021 3:06 am
Forum: MUI Royale
Topic: Wishlist: PopArea
Replies: 3
Views: 3732

Wishlist: PopArea

MUIRoyale supports
Popdrawer class
Popfile class
Popfont class
Poplist class
Poppen class

But the generic PopArea class is not supported, would be nice to have it.
by p-OS
Sun Feb 14, 2021 2:51 am
Forum: SDK
Topic: HW/Lua calling C function with lightuserdata param ?
Replies: 1
Views: 16735

HW/Lua calling C function with lightuserdata param ?

My main problem with writing a HW Plugin is the fact that I have not much experience in actively writing C code. Especially all those pointer related syntax is confusing (compared to other os level languages like E, Pascal...). Thus I try to play around with simple examples. I was succesful with wri...
by p-OS
Mon Feb 08, 2021 2:39 am
Forum: RapaGUI
Topic: Make textentry readonly?
Replies: 10
Views: 5917

Re: Make textentry readonly?

Well, I was thinking in MUI world, maybe FrameStyles are not available in RapaGUI
by p-OS
Sun Feb 07, 2021 10:08 pm
Forum: RapaGUI
Topic: Make textentry readonly?
Replies: 10
Views: 5917

Re: Make textentry readonly?

Just an idea.

Maybe explicitly setting String.Accept Attribute to an empty String "" ? (Not Nil)

And eventually change FrameType ?
by p-OS
Sat Feb 06, 2021 3:40 am
Forum: Newbie questions
Topic: Program Structure
Replies: 12
Views: 6152

Re: Program Structure

In Pascal , C, E etc. you define all your functions and procedures first, then you declare your main() function. The compiler creates code that starts to execute where main() is. In Hollywood however, your .hws Script itself is the main() function ! example: given be example.hws: ;declaring a functi...
by p-OS
Mon Feb 01, 2021 10:37 pm
Forum: Newbie questions
Topic: Posting a SOAP request
Replies: 7
Views: 3890

Re: Posting a SOAP request

Maybe you could try sth. like this: url=http://192.168.1.227:1400/MediaRenderer/AVTransport/Control mimetype="text/xml" request=[[ <?xml version="1.0" encoding="utf-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http...
by p-OS
Mon Jan 18, 2021 8:15 pm
Forum: General programming
Topic: MUIRoyale - Problem with % sign in TextItem Content
Replies: 3
Views: 2444

Re: MUIRoyale - Problem with % sign in TextItem Content

jPV wrote: Mon Jan 18, 2021 4:59 pm This works for me on MorphOS. On which system you're testing it?
MorphOS 3.15

Hollywood 8.0
MUIRoyale 1.7

GUI.xml and my .hws Skript are written in ISO 8859-1