Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Creating a form in SWT


How about typing all that into the bug report?  Duong will then take another look at it.



"Christopher Deckers" <chrriis@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

07/17/2007 10:38 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-swt-dev] Creating a form in SWT





> See http://www.eclipse.org/swt/ for links to tutorials and various other resources.  Once you get going, the snippets are worth twice their weight in documentation.

Yes, they are really useful indeed. If you don't want to check out
anything, the snippets are online:
http://www.eclipse.org/swt/snippets/


Steve, talking about snippets, what about #265? It is still broken
with WMP 11... (https://bugs.eclipse.org/bugs/show_bug.cgi?id=173556).

I tried for 2 days to find a workaround using the SWT API, but
something deeper is probably required. It seems some people had the
same issue in VBA and found a workaround:
http://p2p.wrox.com/topic.asp?TOPIC_ID=58758
they put the control in a form and use the control that was created
there. If someone could find out how the form creates the object,
maybe it could be solved the same way for us.

Cheers,
-Christopher
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top