r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Ann-Reply] Reply to Announce group

Janko
6-Aug-2009
[1700]
I made some flash games (in HaXe mostly).. I have no idea how to 
make a game with so many details, animations, sound, things that 
need to work together...what else to do is in REBOL using some dialect
Maxim
19-Aug-2009
[1701x2]
Oldes: the demo is fabulous... congrats!
you should try and market your engine as an alternative to the other 
flash game building tools.
Pekr
20-Aug-2009
[1703]
Max - pity Cyphre is overloaded with work. He did some library for 
R2, where he mapped it to HW acceleration, so that you could have 
general face rendering accelerated IIRC.
Maxim
20-Aug-2009
[1704x2]
about www.reboltutorial.com , its one of the best rebol specific 
pages out there... There is a lot of very cool & unknown work on 
that page.... too bad the author hasn't put any of his stuff on rebol.org.... 
we would have more knowledge of it.   strange is that the author's 
name isn't anywhere on the site... even though we have a good clue 
as to who it is IIRC...
pages = sites
sqlab
29-Aug-2009
[1706]
What are the prerequisites?

>> do http://www.hmkdesign.dk/rebol/vid/src/vid-ext-kit.r

Script: "VID Extension Kit" Version: 0.0.1 Date: 29-Aug-2009/14:02:19+2:00
** Script error: insert-event-func has no value
** Where: catch either either applier do
** Near: catch/quit either var [[do/next data var]] [data]
Henrik
29-Aug-2009
[1707]
ok, let's see...
Steeve
29-Aug-2009
[1708]
it's not for R3
Henrik
29-Aug-2009
[1709]
ah, yes. :-) it's for R2.
sqlab
29-Aug-2009
[1710]
sorry.(
Henrik
29-Aug-2009
[1711]
but, I should probably make a message in the script about that..
sqlab
29-Aug-2009
[1712]
You did already. My fault not to read.
Steeve
29-Aug-2009
[1713]
it's in the announce, sqlab just missed it
Graham
29-Aug-2009
[1714]
Henrik, how long have you been working on this in secret!  ?
Henrik
29-Aug-2009
[1715]
About 9 months. :-)
Graham
29-Aug-2009
[1716]
So Carl, Max etc knew about this?
Henrik
29-Aug-2009
[1717]
BrianH and Anton has known for a couple of months. No one else. I 
only told Carl last week who wanted me to go public with it.
Graham
29-Aug-2009
[1718]
Anton has his own style set too.
Henrik
29-Aug-2009
[1719]
Yes, he has. However I wanted to stay simple with this and after 
a long time of messing around, I found a good angle to extending 
VID without having to resort to a complete rewrite or nasty hacks.
Graham
29-Aug-2009
[1720]
I just tried resizing the style browser and the face in the middle 
doesn't return to the same place it started from.
Henrik
29-Aug-2009
[1721]
It has not been in a usable state until very recently, which counts 
for the development time, where I got to test it in a larger business 
app. It's still not there, but it was way more fun than plain VID 
or simple customizations on VID.
Graham
29-Aug-2009
[1722]
Initially it's centred in the panel .. but shrink it down to minimum 
and then resize it, it falls to the bottom
Henrik
29-Aug-2009
[1723]
Yes, if you downsize a face beyond minimum size, resizing will screw 
up. That's one of the things I've not figured out how to fix yet.
Graham
29-Aug-2009
[1724x2]
the text in white also goes crazy
So, can't you specify a minimum resize value to stop this?
Henrik
29-Aug-2009
[1726]
There are bound to be a lot of bugs in it. Maybe I should set up 
a curecode for it.
Graham
29-Aug-2009
[1727]
and a SVN
Henrik
29-Aug-2009
[1728]
No, the only way is a minimum size on the window.
Graham
29-Aug-2009
[1729]
Your well developed table style I guess is not ported ...
Henrik
29-Aug-2009
[1730x2]
It's much the same resize code as Brian and I showed two years ago.
LIST-VIEW works fine in it. My internal 0.0.54 is adapted to it.
Graham
29-Aug-2009
[1732]
oh .. ok :)
Henrik
29-Aug-2009
[1733]
but, this holds a possible replacement, one that is much better designed 
and way smaller.
Graham
29-Aug-2009
[1734x2]
No accordion style tab panels ??
:)
Henrik
29-Aug-2009
[1736]
vertical tabs that collapse? that's probably possible to do.
Graham
29-Aug-2009
[1737]
I've got one in rebgui ... but it's all hard coded ... I wouldn't 
know how to generalise it.
Henrik
29-Aug-2009
[1738]
maybe I can figure something out.
Graham
29-Aug-2009
[1739]
I think the basic style set people are looking for are those that 
are used in JS.
Henrik
29-Aug-2009
[1740]
can you point to an image or example?
Graham
29-Aug-2009
[1741x3]
tabs ( accordions ), tables, grids
Sure ... let me find one
http://www.screencast.com/users/SynapseEMR/folders/Jing/media/74ffa498-9830-49f5-9c91-2de7f8bcaef3
Henrik
29-Aug-2009
[1744]
I see. Yours is quite advanced. My first try would be a simpler one, 
and we would have to see where we could go from there.
Graham
29-Aug-2009
[1745x5]
Probably a better example http://www.screencast.com/users/SynapseEMR/folders/Jing/media/fe4163c3-1388-45ce-a93c-c2799bf7b3dd
I was trying to emulate the Microoft Common User Interface  aka CUI
Microsoft
The problem with mine appears with lots of data as I don't use a 
face iterator but build everything in memory.
So, how would you compare your vid exxtensions with RebGui ?