World: r3wp
[Ann-Reply] Reply to Announce group
older newer | first last |
ChristianE 12-Jun-2005 [599] | It's hobbistic only. And it took quite some time. |
Pekr 12-Jun-2005 [600] | your menu design is new, or Cyphre menu based? |
ChristianE 12-Jun-2005 [601x2] | I'm not into optimising for now I'd like to get the script refactored first and then profile a bit. |
Actually I *tried* understanding what Cyphre did, but ... | |
Pekr 12-Jun-2005 [603] | I don't know if it is usefull to have sliders in there, but what happens if menu is larger than app window, or app window is near screen-face border? Will menu wrap to the other side then? What happens if you resize main window etc? |
ChristianE 12-Jun-2005 [604] | No, that's not my league, so based on Cyphre's script I tried my own. Actually, no single line left from the inspiration source. |
Pekr 12-Jun-2005 [605] | slow? Hmm, I have 1.8, 256MB WinXP and nothing like that? |
ChristianE 12-Jun-2005 [606x2] | I spend a whole day with trying to put the menu into real windows. Didn't get that right ... |
Actually, for each window open Windows put a window icon into the task-bar. And currently, I think, you can't monitor the mouse ouside of REBOL windows without library calls. Hence the scrolling menus *in* the window. | |
Ammon 12-Jun-2005 [608] | it takes almost a second for any any menu to display and if you run your mouse up the menu then any submenus display so it takes 2-3 seconds for it to pop up each submenu in this demo and then have it go away before I can do anything with the rest of the application. Kinda reminisent of javascript menus... |
ChristianE 12-Jun-2005 [609x2] | Javascript, uh? No, I don't see that here on 1,5 Ghz Centrino 512 MB WinXP |
It's resonable fast, but as I've said, I'm optimising later. | |
Pekr 12-Jun-2005 [611x2] | Actually Ammon it is strange, I would expect at least some minor delays, as was case with older Mozillas, but 1GHz 512MB vs 1.8GHz 256MB is not all that faster, and mine works so fast, that it is blink of an eye. Really I can call it realtime ... |
ChristianE: Cyphre solved even following case - ability of menu to display on left or on right, depending if menu can fit the window or no. Ability to react for resizing (not sure about that one), but he used the same engine for context menu (right mouse button click). Otherwise - VERY good work. No problem with speed here. I will try tomorrow on P650, 256MB, W95 machine ... | |
Ammon 12-Jun-2005 [613] | How many applications do you have running? I'm the ultimate multi-tasker... If I'm going to use the application more than once in a day I like to leave it running so my current memory usage (without having his script launched) is over the amount of RAM that is available to me (I'm runnning some server applications on this here development machine.) so it is prolly my fault. ;~> |
ChristianE 12-Jun-2005 [614x2] | As for resizing: I'd like to leave that untouched until some standard resizing schemes available for REBOL. Currently there are the two approaches of Romano and Cyphre, I'm a little bit in favor of Romano's one, but that isn't finished work, it doesn't run with newer rebols. |
Not too many apps here, though. | |
Pekr 12-Jun-2005 [616] | how large is the style in KB? |
ChristianE 12-Jun-2005 [617x3] | Pekr, left/right opening depending on windows borders in build in. |
Context menus: The same. I'm uncertain how Cyphre's screen regions approach handles nested, resizable layouts ... | |
The style is huge (75 KB well documented source, so have of it is propably comments and doc strings, tabs and spaces ;-) | |
shadwolf 12-Jun-2005 [620] | Hi chris I'm joining the conversation ;) |
ChristianE 12-Jun-2005 [621] | Hi shadwolf! |
Pekr 12-Jun-2005 [622] | Ammon - if we are talking about Rebol and multitasking, I think Rebol is really weak here.. I know some ppl will not agree with me, but something is weird. Go to desktop and run separately Bubbles and then Particles demos. Then run them both at once. Even if they try to use high refresh ratio, imo it should not slow that much. And both demos do use separate rebol processess, imo something is wrong. I can run 5x video, mp3s and no apps slows down so significantly ... |
ChristianE 12-Jun-2005 [623] | have = half |
Pekr 12-Jun-2005 [624] | maybe we should move from ann-reply? |
shadwolf 12-Jun-2005 [625] | well indeed what I think is that you menu posibilities are great but this kind of freaky thing must be part of a more complete solution (more thinked and more optimized !!)) |
ChristianE 12-Jun-2005 [626] | Yeah, to View? |
shadwolf 12-Jun-2005 [627] | but fortunatly you are not alone ;) |
Pekr 12-Jun-2005 [628] | Christian - I like menus with small arrows the most :-) It looks really system friendly and if you reach screen size limit on Y axis, you correctly disply arrows - very nice. I am full for automaticion. That is why I alway wanted area to have automatic scrolling! |
shadwolf 12-Jun-2005 [629] | I by myself about 3 month later make a port of the cyphre menu for rebgui so we can now that AGG is officially involve Cyphre into an optimization process to achive in short code a as flexible and advanced menu in term of design ;) |
ChristianE 12-Jun-2005 [630] | Let's move to VIEW group. |
shadwolf 12-Jun-2005 [631] | Pekr yes auto matic scrlling is one of the capabilities ;) |
DideC 13-Jun-2005 [632] | Pekr: Area with automatic scrolling. What do you mean ? While selecting text by mouse ? I yes, there is area-scroll-style demo in the library http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=area-scroll-style.r It's fairly a demo because it works on most version. But it would be smaller for 1.3 (as there is patch in it for old versions). |
Pekr 13-Jun-2005 [633x2] | DideC: look at Cyphre's styles. Simply put - are without scrollers does NOT make any sense from functionality pov. And why should programmer care about providing scrollers and doing recalculations? |
The thing is - even Carl admited, it is usefull, but because of compatibility to old scripts, we can't have a change, becaue you would get scrollers two times ... | |
DideC 13-Jun-2005 [635x5] | Witch script (there is a lot) ? |
In my area, you have to write: layout [area-scroll hscroll vscroll] to have both scrollers. Without 'hscroll 'vscroll, it's an area, so compatible. | |
You can try directly mine by: | |
do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=area-scroll-style.r | |
Use the button to compute the facets you want, then "Show the Result" button to see what it give. | |
[unknown: 5] 13-Jun-2005 [640] | Just wanted to say thanks to Carl and the rest of the REBOLers that helped with 1.3 and the community for there feedback and support. Good Job! |
Chris 9-Jul-2005 [641] | Carl, just a thought (and see what others think) -- it's a little odd looking at the messages with newest on top. Another suggestion would be to do newest at bottom and put an anchor at the end so that incoming links start reading the page at the bottom to mirror the AltME view... |
Geomol 6-Aug-2005 [642] | REBOL/View 1.3 for OS X! This is a big day!!! :-) Even if it's an alpha. Now I only miss one thing, before I can move my development entirely away from Windows, and that is AltME. :-) |
Volker 10-Aug-2005 [643] | 1.3 linux? what? running.. |
Pekr 10-Aug-2005 [644] | :-) I also hope we get answer to font situation rather quickly ... hopefully, as Jaime mentioned, it will be FreeType .... |
Volker 10-Aug-2005 [645] | works here! at least i can use forall again! :) |
Pekr 10-Aug-2005 [646] | is it more complete than OSX? So timers, etc. work? Can you run desktop demos? |
Volker 10-Aug-2005 [647] | yes. but they had that all the time. timers are related to gui, and that is different on OS/X. |
Henrik 21-Aug-2005 [648] | this would be the right place to congratulate Robert :-) |
older newer | first last |