Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Overwrite
Overwrite [message #128285] Tue, 11 July 2006 13:26 Go to next message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Hello,
I've added our own custom control to the Palette, but I need to replace
the dialog asking for the Bean Name with our own Wizard. Is there a way
to do that? Thanks.
Re: Overwrite [message #128324 is a reply to message #128285] Tue, 11 July 2006 13:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

No there isn't anyway to replace it.

Hung Lam wrote:
> Hello,
> I've added our own custom control to the Palette, but I need to replace
> the dialog asking for the Bean Name with our own Wizard. Is there a way
> to do that? Thanks.
>

--
Thanks,
Rich Kulp
Re: Overwrite [message #128386 is a reply to message #128324] Tue, 11 July 2006 17:35 Go to previous messageGo to next message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Rich,
Thanks for the respond. I extended WidgetContainmentHandler to handle our
code generation when doing DND from the Palette. The code generation
works fine, however, it's added to the initialize method. I want to add
the new code to another method and not initialize(). Is there a way to do
that? Thanks.
Re: Overwrite [message #128411 is a reply to message #128386] Tue, 11 July 2006 19:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

There might a way, but it's deep in the codegen classes. And I don't
know those classes.

Hung Lam wrote:
> Rich,
> Thanks for the respond. I extended WidgetContainmentHandler to handle
> our code generation when doing DND from the Palette. The code
> generation works fine, however, it's added to the initialize method. I
> want to add the new code to another method and not initialize(). Is
> there a way to do that? Thanks.
>

--
Thanks,
Rich Kulp
Re: Overwrite [message #128523 is a reply to message #128411] Wed, 12 July 2006 13:23 Go to previous messageGo to next message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Thanks Rich,
Do you know if I can set a breakpoint somewhere to trace those classes?
Thanks. If you know a person that are familiar with these classes, it
would be great.
Re: Overwrite [message #128573 is a reply to message #128523] Wed, 12 July 2006 13:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I'm afraid not. The person who really knows isn't active anymore with VE
newsgroup. There are others at in the open source community who have
dabbled with the codegen classes. Maybe they can answer.

Hung Lam wrote:
> Thanks Rich,
> Do you know if I can set a breakpoint somewhere to trace those classes?
> Thanks. If you know a person that are familiar with these classes, it
> would be great.

--
Thanks,
Rich Kulp
Re: Overwrite [message #128774 is a reply to message #128573] Thu, 13 July 2006 14:30 Go to previous messageGo to next message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Hello Rich,
I am not familiar with the Open Source Community. Can you point me to
their website/forum? Thanks.

Rich Kulp wrote:

> I'm afraid not. The person who really knows isn't active anymore with VE
> newsgroup. There are others at in the open source community who have
> dabbled with the codegen classes. Maybe they can answer.

> Hung Lam wrote:
>> Thanks Rich,
>> Do you know if I can set a breakpoint somewhere to trace those classes?
>> Thanks. If you know a person that are familiar with these classes, it
>> would be great. You mentioned about "the open source community". Sorry I
am not familiar with this community. Can you point me to their
newsgroup/forum/website? Thanks.
Re: Overwrite [message #128799 is a reply to message #128774] Thu, 13 July 2006 14:48 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The open source community is whoever is reading this newsgroup that is
not an active committer on the VE project. :-)

Hung Lam wrote:
> Hello Rich,
> I am not familiar with the Open Source Community. Can you point me to
> their website/forum? Thanks.
>
> Rich Kulp wrote:
>
>> I'm afraid not. The person who really knows isn't active anymore with
>> VE newsgroup. There are others at in the open source community who
>> have dabbled with the codegen classes. Maybe they can answer.
>
>
>> Hung Lam wrote:
>>
>>> Thanks Rich,
>>> Do you know if I can set a breakpoint somewhere to trace those
>>> classes? Thanks. If you know a person that are familiar with these
>>> classes, it would be great. You mentioned about "the open source
>>> community". Sorry I
>
> am not familiar with this community. Can you point me to their
> newsgroup/forum/website? Thanks.
>

--
Thanks,
Rich Kulp
Re: Overwrite [message #613507 is a reply to message #128285] Tue, 11 July 2006 13:44 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

No there isn't anyway to replace it.

Hung Lam wrote:
> Hello,
> I've added our own custom control to the Palette, but I need to replace
> the dialog asking for the Bean Name with our own Wizard. Is there a way
> to do that? Thanks.
>

--
Thanks,
Rich Kulp
Re: Overwrite [message #613512 is a reply to message #128324] Tue, 11 July 2006 17:35 Go to previous message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Rich,
Thanks for the respond. I extended WidgetContainmentHandler to handle our
code generation when doing DND from the Palette. The code generation
works fine, however, it's added to the initialize method. I want to add
the new code to another method and not initialize(). Is there a way to do
that? Thanks.
Re: Overwrite [message #613514 is a reply to message #128386] Tue, 11 July 2006 19:28 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

There might a way, but it's deep in the codegen classes. And I don't
know those classes.

Hung Lam wrote:
> Rich,
> Thanks for the respond. I extended WidgetContainmentHandler to handle
> our code generation when doing DND from the Palette. The code
> generation works fine, however, it's added to the initialize method. I
> want to add the new code to another method and not initialize(). Is
> there a way to do that? Thanks.
>

--
Thanks,
Rich Kulp
Re: Overwrite [message #613523 is a reply to message #128411] Wed, 12 July 2006 13:23 Go to previous message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Thanks Rich,
Do you know if I can set a breakpoint somewhere to trace those classes?
Thanks. If you know a person that are familiar with these classes, it
would be great.
Re: Overwrite [message #613527 is a reply to message #128523] Wed, 12 July 2006 13:56 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I'm afraid not. The person who really knows isn't active anymore with VE
newsgroup. There are others at in the open source community who have
dabbled with the codegen classes. Maybe they can answer.

Hung Lam wrote:
> Thanks Rich,
> Do you know if I can set a breakpoint somewhere to trace those classes?
> Thanks. If you know a person that are familiar with these classes, it
> would be great.

--
Thanks,
Rich Kulp
Re: Overwrite [message #613543 is a reply to message #128573] Thu, 13 July 2006 14:30 Go to previous message
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Hello Rich,
I am not familiar with the Open Source Community. Can you point me to
their website/forum? Thanks.

Rich Kulp wrote:

> I'm afraid not. The person who really knows isn't active anymore with VE
> newsgroup. There are others at in the open source community who have
> dabbled with the codegen classes. Maybe they can answer.

> Hung Lam wrote:
>> Thanks Rich,
>> Do you know if I can set a breakpoint somewhere to trace those classes?
>> Thanks. If you know a person that are familiar with these classes, it
>> would be great. You mentioned about "the open source community". Sorry I
am not familiar with this community. Can you point me to their
newsgroup/forum/website? Thanks.
Re: Overwrite [message #613545 is a reply to message #128774] Thu, 13 July 2006 14:48 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The open source community is whoever is reading this newsgroup that is
not an active committer on the VE project. :-)

Hung Lam wrote:
> Hello Rich,
> I am not familiar with the Open Source Community. Can you point me to
> their website/forum? Thanks.
>
> Rich Kulp wrote:
>
>> I'm afraid not. The person who really knows isn't active anymore with
>> VE newsgroup. There are others at in the open source community who
>> have dabbled with the codegen classes. Maybe they can answer.
>
>
>> Hung Lam wrote:
>>
>>> Thanks Rich,
>>> Do you know if I can set a breakpoint somewhere to trace those
>>> classes? Thanks. If you know a person that are familiar with these
>>> classes, it would be great. You mentioned about "the open source
>>> community". Sorry I
>
> am not familiar with this community. Can you point me to their
> newsgroup/forum/website? Thanks.
>

--
Thanks,
Rich Kulp
Previous Topic:Contribute to VE's VM classpath
Next Topic:Button display twice in VE
Goto Forum:
  


Current Time: Fri Apr 26 02:32:49 GMT 2024

Powered by FUDForum. Page generated in 0.03591 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top