Skip to main content



      Home
Home » Archived » Visual Editor (VE) » About a characteristic of VE.
About a characteristic of VE. [message #19094] Fri, 13 February 2004 02:52 Go to next message
Eclipse UserFriend
Originally posted by: davidd.mapfre.es

Hi again!

I've a problem.

* I've a class named TFRame that extends from JFrame
* I create a TFrame instance with VE.
* When I click in the TFrame, VE opens and small and white text box that
permit me write a word and it assigns this word to the property 'title'.
* Some similar to this occurs with other components.

My question is:

Where can I delete this functionality?
I need that this property only change trought the properties sheet.

Thanks you!
Re: About a characteristic of VE. [message #19110 is a reply to message #19094] Fri, 13 February 2004 05:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi David,

> * When I click in the TFrame, VE opens and small and white text box that
> permit me write a word and it assigns this word to the property 'title'.
> * Some similar to this occurs with other components.

I think this feature should just occur on double click. Does it occur on
single click for you ?

> My question is:
> Where can I delete this functionality?
> I need that this property only change trought the properties sheet.

You can't delete it - please open a bugzilla to have it added to the
preferences page to enable/disable.

I looked at the code to see if you could disable it, however it is
hard-wired into the method getDirectEditTargetProperty in
ComponentGraphicalEditPart and createEditPolicies which uses this to create
an edit policy.

Best regards,

Joe
Re: About a characteristic of VE. [message #19114 is a reply to message #19110] Fri, 13 February 2004 09:05 Go to previous message
Eclipse UserFriend
Originally posted by: davidd.mapfre.es

Fantastic!


Many thanks, now VE works as I need.







Joe Winchester wrote:

> Hi David,

> > * When I click in the TFrame, VE opens and small and white text box that
> > permit me write a word and it assigns this word to the property 'title'.
> > * Some similar to this occurs with other components.

> I think this feature should just occur on double click. Does it occur on
> single click for you ?

> > My question is:
> > Where can I delete this functionality?
> > I need that this property only change trought the properties sheet.

> You can't delete it - please open a bugzilla to have it added to the
> preferences page to enable/disable.

> I looked at the code to see if you could disable it, however it is
> hard-wired into the method getDirectEditTargetProperty in
> ComponentGraphicalEditPart and createEditPolicies which uses this to create
> an edit policy.

> Best regards,

> Joe
Re: About a characteristic of VE. [message #581076 is a reply to message #19094] Fri, 13 February 2004 05:58 Go to previous message
Eclipse UserFriend
Hi David,

> * When I click in the TFrame, VE opens and small and white text box that
> permit me write a word and it assigns this word to the property 'title'.
> * Some similar to this occurs with other components.

I think this feature should just occur on double click. Does it occur on
single click for you ?

> My question is:
> Where can I delete this functionality?
> I need that this property only change trought the properties sheet.

You can't delete it - please open a bugzilla to have it added to the
preferences page to enable/disable.

I looked at the code to see if you could disable it, however it is
hard-wired into the method getDirectEditTargetProperty in
ComponentGraphicalEditPart and createEditPolicies which uses this to create
an edit policy.

Best regards,

Joe
Re: About a characteristic of VE. [message #581105 is a reply to message #19110] Fri, 13 February 2004 09:05 Go to previous message
Eclipse UserFriend
Originally posted by: davidd.mapfre.es

Fantastic!


Many thanks, now VE works as I need.







Joe Winchester wrote:

> Hi David,

> > * When I click in the TFrame, VE opens and small and white text box that
> > permit me write a word and it assigns this word to the property 'title'.
> > * Some similar to this occurs with other components.

> I think this feature should just occur on double click. Does it occur on
> single click for you ?

> > My question is:
> > Where can I delete this functionality?
> > I need that this property only change trought the properties sheet.

> You can't delete it - please open a bugzilla to have it added to the
> preferences page to enable/disable.

> I looked at the code to see if you could disable it, however it is
> hard-wired into the method getDirectEditTargetProperty in
> ComponentGraphicalEditPart and createEditPolicies which uses this to create
> an edit policy.

> Best regards,

> Joe
Previous Topic:Update VE via Update Manager
Next Topic:Update VE via Update Manager
Goto Forum:
  


Current Time: Fri May 09 04:08:38 EDT 2025

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

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

Back to the top