VScrollbar

2010-05-18 Thread Hitesh Choudhary
Hi All

I am using *customInputtext* and want to add vertical scroll bar in it
with multiline, how can I achieve the same because as per the current code
at my end, when I add more text in the container then it doesn't shows the
scroll

Secondly, if I am using *text* then how can I make it multiline with
vertical scroll

Please reply as soon as possible. I really need it

Thanks  Regards

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: VScrollbar

2010-05-18 Thread Sebastian Wagner
Hi,

For example:
customScrollEdittext name=comment y=190 x=120 width=270
height=100 text= /

and for non editable text:

view width=200 height=200 clip=true
   text multiline=true width=184 resize=false/
   vscrollbar /
/view

-seb

2010/5/18 Hitesh Choudhary hitesh7...@gmail.com

 Hi All

 I am using *customInputtext* and want to add vertical scroll bar in it
 with multiline, how can I achieve the same because as per the current code
 at my end, when I add more text in the container then it doesn't shows the
 scroll

 Secondly, if I am using *text* then how can I make it multiline with
 vertical scroll

 Please reply as soon as possible. I really need it

 Thanks  Regards

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: VScrollbar

2010-05-18 Thread Hitesh Choudhary
Hi Seba

Thanks a lot for the same but is it possible to change the fontsize,
fontname, bgcolor of customScrollEdittext. I would be great if we can change
these things

Please suggest

Thanks  Regards
Hitesh

On Tue, May 18, 2010 at 1:41 PM, Sebastian Wagner seba.wag...@gmail.comwrote:

 Hi,

 For example:
 customScrollEdittext name=comment y=190 x=120 width=270
 height=100 text= /

 and for non editable text:

 view width=200 height=200 clip=true
text multiline=true width=184 resize=false/
vscrollbar /
 /view

 -seb

 2010/5/18 Hitesh Choudhary hitesh7...@gmail.com

 Hi All

 I am using *customInputtext* and want to add vertical scroll bar in it
 with multiline, how can I achieve the same because as per the current code
 at my end, when I add more text in the container then it doesn't shows the
 scroll

 Secondly, if I am using *text* then how can I make it multiline with
 vertical scroll

 Please reply as soon as possible. I really need it

 Thanks  Regards

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




 --
 Sebastian Wagner
 http://www.webbase-design.de
 http://openmeetings.googlecode.com
 http://www.laszlo-forum.de
 seba.wag...@gmail.com

  --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: VScrollbar

2010-05-18 Thread Sebastian Wagner
The most of the attributes shoud be already available.
fontsize
fgcolor
bgcolor

fontname I am not sure, but you might need to embed the font then.

Also have a look at the class-definition of the class *customScrollEdittext*
to find out more.

Sebastian

2010/5/18 Hitesh Choudhary hitesh7...@gmail.com

 Hi Seba

 Thanks a lot for the same but is it possible to change the fontsize,
 fontname, bgcolor of customScrollEdittext. I would be great if we can change
 these things

 Please suggest

 Thanks  Regards
  Hitesh


 On Tue, May 18, 2010 at 1:41 PM, Sebastian Wagner 
 seba.wag...@gmail.comwrote:

 Hi,

 For example:
 customScrollEdittext name=comment y=190 x=120 width=270
 height=100 text= /

 and for non editable text:

 view width=200 height=200 clip=true
text multiline=true width=184 resize=false/
vscrollbar /
 /view

 -seb

 2010/5/18 Hitesh Choudhary hitesh7...@gmail.com

  Hi All

 I am using *customInputtext* and want to add vertical scroll bar in it
 with multiline, how can I achieve the same because as per the current code
 at my end, when I add more text in the container then it doesn't shows the
 scroll

 Secondly, if I am using *text* then how can I make it multiline with
 vertical scroll

 Please reply as soon as possible. I really need it

 Thanks  Regards

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




 --
 Sebastian Wagner
 http://www.webbase-design.de
 http://openmeetings.googlecode.com
 http://www.laszlo-forum.de
 seba.wag...@gmail.com

  --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.