Related topics

Proposed - Tk::Cursor
Chuck Neal ch...@mediamacros.com macromedia director lingo What cursor replaces it? Sometimes events like loading, etc on the Mac take over the cursor again with the hour glass, etc. -Chuck Neal ch...@mediamacros.com Team Macromedia Volunteer for Director http://www.macromedia.com/support/forums/team_macromedia/

cursor question
To illustrate, try a wide bar: (progn (setq cursor-type '(bar . 4)) (set-cursor-color "red") (blink-cursor-mode -1) ) Now move the cursor over some text. I think a bar cursor should invert text below it the same way as the block cursor. Well, the same way as a block cursor _should_ invert, since that's a bit buggy

Custom Cursor Extra (Download)
Estoy maravillado con los cursor adapters, alguien que de favor me puede proporcionar links, para revisar documentacion y adentrarme un poco mas en el uso de ellos saludos Martin Soto Aparte del sitio de Microsoft, tienes entre otros: http://fox.wikis.com/wc.dll?Wiki~CursorAdapter~VFP http://fox.wikis.com/wc.dll?

Cursor showWhile
14 Data manipulation 14.1 <declare cursor> Function Define a cursor. Format <declare cursor> ::= DECLARE <cursor name> [ <cursor sensitivity> ] [ <cursor DECLARE curname CURSOR ... FOR .... Thus the question, where is the syntax from ? There seems to be a standard for "the" SQL stored procedure language:

Embed Cursor AMC control IE6 Script
needs to have its cursor changed too. It's true that if a widget doesn't specify a cursor, it uses its parent's cursor. But if a cursor is specified (and some widgets do by default), then you need to change the cursor. And you need to save all the old cursors for the widgets in the hierarchy to reset later.

cursor-type 'bar should invert underlying text
Basically, with some sound cards & their respective drivers (in Win2k), the cursor positions in my DirectSound app go nuts and don't work right, but with other cards and drivers, using the same app, it all works fine. Here's the excruciating details: I'm building a app in VB6 / DX8 that's going to function as

About Form'Cursor
Choose the appropriate cursor for what you application needs to do. If you only need to display data, and you won't need to move in both direction in the recordset, use a Forward Only/Read Only cursor (also known as a firehose cursor). This is the fastest, least resource intensive cursor.

Mouse cursor problem
Jeffrey Hobbs jho...@cs.uoregon.edu comp lang tcl In article <SCHLUETE.96Nov1153...@deneb.informatik.uni-hannover.de>, Axel Schlueter <schlu...@deneb.informatik.uni-hannover.de> wrote: I'm looking for a way to configure the cursor for ALL displayed widgets at Since some widgets define there own cursor (like the

jTree and mouse CURSOR
John Peterson j0...@comcast.net microsoft public sqlserver server I finally settled on this test bed, which appears to work successfully: declare @CursorName nvarchar(4000) select @CursorName = 'cur' execute ( ' declare ' + @CursorName + ' cursor global forward_only read_only for select name from sysobjects

Difference between index on cursor or view?
Peter Below (TeamB) 100113.1...@compuXXserve.com borland public delphi vcl components using In article <3f436...@newsgroups.borland.com>, Al Christoph wrote: I have a slightly different problem but still dealing with why doesn't the cursor change. I set screen.cursor:=crHourGlass and the hour glass appears.

crazy directsound buffer cursor behavior
Mark A. Boyd mbli...@sanDotrr.com macromedia director basics David Christmas wrote: Can anyone specify a web site where I can dowload a FREE Custom Cursor extra, because I need a hand while over a button , and this is not one of the preset cursors. In order to use a cast member as a cursor, I need (but cannot find)

Bug#241717: xterm: various colour problems (mouse cursor color ...
Frank Hubeny fhub...@ntsource.com comp databases oracle server It is certainly desirable not to open a cursor more than once. The second time it is opened something may have changed in the database. One way to avoid opening the cursor more than once is to open the cursor and load all the data into one or more

Amazing self-deallocating cursor
In that case, how do I change to cursor on a mousedown event, (rather than a mouse move event)? Use SetCursorPos() or mouse_event(). Both are Win32 API functions. And why does this work (the mouse cursor IS updated) with the right mouse button Because left- and right-button events are handled differently in the VCL

ADO Cursor location - HELP
William Brogden wbrog...@bga.com comp lang java programmer Vesa Raiskila wrote: I'm having problems with an applet that uses a custom cursor. The idea is that when the mouse pointer is over the specified region in a background image, the pointer changes to a custom cursor. Here is the code that causes this to

get and set pos cursor
NET> sl...@interlink.net (Simon Lane) writes: Using SetCursor() to change the cursor from IDC_ARROW to IDC_WAIT works until the user actually moves the cursor. How do you change the cursor for the entire desktop, or at the least for the current active window and make sure that it does not change back ?

What happens if you dont DEALLOCATE a cursor in SQL7?
I have an open global cursor that is created dynamically by stored procedure A. I'd like to reference this cursor from stored procedure B. I know the dynamic name of the cursor, but I know of no way to get a "handle" of this cursor so that I can use it from stored procedure B in a cursor variable.

Shadow Cursor trouble
Robert Heller hel...@deepsoft.com comp lang tcl "Chad Guebert" <cgueb...@vt.edu>, In a message on Sun, 17 Feb 2002 15:44:33 -0500, wrote : "G> Is it possible to change the mouse cursor so that it appears different "G> regardless of where it is on the screen, and not just within the TK canvas?

changing the mouse cursor
Steve Fulton cerberu...@hotmail.com microsoft public scripting jscript Elie Grouchko wrote: I'm trying to change the mouse cursor of the browser while executing a long jScript call. I tried to change document.body.style.cursor to "wait" but it doesn't work, can anyone help? The problem is that the IE window isn't

Trouble changing mouse cursor in response to a LEFT mousedown ...
Russell Marks russell.ma...@ntlworld.com gnu emacs help Eli Zaretskii <e...@is.elta.co.il> wrote: Alex Schroeder wrote: Ok, what I see is a blinking cursors -- if Emacs isn't using blink-cursor-mode to set it, Emacs is obviously using something else to make the cursor blink. Perhaps some terminal thing, who knows.

Cursor Adapters
Fred Taylor ftay...@mvps.org microsoft public fox vfp forms Try passing the cursor alias to the other form as a parameter. On your receiving form, create a property that will hold the parameter, so once you recieve it, it will not go "out of scope" and you won't be able to reference the parameter.