[Pharo-dev] Seeking help to resolve startup error on CI automated build

2015-07-23 Thread Jigyasa Grover
HiI am trying to build my first application in Pharo i.e. an offline text search application namely *searchQuick* which returns the list of file titles from the pre-loaded text files present in the resource folder when a string is searched for. You all are welcome to fork the code

[Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Jigyasa Grover
Hi I am using Expander Morphs to display some search results. I am finding it hard to insert a scroll bar in text displayed after expanding the title of the search result. The corresponding code snippet is as: *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: {

Re: [Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Nicolai Hess
what about newTextEditorFor: *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: { dialog newTextEditorFor: yourTextModel getText:#getTextSelector setText:#setTextSelector. }* * )minWidth:600; minHeight: 10* *)cellInset: 0;* * borderStyle: (BorderStyle inset

Re: [Pharo-dev] Seeking help to build an accordion widget for GUI of sQuick

2015-07-09 Thread Jigyasa Grover
Hi Nicolai :) Thank You. The Expander Morphs seem promising. Would work on them to get the desired look. Regards Jigyasa -- View this message in context: http://forum.world.st/Seeking-help-to-build-an-accordion-widget-for-GUI-of-sQuick-tp4835234p4836712.html Sent from the Pharo Smalltalk

[Pharo-dev] Seeking help to build an accordion widget for GUI of sQuick

2015-07-01 Thread Jigyasa Grover
Hello All :) I am a newbie in Pharo and have started to build my first application i.e. an offline text search application namely searchQuick. You all are welcome to fork the code (https://github.com/jig08/sQuick_new) , try the infancy application and send in suggestions. Currently, I have

[Pharo-dev] Seeking help

2014-07-02 Thread Janko Korelc
Several days ago I was immersed in Pharo3.0 as this time things worked well. So, did include many packaeges in image up to Eye-watcer, than started to look what a repository is all about - so, was given offer to have some subdomain with my name and probably uploaded everything. Next time when I

Re: [Pharo-dev] Seeking help

2014-07-02 Thread Damien Cassou
On Wed, Jul 2, 2014 at 10:18 AM, Janko Korelc dazajn.kor...@gmail.com wrote: Could you please tell me what is going on? which operating system are you using? -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to go from one failure to another without losing

Re: [Pharo-dev] Seeking help

2014-07-02 Thread Max Leske
Can you provide a screenshot of what happens after startup? A stack trace would also be helpful. Cheers, Max On 02.07.2014, at 10:18, Janko Korelc dazajn.kor...@gmail.com wrote: Several days ago I was immersed in Pharo3.0 as this time things worked well. So, did include many packaeges in

Re: [Pharo-dev] Seeking help

2014-07-02 Thread stepharo
Hello Janko Several days ago I was immersed in Pharo3.0 as this time things worked well. So, did include many packaeges in image up to Eye-watcer, than started to look what a repository is all about - so, was given offer to have some subdomain with my name and probably uploaded everything.