XWT External property -style [message #574231] |
Thu, 15 April 2010 09:28  |
Eclipse User |
|
|
|
Hi ,
I want to set the adapterInfo property of a custom widget like this:
<tc:UITable bounds="29,335,747,235">
<UITable.adapterInfo>Blahblah</UITable.adapterInfo>
</tc:UITable>
But it does not work ?
<tc:UITable bounds="29,335,747,235">
<UITable.adapterInfo>
<j:String>Blahblah</j:String>
</UITable.adapterInfo>
</tc:UITable>
what is Wrong with it? Any idea?
|
|
|
Re: XWT External property -style [message #574251 is a reply to message #574231] |
Thu, 15 April 2010 18:46  |
Eclipse User |
|
|
|
I think you should use the j namespace for UITable.adapterInfo:
<j:UITable.adapterInfo>
if adapterInfo is a String, the code could be:
<tc:UITable bounds="29,335,747,235" adapterInfo="Blahblah" />
Regards
yves
<alper_turkyilmaz@yahoo.com> wrote in message
news:hq749b$qol$1@build.eclipse.org...
> Hi ,
> I want to set the adapterInfo property of a custom widget like this:
>
>
> <tc:UITable bounds="29,335,747,235">
> <UITable.adapterInfo>Blahblah</UITable.adapterInfo>
> </tc:UITable>
>
> But it does not work ?
> <tc:UITable bounds="29,335,747,235">
> <UITable.adapterInfo>
> <j:String>Blahblah</j:String>
> </UITable.adapterInfo>
> </tc:UITable>
>
>
>
> what is Wrong with it? Any idea?
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02608 seconds