World: r3wp
[!RebGUI] A lightweight alternative to VID
older newer | first last |
Graham 2-Feb-2006 [2845x5] | And 'display returns view-face instead of nothing. |
And I have Volker's mods to the area editing. | |
and attempts around other parts of the editor ... to stop crashes | |
Hmm. So, I need to roll back my changes until the above works again :( | |
Very odd... I have my main rebgui application .. which opens up a VID based chat client ( pluginchat.r ). While the chat client is open, some of my rebgui windows using 'display, stop opening. Close down the Vid window .. and it all starts working again. | |
Ashley 2-Feb-2006 [2850] | Not hitting nested do-events? |
Graham 2-Feb-2006 [2851x2] | since you confirmed that view layout [ button "Rebgui" [ display "" [ text "Rebgui from Vid" ]]] works for you but not me... I think it's something else. |
Is there a new distro out ? | |
Ashley 2-Feb-2006 [2853] | 0.3.8 (6-Dec-2005) is the latest. |
Graham 2-Feb-2006 [2854x2] | Ok. I'll download a virgin copy and try this out. |
after I go to sleep first :( | |
Ashley 2-Feb-2006 [2856x2] | Remember it's just do http://www.dobeash.com/files/rebgui/get-rebgui.r now, with the files going to public/dobeash/files/rebgui. |
On that note, would it be usefull for the script to prompt for, "Press Enter for Public dir, anything else for current"? | |
Anton 2-Feb-2006 [2858x2] | It will take a little while to add that functionality. The download script assumes the public cache all the way, so it will be a little tricky. Not really hard, but you will have to be careful. |
Did someone actually need a specific directory instead of the public cache ? I would have thought if someone wants to maintain their own directory, then they can get the files out of the public cache themselves. That way if they are patching they can be sure their patches aren't overwritten by accident. | |
Pekr 2-Feb-2006 [2860] | public cache is piggy aproach :-) I hate it. I never got used to it. The weird idea of having app install somewhere and OS specific cache in documents and settings/username/apps data/rebol ... is weird. Countless of users questions about why Documents is not in C:\Documents ... |
Volker 2-Feb-2006 [2861x2] | Asks security-questions from other scripts. And from own server one needs a download-script too. |
Cache - How to handle different sites without cache? or put cache in c:\Documents ? | |
Pekr 2-Feb-2006 [2863] | no, that is just mine objection. Simply multiuser OS has to have something like profiles, but I am just used to have everything app related in app dir ... |
Volker 2-Feb-2006 [2864] | Always running as admin? |
Pekr 2-Feb-2006 [2865] | probably so .... |
Volker 2-Feb-2006 [2866] | Maybe an installation-choice? |
Pekr 2-Feb-2006 [2867] | but - I am different kind of monster, so just ignore me :-) App which nowadays does not provide me with non-install (registry free) version is crap from my pov. I want fully movable apps ... just copy and run .... |
Volker 2-Feb-2006 [2868] | I guess the moment we do that MS comes finally out with their strict no-admin-os. |
Pekr 2-Feb-2006 [2869x2] | the thing is, that for some small apps, I just copy to my USB pen .... if in such app dir is not everything, I will surely run into trouble ... |
your solution requires rebol installed, that is something I hate and will never do .... | |
Volker 2-Feb-2006 [2871] | Isnt there a no-install-option now? BTWh, does somebody know where the option-descriptions are? There was something with no-desktop too? |
Pekr 2-Feb-2006 [2872x3] | usage |
it is --noviewtop | |
still missing --noconnect, unless proxy code is fixed .... | |
Volker 2-Feb-2006 [2875x2] | thanks. a "to simple" again :) |
should pop up the config-requester first. | |
Ashley 2-Feb-2006 [2877x2] | Minor website changes: Licencing / Development RebGUI is a community project that is free for both commercial and non-commercial use. Submissions, in particular widgets, will be accepted and credited to the author under the condition that they carry these same licence conditions. Download Enter the following command from the REBOL console: do http://www.dobeash.com/files/rebgui/get-rebgui.r To see all the widgets in action type the following from a REBOL/View 1.3.1 (or later) console: do view-root/public/www.dobeash.com/files/rebgui/tour.r |
%get-rebgui.r: tidied up display and added /update refinement to read-thru. | |
Pekr 2-Feb-2006 [2879x2] | ble :-) (do view-rott/uh/oh/eh/what?/typo?/ :-) |
the most common packages, I have in root of my app, or system/ subdir ... so e.g. cyphre-styles, reddb, mysql, rebgui .... or how guys you simply pack or distribute your app then? doing with cache aproach is imo oncorrect, especially if you don't distinguis version of rebgui in the path. What if I don't have time to adapt all my apps to new version? above aproach shares rebgui dir for all apps ... wrong imo .... | |
Robert 2-Feb-2006 [2881] | I always make a copy of libs for one app. Dynamic linking is nice but not necessary on todays systems. Just keep it simple. |
Pekr 2-Feb-2006 [2882] | the same here ... |
Anton 2-Feb-2006 [2883x2] | I agree, Petr, dealing with the public cache is quite uncomfortable. |
But if you look in your public cache you will see thousands of files. It's a good place to keep all those "little" apps, that you try for maybe five minutes. Also it's a relatively safe way to automatically store files without filename collisions. You would annoyed pretty quickly if the View Desktop asked you for an install directory every time you clicked an icon. | |
Pekr 2-Feb-2006 [2885x2] | well, just to not be always negative - I like e.g. Mozilla, where I can delete Mozilla dir, unpack new version, and my profile sits in documents and settings/me-as-a-user/ ... section. Such design (separation) even enables you to use several Mozilla versions at once, working above one data profile ... |
but most of the time, with something as small as Rebol is, I see whatever cache work as uncomfortable, installation as obtrusive, registry twiddling the same, - I want my rebol being movable without any single dependency ... | |
Anton 2-Feb-2006 [2887x2] | Ah... But I have set my view-root to a particular place in the rebol installer. So my public cache is always in the same place. |
My rebol/view directory is filled with different versions, all using the same user.r, public cache etc. | |
Pekr 2-Feb-2006 [2889] | user.r is in public cache? |
Anton 2-Feb-2006 [2890] | No, in view-root. View-root is specified in registry. Public cache is defined as view-root/public/ |
Pekr 2-Feb-2006 [2891] | so what actually is view-root? |
Anton 2-Feb-2006 [2892x2] | type it in console and find out |
Just the directory where view.exe was launched. | |
Pekr 2-Feb-2006 [2894] | i know, just what is it good for? what is rebol looking there? user.r? rebol.exe? |
older newer | first last |