A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Editing Text With Double Click



 
 
Thread Tools Display Modes
  #1  
Old June 29th, 2009, 09:30 AM posted to microsoft.public.visio.general
Danny
external usenet poster
 
Posts: 385
Default Editing Text With Double Click

Hi All
I've created a load of shapes and set the double cleck event to edit text,
however, if I drag a shap into a drawing and double click the text nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny
  #2  
Old June 29th, 2009, 01:45 PM posted to microsoft.public.visio.general
AlEdlund
external usenet poster
 
Posts: 468
Default Editing Text With Double Click

you're going to probably do it with some form of vba macro to modify the
evtdblclick cell (sounds like you're already doing that manually). You might
consider using the vba macro recorder to capture how it is done.
al


"Danny" wrote in message
...
Hi All
I've created a load of shapes and set the double cleck event to edit text,
however, if I drag a shap into a drawing and double click the text nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny


  #3  
Old June 29th, 2009, 08:15 PM posted to microsoft.public.visio.general
WapperDude
external usenet poster
 
Posts: 589
Default Editing Text With Double Click

I seem to be missing something here. The default dbl click behavior for a
Visio shape is text edit. If you draw a rectangle, dbl click -- text edit.
If you drag a shape from a stencil, dbl click -- text edit. There may be
some specialized shapes that don't show this behavior, but, I think it is the
norm. Are we talking about text within a shape, i.e., shape text?

Wapperdude



"Danny" wrote:

Hi All
I've created a load of shapes and set the double cleck event to edit text,
however, if I drag a shap into a drawing and double click the text nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny

  #4  
Old June 29th, 2009, 08:23 PM posted to microsoft.public.visio.general
AlEdlund
external usenet poster
 
Posts: 468
Default Editing Text With Double Click

I thought of that as well. It turns out that some third-party shapes may not
be consistent.
al


"WapperDude" wrote in message
...
I seem to be missing something here. The default dbl click behavior for a
Visio shape is text edit. If you draw a rectangle, dbl click -- text
edit.
If you drag a shape from a stencil, dbl click -- text edit. There may be
some specialized shapes that don't show this behavior, but, I think it is
the
norm. Are we talking about text within a shape, i.e., shape text?

Wapperdude



"Danny" wrote:

Hi All
I've created a load of shapes and set the double cleck event to edit
text,
however, if I drag a shap into a drawing and double click the text
nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny


  #5  
Old June 30th, 2009, 10:14 AM posted to microsoft.public.visio.general
Danny
external usenet poster
 
Posts: 385
Default Editing Text With Double Click

Thanks for the reply... I've started using the shape data entry system to
control all data associated witht he shape. This has got me around the double
click issue. Thanks for reply.

"AlEdlund" wrote:

you're going to probably do it with some form of vba macro to modify the
evtdblclick cell (sounds like you're already doing that manually). You might
consider using the vba macro recorder to capture how it is done.
al


"Danny" wrote in message
...
Hi All
I've created a load of shapes and set the double cleck event to edit text,
however, if I drag a shap into a drawing and double click the text nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny


  #6  
Old June 30th, 2009, 10:18 AM posted to microsoft.public.visio.general
Danny
external usenet poster
 
Posts: 385
Default Editing Text With Double Click

Hi
If I draw a text box, enter text, then create a master shape, drag it to a
drawing then I can modify the text using a single click.

If I create a rectangle or any combination of shapes, then add text, create
the master shape, drag to the drawing then I have to go through the double
click issue.

I have managedf to use the shape data input method to control the data
associated with each shape. SO i have found a work around.

Thanks for getting back to me.

"WapperDude" wrote:

I seem to be missing something here. The default dbl click behavior for a
Visio shape is text edit. If you draw a rectangle, dbl click -- text edit.
If you drag a shape from a stencil, dbl click -- text edit. There may be
some specialized shapes that don't show this behavior, but, I think it is the
norm. Are we talking about text within a shape, i.e., shape text?

Wapperdude



"Danny" wrote:

Hi All
I've created a load of shapes and set the double cleck event to edit text,
however, if I drag a shap into a drawing and double click the text nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny

  #7  
Old June 30th, 2009, 12:00 PM posted to microsoft.public.visio.general
AlEdlund
external usenet poster
 
Posts: 468
Default Editing Text With Double Click

If you open your shape to look at the shapesheet, in the 'Events' section,
there is a cell "EventDblClick". If you change that cell to "OPENTEXTWIN()",
you should get what you want..
al


"Danny" wrote in message
...
Hi
If I draw a text box, enter text, then create a master shape, drag it to a
drawing then I can modify the text using a single click.

If I create a rectangle or any combination of shapes, then add text,
create
the master shape, drag to the drawing then I have to go through the double
click issue.

I have managedf to use the shape data input method to control the data
associated with each shape. SO i have found a work around.

Thanks for getting back to me.

"WapperDude" wrote:

I seem to be missing something here. The default dbl click behavior for
a
Visio shape is text edit. If you draw a rectangle, dbl click -- text
edit.
If you drag a shape from a stencil, dbl click -- text edit. There may
be
some specialized shapes that don't show this behavior, but, I think it is
the
norm. Are we talking about text within a shape, i.e., shape text?

Wapperdude



"Danny" wrote:

Hi All
I've created a load of shapes and set the double cleck event to edit
text,
however, if I drag a shap into a drawing and double click the text
nothing
happens. I have to click on the text icon in order to edit it.

Does anyone know how I can get the double click function working?

Cheers,

Danny


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:43 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.