THX! Yes, in this case I want it "only" for the iphone res as it is bigger than other phones with no touchscreen.. But I will try out your link..
Best, Duke2010 -- Sent from Ubuntu P T Withington wrote: > <canvas width="100%" height="100%"> > > will make your app always size to the browser window. If you design your app > to be resizable, it should work well at any resolution. > > You may also be interested in: > > http://www.kamijs.com/ > > which is specifically focused on creating OpenLaszlo applications for mobile > platforms. > > On 2010-11-20, at 16:44, Founder wrote: > > > @Norman: THX 4 the tip on the F8 and F10. This APP is to run on the > > iphone of a friend and hence it needs to be dhtml.. Any hope. > > > > @ALL: Speaking of iphone: I made the canvas and the window size 320x480 > > of the iphone G3, but my friend tells me there is still some space for > > the APP on his screen.. Is there somewhere some example code to display > > in a window its actual resizable dimesions to adjust my APP to later > > on?! > > > > > > Best, > > Duke2010 > > > > > > -- > > Sent from Ubuntu > > > > > > Norman Klein wrote: > >> Its difficult to say without seeing the code. It sounds like you're > >> compiling to the default SWF8, which is very loosy-goosy concerning > >> runtime errors. It sounds like you're tripping over a runtime error in > >> DHTML and never getting to the hyperlink call. Try compiling it to > >> SWF10, which enforces very strict runtime rules and see if it still > >> works. > >> > >> On Sat, Nov 20, 2010 at 8:59 AM, Founder <[email protected]> wrote: > >>> > >>> Can you tell me something about hyperlinks in SOLO APPs? I mean I write > >>> a link, in flash it opens a new tab in the browser via target=_blank but > >>> in dhtml nothing happens?!?! > >>> > >>> Best, > >>> Duke2010 > >>> > >>> > >>> -- > >>> Sent from Ubuntu > >>> > >>> > >>> Am Samstag, den 20.11.2010, 08:36 -0800 schrieb Norman Klein: > >>>> You might also be interested in taking a look at my book "Laszlo in > >>>> Action" as it provides a very thorough explanation of the workings of > >>>> Laszlo (yes, there's lots of information concerning how to set up > >>>> scrollbars). I wrote it out of frustration from having to reading > >>>> their docs. Its available from Amazon. > >>>> > >>>> Norman Klein > >>>> > >>>> On Sat, Nov 20, 2010 at 7:28 AM, Founder <[email protected]> wrote: > >>>>> @Chris: > >>>>> http://www.antunkarlovac.com/blog/2007/08/03/the-mouse-wheel-in-openlaszlo/ > >>>>> gave me a good scrollbar example, that worked also in dhtml. Then I had > >>>>> to add in the <text> multiline = "true" for dhtml to write out the data > >>>>> set to be scrollable in the view-window! > >>>>> > >>>>> It's all about clever documentation lol > >>>>> > >>>>> Best, > >>>>> Duke2010 > >>>>> > >>>>> > >>>>> -- > >>>>> Sent from Ubuntu > >>>>> > >>>>> > >>>>> Chris Janik wrote: > >>>>>> Where is your scrollbar linked to? My app has a scrollbar disconnected > >>>>>> from the view it scrolls so I had to specify scrolltarget. So in your > >>>>>> case scrolltarget to the view containing your replicated xml data. If > >>>>>> that's what the problem is. > >>>>>> > >>>>>> > >>>>>> Ignotus > >>>>>> > >>>>>> On Fri, Nov 19, 2010 at 2:20 PM, Founder <[email protected]> wrote: > >>>>>> Done: the error was a bluecolor style argument that dhtml > >>>>>> could not cope > >>>>>> with. Taking it out, all was fine. > >>>>>> > >>>>>> Now the widget works on the web server, but the old issue: XML > >>>>>> data > >>>>>> is not shown within the scrollbar, but only 1st line, and NO > >>>>>> links > >>>>>> work? target=_blank the case, but they work again in LPZ.. > >>>>>> > >>>>>> > >>>>>> > >>>>>> Best, > >>>>>> Duke2010 > >>>>>> > >>>>>> PS: Have a great weekend. > >>>>>> > >>>>>> -- > >>>>>> Sent from Ubuntu > >>>>>> > >>>>>> > >>>>>> > >>>>>> Duke2010 wrote: > >>>>>> > >>>>>>> Hi, > >>>>>>> > >>>>>>> I really like LPS, but it ain't good to me.. > >>>>>>> Flash works fine, and when I even alter some examples dhtml > >>>>>>> does not do its job. Now I try to SOLO it, but after reading > >>>>>> all > >>>>>>> data the screen locks already after "compile as dhtml?" > >>>>>>> > >>>>>>> Man, others create big websites with it.. What is going on > >>>>>> here ;) > >>>>>>> > >>>>>>> Best, > >>>>>>> Duke2010 > >>>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>> > >>> > >
