[Factor-talk] Oracle bindings

2008-01-05 Thread Ricardo Boccato Alves
t;stdcall" to "cdecl" (at liboci.factor) and everything started to work wonderfully. The oci programmer's guide says it uses the calling convention of C and C++ [1] and browsing CLSQL's I found it uses cdecl. []s, Ricardo Boccato Alves. [1] http://cs.ifmo.ru/~ad/Documentation

Re: [Factor-talk] Animation

2008-03-04 Thread Ricardo Boccato Alves
in factor). Hope its usefull. []s, Ricardo Boccato Alves. TUPLE: test-gadget offset ; : ( -- gadget ) test-gadget construct-gadget dup 0 swap set-test-gadget-offset ; M: test-gadget pref-dim* ( gadget -- dim ) drop { 600 600 } ; M: test-gadget draw-gadget* ( gadget -- ) test-gadget-

Re: [Factor-talk] Animation

2008-03-04 Thread Ricardo Boccato Alves
Hi, Thanks for the info! Actually I guess the flicker comes from the resolution I set for the timer and the step I used in the square motion. By playing a little bit with them I get a much smoother movement. Sorry about the missinformation. []s, Ricardo Boccato Alves. On Tue, Mar 4, 2008 at 6

[Factor-talk] Broken link

2008-04-16 Thread Ricardo Boccato Alves
Hi, Just a minor detail, the link to the factor repository in http://factorcode.org/getfactor.fhtml is not working. It directs to: http://factorcode.org:8812/responder/cgi/gitweb.cgi and I think it should go to: http://factorcode.org/responder/cgi/gitweb.cgi []s, Ricardo Boccato Alves

Re: [Factor-talk] An example for aspiring gadget writers

2008-11-27 Thread Ricardo Boccato Alves
-strip ] with-coords ; []s, Ricardo Boccato Alves. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand p

Re: [Factor-talk] ortho and

2008-11-27 Thread Ricardo Boccato Alves
Ed, > >ortho ( gadget extent quot -- ) > It really looks better, maybe you could use rect instead of creating a new tuple. []s, Ricardo Boccato Alves - This SF.Net email is sponsored by the Moblin Your Move De

[Factor-talk] [ ui ] in-thread problem

2009-01-20 Thread Ricardo Boccato Alves
if I close the last, the listener is still blocked. So, am I doing something wrong? I am using factor from the git repository, updated yesterday, and I am on a Windows Vista Home Premium 32bits box. []s, Ricardo Boccato Alves

Re: [Factor-talk] [ ui ] in-thread problem

2009-01-21 Thread Ricardo Boccato Alves
Thanks a lot for being that fast! I'm testing this as soon as I can! []s, Ricardo Boccato Alves On Wed, Jan 21, 2009 at 1:27 AM, Adam wrote: > This is excellent!!! > > On Tue, Jan 20, 2009 at 5:42 PM, Jose A. Ortega Ruiz wrote: >> "Slava Pestov&qu

Re: [Factor-talk] sqlplus-like tool in the listener

2009-05-07 Thread Ricardo Boccato Alves
like '%' || upper(trim(:name)) || '%' order by table_name") The user could just type: sql> tabs-like user to see every table with a name that contains the word 'user'. []s, Ricardo Boccato Alves. -

[Factor-talk] MinGW

2009-05-29 Thread Ricardo Boccato Alves
*) OS=dragonflybsd;; +MINGW32_NT-6.0) OS=winnt;; SunOS) OS=solaris;; esac } []s, Ricardo Boccato Alves. -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech

Re: [Factor-talk] MinGW

2009-06-01 Thread Ricardo Boccato Alves
It worked wonderfully, thanks :) []s, Ricardo Boccato Alves. On Sat, May 30, 2009 at 12:37 PM, Doug Coleman wrote: > Ricardo, > > Thank you for reporting this problem.  I've applied a similar patch to > factor.sh: > >> +        MINGW32*) OS=winnt;; > > Pleas