Re: [Pharo-users] Bold label

2017-02-18 Thread Ben Coman
On Wed, Feb 15, 2017 at 5:52 PM, Ben Coman wrote: > > > On Wed, Feb 15, 2017 at 6:00 AM, chrismihaylyk > wrote: >> >> CyrilFerlicot wrote >> > Le 14/02/2017 à 21:41, chrismihaylyk a écrit : >> >> Hello! >> >> >> >> I need to get bold text. Can you

Re: [Pharo-users] Bold label

2017-02-15 Thread Ben Coman
On Wed, Feb 15, 2017 at 6:00 AM, chrismihaylyk wrote: > CyrilFerlicot wrote > > Le 14/02/2017 à 21:41, chrismihaylyk a écrit : > >> Hello! > >> > >> I need to get bold text. Can you help me what class I should use and all > >> method to make text bold? > >> > > > > Hi! >

Re: [Pharo-users] Bold label

2017-02-15 Thread stepharong
Hi you may not are realised it but you can read the code of popup: You can also add a new method if needed. Stef Hmm, why this is shown in white color instead bold? And, honestly speaking, I need to be bold string stored in text variable in this example ('COLLECTION') which I pass in

Re: [Pharo-users] Bold label

2017-02-14 Thread chrismihaylyk
CyrilFerlicot wrote > Le 14/02/2017 à 21:41, chrismihaylyk a écrit : >> Hello! >> >> I need to get bold text. Can you help me what class I should use and all >> method to make text bold? >> > > Hi! > > Here an example opening a window with some bold text: > > TextMorph new > contents:

Re: [Pharo-users] Bold label

2017-02-14 Thread chrismihaylyk
Hmm, why this is shown in white color instead bold? And, honestly speaking, I need to be bold string stored in text variable in this example ('COLLECTION') which I pass in UIManager popup: text := Text string: 'COLLECTION' attribute: TextEmphasis italic. UIManager default request: 'This is your

Re: [Pharo-users] Bold label

2017-02-14 Thread Cyril Ferlicot D.
Le 14/02/2017 à 21:41, chrismihaylyk a écrit : > Hello! > > I need to get bold text. Can you help me what class I should use and all > method to make text bold? > Hi! Here an example opening a window with some bold text: TextMorph new contents: ((Text string: 'I am bold' attribute:

[Pharo-users] Bold label

2017-02-14 Thread chrismihaylyk
Hello! I need to get bold text. Can you help me what class I should use and all method to make text bold? Thanks ^_^ -- View this message in context: http://forum.world.st/Bold-label-tp4934321.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.