World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Henrik 12-Aug-2007 [4022] | you can do it in R2 draw as well: draw [scale 0.1 0.1 box 100x100] draws a box that appears to be 10x10 draw [scale 0.1 0.1 box 99x99] draws a box that appears to be 9.9x9.9 |
Pekr 12-Aug-2007 [4023] | So, Henrik - are you familiar with new VID to that extent, so you can start porting your grid? :-) |
Henrik 12-Aug-2007 [4024] | No, there are some things still missing. I'm not even sure that a port can be warranted as the system is very different, so it would take shorter time to rewrite it. I have long wanted to rewrite it to separate list operations from the display more. |
Pekr 12-Aug-2007 [4025] | so when approximatelly starts it be about styles only? Are other subsystems ready already? |
Henrik 12-Aug-2007 [4026] | we're doing both subsystems and the styles at the same time. neither are finished at this point. |
Pekr 12-Aug-2007 [4027] | will your Quirks doc "worries" be adressed? :-) |
Henrik 12-Aug-2007 [4028] | I'm sure they will. |
Rebolek 13-Aug-2007 [4029] | hopefully decimal pair! will be supported in R3.x |
Pekr 13-Aug-2007 [4030x2] | Carl started his active blogging once again. Thaks for that very much! |
http://www.rebol.net/r3blogs/0098.html- drag&drop in R3! | |
Geomol 13-Aug-2007 [4032x3] | A little update from alpha testing, which I joined about a week ago: |
- Carl managed two releases today, the last one added a request-file. - I've been working on some very thorough 64-bit decimal testing, and I found a couple of bugs. Better to find them now than after a public release. - I made a little program to help getting a view on the alpha situation. (tests, bugs, etc.) - I just had a talk with Carl, and he has some more to say about testing. He has a test script, that was used for VID2, that he wants to get running under R3. It should make it easier for all the testers to get more done faster. Testing this is big project, but there is progress all the time. Just 4 updates to the bug tracker yesterday, but more than 20 updates the day before. (Both new reports and solving/testing old bugs.) | |
When in R3 doing: ? action! reveals 129 actions. ? native! reveals 144 natives. ? logic! reveals 8 logics. ? op! reveals 18 operators. ? function! reveals 168 functions. | |
Steeve 13-Aug-2007 [4035x2] | i repost a comment on the last Carl's blog post: I noticed the use of the new Rich Text Format. Bravo !!! will have us the possibility of including sub-blocks of text with inheritance of the style properties to the sub-blocks ? something like: [bold “bla bla” [red “i' m red”]] |
some infos ? | |
Geomol 13-Aug-2007 [4037] | I haven't looked much into the graphics yet, so maybe someone else can answer that!? |
Henrik 13-Aug-2007 [4038] | that would be yet another Cyphre question :-) |
Geomol 13-Aug-2007 [4039] | Some more output from the R3 console: >> length? system/words == 1296 >> ? system/datatypes SYSTEM/DATATYPES is a block of value: [end! unset! none! logic! integer! decimal ! percent! money! char! pair! tuple! time! date! string! binary! file! email! ur l! tag! issue! bitset! unicode! vector! image! block! paren! path! set-path! get -path! lit-path! dictionary! datatype! typeset! word! set-word! get-word! lit-wo rd! refinement! native! action! routine! rebcode! op! closure! function! frame! object! module! error! task! port! gob! event! handle! struct! library! utype!] >> ? system/view/event-types SYSTEM/VIEW/EVENT-TYPES is a block of value: [ ignore interrupt device custom error init open close connect accept read write wrote lookup ready done time show hide offset resize active inactive minimize maximize restore move down up alt-down alt-up aux-down aux-up key key-up scroll-line scroll-page drop-file ] |
Graham 14-Aug-2007 [4040] | Wasn't the 14th the day R3 was going beta ?? |
Pekr 14-Aug-2007 [4041x2] | Graham - not sure - it was first supposed to be out on 15th July, then Gabriele was talking about 1st of August, but that was not official statement. IIRC no further dates were mentioned ... |
Geomol: good work! I am glad they extended the group! btw - where is Volker, has anyone seen him recently? | |
Gabriele 14-Aug-2007 [4043x3] | graham, that was Petr's release date. you should get an R3 exe from Petr... i would not attempt to run it though. |
Steeve: sub blocks are possible in DRAW but not with TEXT (it complicates a bit caret handling; we may add that in the future but so far we have not needed them). | |
also, i think you want something like DRAW's PUSH command actually, I don't know if that is planned or not. | |
Pekr 14-Aug-2007 [4046] | Ah, 14.8.? That was btiffin's birthday IIRC, it was posted on announce channel as a joke ... well, call it kind of a black humour :-) |
Graham 14-Aug-2007 [4047] | Pekr, please send me your copy of R3 |
Pekr 14-Aug-2007 [4048x2] | I don't have any :-) |
But maybe I could send you the one released on 15.7, and on 1.8.? :-) | |
Graham 14-Aug-2007 [4050] | that'll do :) |
Pekr 14-Aug-2007 [4051x2] | ah, Frank Sievertsen active on blog :-) Will we gain some old guys back to REBOL? And will we gain new ones? :-) |
General R3 questions answered - new blog article - http://www.rebol.net/r3blogs/0099.html | |
Steeve 14-Aug-2007 [4053x2] | it would be said that everyone is filled with enthusiasm for this history of cursor icon. One will strike me if I say that it is the last of my concern? i could make a wish list with 1000 request for R3, and changing cursor icon would not be inside |
1000 is a little bit excessive, i admit ;-) | |
Gregg 14-Aug-2007 [4055] | The great and terrible thing is that we all use REBOL differently. Being able to change the cursor isn't in my top 10, but it would probably be in my top 100, and may be even more valuable under R3. |
amacleod 14-Aug-2007 [4056] | There are a lot of things rebol does that I would not think I needed but as they are there...I use them. I would not have thought much about the curser but I'm sure that I will use it to help rebol apps standout. |
PeterWood 15-Aug-2007 [4057x3] | Does anybody know that if Rebol 3 will conform to the new security norms iin Windows Vista with respect to file system access? |
For example, from what I've read about Vista the default security settings don't allow programs to save files in the Program Files directory tree. | |
Though I understand in some cases that Vista may simply redirect the files to another folder, eg C:\Program Files\MyProg to C:\Users\Me\AppData\Local\VirtualStore\ Program Files\MyProg | |
Pekr 15-Aug-2007 [4060] | Steeve - you see? And I would put in amongst 10 concerns towards View apps. There is nothing worse than e.g. trying to shape something and your cursor still showing arrow ... |
Henrik 15-Aug-2007 [4061] | The cursor demo was done about a month ago, so that issue was solved then. Using different cursors is in active use in the GUI. |
Graham 15-Aug-2007 [4062] | What's being done about printing? Is there better mapping of draw to postscript? The ability to use different coordinate systems?? |
Pekr 15-Aug-2007 [4063] | Graham - I would not bet on it ... |
Graham 15-Aug-2007 [4064] | Hmm. Carl said it would be supported .. but I guess he has forgotten |
Pekr 15-Aug-2007 [4065] | Dunno how to best support printing on various platforms. I think that R3 team will let us to do our best in open-source part .... |
Graham 15-Aug-2007 [4066x2] | Postscript and ghostscript |
on all platforms | |
Pekr 15-Aug-2007 [4068x2] | Imagine - if Cyphre worked on View kernel alone, he imo concentrated upon rich-text, proper AGG integration, etc. |
yes, interesting. In fact, I am not that skilled to know the answer - under Windows, I once looked into API, and there seems to be some API for printing, however that has nothing in common with Postcript - you get bitmap area and then you somehow submit it to driver ... | |
Graham 15-Aug-2007 [4070] | 9 years and no decent printer support |
Pekr 15-Aug-2007 [4071] | that would be native support for printing imo. So - what's with postscript? We would have to be sure, that such engine can translate ANY possible UI you create in View ... is that possible? If not, you simply have to write some kind of dialect - and here we are once again - you will do the work twice ... |
older newer | first last |