Jump to content


Chee5

Member Since 13 Oct 2007
Offline Last Active Oct 17 2007 02:43 AM
-----

Posts I've Made

In Topic: Change OutlookBar Color at runtime

16 October 2007 - 06:35 PM

OK Boki.
What I want to do is to show user which NxLinkLabel is currently being SELECTED (something like changing LinkLabel font color or drawing rectangle around LinkLabel).

Thank,
Chee

In Topic: Change OutlookBar Color at runtime

16 October 2007 - 01:42 PM

Hi Boki,

Is there something like ItemIndex in NxLinkLabel?
I want to show a LinkLabel in its selected mode (by changing its font color or draw rectangle around the LinkLabel)

Thanks,
Chee

In Topic: Change OutlookBar Color at runtime

16 October 2007 - 11:51 AM

YES, Boki. This is exactly what I am looking for.
Thanks a lot.

regards,
Chee

In Topic: Change OutlookBar Color at runtime

16 October 2007 - 11:26 AM

Thank you for your time, Boki.
Here is the details of what I want to do:

My application mimic your MainDemo style where on the left panel I have OutlookBar navigation menu and right panel is the actual page. I have 3 items in my OutlookBar: Customer, Vendor, and System Configuration. When the system detected user first login, the system will open the "Change Password" page under System Configuration OutlookBar. Currently, I managed to open the System Configuration OutlookBar using ActivePage command. But I also want to change System Configuration OutlookBar color to show user this is the current select bar. How to do this? I can use the Items[x].Color you gave earlier, but then what is the color to set as if we click on the OutlookBar manually? When I try your MainDemo, the selected color is Orange color.

Thanks,
Chee

In Topic: Change OutlookBar Color at runtime

16 October 2007 - 06:41 AM

Hi Boki,

I have tried TNxColorScheme component but I cannot get it to work the way I wanted.
What I want to do is similar to your OutlookBar in MainDemo.
I want to mimic the OutlookBar behavior as if user has manually click on it (change color from blue to orange color).
I have successfully open the OutlookBar page using ActivePage but I cannot change its OutlookBar color to be selected color.

Thanks,
CM