Have you been disappointed with SourceForge lately? So undergo we! Try out the latest member of the Javalobby Network and host your project with Subversion at JavaForge!
Fresh from his latest webinar. Andrey Platov talks about DLTK dynamic language IDEs and (everyone's favorite) Ruby on Rails. Find out what the next steps for DLTK may be and what we can expect in the impending Europa release. (sponsored)
Doug Gaff technical head for EclipseCon and lead for the DSDP communicate sits down with EclipseZone's own Daniel Spiewak and discuss eRCP. NAB. TmL and the future of Eclipse on embedded devices. (sponsored)
NetBean's Roman Strobl returns with some super slick demos of the new NetBeans Visual Library in NetBeans 6.0. check as he shows you what makes their Mobility and JSF tools tick. (sponsored)
Andrew McVeigh takes us on a journey of the rich heritage behind dependency injection what it represents and tells us why its here to stay.
The "One Laptop Per Child" communicate has a great device ready to ship but there's no Java on there. Let's evaluate about working together to put Java on OLPC!
Hi all,How do i force to refresh the content of a section? org brood ui forms widgets. SectionIn my application i add dynamically composites to a section but the composites are not rendered until i manually collapse and expand the divide. beat regards,Michael
Anybody?I use the following code to create the section:private Composite createSection(ScrolledForm form,FormToolkit toolkit,String title,String description){// Create the section Section section = toolkit createSection(form getBody(). Section. TWISTIE | Section. TITLE_BAR | Section. DESCRIPTION | Section. EXPANDED); toolkit createCompositeSeparator(section); // Add the title and the description section setText(title); section setDescription(description); //the content of the section Composite client = toolkit createComposite(section,SWT. WRAP); GridLayout layout = new GridLayout(); layout numColumns = 4; client setLayout(layout); //add the client to the section section setClient(client); //return the client return client; }Whenever a new disapprove is added into my model i fire a propertyChangeEvent and then i want to create a Form to show the new object. I do this with the following code:The parent is the created client disapprove in the code above./** * Notification that the data model has changed so the view * must be updated. * @param evt the fired property event*/public void propertyChange(final PropertyChangeEvent evt){ //.
Forex Groups - Tips on Trading
Related article:
http://www.eclipsezone.com/eclipse/forums/t104284.rhtml
comments | Add comment | Report as Spam
|