dbTalk Databases Forums  

Mouseover Problem

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Mouseover Problem in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tanveer
 
Posts: n/a

Default Mouseover Problem - 08-08-2005 , 08:12 AM






I have an application built in Foxpro 2.5 for windows.

At numerous places in it input is taken by defining say/get inside a
window deffinition. When this application is run on a system having
Windows XP - Default themes - the controls inside the window disappear
when Mouse comes over one of them.

Have to fix it any sugestions are welcome.


Reply With Quote
  #2  
Old   
Dan Freeman
 
Posts: n/a

Default Re: Mouseover Problem - 08-08-2005 , 10:40 AM






I'll assume you're running this 2.5 code in VFP because this is a known
issue.

In your startup program, issue _Screen.Themes = .f.

Dan

Tanveer wrote:
Quote:
I have an application built in Foxpro 2.5 for windows.

At numerous places in it input is taken by defining say/get inside a
window deffinition. When this application is run on a system having
Windows XP - Default themes - the controls inside the window disappear
when Mouse comes over one of them.

Have to fix it any sugestions are welcome.



Reply With Quote
  #3  
Old   
Tanveer
 
Posts: n/a

Default Re: Mouseover Problem - 08-10-2005 , 02:03 AM



But the client wants to have this feature in this application .. What
is the best way to achieve this ? Is there any tool which reads window
deffinitions and stuff like say/get and ports them in a Form .. My Wish


Reply With Quote
  #4  
Old   
Dan Freeman
 
Posts: n/a

Default Re: Mouseover Problem - 08-10-2005 , 11:01 AM



There used to be a converter from FPW to VFP (and it may still ship with the
product--I haven't looked), but if I recall properly it created a WindowType
that YOU CANNOT CREATE FROM SCRATCH that runs in a special "compatibility
mode" and has the same problems you're having now.

You'll just have to re-create those forms if the client wants Themes. Often,
if you explain this to them they suddenly don't want themes so badly. ;-)

Dan

Tanveer wrote:
Quote:
But the client wants to have this feature in this application .. What
is the best way to achieve this ? Is there any tool which reads window
deffinitions and stuff like say/get and ports them in a Form .. My
Wish



Reply With Quote
  #5  
Old   
Thomas Ganss
 
Posts: n/a

Default Re: Mouseover Problem - 08-11-2005 , 06:13 AM



Dan Freeman schrieb:
Quote:
There used to be a converter from FPW to VFP (and it may still ship with the
product--I haven't looked), but if I recall properly it created a WindowType
that YOU CANNOT CREATE FROM SCRATCH that runs in a special "compatibility
mode" and has the same problems you're having now.
And it it buggy - I had to fix a few issues when moving a very large app
with 150 work screens and about 200 minor screens (not counting help
screens) because some of the FPW-screen attributes were not ported
correctly.

Quote:
You'll just have to re-create those forms if the client wants Themes. Often,
if you explain this to them they suddenly don't want themes so badly. ;-)
*IF* the screens you ported look okay, you can build "normal" vfp forms
from the ported forms. That *only* makes sense if there is a common
method of switching forms and field validation/change involved. If you
can isolate such behaviour, the task it not as daunting as it seems at
first. Don't switch over in haste - I created a parallel version in one
release, fixed minor issues when the "old" one was released and on the
next release brought out the new one. That way I already had strategies
for the minor issues (mostly small layout fixes in checkboxes and option
groups) that I had not seen myself, the testing team found less issues
and nearly all fixes were done during the beta's: the developers had an
option to discuss all issues on the last days of the each beta and
compare to the current version, which had those errors fixed <g>.

That way the tasked considered impossible by this companies employees
was done at a third of the cost they had estimated themselves. I used
some of that budget to enhance functionality and clean up the sources -
with the fast error fixing it looked great <g>.


regards

thomas


Reply With Quote
  #6  
Old   
Tanveer
 
Posts: n/a

Default Re: Mouseover Problem - 08-11-2005 , 08:47 AM



Where can I find it ?


Reply With Quote
  #7  
Old   
Rick Bean
 
Posts: n/a

Default Re: Mouseover Problem - 08-12-2005 , 01:06 PM



It's called CONVERT.APP and if it's assigned to the system variable _CONVERT, it
will automatically be invoked when you open a FPD or FPW screen in VFP. It's
supplied in all versions of VFP I have installed - 5.0 -> 9.0.

Rick

"Tanveer" <tanmalik (AT) hotmail (DOT) com> wrote

Quote:
Where can I find it ?



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.