World: r3wp
[!RebGUI] A lightweight alternative to VID
older newer | first last |
Robert 20-Nov-2006 [4985x2] | Area: I just use it for notes and therefor it's OK. |
OT: Just posting from a ICE-3 running at 300km/h | |
Pekr 20-Nov-2006 [4987] | :-) |
Maxim 20-Nov-2006 [4988] | still have an RS6? |
Pekr 20-Nov-2006 [4989] | fast train - in Germany? |
Maxim 20-Nov-2006 [4990] | hihi |
Robert 20-Nov-2006 [4991] | Yep, RS6... but for only 3 weeks, than I have to return it. |
Maxim 20-Nov-2006 [4992] | what next? |
Robert 20-Nov-2006 [4993x2] | Yes, fastes train here in Germany. |
Max, waiting for an RS8 ;-)) | |
Maxim 20-Nov-2006 [4995] | hehe guesss this should go into chat ! ;-) |
Robert 20-Nov-2006 [4996x3] | ok, to much OT now... |
Again, if anyone want to merge my changes to RebGUI & document them, tell me. | |
You will do the whole community a flavour. | |
Graham 20-Nov-2006 [4999x2] | why not just send them to Ashley to look at? |
and he can decide what he wants to use. | |
Ashley 20-Nov-2006 [5001] | Good idea, if you email all the changes in a single zip attachment I'll probably get around to looking at it a lot faster ;) Any existing doco you have would also be nice, saves a lot of time trying to guess why certain changes were made. |
CharlesW 21-Nov-2006 [5002] | Hi folks. Is there a way to set a background image for the display. IE: Backdrop %image using rebGui? |
Ashley 21-Nov-2006 [5003] | Refer to your question (and answer) of Nov 9. |
CharlesW 21-Nov-2006 [5004] | Thanks Ashley. I did not see the response to Louis question. |
Graham 23-Nov-2006 [5005x5] | I wanted to remember the spell check window, and it seems that I have to capture the face/parent-face/parent-face/offset and not the face/parent-face/offset as expected. Why is this? |
I notice that last-offset is set to face/parent-face/offset ... | |
I have the same problem also with closing windows. Sometimes the button is in a layout with nothing else. Sometimes I use unview/only face/parent-face and sometimes it works, and other times it does nothing. | |
if the spell checker hits a word which is not in the visible part of the screen, does the screen scroll to display this text? | |
make object! [ code: 400 type: 'math id: 'zero-divide arg1: none arg2: none arg3: none near: [pane/data: - para/scroll/y / (total - visible)] where: 'switch ] | |
Robert 26-Nov-2006 [5010] | Ashley, sent you our current RebGUI version with documentation. |
Ashley 26-Nov-2006 [5011] | Thanks, I'll have a look at this next weekend. |
Graham 27-Nov-2006 [5012x2] | Ashley, feasible to add a scroller to tab panels if the widgets inside are too large? |
Pekr, is it time to release the grid that Cyphre did yet? | |
Pekr 27-Nov-2006 [5014] | yes, I will do, shortly. Now I will concentrate my free IT time to release it ... |
Ashley 27-Nov-2006 [5015] | Graham, difficult. Not going to be a high priority for me anytime soon. |
Louis 2-Dec-2006 [5016] | Would someone please give me an example of how to feed data from a sqlite db into a rebgui table? |
Robert 2-Dec-2006 [5017x2] | a: sql/flat "select * from" insert clear table/data a table/redraw |
The returned columns from SQLite must be the same layout as the table definition. | |
Ashley 2-Dec-2006 [5019] | connect/flat %test.db display "Test" compose/only [ table options ["Col" left 1.0] data (sql "select col from my_table") ] do-events |
Louis 3-Dec-2006 [5020x4] | Robert and Ashley, many thanks! I now have table displayed. |
However, the new rows do not display when entered. I have to restart the script to see them. | |
I assume that table/redraw is needed to make them show up, but I can't get it to work. | |
By the way, very clear example, Ashley. | |
Robert 3-Dec-2006 [5024] | Ashley's example is a static one. The data is fetched only once when the compose happens. If you add my code to an action block of a button for example, the table is updated dynamically. |
Jean-François 5-Dec-2006 [5025] | Guys, it would be great if you could submit this as code for the cookbook. It would take a beginner like me months of part time reading and thinkering to come up with this. Think of the "outside in" approach proposed by B.Meyer. |
Graham 8-Dec-2006 [5026] | Ashley, I have a label inside a group-box which is inside three nested tab-panels. Localisation is not changing the labels. |
Ashley 8-Dec-2006 [5027] | Works here. Are you sure the label is not being set/changed dynamically? Which raises the interesting question of whether the show-text, data and title funcs should be "locale aware" ... |
Graham 8-Dec-2006 [5028x4] | Yes, it is not being changed dynamically. |
Must be my old distro that I am still using. | |
I'll do some tests with the latest. | |
but I do have some labels, buttons where the text is changed dynamically | |
Ashley 8-Dec-2006 [5032x2] | Localization code hasn't changed for a long time, so I doubt it's a build# problem. |
The test I ran here was a single label in a group-box within a tab-panel within a tab-panel within a tab-panel. | |
Graham 8-Dec-2006 [5034] | which is what I have here. |
older newer | first last |