Search found 361 matches

by amyren
Tue Apr 09, 2024 2:39 pm
Forum: RapaGUI
Topic: sortable depending on other attributes
Replies: 4
Views: 274

Re: sortable depending on other attributes

Just tested the 68k executables under AmiKit (winuae) and then this works similar as on windows.
by amyren
Tue Apr 09, 2024 11:13 am
Forum: RapaGUI
Topic: sortable depending on other attributes
Replies: 4
Views: 274

Re: sortable depending on other attributes

Initially this is on Windows 11 x64, but I also compiled executable for 68k and MOS to test under MorphOS and there are similar issues also. Although a bit differen results. Just having the sortable attribute set for all columns and then sorting is totallt disabled on both MOS/68k and Windows. If I ...
by amyren
Thu Apr 04, 2024 5:34 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 395

Re: Is there a way to process inputs during a dialog?

Figured it out.
Obviously the notify must match the case so I need to use notify="Active" in the xml file and put my Case "Klasse" under the Case "Active" section.
by amyren
Thu Apr 04, 2024 11:14 am
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 395

Re: Is there a way to process inputs during a dialog?

I got it all working, but now I want to change the "Klasse" into a Choice entry. How do I then set up notify correctly? I tried the following code, but it does not work. The first debugprint does not get triggered. I added this under EventFunc (RapaGUI section) Case "Choice": Deb...
by amyren
Wed Apr 03, 2024 1:32 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 395

Re: Is there a way to process inputs during a dialog?

Thanks again. I actually already had that accept option set to take TRBtrb only. I was thinking in the case the person is registered as T or R first, but then it turns out it should be B. So when changing it to B the text "-2024" must be removed from the "deltatt" field and inste...
by amyren
Wed Apr 03, 2024 11:32 am
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 395

Re: Is there a way to process inputs during a dialog?

Thanks for pointing this out, you are right ofcourse. Its just my limitied understanding of how RapaGui works that prevented me from seing it the first time. I'll try to explain what I was trying to do. In my local community we have this annual skiing event uphill a mountain that has been going on s...
by amyren
Tue Apr 02, 2024 6:07 pm
Forum: RapaGUI
Topic: sortable depending on other attributes
Replies: 4
Views: 274

sortable depending on other attributes

In a listview I have multiple colums set as sortable and a few of them also set as ediable. But if I remove the editable attribiute from all colums, then the sorting stops working. To recreate, take the RapaGUI example Dialogs and edit the Dialogs.xml like this <?xml version="1.0" encoding...
by amyren
Tue Apr 02, 2024 12:07 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 395

Re: Is there a way to process inputs during a dialog?

Thanks for your suggerstion, unfortunately I could not use your solution in my program. I just used the zip code as an example for my question, but I need to process the input diffently. But your example with that pop-up windows made me realize I could just as well use a regular systemrequest to get...
by amyren
Fri Mar 29, 2024 5:05 pm
Forum: RapaGUI
Topic: Is there a way to process inputs during a dialog?
Replies: 8
Views: 395

Is there a way to process inputs during a dialog?

I use the RapaGUI example Dialogs as an example for my question. What I want to do is to change and update the content of one input field based on the input from another field. Eg. run the Dialogs.hws example and press the Add button. Eg. if the user enters OSLO in the field labeled City, then the Z...
by amyren
Thu Jan 11, 2024 12:37 pm
Forum: Newbie questions
Topic: Window output on remote desktop
Replies: 0
Views: 1302

Window output on remote desktop

I was about to post this as a question, but fould the answer just before posting. Just post it now as a tip in case anyone get into the same situation. I have this program that I want to run as an unattended server, and also be able to access the program remotely using Remote Desktop or TeamViewer o...