Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Re: platform-swt-dev digest, Vol 1 #679 - 2 msgs

Does your program use a single display?



|---------+---------------------------------->
|         |           Akash Jain             |
|         |           <aki51@xxxxxxxxxxxxxxx>|
|         |           Sent by:               |
|         |           platform-swt-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           07/31/2003 12:30 PM    |
|         |           Please respond to      |
|         |           platform-swt-dev       |
|         |                                  |
|---------+---------------------------------->
  >---------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                           |
  |       To:       platform-swt-dev@xxxxxxxxxxx                                                                              |
  |       cc:                                                                                                                 |
  |       Subject:  [platform-swt-dev] Re: platform-swt-dev digest, Vol 1 #679 - 2 msgs                                       |
  |                                                                                                                           |
  >---------------------------------------------------------------------------------------------------------------------------|




Hey Andre,
Thanks for the reply.  I used the start_carbon.sh script and have
attempted to run these programs out of eclipse itself for the last 2
weeks - i'm pretty sure it's not a launch problem, but something to do
with threads or something of that nature...

More specifically, I have the wizard which I launch as a Shell on my
Display (from the main program).  If I just run the wizard with it's
main, it works fine.  If I run the whole program which pops up the
wizard on first start - it just sits there as described and I can't do
anything...which is exactly what the start_carbon.sh script is supposed
to fix.  However, I am launching the main program from within Eclipse
(and I have also tried the manual start_carbon.sh script on both the
main program and the wizard seperately to no avail).

Is there some problem with declaring a Display in one class, and
passing it to another class for usage?  Have there been problems with
more than one Shell being used for a given Display?  Why would it work
on Windows and Linux and not OS X?  Perhaps some of these questions
will help explain what I'm trying to get at...thanks again!
-aki-

On Thursday, July 31, 2003, at 09:00 AM,
platform-swt-dev-request@xxxxxxxxxxx wrote:
> You'll probably find the answer in the SWT FAQ:
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-
> home/faq.html
>
> Search for "On carbon, how do I run an SWT application from the
> command line? "
>
> --andre

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top