Search found 21 matches

by delbourg
Tue Nov 21, 2017 8:33 am
Forum: Newbie questions
Topic: Compilation on morphos
Replies: 11
Views: 10630

Re: Compilation on morphos

Thank you so much for your explanation. I will remove the width specification therefore for the morphos version. I look forward to getting version 3.1 in due course so that I can reinstate the width.
by delbourg
Thu Nov 16, 2017 5:23 am
Forum: Newbie questions
Topic: Compilation on morphos
Replies: 11
Views: 10630

Re: Compilation on morphos

Here is my xml file... <?xml version="1.0" encoding="iso-8859-1"?> <application id="app"> <window id="win" title="Treeview" height="600" width="800"> <vgroup> <treeview id="tv" hrules="True" vrules="True&q...
by delbourg
Tue Nov 14, 2017 9:53 am
Forum: Newbie questions
Topic: Compilation on morphos
Replies: 11
Views: 10630

Re: Compilation on morphos

I am now in a quandary. When I open my program (which is basically a treeview) through Hollywood in morphos, I get no complaints. But all the writing and columns have disappeared. This is a complete mystery because the identical program works fine on a pc or a mac. I do not understand what is going ...
by delbourg
Fri Nov 10, 2017 8:39 am
Forum: Newbie questions
Topic: Compilation on morphos
Replies: 11
Views: 10630

Re: Compilation on morphos

Thank you all for your advice. This is a great forum.
by delbourg
Thu Nov 09, 2017 9:01 am
Forum: Newbie questions
Topic: Compilation on morphos
Replies: 11
Views: 10630

Re: Compilation on morphos

Thank you very much for your reply. But I am still unclear what version of rapagui I should download. There are columns for mac os x, windows, linux, android, etc. but no column for morphos. I can only assume it is for Amiga as that is the closest to morphos. Am I correct? Thanks for telling me what...
by delbourg
Wed Nov 08, 2017 9:26 am
Forum: Newbie questions
Topic: Compilation on morphos
Replies: 11
Views: 10630

Compilation on morphos

I have managed to get my Hollywood program compiled on a pc and on a mac. Both use rapagui and I know where to place it in the directory. My question is associated with compilation on morphos running on a mac ppc. The question is in two parts. 1. Should I be using muiroyale or rapagui for morphos? 2...
by delbourg
Mon Sep 25, 2017 12:53 pm
Forum: Announcements
Topic: RapaGUI 1.2 released
Replies: 8
Views: 11842

Re: RapaGUI 1.2 released

Do we just overwrite the previous version or is the procedure more subtle?
by delbourg
Sun Sep 10, 2017 11:18 am
Forum: General programming
Topic: Changing xml files
Replies: 8
Views: 9612

Re: Changing xml files

I have got over my problems by simplifying the process. My primary script open a primary xml file where I make a choice of secondary xml file and associated window, closing the primary window in the process. Closing the second window ends the program and this avoids adding and opening extra windows....
by delbourg
Sun Sep 10, 2017 7:35 am
Forum: General programming
Topic: Changing xml files
Replies: 8
Views: 9612

Re: Changing xml files

Yes I have placed the InstallEventHandler command towards the end. I have a feeling that I have just not understood the way the messaging goes after i load the child window, which is why the buttons on the child window are inactive. I will have to study your dynamic1 example in more detail I think s...
by delbourg
Sun Sep 10, 2017 12:55 am
Forum: General programming
Topic: Changing xml files
Replies: 8
Views: 9612

Re: Changing xml files

Yes thank you, I know how to do that, includng creating the app as a child process. In other words I can load whatever xml file I want. However the buttons on the loaded xml file seem to be inactive: when pressed they do nothing. I have a feeling it is some problem with my interpretation of msg for ...