Hi, I'm getting the Delay class flagged as non-portable by Slime rules, but no explanation at http://www.seaside.st/community/conventions.
Delay uses Semaphore. Is there a standard alternative to Delay for Seaside? Thanks, ...Stan |
I should have also asked the same for Mutex. ...Stan
|
In reply to this post by Stan Shepherd
2009/10/9, stan shepherd <[hidden email]>:
> > Hi, I'm getting the Delay class flagged as non-portable by Slime rules, but > no explanation at http://www.seaside.st/community/conventions. > > Delay uses Semaphore. Is there a standard alternative to Delay for Seaside? No. Not that this rule only applies if you want to write code that is portable across Smalltalk dialects. If you want your code to just run on one dialect then it's fine to use it. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi there,
has anyone made an UI of a seaside application that is usable on WAP? experiences, advices, hints? thanks sebastian _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2009/10/10 sebastian <[hidden email]>:
> Hi there, > has anyone made an UI of a seaside application that is usable on WAP? > experiences, advices, hints? There was once discussion about whether we should add WAP. However HTML and a mobile profile seemed the way to go back then. If you do it you'll need a custom canvas, tags, root and maybe document class. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
yes, smells costly. It has to be very well justified or not do it at all
thanks for the info sebastian On 11/10/2009, at 06:11, Philippe Marschall <[hidden email] > wrote: > 2009/10/10 sebastian <[hidden email]>: >> Hi there, >> has anyone made an UI of a seaside application that is usable on WAP? >> experiences, advices, hints? > > There was once discussion about whether we should add WAP. However > HTML and a mobile profile seemed the way to go back then. > > If you do it you'll need a custom canvas, tags, root and maybe > document class. > > Cheers > Philippe > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2009/10/11 sebastian <[hidden email]>:
> yes, smells costly. It has to be very well justified or not do it at all > thanks for the info Nah, not so such. It just needs somebody who does it and somebody who uses it. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
is attractive for applications with a target of people with very very
low resources (so cheap cellphones). Also for (crazy) iphonephobic people. the costly part I saw, was about phones redering the pages differently too many to try to support them sebastian On 11/10/2009, at 13:55, Philippe Marschall <[hidden email] > wrote: > 2009/10/11 sebastian <[hidden email]>: >> yes, smells costly. It has to be very well justified or not do it >> at all >> thanks for the info > > Nah, not so such. It just needs somebody who does it and somebody > who uses it. > > Cheers > Philippe > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by sebastianconcept@gmail.co
On Saturday 10 October 2009 17:09, sebastian wrote:
> Hi there, > has anyone made an UI of a seaside application that is usable on WAP? > experiences, advices, hints? Yeah, I did bck in 2005-6. I made a WAWmlCanvas and associated classes to spit out WML pages. Worked really well. Probably not compatible with 2.8. I may need a WAP interface again in the future so I would like to follow Seaside WAP dev if anyone is doing this. -- Brent _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
oh, good to know that.
I'm also may need to make an UI in WAP. Curious, did you find significant problems about different phones and how the pages were displayed? cheers sebastian On 12/10/2009, at 06:35, Brent Pinkney <[hidden email]> wrote: > On Saturday 10 October 2009 17:09, sebastian wrote: >> Hi there, >> has anyone made an UI of a seaside application that is usable on WAP? >> experiences, advices, hints? > > Yeah, I did bck in 2005-6. I made a WAWmlCanvas and associated > classes to spit out WML pages. > Worked really well. Probably not compatible with 2.8. > > I may need a WAP interface again in the future so I would like to > follow Seaside WAP dev if anyone is doing this. > > -- > Brent > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |