Overriding method - ExampleBuilderMorph>>#openModal:

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

Overriding method - ExampleBuilderMorph>>#openModal:

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

Reply | Threaded
Open this post in threaded view
|

Re: Overriding method - ExampleBuilderMorph>>#openModal:

Jigyasa Grover
Thank You, but I have resolved my issue :)