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

World: r3wp

[Ann-Reply] Reply to Announce group

Joe
22-Jul-2007
[1316]
** Script Error: draw has no value
** Near: save/png img: make binary! 25000
Graham
22-Jul-2007
[1317x3]
works for me on rebcmd
>> rebol/version
== 2.6.2.3.1
Component: "Graphics" 1.3.0 (29-Nov-2005/22:18:54)
Component: "Draw System" 1.1.0 (3-Aug-2005/20:40:36)
Henrik
22-Jul-2007
[1320]
Joe, AFAIK, core has no graphics functions
Graham
22-Jul-2007
[1321x3]
Perhaps you need rebol/command
rebol/command core seems to work
rebpro doesn't
Gregg
22-Jul-2007
[1324]
Core has image! support, but I don't think DRAW is in there.
Anton
25-Jul-2007
[1325x3]
By the way, Joe, that should be better written:
save/png %file.png img: draw make image! 300x120 [box 10x10]
I'm wrong, I'm sorry.
Nothing wrong with what you have written.
Joe
25-Jul-2007
[1328]
apparently the newer rebcmd has draw, but both my linux and win versions 
don't have it. I will ask for updated versions. BTW, what is the 
latest linux rebcmd version that you have ?
Dockimbel
25-Jul-2007
[1329]
No need to ask, just download them from here : http://www.rebol.net/builds/
Joe
25-Jul-2007
[1330]
Thanks. BTW, I checked the latest rebcmd for win and linux (2.5.125) 
and it does not include the draw function. The latest builds are 
only in the sdk (directory builds/sdk/ ) and those rebcmd there  
provide the draw function. thanks
james_nak
2-Oct-2007
[1331]
Nice Oldes
btiffin
8-Oct-2007
[1332]
Oldes; Nice.  So now the cheerleading is   Go Doc, Ashley, Oldes 
Go!

(for the major sub-systems I'm using).  For the rest ... don't feel 
leftout  Go rebols Go!  :)
Pekr
8-Nov-2007
[1333]
Oldes - gif parser, cool. Never used stream-io. Hopefully DELECT 
will help with binary parser, Rebcode is still part of R3, and that 
we can start implementing media loaders/savers :-)
Oldes
8-Nov-2007
[1334]
DELECT is not used for binary parsing, but anyway, I would like to 
see any improvements in binary parsing in R3
Anton
14-Nov-2007
[1335]
Sounds like good work, Oldes.
Pekr
14-Nov-2007
[1336]
I think that we might need binary parsers, e.g. for media loaders? 
(hmm, ototh those are supposed to be done in C level?) DELECT does 
not work with binary?
Oldes
14-Nov-2007
[1337x4]
DELECT just set's right order for further parsing. Just see it's 
description: "Parses a common form of dialects. Returns updated input 
block." I would like to see it in R2.
Unlike PARSE, DELECT handles unordered dialects (grammars) such as 
DRAW and VID. In such dialects the order of arguments is less important 
than their type, making them more human friendly because users don't 
need to remember the detailed order of arguments (only a rough order).
I think we don't need binary parsers on C level. We just need fast 
decoders which for example decodes binary chunk I can easily get 
from the avi file and return the image.
(i'm sure I'm not the one who want's to code video codecs in any 
language:)
Tomc
8-Jan-2008
[1341]
thanks ALL
BrianH
8-Jan-2008
[1342]
It's too late to go back now, it's public... :)
BrianW
8-Jan-2008
[1343]
Awesome news, Henrik. Thanks to RT and everybody involved for all 
the hard work to get things ready for the public. I'm so excited!
Pekr
8-Jan-2008
[1344]
Hehe, I opened 12 years Jameson and Portugal wine :-)
Kaj
8-Jan-2008
[1345]
Strange combination
Pekr
8-Jan-2008
[1346x2]
yeah, wine for my brother's wine, we guys are on whisky :-)
wine = wife
BrianH
8-Jan-2008
[1348]
That would be quite the relationship :)
Pekr
8-Jan-2008
[1349]
:-)
Tomc
9-Jan-2008
[1350]
spouse = soused
Anton
9-Jan-2008
[1351]
btiffin: Looks like I updated Wine from the winehq site late November, 
so I've got a pretty recent version.
Frank
9-Jan-2008
[1352]
It works with wine 0.9.46
Ingo
9-Jan-2008
[1353]
Has rebol.net been slashdotted? I can't even get to the blogs, let 
alone the alpha download ...
Henrik
9-Jan-2008
[1354]
works fine here
Dockimbel
20-Jan-2008
[1355x4]
Windows services library release: please report any bug or issue 
here : http://www.softinnov.org:8000/curecode/project.rsp?id=8
I guess that, at least, Graham and BrianH would use/test it ;-)
It covers around 95% of win32 services API, if you really need a 
feature that's missing, just ask me privately, I will consider your 
request et maybe add it in a future version.
et = and
Graham
20-Jan-2008
[1359]
Absolutely
btiffin
20-Jan-2008
[1360]
Go Doc Go!
[unknown: 5]
20-Jan-2008
[1361]
Cool Doc. Does the new NT Services utility also allow someone to 
established an external application as a service?  For example can 
I use REBOL's call function to run winword.exe?
Dockimbel
21-Jan-2008
[1362]
From within a service you can call any other application using 'call, 
but remember that in order to survive to session log off, the called 
application should run without opening any window in user's desktop 
(including invisible windows too). So if the application hasn't been 
designed specifically for that, it will be killed when you log off, 
defeating the purpose of runnning it as a service. Maybe there are 
workarounds, but I didn't find any yet...
[unknown: 5]
21-Jan-2008
[1363]
Thanks Doc.  thanks for that information Doc.
btiffin
5-Feb-2008
[1364]
John;  Tried to post your news at 6502.org but I can't register an 
account.  I'll keep trying.
Geomol
13-Feb-2008
[1365]
TomBon, yes we plan to test a lot on all kinds of filesystems. One 
of the good points with this DB is, that it will take advantage of 
different filesystems right away (in theory). :)