World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Gabriele 30-Jul-2007 [3784] | nvidia drivers were maybe overriding the setting from altme itself about position. |
Pekr 30-Jul-2007 [3785] | yes, I used and a bit extended Gregg's keys dialect. I was able to shape and move windows by calling win32 api functions. I tried to wrapp also the monitor stuff, but if was upon my capabilities .... |
btiffin 30-Jul-2007 [3786] | Unless there is an R3 Window Manager is this not an issue completely under the control of the desktop window manager? Wouldn't any attempt by REBOL to effect this just break the desktop control? |
Pekr 30-Jul-2007 [3787] | btiffin - I am not sure I want R3 to break anything :-) But it would be nice, if programmer would have easy option to investigate state of monitor set-up, and eventually decide where to send the window to. |
btiffin 30-Jul-2007 [3788] | So aside from being coded to be "friendly" to any exisiting multi-montor display managers, there isn't much REBOL could do...at least not cross-platform...in my humble and zero experience opinion. |
Gabriele 30-Jul-2007 [3789] | i think the current behavior is better than many other apps. but it can be improved a bit. we'll see... |
Pekr 30-Jul-2007 [3790x2] | it could detect monitors ... they are often numbered 1, 2, 3 ... and their orientation, resolution :-) Then we could have 1, 2, 3 etc panes to post our apps to :-) That is my very unexperienced opinion too :-) |
Gabriele - you mentioned "skinning". Will basic VID3 design be vector based, or still bitmap based? And will it be upon "skin" just to skin existing element, or will skin include also code of how to draw the element? | |
Gabriele 30-Jul-2007 [3792x4] | well, then where is a window which is between two monitors? |
it can't be in two panes at the same time. | |
i think, where windows go should be left to the user. what's important is that rebol does not try to center windows incorrectly, or to clip them to the first monitor and so on. | |
skinning is completely abstracted and you can have whatever look for the styles. currently we only use draw, not images, but some styles may require images. anyway it depends on the skin, vid does not care at all what you do. | |
Pekr 30-Jul-2007 [3796] | ah, valid point, I do remember some Delphi app incorrectly centered itself between two monitors ... |
btiffin 30-Jul-2007 [3797] | I'd leave this up to a display manager. That is until there is an R3wm :) |
Pekr 30-Jul-2007 [3798] | re skinning - sounds well abstracted. The same goes for your mention of layout no caring about actualy rendering anything too .... |
Gabriele 30-Jul-2007 [3799] | source of layout function is like 4 lines ;) |
btiffin 30-Jul-2007 [3800] | Taunting the bears again huh? :) |
Pekr 30-Jul-2007 [3801x2] | Gabriele - one of your past discussion was also so called two-ways functionality. I mean - after you do layout in R2, from the "live" state, e.g. by moving UI element, get it back to layout. So once you relayout you loose that info. Could that be solved? |
ah, so why is there layout at all? :-) Could Rebol code 4 lines be any usefull? Scary question with REBOL :-) | |
Gabriele 30-Jul-2007 [3803x2] | hmm, what do you mean exactly? |
layout it is useful. you would probably not guess those four lines. :) | |
Pekr 30-Jul-2007 [3805x2] | hmm, not sure - I just remember one discussion ... you have layout [button 100x200 "ok" [print ok]] ... then you e.g. programatically move or resize the button .... layout simply is here like a template, which generates faces. The reverse aproach is not here ... maybe it even can't .... |
is one of those lines - "; comment - for compatibility reasons ...." :-) | |
Gabriele 30-Jul-2007 [3807] | so basically, given win: layout [something here] you want to get back the dialect block from win? |
Pekr 30-Jul-2007 [3808x2] | not sure I want, not sure it would be usefull. It is just that I remember one product which claimed to do something like that .... |
I have e.g. screen painter in mind ... but with screen painter you can save exact pixel position, not generating dialect at all .... | |
Gabriele 30-Jul-2007 [3810] | what if i tell you that it was the main objective of the second prototype? :) |
Pekr 30-Jul-2007 [3811] | :-) well, then I can tell that someone found it usefull. Now what is its practical use? :-) |
Gabriele 30-Jul-2007 [3812] | should i tell you? ;) |
Pekr 30-Jul-2007 [3813] | btw - what did you mean by "new dialecting method of R3"? What is new on dialecting itself, if 'parse did not change yet? |
Gabriele 30-Jul-2007 [3814] | there is another function to implement dialects. you will find out soon enough. |
btiffin 30-Jul-2007 [3815] | Just to split your thinking Gabriele, is the Beta going to have a REBOL/Core .so for us Linux people? With enough docs to have a go at embedding in something like say a D program? |
Gabriele 30-Jul-2007 [3816x2] | (i personally prefer parse, but the new one is more efficient and so better for simpler dialects like vid etc.) |
beta will be windows only. | |
Pekr 30-Jul-2007 [3818] | eh, so we got something else than 'parse? How can dialect be built without the parser? |
Gabriele 30-Jul-2007 [3819] | docs on the DLL... i don't think Carl has written them yet. |
btiffin 30-Jul-2007 [3820] | DOH! :) |
Pekr 30-Jul-2007 [3821] | ... using new method is the answer probably :-) |
btiffin 30-Jul-2007 [3822] | Wine capable? |
Gabriele 30-Jul-2007 [3823] | i share your pain, i use wine all the time, and there is actually one bug in r3 on wine that forces me to start the other pc with windows sometimes. |
btiffin 30-Jul-2007 [3824] | Rasasfrasa :) Vista or XP? I was just about to completely remove my copy of XP. |
Gabriele 30-Jul-2007 [3825x3] | also about docs... i plan to be available here full time for a couple days after release, to answer all questions and provide some kind of support. |
i don't have vista and i don't even want to get close to it. | |
but, i assume it works on vista too. | |
Pekr 30-Jul-2007 [3828] | I am on Vista right now ... it is a fine ... useless, mess :-) |
btiffin 30-Jul-2007 [3829] | Neither do I, but for an R3 beta I'll boot one of the boxes to...windows(tm). Rasafrasa. |
Henrik 30-Jul-2007 [3830] | Vista is pretty much what I expected MS to come up with, and that's a terrifying thought. |
Pekr 30-Jul-2007 [3831] | hmm, those docs could be really posted, even if not complete .... of course we would have to promise not to bother you with question before you are ready to release ... |
Gabriele 30-Jul-2007 [3832] | the docs that are available will be posted on release. |
btiffin 30-Jul-2007 [3833] | You've come to a sad realization...Cancel or Allow |
older newer | first last |