[Pharo-users] How to add item to world menu

2018-05-13 Thread chrismihaylyk
Hi! I need to add an item to world menu. I know how to add it manually by running some method. But I need this item to be added automatically into world menu just along installing (loading) package code from smalltalkhub. Can anyone help me, please? =) -- Sent from: http://forum.world.st/Phar

[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.

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 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 so

[Pharo-users] TextInputFieldModel font size

2017-02-18 Thread chrismihaylyk
Hello! Can anyone help me how to change font size in TextInputFieldModel, please? Cuz, it's too small. And I can find appropriate method to change it. Thanks ^_^ -- View this message in context: http://forum.world.st/TextInputFieldModel-font-size-tp4934918.html Sent from the Pharo Smalltalk

[Pharo-users] Adding TextModel widgets dynamically into window

2017-02-19 Thread chrismihaylyk
Hi! I need to add dynamically widgets of TextModel to the ComposableModel window. For example: The object of ComposableModel window is created and opened, and I have a button "Add", if I press the button new TextModel textbox added and showed at the window. Can anyone help me, please, what I need

Re: [Pharo-users] Adding TextModel widgets dynamically into window

2017-02-19 Thread chrismihaylyk
No, I didn't read it. Would you please tell me where I can find this book? -- View this message in context: http://forum.world.st/Adding-TextModel-widgets-dynamically-into-window-tp4934945p4934958.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Adding TextModel widgets dynamically into window

2017-02-19 Thread chrismihaylyk
Thank you! 2017-02-19 18:14 GMT+02:00 Sven Van Caekenberghe-2 [via Smalltalk] < ml-node+s1294792n4934960...@n4.nabble.com>: > Probably > > books.pharo.org > > http://files.pharo.org/books/spec-tutorial/ > > > > On 19 Feb 2017, at 16:59, chrismihayly

[Pharo-users] How childrenBlock: in TreeModel works

2017-04-01 Thread chrismihaylyk
Hi! Could anyone explain me how works childrenBlock: method from TreeModel? step-by-step. What data it operates? How makes a result? Thanks a lot? Khrystyna. -- View this message in context: http://forum.world.st/How-childrenBlock-in-TreeModel-works-tp4940884.html Sent from the Pharo Smallt

[Pharo-users] Parser for javascript mongodb (json) notation selects

2017-04-16 Thread chrismihaylyk
Hello, friends! I'm creating MongoDBBrowser that have all CRUD operations and I need a parser that translates javascript queries to MongoDB into the queries (for making selects, inserts etc.) using MongoQuery class. For example, I have query db.SomeCollection.find( {$or: [ { name: { $regex: /t

[Pharo-users] Convert Literal array into Dynamic array

2017-04-16 Thread chrismihaylyk
HI, friends! Can anyone help me how to convert literal array: #(2 3 4) into the dynamic array: {2. 3. 4}? Thanks a lot, Khrystyna! -- View this message in context: http://forum.world.st/Convert-Literal-array-into-Dynamic-array-tp4942305.html Sent from the Pharo Smalltalk Users mailing list ar

Re: [Pharo-users] How childrenBlock: in TreeModel works

2017-04-17 Thread chrismihaylyk
Hello! Could anyone help me, please? I have faced with a problem of TreeModel childrenBlock: for more complex build in structure. For example, I have anOrderedCollection of Dictionary, and in each dictionary, there are exist associations, which values are anArray(aDictionary, aDictionary ..

[Pharo-users] What is flags in UpdateOperation in MongoTalk

2017-05-01 Thread chrismihaylyk
Hello! Can anyone explain to me, please, what is it flags in the following method of MongoDatabase class? update: origDictionary with: newDictionary collection: aString flags: aFlag root update: origDictionary with: newDictionary collection: name , '.' , aString flags: aFlag Thanks, Khry

[Pharo-users] Put FTTableMorph layout into ComposableModel lyout

2017-05-02 Thread chrismihaylyk
Hi! I need to display my FTTableMorph window content inside of ComposableModel window. Please tell me, is it possible? Thanks, Khrystyna. -- View this message in context: http://forum.world.st/Put-FTTableMorph-layout-into-ComposableModel-lyout-tp4945202.html Sent from the Pharo Smalltalk Use