[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xwt-dev
Subject:    RE: [xwt-discuss] scrollregion ?
From:       "ludovic" <ludovic () actugroupe ! com>
Date:       2002-07-31 8:06:13
[Download RAW message or body]

Adam, this is the entire secondaryFrame.xwt :

<!--secondaryFrame.xwt -->
<xwt>
 <static>
   xwt.theme("xwt.standard","mail.themes.actugroupe");
 </static>
 <import name="xwt.standard.*"/>
 <import name="mail.themes.actugroupe.*"/>
 <template>
  <bevel depth="down" orient="vertical" hpad="10" vpad="10">
   <scrollregion color="white" width="200" height="200">
    <edit multiline="true" id="slave" width="300" height="300"/>
   </scrollregion>
  </bevel>
 </template>
</xwt>

and the subcontainer include in main.xwt : The others files are working
fine, there's no action on object at this time, cause the trouble
encountered here.

<xwt>

 // Theme graphique :
 // le theme standard est remplace par celui d'Actugroupe des que possible.
 <static>
  xwt.theme("xwt.standard", "mail.themes.actugroupe");
 </static>

 // Import des images.
 <import name="mail.images.*"/>

 <redirect target="self"/>

 // La fenetre principale.
 <template color="#000055" titlebar="XWT Evolutive Technology"
orient="vertical" thisbox="frame" width="500" height="400">
  <menubar vshrink="true"></menubar>
  <separatore vshrink="true"></separatore>
  <buttonbar vshrink="true"></buttonbar>
  <separator vshrink="true"></separator>
  <secondaryFrame vshrink="true"></secondaryFrame>
 </template>
</xwt>

Thanks.

-----Message d'origine-----
De : discuss-admin@xwt.org [mailto:discuss-admin@xwt.org]De la part de
Adam Megacz
Envoye : mardi 30 juillet 2002 21:06
A : discuss@xwt.org
Objet : Re: [xwt-discuss] scrollregion ?



Ludovic, please post the entire .xwt file

   - a

"ludovic" <ludovic@actugroupe.com> writes:
> I don't understand why this source code doesn't work !
> It appears an horizontal scrollbar on the side of the textarea insteadof
> being under.
>
> <template>
>   <bevel depth="down" orient="vertical" hpad="10" vpad="10">
>    <scrollregion orient="vertical" color="white" width="200" height="200">
>     <edit multiline="true" vshrink="true" id="slave" width="300"
> height="300">
>     </edit>
>    </scrollregion>
>   </bevel>
> </template>
>
>
> _______________________________________________
> http://lists.xwt.org/listinfo/discuss
>

--
Sick of HTML user interfaces?
www.xwt.org

Some people don't care if the pie is smaller, so long as they still
get all of it.

_______________________________________________
http://lists.xwt.org/listinfo/discuss



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic