Re: [vos-d] terangreal changes

2007-04-13 Thread Reed Hedges
On Thu, Apr 12, 2007 at 10:29:35PM -0400, Peter Amstutz wrote: On Thu, Apr 12, 2007 at 09:26:09PM -0400, Reed Hedges wrote: * Change mouse cursor to reflect what clicking will do (i.e. differentiate between mouselook/move modes; change when over a hypercard or clickable) Yea, that

Re: [vos-d] terangreal changes

2007-04-13 Thread S Mattison
How do you differentiate between I'm clicking on this to activate it and I'm clicking on this to edit its properties? What do you mean by activate? You mean if the objcet has the clickable type? Different mouse clicks probably. Or have modes. Uh, yea. That if the object has

[vos-d] terangreal changes

2007-04-12 Thread Peter Amstutz
This is mostly directed at Reed, but I thought everyone might be interested -- In working on a virtual demo world/presentation (which I intend to use as a more compelling alterative to openoffice impress slides in presenting VOS to potential investors) I've made a few changes that make

Re: [vos-d] terangreal changes

2007-04-12 Thread Ken Taylor
Nice! I'll have to try a build tonight and see if this works for me. (update: just finished the build... I get complaints about a usleep function in demoplugin.c. Ah well -- silly windows!) I haven't had much time this week to look at VOS stuff It sounds like you have been pretty busy

Re: [vos-d] terangreal changes

2007-04-12 Thread Ken Taylor
I tried a quick fix, replacing usleep(2) with _sleep(20) [usleep is microseconds and _sleep is miliseconds, right?] ... But then I get a linking problem: g++ -shared -nostdlib /mingw/lib/dllcrt2.o c:/mingw/bin/../lib/gcc/mingw32/3.4.2/crtbegin.o .libs/demoplugin.o

Re: [vos-d] terangreal changes

2007-04-12 Thread Ken Taylor
Nevermind, I got it to build. Just needed to add -lvosext_http and -lmetaobject_services to the demoplugin part of the .am file. I can't seem to get omnivos to load gallery.xod, though. I get a Error: tried to dereference null smart pointer in - operator -Ken