Search found 603 matches

by jPV
Sun Aug 16, 2020 9:12 am
Forum: General questions
Topic: Trouble with switches
Replies: 6
Views: 7050

Re: Trouble with switches

The image link seems to be a dropbox link and doesn't show as embedded then. Here's the URL to it for easier viewing: https://www.dropbox.com/s/o7u3nrv827c6r ... 6.png?dl=0
by jPV
Fri Aug 14, 2020 6:04 pm
Forum: MUI Royale
Topic: DSI crashes with mui.CreateObject on OS4
Replies: 4
Views: 5884

DSI crashes with mui.CreateObject on OS4

I think I've seen these kind of DSI crashes with my earlier programs occasionally, but now it really got a problem when coding RNOPublisher. I was creating and freeing MUI objects (and attaching/detaching them) on the fly always when user selected different objects from the listview, and the program...
by jPV
Wed Aug 12, 2020 7:52 am
Forum: Newbie questions
Topic: How to detect if the program already is running?
Replies: 5
Views: 3817

Re: How to detect if the program already is running?

If you're making your program only for Amiga compatibles, ARexx is quite handy for that. You could do something like this: rexxport = "MYTESTPROGRAM" err = ?CreateRexxPort(rexxport) If err = #ERR_PORTNOTAVAIL DebugPrint("Program is already running.") ; You could send updated info...
by jPV
Mon Aug 03, 2020 4:06 pm
Forum: Showcase
Topic: RNOPublisher
Replies: 11
Views: 11113

Re: RNOPublisher

very very cool job!! hope for more Thanks! it if ie easy (just compiler export) publish somewhere windows version too ! It's made with MUI Royale, so not going to happen that easily. I still haven't looked RapaGUI that well... I don't know if everything in this program would be doable with it too. ...
by jPV
Wed Jul 29, 2020 8:59 pm
Forum: Showcase
Topic: RNOPublisher
Replies: 11
Views: 11113

RNOPublisher

RNOPublisher is an easy-to-use PDF publishing program. Features: - Supports the most common page sizes in portrait and landscape modes - Freely placeable text boxes, images, PDF links, and graphical objects - PDF links can point to document pages or web links - Supports base fonts that don't affect...
by jPV
Wed Jul 08, 2020 8:06 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12863

Re: Poppen on AmigaOSes

Yeah, maybe that's a solution too, although didn't think that originally. So, the situation was this originally if you hadn't initialized any value for the poppen object in the GUI creation, let's show it in screenshots. Here's how it was in OS4 before that new penadjust: http://jpv.wmhost.com/testi...
by jPV
Tue Jul 07, 2020 6:13 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12863

Re: Poppen on AmigaOSes

Selecting pens works now. The other issue is still there: 1) The poppen object (the button) initially shows like the black color would be selected, and if you query its RGB value at this point, you get 0 as the result. If we compare to MUI on MorphOS, on MorphOS there's an empty gadget with no color...
by jPV
Tue Jul 07, 2020 7:44 am
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12863

Re: Poppen on AmigaOSes

That Class2 demo works fine, it seems to give color values. And on Hollywood program it's not about notifications only, I just made it in the event function to be tested easily realtime with different selections. It also fails when you do ConsolePrint(mui.Get("color", "RGB")) any...
by jPV
Mon Jul 06, 2020 8:03 pm
Forum: RapaGUI
Topic: Converting MUI to RAPA
Replies: 3
Views: 2732

Re: Converting MUI to RAPA

Some (most?) plugins load automatically at startup if you have them in the directories Hollywood looks for plugins. In this case you don't need the @REQUIRE line at all. So, in your case it probably loads both plugins at startup and that's why MUI Royale still works. If you remove muiroyale.hwp file...
by jPV
Mon Jul 06, 2020 5:44 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12863

Re: Poppen on AmigaOSes

Sorry for not testing this earlier... unfortunately it still doesn't seem to work here.

Here's when I've clicked the predefined pens, it just gives 0 no matter which of them I select: pic 1

And it gives correct color values if I select from that color ring thing: pic 2