RE: RE: Killing de Kursor

2000-11-20 Thread Karina Steffens
> It doesn't flash; rather, it appears if it was previously invisible. > That is, assume your cursor is sitting somewhere on screen, but in a > cursor 200 state. Issuing a baPlaceCursor(x,y) will move the cursor to > that loc, but will also cause it to become visible. IOW, it > doesn't let > you

RE: RE: Killing de Kursor

2000-11-20 Thread Robert Wingate
> But would the cursor flash when forced into a new location, > as someone suggested? It doesn't flash; rather, it appears if it was previously invisible. That is, assume your cursor is sitting somewhere on screen, but in a cursor 200 state. Issuing a baPlaceCursor(x,y) will move the cursor to th

RE: RE: Killing de Kursor

2000-11-20 Thread Karina Steffens
> Sounds like a typical management type. Get him fired. Not quite, he's the _technical_ manager, which means he's the poor sod who gets shafted into driving around the country to install/fix/repair our stuff. On the other hand, he's also the one who comes up with impossible ideas and expects the l

RE: Killing de Kursor

2000-11-20 Thread Karina Steffens
> In addition to all these great suggestions, I have found that > you can edit the cursor resources in dirapi.dll on Windows before you > make a projector. I used this to get rid of the ugly finger > cursor in 7.02. I used VC++ to open the DLL as resources. That sounds like an interesting idea, a

Re: RE: Killing de Kursor

2000-11-17 Thread Kurt Griffin
> He might go for the BudAPI solution (think I can do that with DirectOS), but > he seems to be fixated on importing/linking movies into a master movie. I'm > not too sure myself. Sounds like a typical management type. Get him fired. > So far, I think the best solution is the BudAPI one. I'll

RE: Killing de Kursor

2000-11-17 Thread Ken Prat
In addition to all these great suggestions, I have found that you can edit the cursor resources in dirapi.dll on Windows before you make a projector. I used this to get rid of the ugly finger cursor in 7.02. I used VC++ to open the DLL as resources. [To remove yourself from this list, or to c

RE: Killing de Kursor

2000-11-17 Thread Karina Steffens
> I don't think it matters much whether the movies are linked, > imported(?), or whatever. The problem is that the operating > system takes > control over the cursor sometimes, like during loading, > whether Director > cares or not. That's something I'll need to test. I must say I'm not too crazy

RE: Killing de Kursor

2000-11-17 Thread Robert Wingate
> he seems to be fixated on importing/linking movies into a > master movie. I'm not too sure myself. I don't think it matters much whether the movies are linked, imported(?), or whatever. The problem is that the operating system takes control over the cursor sometimes, like during loading, wheth

RE: Killing de Kursor

2000-11-17 Thread Colin Holgate
>Using the touch screen's method to hide cursor wouldn't work for us either, >because we'd need the cursor in windows/emergencies - same as making the >cursor blank in windows, which we already tried. It's a bit TOO well hidden, >I'm afraid... You know you can operate the touch screen with your

RE: Killing de Kursor

2000-11-17 Thread Karina Steffens
Thanks for the replies I got so far. I made an invisible cursor cast member, which worked the same way as cursor 200. (I didn't really need to use imaging lingo, just made an 8 bit empty bitmap and used insert -> cursor) Unfortunately, it didn't work any better then cursor 200, and it still chang

Re: Killing de Kursor

2000-11-17 Thread Fred Westermeyer
Good morning, I have a program that runs on 4 touchscreen kiosks, The software for the monitor has a option to turn off the cursor. I don't use cursor 200 in my program at all. I use TouchWare Drivers and Utilities, its supports Windows, MS-Dos, OS/2 and Macintosh. I find it on the internet. I

RE: Killing de Kursor

2000-11-17 Thread Robert Wingate
> I know you can use DirectOS or Buddy API to control the cursor, > but can you permanently hide it with one of them, or another one. The best luck I've had with this is to use BudAPI's baPlaceCursor(x,y) method to move the cursor to the bottom-right corner of the screen. I was using the arrow cu

Re: Killing de Kursor

2000-11-17 Thread Jakob Hede Madsen
>Just a wild undocumented guess... can you create a customcursor, that shows >nothing? Apperently yes. Make a 17*17 pixels 1 bit bitmap, that is white except for a black one-pixel line along the right and botom side. Jakob [To remove yourself from this list, or to change to digest mode, go to

RE: Killing de Kursor

2000-11-17 Thread Colin Holgate
> >Thanks, I'll try that and tell you the results of the experiment. To get >aound the hourglass, I might just combine that with setting the hourglass to >blank in windows. That won't be the clean solution I'm looking for, but it >might just work... It may be enough, but if it's not there's a be

RE: Killing de Kursor

2000-11-17 Thread Karina Steffens
> Just a wild undocumented guess... can you create a > customcursor, that shows > nothing? Say, if you make two 1-bit bitmaps and use imaging > lingo to empty > them both before you use the cursor[memnum1,memnum2] command. > I haven't got > Dir8 and I don't remember the setpixel command syntax. >

RE: Killing de Kursor

2000-11-17 Thread Rui Pereira
I had that problem once and successfully solved it combining lingo's cursor 200 and budapi's placeCursor: What I did was hide the cursor and place it off-screen, so that if it flashs, it won't be seen. About buying BudAPI, if you are only using up to two functions you can use it for free, but as s

Re: Killing de Kursor

2000-11-17 Thread Jonas Worsøe
- Original Message - From: Karina Steffens <[EMAIL PROTECTED]> Subject: Killing de Kursor > The best thing for me would be if I could run the movies the usual way (ie, > unconnected to each other) and just have something that kills the cursor > completely and restores it when quitting th