World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Henrik 12-Nov-2008 [7989x2] | I think we're doing pretty well on catching bugs and getting things redone and simplified that are too hard to work with. Carl needs a lot of convincing in this department, and will ask me if there isn't a different way to do the same thing. He needs convincing that his code or methods are too hard to work with, but when there is a change, it's usually a great one, such as the recent addition of multiple draw blocks for the same style. So I think he will want to interfere, unless it's a component that I wrote that works flawlessly, is perhaps 4-5 lines of code and I didn't mention any problems in developing it. :-) We're two people catching bugs a little faster than Carl can fix them. When the situation becomes opposite, then probably there will be another release or more people added. |
Having seen this development process up close, shows me that it's really important to get core changes for VID done now, because it will be a lot more difficult to fix that later. | |
BrianH 12-Nov-2008 [7991] | Modules are not utilized yet, because the model for them isn't done yet. The GUI is serving as a test case to help refine the model. This is exactly what needs to get done in order to finalize modules. Once we have modules we can get plugins. |
Pekr 12-Nov-2008 [7992x2] | This all sounds good. We do some real things, and they define new requriements or shape our opinion on other things .... |
Henrik - so my words were fulfilled, when I claimed, that you can't cover all possible visual states of style by just one draw block and its parametrisation via facets :-) This is "frames" model of some kind, no? But if I understand it correctly, you do it only when you need it, so still not vasting space? | |
BrianH 12-Nov-2008 [7994] | Not really the frames model, but otherwise you are correct. The capability to do this was already in the new model - Henrik's work just prompted the creation of some helper code to make it easier to do. We're still using the new model. |
Pekr 12-Nov-2008 [7995] | Could you please elaborate a bit, how is 'fly transition effect being done? Is there any concept for transitions in general, or is it just one effect, which will be possible and is "hardwired"? |
BrianH 12-Nov-2008 [7996] | I haven't fully examined the transition model, but the fly effect is an addon. It is hard coded, but not any more built in than a style. You should be able to add your own transitions. |
Henrik 12-Nov-2008 [7997] | An important aspect of the multiple draw block model was that it took Carl around 5 minutes to add. So it's pretty simple to change the system if he wants. |
Steeve 12-Nov-2008 [7998] | what's exactly the advantage to handle several draw blocks in a style, could you give an example ? |
Henrik 12-Nov-2008 [7999] | Steeve: http://rebol.hmkdesign.dk/files/r3/gui/101.png The vertical and horizontal slider are two different draw blocks. |
Steeve 12-Nov-2008 [8000] | do u mean it's the same style ? |
Henrik 12-Nov-2008 [8001] | yes, the orientation is determined by the size you give it. |
Steeve 12-Nov-2008 [8002] | anywayn your styles are cool |
Henrik 12-Nov-2008 [8003] | thanks :-) |
Steeve 12-Nov-2008 [8004] | do you have other cool snapshots ? |
Henrik 12-Nov-2008 [8005] | Steeve, http://rebol.hmkdesign.dk/files/r3/gui/index.rsp |
Steeve 12-Nov-2008 [8006x2] | you should update your blog, i chek it very soon, but nothing new since several weeks |
thx fot the link | |
Henrik 12-Nov-2008 [8008] | I would love to, but my blog tool is broken. There won't be anymore posts on that blog. |
Steeve 12-Nov-2008 [8009] | soo sad... |
Henrik 12-Nov-2008 [8010] | I hope to get a new blog at some point. |
BrianH 12-Nov-2008 [8011] | Same url? |
Steeve 12-Nov-2008 [8012] | Henrik currently, i'm heating your bandwith ;-) |
Henrik 12-Nov-2008 [8013x2] | no, it will be a different place. |
Steeve, my wifi antenna is not running very well right now, so there might be speed issues. | |
Steeve 12-Nov-2008 [8015] | [http://rebol.hmkdesign.dk/files/r3/gui/071.png] looks like my easy-drawer tool ;-) |
Geomol 12-Nov-2008 [8016] | I'm looking forward to port Canvas RPaint to R3. :-) |
Steeve 12-Nov-2008 [8017x3] | In the future, we will need a good repository for draw snipets to share cool draw blocks. Perhaps Devbase could have a special section to share those |
and another too for animations | |
*another one too | |
Henrik 12-Nov-2008 [8020] | yes, that would be cool. |
Steeve 12-Nov-2008 [8021] | you should think about a standard definition for such snipets (0 centered, normalized size, etc...) |
[unknown: 5] 12-Nov-2008 [8022x2] | I like how you distinguished a toggle button. |
We needed that. Need it for a rotary also - something to give us something that tells us "hey I'm a rotary" | |
Henrik 12-Nov-2008 [8024] | yes, I have some ideas for rotary. |
[unknown: 5] 12-Nov-2008 [8025] | I really like Toggle though - good work! |
Steeve 12-Nov-2008 [8026] | Yeah Henrik is very good as a style man |
[unknown: 5] 12-Nov-2008 [8027x2] | Maybe a rotary should be more oval. |
rectangular but with an oval border over the face. | |
Steeve 12-Nov-2008 [8029] | i dislike oval stuffs ;-) |
[unknown: 5] 12-Nov-2008 [8030] | yeah I think it still needs to be overall rectangular but something to distinguish it. |
Steeve 12-Nov-2008 [8031] | i will see a stuff like toggle but with arrow instead of bars |
[unknown: 5] 12-Nov-2008 [8032] | Good idea also. |
Steeve 12-Nov-2008 [8033] | with a slinding text effect when the button is pressed |
[unknown: 5] 12-Nov-2008 [8034x2] | The fonts look way better in those pictures |
Rich text? | |
Henrik 12-Nov-2008 [8036x2] | I hope we can improve the font antialiasing. I know AGG allows many more tricks with fonts than we can see. |
Paul, every single string is basically rich text. We're just not using it everywhere. | |
Steeve 12-Nov-2008 [8038] | so we have vectorial modifications capabilities |
older newer | first last |