Re: To point to a combobox from: modules\chat\overAllChatOutput.lzx

2009-09-27 Thread greenes

Thanks Sebastian

will try and will tell you when get it...if.

greenes

On 26 sep, 19:07, Sebastian Wagner  wrote:
> hi,
>
> to apply a certain string as resource name you have to define the ressource
> + link the name to the view.
>
> 
>
> 
>
> to add the resource name via the "$" contruct (that construct is called
> *Constraint*) (you will also find more information about *contraints* and
> the reason for using $once{ or ${  
> athttp://www.openlaszlo.org/lps4.6/docs/developers/constraints.html)
>
> would look like:
> 
>
> 
>
> BUT ... it is not how you _should_ do to do skin openmeetings. You should
> load the Graphics & Assets *at runtime*. A "resource" tag means the Graphics
> & Assets are compiled into the client.
>
> so you better use this construct:
>
> 
>
> see the difference between "Loading resources at compile time" and "Loading
> resources at run time" 
> at:http://www.openlaszlo.org/lps4.6/docs/developers/tutorials/art_assets...
>
> In those docs there are also a lot of examples how to do it.
>
> Another possibility of loading at run time is the method *setSource*
>
> 
>     
>     
>          if (this.myResourceNameAsURL != "") {
>             this.setSource(this.myResourceNameAsURL);
>          }
>     
> 
>
> 
>
> or even:
>
> 
>
> 
>
> the last possibility is the most flexible I think, cause it allows you to
> store the image-names central in a separate graphics.lzx file.
>
> sebastian
>
> 2009/9/26 greenes 
>
>
>
>
>
> > Sebastian or some body,
>
> > In:
>
> > modules\chat\overAllChatOutput.lzx
>
> >  >            clip="true" width="$once{ parent.width-2 }">
>
> > ...a new attribute: resource="HERE" , which would be the text to point
> > to a combobox
> > in OverAllChatTabBottom.lzx?
>
> > Please, can some body tell me?
>
> > Thanks
>
> > greenes
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://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-user@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: To point to a combobox from: modules\chat\overAllChatOutput.lzx

2009-09-26 Thread Sebastian Wagner
hi,

to apply a certain string as resource name you have to define the ressource
+ link the name to the view.





to add the resource name via the "$" contruct (that construct is called
*Constraint*) (you will also find more information about *contraints* and
the reason for using $once{ or ${  at
http://www.openlaszlo.org/lps4.6/docs/developers/constraints.html)

would look like:




BUT ... it is not how you _should_ do to do skin openmeetings. You should
load the Graphics & Assets *at runtime*. A "resource" tag means the Graphics
& Assets are compiled into the client.

so you better use this construct:



see the difference between "Loading resources at compile time" and "Loading
resources at run time" at:
http://www.openlaszlo.org/lps4.6/docs/developers/tutorials/art_assets.html#art_assets.including

In those docs there are also a lot of examples how to do it.

Another possibility of loading at run time is the method *setSource*




 if (this.myResourceNameAsURL != "") {
this.setSource(this.myResourceNameAsURL);
 }





or even:






the last possibility is the most flexible I think, cause it allows you to
store the image-names central in a separate graphics.lzx file.


sebastian



2009/9/26 greenes 

>
> Sebastian or some body,
>
> In:
>
> modules\chat\overAllChatOutput.lzx
>
> clip="true" width="$once{ parent.width-2 }">
>
> ...a new attribute: resource="HERE" , which would be the text to point
> to a combobox
> in OverAllChatTabBottom.lzx?
>
> Please, can some body tell me?
>
> Thanks
>
> greenes
> >
>


-- 
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-user@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
-~--~~~~--~~--~--~---



To point to a combobox from: modules\chat\overAllChatOutput.lzx

2009-09-26 Thread greenes

Sebastian or some body,

In:

modules\chat\overAllChatOutput.lzx



...a new attribute: resource="HERE" , which would be the text to point
to a combobox
in OverAllChatTabBottom.lzx?

Please, can some body tell me?

Thanks

greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---