Search found 117 matches

by ilbarbax
Thu Oct 22, 2020 12:19 pm
Forum: RapaGUI
Topic: strange behaviour of sizewindow
Replies: 5
Views: 3662

strange behaviour of sizewindow

changing the size window the display on it does not change the width consequently, while the height does. Help please ttt$=[[ <?xml version="1.0" encoding="iso-8859-1"?> <application id="EasyRapa"> <window id="win" title="EasyRapa" width="300&qu...
by ilbarbax
Tue Oct 20, 2020 4:50 pm
Forum: Showcase
Topic: EasyRapa
Replies: 14
Views: 13703

EasyRapa

This is a project I'm working around for 6 months. The project is quite ambitious and huge. In few words it is a semi graphical interface where you can put your objects and fill the relative data to generate a RapaGiu form. This will generate the HWS and XML files automatically already structured ac...
by ilbarbax
Thu Oct 08, 2020 9:26 am
Forum: RapaGUI
Topic: help needed on treeview setitem
Replies: 5
Views: 3610

Re: help needed on treeview setitem

Windows 7 64
by ilbarbax
Mon Oct 05, 2020 4:56 pm
Forum: RapaGUI
Topic: help needed on treeview setitem
Replies: 5
Views: 3610

Re: help needed on treeview setitem

Here you are File test1.xml <?xml version="1.0" encoding="iso-8859-1"?> <application id="EasyRapa"> <window id="win" width="800" height="600" > <vgroup> <treeview id="tv" editablenodes="true"> <column title="Item&qu...
by ilbarbax
Fri Oct 02, 2020 1:19 pm
Forum: RapaGUI
Topic: help needed on treeview setitem
Replies: 5
Views: 3610

help needed on treeview setitem

I have a treeview where I prepared a dialog to edit the different fields and when I try to save the updated data only the first field is updated and not the subsequent ones. Probably I do something wrong. Help please. This is part of the XML involved: <treeview id="tv" editablenodes="...
by ilbarbax
Wed Sep 30, 2020 3:44 pm
Forum: RapaGUI
Topic: label.text length
Replies: 1
Views: 1731

label.text length

I noticed that the length of the label is set when the form is built in relation to the length of the text on the label itself. It set a new text in the hws with the set instruction the length is not updated, at lest the form layout remain the same. Then in case I set like that <label id="kjkj&...
by ilbarbax
Thu Jul 30, 2020 4:43 pm
Forum: RapaGUI
Topic: textview.CursorPos should be usefull
Replies: 1
Views: 1617

textview.CursorPos should be usefull

@Andreas
Could be possible to add cursorpos to textview as well?

thanks
by ilbarbax
Wed Jul 08, 2020 1:07 pm
Forum: RapaGUI
Topic: Texteditor line by line
Replies: 3
Views: 2705

Re: Texteditor line by line

Correct, i.e extract line 12 modify and then rewrite back (may be with a different length).
by ilbarbax
Tue Jul 07, 2020 1:38 pm
Forum: RapaGUI
Topic: Texteditor line by line
Replies: 3
Views: 2705

Texteditor line by line

How can I handle the texteditor line by line? The only actual solution I found is to copy the text into a table where each table item is a texteditor line being split by chr(10). Once modified I rewrite the entire texteditor text by merging the table lines. This is not a good solution as I duplicate...
by ilbarbax
Wed Jul 01, 2020 9:13 am
Forum: RapaGUI
Topic: toolbar and dialog
Replies: 1
Views: 1814

toolbar and dialog

It seems that toolbar is not working on dialog, Hollywood crashes (under Windows). I use this code (don't care to the square brackets) [[<dialog ID="Preference" title="]]..obj[entity].name..[[" width="250"> <vgroup> <toolbar> <button id="pd_Ok" icon="19&q...