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 » Version 2.62 and empty cells Collapse All
Subject Author Date
Offer Har Oct 27, 2006 - 9:20 AM

Dear Supprt,

Sorry to nudge again, but i would like to know when version 2.62 will be out, and will the empty cells feature be in it (and also the prevention of docked bar closing)
It is important for our time-tables as we are closing in our delivery schedule.

Best Regards,
Offer

Technical Support Oct 30, 2006 - 12:41 PM

We have added the feature you requested. It is an __EGCS_EX_EMPTY extended cell style. When this style is applied, a cell is considered to be empty. The empty style is automatically removed when the user enters some value in the cell. You can check if the cell is empty by means of the CExtGridCell::IsEmpty() method. The cell is empty by default. You can make the cell empty using the CExtGridCell::Empty() method.

The updated source code is available via ftp.

Offer Har Nov 6, 2006 - 2:44 PM

Dear support,

I have downloaded the latest version, added this line where needed:
    ValueActiveGet()->ModifyStyle(__EGCS_EX_EMPTY);
And i see no change in the appearance of my cells.
I have tried it with CExtGridCellColor and CExtGridCellUpDown.

Should i add another call, or is there still problem with this feature?

Technical Support Nov 7, 2006 - 12:24 PM

The __EGCS_EX_EMPTY style is an extended cell style, so you should use the ModifyStyleEx() method instead of ModifyStyle() We recommend to use the CExtGridCell::Empty() method for making the cell empty. This new feature is fully tested with all our cells.

Offer Har Oct 31, 2006 - 11:49 AM

Thanks!
I will be out of the office this week - will try it out ASAP next Monday.

Technical Support Oct 27, 2006 - 11:16 AM

Actually we are working on this feature now. The delay is caused by the necessity of testing this feature with each of 30+ cell types supported in Prof-UIS. So we hope to release this feature on Tuesday.