Go Back   SmartClient Forums > Smart GWT Technical Q&A
Wiki Register Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
  #1  
Old 25th Nov 2008, 10:38
jmchilton jmchilton is offline
Registered Developer
 
Join Date: Nov 2008
Posts: 6
Default Custom Widget/Canvas in ListGrid

Is it possible to place an arbitrary widget or canvas into a ListGrid cell. Like CanvasItem allows you to place a custom widget into a Dynamic Form.
Reply With Quote
  #2  
Old 25th Nov 2008, 13:13
Isomorphic Isomorphic is online now
Administrator
 
Join Date: May 2006
Posts: 30,535
Default

In SmartClient core, in 7.0 beta there are "rollover controls" that appear on rollover. They are also some lower-level, not yet finalized APIs for the embedded arbitrary widgets inside records / cells. What's the specific usage you have in mind?
Reply With Quote
  #3  
Old 25th Nov 2008, 13:25
jmchilton jmchilton is offline
Registered Developer
 
Join Date: Nov 2008
Posts: 6
Default

Thanks for the response.

I am attempting to port an existing ExtGWT project over to SmartGWT. I had a ExtGWT Table that had some text and images cells, but also had a progress bar (the progress bar from the GWT Incubator project). The progress bar is the most interesting part of the table so I probably don't want to make it a roll over.

I guess I will need to recreate something like a Table with normal layouts or redesign how this information is displayed to the user.
Reply With Quote
  #4  
Old 26th Nov 2008, 04:48
Isomorphic Isomorphic is online now
Administrator
 
Join Date: May 2006
Posts: 30,535
Default

One approach here is to use a CellFormatter to output appropriate HTML, which you may be able to re-use from your existing implementation.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search


© 2010,2011 Isomorphic Software. All Rights Reserved