[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
(https://github.com/jig08/sQuick_new) , try the infancy application
and send in suggestions.

Currently, I have put my application up on CI for automated build.

I am currently getting a StartUp error on VERSION=development (40)


The error is as follows:

*The symbolic version '0.1-baseline' is not defined in
ConfigurationOfsQuick_new for the current platform. Possible symbolic
version values include: #(#bleedingEdge #development #stable)*

I have checked ConfigurationOfsQuick_new and the corresponding method
reads as follows:*--
development: spec
symbolicVersion: #'development'
spec for: #'common' version:
'0.1-baseline'*.*--*

It would be great if my mistake is pin-pointed and I could resolve it.

Thanks and Regards
Jigyasa


[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: {  dialog newText:  r content asString . }*
*   )minWidth:600; minHeight: 10*
*)cellInset: 0;*
*  borderStyle: (BorderStyle inset baseColor: dialog paneColor; width: 1)*
* } *

I basically need to add a scroll-able content in '*newText*:' portion.

The entire code of my application an offline text search application namely
searchQuick is available at github (https://github.com/jig08/sQuick_new) .
You all are welcome to fork the code , try the infancy application and send
in suggestions.

Help Appreciated.
Regards
Jigyasa


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 baseColor: dialog paneColor; width: 1)*




2015-07-17 11:59 GMT+02:00 Jigyasa Grover grover.jigya...@gmail.com:

 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: {  dialog newText:  r content asString . }*
 *   )minWidth:600; minHeight: 10*
 *)cellInset: 0;*
 *  borderStyle: (BorderStyle inset baseColor: dialog paneColor; width: 1)*
 * } *

 I basically need to add a scroll-able content in '*newText*:' portion.

 The entire code of my application an offline text search application
 namely searchQuick is available at github (
 https://github.com/jig08/sQuick_new) .
 You all are welcome to fork the code , try the infancy application and
 send in suggestions.

 Help Appreciated.
 Regards
 Jigyasa



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 Developers mailing list archive at Nabble.com.



[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 built the basic structure of the application using Morphs
and have a lot to cover on the GUI part. 
sQ basically returns the list of file titles from the pre-loaded text files
present in the resource folder when a string is searched for. 
I plan to build an accordion widget (https://jqueryui.com/accordion/) or
something similiar to view the results. I seek help on the implementation of
this part. 
Looking forward to a positive response. 

Regards 
Jigyasa



--
View this message in context: 
http://forum.world.st/Seeking-help-to-build-an-accordion-widget-for-GUI-of-sQuick-tp4835234.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.



[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 started my image from disk there was small progress bar -
clearly something was updating itself or something and Eye-Watcher was in
debuger window not understanding some message. Clearly had installed
something unfinished or wrongly initialized. So, i deleted entire Pharo
directory, and downloaded pharo, and same thing happend. Pretty nasty Huh,
I am sorry if i ruined something on repository I am afraid of.

Could you please tell me what is going on?

Or in case i ruined repository how long does it take to fix it, please help!

Thank You!


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
enthusiasm.
Winston Churchill


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 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 
 started my image from disk there was small progress bar - clearly something 
 was updating itself or something and Eye-Watcher was in debuger window not 
 understanding some message. Clearly had installed something unfinished or 
 wrongly initialized. So, i deleted entire Pharo directory, and downloaded 
 pharo, and same thing happend. Pretty nasty Huh, I am sorry if i ruined 
 something on repository I am afraid of. 
 
 Could you please tell me what is going on?
 
 Or in case i ruined repository how long does it take to fix it, please help!
 
 Thank You!



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. 
Next time when I started my image from disk there was small progress 
bar - clearly something was updating itself or something and 
Eye-Watcher was in debuger window not understanding some message. 
Clearly had installed something unfinished or wrongly initialized. So, 
i deleted entire Pharo directory, and downloaded pharo, and same thing 
happend.


This is strange. :)
Do you have startup preferences? because normally this should not happen 
magically.

Which precise image are you using?
What are the packages that you loaded?
Which OS?

Stef
Pretty nasty Huh, I am sorry if i ruined something on repository I am 
afraid of.


Could you please tell me what is going on?

Or in case i ruined repository how long does it take to fix it, please 
help!


Thank You!