Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
App Slows To A Crawl
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
App Slows To A Crawl
Miscellaneous
Thread ID:
01252256
Message ID:
01252256
Views:
62
I am developing the UI shown here: http://marois-consulting.com/dekker/ui.jpg

After the UI finishes loading, if I move the mouse over any icon, the app becomes very slow.

I turned on event tracking, and there are HUNDREDS of lines like this:


36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl10.imgleft.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl10.imgcenter.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl10.imgright.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl10.imgicon.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl10.lblcaption.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl10.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl11.imgleft.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl11.imgcenter.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl11.imgright.UIEnable(.F.)
36000.528, screen.cntmenubar._tabset._pgftabs._page_ribbon1.grp2.crl11.imgicon.UIEnable(.F.)


From what I can see, the UIEnable is being called for EVERY icon on the bar each time the mouse moves over any part of the UI.

Anyone know what I can do about this?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform