World: r3wp
[!REBOL3 GUI]
older newer | first last |
Pekr 21-Nov-2010 [4327] | This is what I get for mouse-over upon the preview tab - it displays the preview and crashes with: ** Script error: tooltip: needs a value ** Where: either if function! all do-style either if either do-event do-event ei ther -apply- wake-up loop -apply- wait do-events catch either either -apply- do ** Near: either arg [ buttons: compound-face? face tab-box: c... |
Rebolek 21-Nov-2010 [4328] | Pekr, if you've got some time to help, please, have a look at keyboard nav and post any problem you find to me personally to not polute this channel. This will help very much. |
Pekr 21-Nov-2010 [4329x6] | ok |
Dunno if it would be good concept (it might be confusing for user), but some time ago I was thinking about nested tab system. What I mean is - most of tabbing systems do work in a flat way. It is kind of primitive. But - sometimes you might want to use the same navigational keys for more complex styles, typically subpanels, grids. What we recently got (and can be seen with e.g. style browser) is, that e.g. tab panel can be tabbed. Then arrow keys do switch between tabs. What I had in mind was to be able to press enter, to nest the tabbing, so that you "enter" the subpanel, and esc to escape back to the upper level (this part might be tricky for users, not sure about it - they might feel being locked inside of some style). Any ideas? | |
Recently we use tab key .... maybe it is good enough, I don't know - first tab tabs to the subpanel, next tab tabs to its first element. When at least subpanel tabbably position, next tab moves to next style ... | |
btw - will there be added visual representation to field tabbing too? It feels a bit inconsistent the way it is .... | |
Also - I noticed that with field button, arrow down-up moves to the first/last position - it does not work like this in Windows. What it does (in opposition to current R3 GUI) is it hilights the whole text ... | |
ctrl-tab should be implemented in low-level for moving between tabs ... | |
ssolie 21-Nov-2010 [4335x2] | Henrik: view [button] works just fine |
Henrik: just the style-browser.r3 script doesn't seem to work for me | |
Henrik 21-Nov-2010 [4337] | ssolie, there must be some style causing the error. Does: make image! 10x10 work? |
Cyphre 21-Nov-2010 [4338x2] | ssolie: the problemyou have is that OS_GOB_To_Image() is not implemented in A109...You need A110 to get that functionality working. |
ssolie: well, the OS_GOB_To_Image() is even not yet in 'official' A110. I can provide you the changes so you can merge it to your A109 if you want. | |
ssolie 21-Nov-2010 [4340x2] | Henrik: yes, make image! 10x10 works fine |
Cyphre: I'm willing to give it a try.. it is becoming some kind of patched up monster so I hope Carl passes over the official A110 soon ;-) | |
Kai 21-Nov-2010 [4342x7] | Hmm - just downloaded 2.100.110.3.1 and get this upon load-gui: |
Hmm - just downloaded 2.100.110.3.1 and get this upon load-gui: | |
Hmm - just downloaded 2.100.110.3.1 and get this upon load-gui: | |
Hmm - just downloaded 2.100.110.3.1 and get this upon load-gui: | |
Hmm - just downloaded 2.100.110.3.1 and get this upon load-gui: | |
Hmm - just downloaded 2.100.110.3.1 and get this upon load-gui: | |
GUI version 0.2.1 snip ...size-text has no value ... snip | |
Andreas 21-Nov-2010 [4349] | load-gui references Carl's old GUI but you need to manually load Henrik's Gui |
Kai 21-Nov-2010 [4350] | ah - and how? |
Andreas 21-Nov-2010 [4351] | download http://94.145.78.91/files/r3/gui/r3-gui.r3 do %r3-gui.r3 |
Kai 21-Nov-2010 [4352] | thanks! |
Andreas 21-Nov-2010 [4353] | you're welcome :) |
GrahamC 21-Nov-2010 [4354] | We should make this a FAQ |
Kai 22-Nov-2010 [4355x2] | download the file as directed, when doing it: |
>> do %/c/r3/gui/r3-gui.r3 Script: "Untitled" Version: none Date: none ** access error: cannot open: shape reason: "module not found" | |
Cyphre 22-Nov-2010 [4357] | This looks like you are using the /Core version no? Where did you download the 2.100.110.3.1? |
Andreas 22-Nov-2010 [4358] | You'll need a "/View" build of A110, such as: http://94.145.78.91/files/r3/gui/r3.exe http://94.145.78.91/files/r3/gui/r3lib.dll |
Henrik 22-Nov-2010 [4359] | Mine is of the same version as Kai's. I hope the core and view versions do not share the same version number. |
Kai 22-Nov-2010 [4360] | Thanks again! |
Cyphre 22-Nov-2010 [4361] | Henrik, so far there is no difference in the 'about' output when you build r3/Core or r3/View exe. Even system/product is always set to 'core . Something that needs to be solved by beta. |
Henrik 22-Nov-2010 [4362] | ok, mine shows a window when using View, so I suppose it's the View version. |
ssolie 22-Nov-2010 [4363] | Henrik: I have style-browser.r3 running on Amiga now. It tends to stop running a lot with script errors... how complete is this app? |
Rebolek 23-Nov-2010 [4364] | ssolie, styles like pane, table-* and doc are not yet fixed. Other styles shouldn't produce any errors, afaik. If you find some problems from other than mentioned styles, please, send me the errors privately to keep the noise low here. |
Henrik 23-Nov-2010 [4365] | ssolie, since it tests styles, the app should be complete, but may occasionally encounter styles that are unfinished. the program should be used, every time r3-gui.r3 is updated. |
Kaj 23-Nov-2010 [4366] | Isn't R3 GUI in CureCode? |
Henrik 23-Nov-2010 [4367] | I think it would be too noisy to have curecode bugs for the GUI just yet, but that's up to Carl or Rebolek. |
Oldes 23-Nov-2010 [4368] | Doc can add it as a new project I guess. |
Henrik 23-Nov-2010 [4369] | yes, agree |
Oldes 23-Nov-2010 [4370] | But then the GUI project could be on GIThub as well. |
Henrik 24-Nov-2010 [4371x2] | Doc can add an R3GUI project, when he's ready and then we'll start using it. |
Github: depends on how we continue to handle sources, but maybe this can be done. | |
Pekr 24-Nov-2010 [4373] | style-browser kind of runs under AmigaOS - http://solie.ca/ |
Henrik 24-Nov-2010 [4374] | cool :-) |
Pekr 24-Nov-2010 [4375] | font quality is not nice, but still - Amiga got R3 View almost running. One year ago I would not believe it. Now we could get some Linux guru onboard .... |
Henrik 26-Nov-2010 [4376] | http://94.145.78.91/files/r3/gui/panels.zip All panel tests. |
older newer | first last |