Related topics

Using Cursor with SCROLL Keyword
Floyd Davidson fl...@ptialaska.net comp os linux development apps "Mark Swaanenburg" <m...@eg.homeip.net> wrote: Hi, is it possible without the use of ncurses to move the cursor around a little, like one line up or one character back or something. Tnx in advancem Mark Do *not* embed terminal escape sequences

how to set cursor in *all* toplevels
I am using a jTree and I'd like to set the cursor to WAIT_CURSOR when a node is selected (I build the tree on the fly due to the number of nodes possible). Here's the code snippet void tree_valueChanged(TreeSelectionEvent e) { tree.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); System.out.println("The

cursor
wrote in message i want to get and set position of cursor in batch file. How can i do it ? The usual way is to use the ANSI.SYS cursor positioning commands. For this you must have the ANSI.SYS driver loaded in your CONFIG.SYS when you boot the system. To load the ANSI.SYS driver, place the following lines in your

How to get the position of the cursor in a TextBox
Eduardo Francos efran...@incontext.fr comp lang java gui In article <VA.00000159.0a543...@incontext.fr>, Eduardo Francos wrote: In article <3E8A5B6D.6060...@netscape.net>, Mr. T wrote: I would like to hide the mouse cursor when I click on a component. I try to do : this.setCursor(null) but it just leaves the

How do you maintain cursor in scrollable portion of table ...
Place hotspots around the draggable objects, and change the cursor type there. The object should be just as draggable- as though the hotspot wasn't there. Just have the hotspot be set to 'cursor in area' then flow into an empty map icon. Or, you could even have a little 'tool tip' appear if so desired.

wait cursor won't work
Hello,
Im currently working on a project which needs large cursors preferebley 64x64, im using VC++ 5. 1. Is it possible 2. How do I go about it You can have your own cursor BUT it has to be a standard size, normally 32x32. So you need to "simulate" your cursor. To draw a cursor with transparent parts,

Dynamic cursor
Normally you only need to set Cursor.Current = Cursors.WaitCursor, once your event finishes Cursor.Current will revert back to Cursors.Default, as Application.DoEvents will implicitly have be executed. Where you need to be careful is if you explicitly call Application.DoEvents while processing an event. Cursor.

Setting Cursor Colour
Thomas J. Kyte tk...@us.oracle.com comp databases oracle misc In article <39462B10.89877...@gate.net>, "Keith L. Norris" <k...@gate.net> wrote: Hello Knowledge Source, Can I create a customized cursor is a stored procedure on an Oracle backend based on parameters passed to the stored procedure?

x cursor pixel under cursor
Rob Dillon r...@ddg-designs.com macromedia director lingo Hi Stef, Yes, you can change a sprite's cursor on mouseEnter and mouseLeave. No you can't use me as a reference to the sprite. The me argument in the function is a reference to the object that holds the behavior. In the case of a sprite behavior,

How to implement the cursor-right-key? (was: BUG REPORT tin 1.5.10 ...
I'm seeing a problem in one of my applications where Cursor>>showWhile is not displaying a wait cursor while the block (just loading in the contents of a file) is executing. It also happens in the default image when filing in a package, D4 used to display the hourglass, D5 doesn't. I tracked this behaviour down to

How to use cursor properly?
This is similar to firing the code twice from two different sessions in query analyzer; of course, each execution will have its own cursor named rjac. It looks to me, though, as if the cursor survives out of one EXEC and into another - its natural lifespan is the connection. /Unless/ it's on a temporary table

Tcl/Tk Changing Cursor
I've getting the -4317 error: Cursors must be uniquely declared within one program module. That's all just fine, save for: If you'd been paying attention to this issue about 3 years ago when it first surfaced, you'd know that I published a list of 2-letter combinations at the end of a cursor/statement name which

Ora_Parse() method invocation causing "ORA-01001: invalid ...
*----DBF2CUR: Copies the current cursor/table structure to Cursor (PcCur) and activates the cursor *----PcNuCur: The name you want the newly created Cursor to Have. A book that I have says: " After a cursor is created, you cannot replace values or add or delete records" Is this really true.

Help - 64x64 Cursor's ?
Bruce Momjian pg...@candle.pha.pa.us comp databases postgresql hackers Can someone comment on the use of FOR/IS in cursors? 14 Data manipulation 14.1 <declare cursor> Function Define a cursor. Format <declare cursor> ::= DECLARE <cursor name> [ <cursor sensitivity> ] [ <cursor scrollability> ] CURSOR [ <cursor

dbf vs cursor
But, instead of streaming it from a website, like Ed does, I simply put the full path in the urls .. and it works (when sent, the cursors show up as cid's, so imho they embed then) ... Can you give an example here. Cybarber "hellun zelluf" <hellunzelluf*awaywithth...@chello.nl> schreef in bericht

Is it possible to control the cursor of a XY-graph via...
Erland Sommarskog som...@algonet.se microsoft public sqlserver programming Bob Zigon (bzi...@iquest.net) writes: If you forget to deallocate a cursor in a stored procedure what happens? How does this manifest itself within your application? Does it cause a memory leak? Is it like calling NEW in C++ and forgetting

Distributing cursor resources
Urami ur...@netexecutive.com macromedia flash To add context to the elements in your documents you can use the Cursor property to control how the pointer will be displayed when it passes over your elements. This declaration only works in IE4 Animated cursors can not be defined. I never try it on Flash actually but

Cursor Changing woes 2
Timo Salmi t...@uwasa.fi comp lang pascal -From: garbo.uwasa.fi:/pc/ts/tsfaqp21.zip Frequently Asked TP Questions -Subject: Turning off the cursor 21. ***** Q: How do I turn the cursor off? A: The usually advocated trick for turning the cursor off is to equate the lower and the upper scan line of the cursor as

Cursor in TGraphicControl component
Hi netters, (Windows NT, Win32 API, C++, ATL, no MFC) Problem: I tried to change the shape of the mouse cursor (using SetCursor()), but it changes automatically back to the arrow shape in some situations. How could I prevent the automatic change? Context: My application uses the object of the class derived from

Tkinter cursor
Cursor is more used in the Perl/Tk book (eg Mastering Perl/Tk). Fair enough. It's been a while since I did a lot of Perl/Tk stuff and my memory is a bit faulty. Given the coverage in the book, and the API in general, I agree that something like CursorControl/CursorController/CursorManager is sufficient.