World: r3wp
[View] discuss view related issues
older newer | first last |
Volker 29-Jul-2005 [1992] | but for a start the face-finder in %transparent-events.r is enough. i would stick with that script for a while :) |
Anton 31-Jul-2005 [1993] | Yep. First get it working using simple one-level face-finder, then when all the events are going to the right place, merge in the deep face-finder. |
Pekr 1-Aug-2005 [1994x5] | Window Face Options part of new View doc describes 'activate-on-show option. So - does it mean my app will be activated (it will flash at taskbar or eventually brought to the front), or does it provide me with always-on-top window option? |
Is it currently possible with REBOL to have always-on-top dialog box, so I can e.g. urge user to select/enter something and will not allow him/her to go back to underneath window screen? | |
one further question re new doc - does Event Flow section image displays for you in your browser? Maybe image link is incorrect? | |
... and I tend to agree with someone (do not remember now) who submitted RAMBO bug re strange behavior of 'over function. It is imo useless (try to prove me being wrong), if 'engage has to be used instead for "over" detection, when e.g. mouse button is pressed ... because, imo, it still belongs to 'over, although it is a bit "engaged" :-) | |
maybe 'over should be dismissed altogether .... | |
DideC 1-Aug-2005 [1999] | Not always-on-top. The Window becomes active (take OS window focus) or task bar button blinks each time you 'show the window. |
Anton 2-Aug-2005 [2000x3] | The latest rotate-knob demo: |
site: select load-thru http://www.reboltech.com/index.r[folder "Anton"] clear find site %index.r load-thru/update site/gui/rotate-knob.r load-thru/update site/gui/demo-rotate-knob.r do-thru site/gui/demo-rotate-knob.r | |
(needs View1.3.1) | |
Rebolek 2-Aug-2005 [2003] | nice work Anton! I like the leverarc |
Anton 2-Aug-2005 [2004] | Thanks Kru ! See the history, I've been working on it all month. When I close my eyes I see knobs everywhere. |
Pekr 2-Aug-2005 [2005] | hmm, I copied and run above in my console and it displays message "Cannot run ...." to me ... |
Anton 2-Aug-2005 [2006] | Levelarc is nice but unfortunately shows some small but noticeable inaccuracies in agg (implementation ?). Not a showstopper and hopefully they will be fixed in good time. |
Rebolek 2-Aug-2005 [2007] | Anton, here's small idea for future improvements - leverarc should be able to change it's colour from green through yellow to red when changing value :) |
Anton 2-Aug-2005 [2008x2] | Mmm. I think I've seen that somewhere... |
I'll stick it in the ToDo list. :) | |
[unknown: 10] 2-Aug-2005 [2010x2] | Actualy it would be nice to see some final Linux 1.3 this month... Im leaking intrest currently while only Windows version is released.. Its a pitty.. |
IIm not often complaining but Im getting a bit disapointed about this.....Well anyway.. Im killing GUI time here with some alternatives...Hope RT do thier best.. | |
Pekr 3-Aug-2005 [2012x6] | We should not complain here probably, as this group has web-public flag and is web-visible :-) But, you are probably right. Rebol is meant being cross-platform. It was said SDK and other platforms will come shortly after. We all probably differ in what does "soon" mean. E.g. no single last year devcon announced technology change was delivered yet, and that is not a good signal. |
RT showed very good signal when they choosed few of community members to bring us View 1.3. But I thought things will go faster. Some kind of Rebol DLL was talked about in the past, which would bring us some parts of Rebol open sourced, to be ported faster. Now we wait for Linux "recompile" of View 1.3 for so long and noone does know why. I would expect blog article covering "What's next" and especially WHEN? | |
Although blogs are meant to be personal, being RT I would really ommit articles like "Yep ... REBOL summertime", as it shows RT in VERY bad light, being kind of one-man home company, which simply sends message like "we are on a vacation, don't expect much activity in upcoming weeks" .... | |
But maybe otoh it is better for us to know reality = there may be some slow-down, instead of thinking we will get product updates tomorrow :-) | |
Other strange factor I noticed, and correct me if my feelings about it are wrong somehow. The same way as Altme "has stolen" some life from ml, once there are some business oportunities for top rebollers (and I really wish it to all of them), community seems to be kind of dying. We can see ppl like Cyphre, Doc being almost invisible in the sense of community activity (posts to ml, or even here on altme) ... | |
... currently there is probably no single project running (well, maybe except RebGUI). Maybe it would be good if Rebol.NET would feature links to some top rebol products/projects (Maarten's bundle?) IIRC Carl mentioned it is a good idea, so maybe I could put small reminder about that in RAMBO? (if this is the right place, but I think it is ...) | |
Rebolek 3-Aug-2005 [2018x3] | a nebo rovnou trista tisic |
sorry | |
ALtME always pops to front and I did not notice | |
Pekr 3-Aug-2005 [2021] | never mind, just gimme those 300K :-) |
Tomc 3-Aug-2005 [2022] | Kru: settings -> unseect activate window on new message or some such |
Gabriele 3-Aug-2005 [2023] | Now we wait for Linux recompile" of View 1.3 for so long and noone does know why." You do. Fonts. |
Pekr 3-Aug-2005 [2024x2] | What is with fonts - it was said - "it needs to be decided". Doc decision takes so long? If that is not solvable, we have to think about font-engine licensing or creation of our own, or is there any other way? |
Doc = Does | |
Rebolek 3-Aug-2005 [2026] | Tomc: thanks! |
Volker 3-Aug-2005 [2027x3] | http://matplotlib.sourceforge.net/fonts.html, they say "The GD, Agg, and Paint backends all support freetype fonts, which provide high quality, anti-aliased font rendering to PNG and JPEG output without X support.". Not directly usable for us, its a python plotting lib. But maybe something can be learned from the source, or asking them? |
http://freetype.sourceforge.net/license.htmlfreetype can be credits-bsd. and i guess every distro has an easy way to install it, if it is to big. | |
http://www.freetype.org/freetype2/index.html"can return the outline data (and control instructions/hints) to client applications", i guess thats what is needed for vector-fonts? | |
Ingo 3-Aug-2005 [2030] | When installing view (1.3), the dirctory containing %public/, %desktop/ folders, etc, can be put anywhere in the filesystem, but is there a way to find out where they are stored from within rebol? system/user/home would have been an obvious choice for me, but it is 'none. |
Izkata 3-Aug-2005 [2031] | Searched around in Notepad (write %System.txt mold system) to find this: >> skip find mold system {RebOSFiles} -30 == { view-root: %/c/Izkata/Rebol/RebOSFiles/ pop: unset screen-face: unset save-user: func [ "... >> ? view-root ;Thar ye go =^) VIEW-ROOT is a file of value: %/c/Izkata/Rebol/RebOSFiles/ |
Ingo 3-Aug-2005 [2032] | Thanks Izkata, seems today is the day of "learn to do it yourself" ... ;-) Interesting how much you can find, if you remember how to do it. |
DideC 3-Aug-2005 [2033x6] | Is this a bug? |
view layout [ btn "Press me" [ show-popup layout [btn "Close" [hide-popup]] ] ] | |
While you close the popup, event loop ends. | |
It give same result uner 1.2.48 and 1.3.1 | |
uner=under | |
OK, bug or not, it works with 'inform instead of 'show-popup. | |
Gabriele 3-Aug-2005 [2039] | if you use show-popup then you need your do-events. see inform. :) |
Robert 5-Aug-2005 [2040] | I have a iterated face that draws some text at different x-offset postions. Than the user can change some things and text will be drawn at other x-offset postions. The problem is, that the text drawn first is still there. The face isn't cleared... how can I do this with iterated faces? |
Anton 5-Aug-2005 [2041] | Using Draw dialect or face/text ? |
older newer | first last |