Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Re: ve-dev Digest, Vol 15, Issue 10


Hello Rich,
Thanks for the response.  Can you explain why you meant by "standard code pattern"?  This was your response.

"Sorry, but you can't do this. The CustomComposite could be used and
dropped on some other composite because it follows the standard code
pattern for usage. But it can't be edited, nor can any of the other ones
be edited or dropped because they do not follow the standard patterns.
They are too different and are not recognized."


Regards,

Hung Lam
IBM HATS Development
Bldg 502-E226
hungvlam@xxxxxxxxxx
919-543-9053



ve-dev-request@xxxxxxxxxxx
Sent by: ve-dev-bounces@xxxxxxxxxxx

05/12/2006 12:00 PM

Please respond to
ve-dev@xxxxxxxxxxx

To
ve-dev@xxxxxxxxxxx
cc
Subject
ve-dev Digest, Vol 15, Issue 10





Send ve-dev mailing list submissions to
                ve-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
                https://dev.eclipse.org/mailman/listinfo/ve-dev
or, via email, send a message with subject or body 'help' to
                ve-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
                ve-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ve-dev digest..."


Today's Topics:

  1. Re: How can i get the visual component's remote BeanProxy                 in
     ve's viewer? (Rich Kulp)
  2. Re: Question about overriding EditPart. (Rich Kulp)


----------------------------------------------------------------------

Message: 1
Date: Fri, 12 May 2006 10:17:59 -0400
From: Rich Kulp <richkulp@xxxxxxxxxx>
Subject: Re: [ve-dev] How can i get the visual component's remote
                BeanProxy                 in                 ve's viewer?
To: Discussions people developing code for the Visual Editor project
                <ve-dev@xxxxxxxxxxx>
Message-ID:
                <OF5947E41E.D5209EC1-ON8525716C.004E3CCA-8525716C.004E8D19@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hello,

The java model is not populated in the UI thread. It is done in a
background job which will complete at some time. When it is done it tells
the editor to build up the model and instantiate the beans. Until then
there are incomplete instances.

First, how are you deciding what java instance to go after? For example
the Property sheet uses the selection provider. So until there is
something selected the property sheet doesn't display anything. It gets
the java instance from the selection service. So how are you getting the
java instances?

Rich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://eclipse.org/pipermail/ve-dev/attachments/20060512/f0860c18/attachment.html

------------------------------

Message: 2
Date: Fri, 12 May 2006 10:34:38 -0400
From: Rich Kulp <richkulp@xxxxxxxxxx>
Subject: Re: [ve-dev] Question about overriding EditPart.
To: Discussions people developing code for the Visual Editor project
                <ve-dev@xxxxxxxxxxx>
Message-ID:
                <OFAFFBB819.7204C98C-ON8525716C.004FECE5-8525716C.00501362@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hello,

Sorry, but you can't do this. The CustomComposite could be used and
dropped on some other composite because it follows the standard code
pattern for usage. But it can't be edited, nor can any of the other ones
be edited or dropped because they do not follow the standard patterns.
They are too different and are not recognized.

Rich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://eclipse.org/pipermail/ve-dev/attachments/20060512/cb629f29/attachment.html

------------------------------

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


End of ve-dev Digest, Vol 15, Issue 10
**************************************


Back to the top