browser and non existent method

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

browser and non existent method

sergio_101
hi, all..

i am starting a relatively big project for fun, and am using
pharo/seaside after being away for awhile..

the last time i used this combo, i remember that if you called a non
existent method in the browser, a confirmation would pop up, and if
you confirmed that you indeed wanted to use that non existent method,
it would bring up a code browser on that method. then, all you would
have to do is fill in the method guts and hit continue..

am i remembering this correctly?

i am using the current seaside one click image ..

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

Reply | Threaded
Open this post in threaded view
|

Re: browser and non existent method

Sven Van Caekenberghe

On 12 Oct 2011, at 04:54, sergio_101 wrote:

> the last time i used this combo, i remember that if you called a non
> existent method in the browser, a confirmation would pop up, and if
> you confirmed that you indeed wanted to use that non existent method,
> it would bring up a code browser on that method. then, all you would
> have to do is fill in the method guts and hit continue..

Execute

        1 foo

MNU dialog > Create button

HTH,

Sven