This behavior started a few days ago.

When a control (textbox, editbox etc) is selected the cursor keeps
disappearing. If the app is restarted it is visible, after some time it
disappears. When the mouse button is held down its visible until the button
is released. This had happened to me a long time ago and I can't remember
how I fixed it, anybody knows why this is happening?

Re: Cursor is erratic by TonySper

TonySper
Sat Jun 10 13:42:30 CDT 2006

Sounds like you are running a program you made up with an older
version of foxpro and now you are running into the themes problem with
a newer version.

Put this in your main program to shut of the themes.

* SHUT OFF THEMES IN WINDOWS XP
_screen.Themes =.F.
SYS(2700,0)
TonySper



"Imaginecorp" <imaginecorp@msn.com> wrote in message
news:eYL%23tj2iGHA.4884@TK2MSFTNGP03.phx.gbl...
This behavior started a few days ago.

When a control (textbox, editbox etc) is selected the cursor keeps
disappearing. If the app is restarted it is visible, after some time
it
disappears. When the mouse button is held down its visible until the
button
is released. This had happened to me a long time ago and I can't
remember
how I fixed it, anybody knows why this is happening?




Re: Cursor is erratic by Imaginecorp

Imaginecorp
Sat Jun 10 14:28:42 CDT 2006

Tony; You Da Man.
Strange though, I had _screen.Themes = .F. in the beginning of the app
without the SYS(), but with the SYS() it took care of the problem. Did not
realize you had to have both...
Thanks
Mohammed

"TonySper" <tsperduti@bellsouth.net> wrote in message
news:qoEig.8278$gv2.4007@bignews3.bellsouth.net...
> Sounds like you are running a program you made up with an older
> version of foxpro and now you are running into the themes problem with
> a newer version.
>
> Put this in your main program to shut of the themes.
>
> * SHUT OFF THEMES IN WINDOWS XP
> _screen.Themes =.F.
> SYS(2700,0)
> TonySper
>
>
>
> "Imaginecorp" <imaginecorp@msn.com> wrote in message
> news:eYL%23tj2iGHA.4884@TK2MSFTNGP03.phx.gbl...
> This behavior started a few days ago.
>
> When a control (textbox, editbox etc) is selected the cursor keeps
> disappearing. If the app is restarted it is visible, after some time
> it
> disappears. When the mouse button is held down its visible until the
> button
> is released. This had happened to me a long time ago and I can't
> remember
> how I fixed it, anybody knows why this is happening?
>
>
>



Re: Cursor is erratic by TonySper

TonySper
Sat Jun 10 18:24:20 CDT 2006

Sometimes you do and sometimes you don't. Strange as it seems so I put
both.
TonySper

"Imaginecorp" <imaginecorp@msn.com> wrote in message
news:enDWWQMjGHA.3780@TK2MSFTNGP03.phx.gbl...
Tony; You Da Man.
Strange though, I had _screen.Themes = .F. in the beginning of the app
without the SYS(), but with the SYS() it took care of the problem. Did
not
realize you had to have both...
Thanks
Mohammed

"TonySper" <tsperduti@bellsouth.net> wrote in message
news:qoEig.8278$gv2.4007@bignews3.bellsouth.net...
> Sounds like you are running a program you made up with an older
> version of foxpro and now you are running into the themes problem
> with
> a newer version.
>
> Put this in your main program to shut of the themes.
>
> * SHUT OFF THEMES IN WINDOWS XP
> _screen.Themes =.F.
> SYS(2700,0)
> TonySper
>
>
>
> "Imaginecorp" <imaginecorp@msn.com> wrote in message
> news:eYL%23tj2iGHA.4884@TK2MSFTNGP03.phx.gbl...
> This behavior started a few days ago.
>
> When a control (textbox, editbox etc) is selected the cursor keeps
> disappearing. If the app is restarted it is visible, after some time
> it
> disappears. When the mouse button is held down its visible until the
> button
> is released. This had happened to me a long time ago and I can't
> remember
> how I fixed it, anybody knows why this is happening?
>
>
>