Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Give me an answer Collapse All
Subject Author Date
tera tera Oct 22, 2008 - 2:01 AM
Technical Support Oct 23, 2008 - 2:10 PM

It looks like you are using screen coordinates somewhere where client coordinates should be used instead.

tera tera Oct 24, 2008 - 12:30 AM

Hello.


I cannot understand a revision point.

Please revise a sample.

Give my best regards.

Technical Support Oct 25, 2008 - 8:35 AM

We checked the following test project:

http://www.prof-uis.com/download/forums/TestGridCellValidation.zip

And it works. Tooltips are displayed at correct screen places. Here is the compiled version of this project:

http://www.prof-uis.com/download/forums/TestGridCellValidation-BIN.zip

Please check it.


Offer Har Oct 27, 2008 - 2:54 PM

Dear Support,


I have a need for the same feature - I see that when I change the text, the balloon flickers heavily - can this be fixed? It is very hard on the eye like this...


Thanks,


Ron.

tera tera Oct 26, 2008 - 10:35 PM

Hello.


The application does not work definitely.

A tool tip is displayed in the improper place.


 


Technical Support Oct 27, 2008 - 2:23 PM

We do not believe in magic. Could you please let us connect to your computer and debug this test project? If yes, then please drop us an e-mail with information about how and when should we connect?

tera tera Oct 27, 2008 - 6:58 PM

Hello.


I made the following points comment out.


virtual LRESULT WindowProc( UINT message, WPARAM wParam, LPARAM lParam )

{

 /*

 if( message == WM_WINDOWPOSCHANGING )

  m_rcExcludeArea.SetRect( -32766, -32766, 32766, 32766 );

 */

 return CExtPopupMenuTipWnd::WindowProc( message, wParam, lParam );

}


Thanks,