@Chris: Here is the code?!

THX,

Duke2010

PS: BTW how does LPS treat links? Do you have to create a sort of
browser window, or does it open a new tab in the browser itself?!
Goal: Provide an URL to click on..

> <tabelement text="RESULTS" selected="true"
>                         text_x="20">
>                <view bgcolor="0xDD9C1E" placement="header" 
>                      width="10" height="12" x="5" y="5" />
> <!--               <view bgcolor="0xDD9C1E" -->
> <!--                     x="10" y="10"-->
> <!--                     width="50" height="50"/>-->
> 
> <view  align="left" resource="image.png" valign="top" />
> 
>        
>                    <view name="clippingView" clip="true" y="80" width="290" 
> height="215">
>         <view name="scrollingView" 
>               width="${parent.width-parent.sb.width}">
>             <simplelayout axis="y" spacing="4" />
> 
>             <view layout="axis:y" width="100%" bgcolor="0xeaeaea">
>               <text fgcolor="#303030" datapath="rg:/data/item/detail/text()"/>
>             </view>
>                 </view>
>         <scrollbar name="sb" />
>     </view>


-- 
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
>         >
>         
>         
> 
> 

Reply via email to