Seeking help to build an accordion widget for GUI of sQuick

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Seeking help to build an accordion widget for GUI of sQuick

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
Reply | Threaded
Open this post in threaded view
|

Re: Seeking help to build an accordion widget for GUI of sQuick

Nicolai Hess


2015-07-01 18:30 GMT+02:00 Jigyasa Grover <[hidden email]>:
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.

We have expander morphs :
WidgetExamples exampleOtherControls

but not with jQueries nice animation/transition.



 

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.


Reply | Threaded
Open this post in threaded view
|

Re: Seeking help to build an accordion widget for GUI of sQuick

Jigyasa Grover
Hi Nicolai :)
Thank You.
The Expander Morphs seem promising.
Would work on them to get the desired look.
Regards
Jigyasa