Text only Header bar Style

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
simon.schvartzman
Posts: 672
Joined: Tue Jul 29, 2014 12:52 am

Text only Header bar Style

Post by simon.schvartzman »

Please see attached picture. It seems to me that the "Action Display Style" of the Header Bar Widget is not behaving as expected.

Am I missing something?

Best,
Attachments
Header Style.jpg
Simon
________________________________________
To "AI", or not to "AI", that is the question
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Re: Text only Header bar Style

Post by anmldr »

I wondered the same thing today and could not figure that one out.

Linda
simon.schvartzman
Posts: 672
Joined: Tue Jul 29, 2014 12:52 am

Re: Text only Header bar Style

Post by simon.schvartzman »

Good to know I'm not the only one.

Let's wait and see what the "gurus" have to say about this...
Simon
________________________________________
To "AI", or not to "AI", that is the question
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Text only Header bar Style

Post by MaxV »

Uncheck "first action on left", however is a bug.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Text only Header bar Style

Post by MaxV »

Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
peter-b
Posts: 182
Joined: Thu Nov 20, 2014 2:14 pm

Re: Text only Header bar Style

Post by peter-b »

Hi Simon and Max,

The item on the left has special, theme-specific handling. If you would like to hide its icon, set the icon to empty.

Code: Select all

put the itemIcons of widget 1 into tIcons
put empty into item 1 of tIcons
set the itemIcons of widget 1 to tIcons
LiveCode Open Source Team — @PeterTBBrett — peter.brett@livecode.com
simon.schvartzman
Posts: 672
Joined: Tue Jul 29, 2014 12:52 am

Re: Text only Header bar Style

Post by simon.schvartzman »

Thanks Peter.
Simon
________________________________________
To "AI", or not to "AI", that is the question
Post Reply