WHEN can I HIDE?

This forum is for support of XCodeJock
Post Reply
Message
Author
User avatar
sdenjupol148
Posts: 151
Joined: Thu Jan 28, 2010 10:27 am
Location: NYC

WHEN can I HIDE?

#1 Post by sdenjupol148 »

Roger,

Do you think we can get WHEN and HIDE clauses on the new toolbar system?

Just hoping,

Bobby

User avatar
rdonnay
Site Admin
Posts: 4728
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: WHEN can I HIDE?

#2 Post by rdonnay »

I will have to check to see if that kind of control can be made invisible.
I will let you know.
The eXpress train is coming - and it has more cars.

User avatar
Auge_Ohr
Posts: 1406
Joined: Wed Feb 24, 2010 3:44 pm

Re: WHEN can I HIDE?

#3 Post by Auge_Ohr »

SbDrakos wrote:Do you think we can get WHEN and HIDE clauses on the new toolbar system?
that is easy :)

Code: Select all

oDlg:oCommandbarS:ActiveMenuBar:Visible := .F. / .T.
greetings by OHR
Jimmy

User avatar
rdonnay
Site Admin
Posts: 4728
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: WHEN can I HIDE?

#4 Post by rdonnay »

Ok, I added WHEN and HIDE clauses to the following commands:

CJMENUITEM
CJSUBMENU
CJMENUBAR
CJTABBEDTOOLBARCATEGORY
CJTABBEDTOOLBAR
CJADDTOOLBUTTON
CJADDTOOLBAR
CJADDGROUP
CJADDCONTROL
CJINSERTTAB
CJADDSYSTEMBUTTON
CJADDRIBBONBAR
CJCOMMANDBARS
Attachments
whenhide.zip
WHEN and HIDE clauses
(29.91 KiB) Downloaded 845 times
The eXpress train is coming - and it has more cars.

User avatar
sdenjupol148
Posts: 151
Joined: Thu Jan 28, 2010 10:27 am
Location: NYC

Re: WHEN can I HIDE?

#5 Post by sdenjupol148 »

Ok Great,

Thanks Jimmy

Thanks Roger :clap:

Post Reply