Search found 1416 matches

by Auge_Ohr
Thu Feb 25, 2010 1:43 am
Forum: XCodeJock Support
Topic: Ribbonbar Title problem
Replies: 5
Views: 14057

Re: Ribbonbar Title problem

I think the trick is in the following functions? oDlg:InitTabArea() oControl := oDlg:InitTabShort() I suppose your initTabArea method is defining the height of the workarea. as i say i "attach" a Static to RibbonTabGroup. METHOD VOBWORK:InitTabArea() LOCAL oDraw := ::drawingArea LOCAL aSize := ::dr...
by Auge_Ohr
Thu Feb 25, 2010 1:29 am
Forum: XCodeJock Support
Topic: WHEN can I HIDE?
Replies: 4
Views: 12358

Re: WHEN can I HIDE?

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.
by Auge_Ohr
Thu Feb 25, 2010 1:26 am
Forum: XCodeJock Support
Topic: RibbonBar and Win7
Replies: 12
Views: 26779

Re: RibbonBar and Win7

How do you handle the drawingarea? When using the :enableFrameTheme we have a problem in defining the height of the drawingarea. i "think" i have post that Problem and Solution with 1st Ribbenbar Sample from XCodejock ... i have to search again. but in most case i do not use :drawingarea as i use R...
by Auge_Ohr
Thu Feb 25, 2010 1:07 am
Forum: XCodeJock Support
Topic: Ribbonbar Title problem
Replies: 5
Views: 14057

Re: Ribbonbar Title problem

I have had several requests to remove the title bar when using the RibbonBar. Chris Andries helped with this and found the enableFrameTheme() method of the RibbonBar object. search in Sample for iTunes ... that is that Style ;) i say your Video and that Browse Position/Size is wrong ... we did had ...
by Auge_Ohr
Thu Feb 25, 2010 12:41 am
Forum: XCodeJock Support
Topic: RibbonBar and Win7
Replies: 12
Views: 26779

Re: RibbonBar and Win7

did you try to play with EnableOffice2007Frame(.T./.F.) ? Yes, everytime I used it, the app would lockup. hm ... when using Office2007 Theme only or with 2003 Style too ? if using 2007 Style you have to use :EnableFrameTheme() too METHOD VOBWORK:InitMenuBar() LOCAL oQAccess LOCAL oControl LOCAL oPo...
by Auge_Ohr
Wed Feb 24, 2010 3:50 pm
Forum: XCodeJock Support
Topic: RibbonBar and Win7
Replies: 12
Views: 26779

Re: RibbonBar and Win7

hi,

did you try to play with EnableOffice2007Frame(.T./.F.) ?

greetings by OHR
Jimmy