Re: [Pharo-users] Overriding method - ExampleBuilderMorph>>#openModal:

2015-07-20 Thread Jigyasa Grover
Thank You, but I have resolved my issue :)



--
View this message in context: 
http://forum.world.st/Overriding-method-ExampleBuilderMorph-openModal-tp4838300p4838353.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



[Pharo-users] Overriding method - ExampleBuilderMorph>>#openModal:

2015-07-20 Thread Jigyasa Grover
Hi
I have been using ExampleBuilderMorph and ExpanderMorph to build a
accordion widget to display the search results of my application
*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.

As I have been using the ExampleBuilderMorph>>#openModal: to view the
expanders, [
https://github.com/jig08/sQuick_new/blob/master/sQuick_new.package/PopUp.class/instance/printSearchResults.st
LINE 33 ]  I would like override this method to change the position and
extent of the window which opens up because of #openModal: method.
Help appreciated.

Thanks
Jigyasa