[Pharo-users] [ann] dynamic browsers with glamour

2013-08-25 Thread Tudor Girba
Hi, Here is a little announcement for those that like Glamour. Andrei and I worked on making Glamour more dynamic by pushing the presentation definition at execution, rather than at browser construction time. To achieve dynamic presentation creation, before you needed to use the GLMDymamicPresen

[Pharo-users] Categorizing tests according to test result

2013-08-25 Thread Mohammad Al Houssami (Alumni)
Hello all. I am using the SUnit framework and I have made a script to generate tests and I have more than 5000 tests. I want to know if there is a way I can categorize the tests into Passin Failing and Error categories without having to do that manually. I want to late file out all the passing

Re: [Pharo-users] Seaside JQuery Ajax processing question

2013-08-25 Thread kmo
Stephan - Thanks. Latency is not an issue and besides I'm as interested in the principle as I am in this example. I obviously need to do more research. Thanks for the pointers. Ken -- View this message in context: http://forum.world.st/Seaside-JQuery-Ajax-processing-question-tp4704949p470496

Re: [Pharo-users] Seaside JQuery Ajax processing question

2013-08-25 Thread Stephan Eggermont
Hi Ken, Doing this lookup serverside only works if the latency is low, i.e. not for a mobile site or one at the other side of the ocean. Only getting a hovertext can be done easier using the title attribute. You can find some code showing how to use jQuery in Deltawerken and Storyboard (on ss

[Pharo-users] Seaside JQuery Ajax processing question

2013-08-25 Thread kmo
Can anyone help with a Seaside jQuery ajax issue? I want to change the contents of a div when the mouse goes over a document element by means of an ajax call. In this example, I have rendered a list of words as spans (one span per word). When the mouse goes over any span, I want to show the dicti

Re: [Pharo-users] Rendering in Glamour

2013-08-25 Thread Tudor Girba
Great. Please feel free to send more questions. You can also join the Moose mailing list for more technical issues: https://www.iam.unibe.ch/mailman/listinfo/moose-dev Cheers, Doru On Sun, Aug 25, 2013 at 12:01 AM, Mohammad Al Houssami (Alumni) < mh...@mail.aub.edu> wrote: > Thank you Doru.