MENU ERROR WITH 2007

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

MENU ERROR WITH 2007

Post by Silvio »

ON windows seven Home premium I see it

Image

BUT if I erase 2007 command it run ok

How I can resolve it ?
Best Regards, Saludos

Falconi Silvio
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: MENU ERROR WITH 2007

Post by James Bott »

As a workaround you can try just adding some blank spaces to the menu items that are too long to display.

The menu code still needs a fix.

Regards,
James
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

Re: MENU ERROR WITH 2007

Post by lailton.webmaster »

You can try use PADR

MENU oMenu 2007
MENUITEM PadR( "Item", 150 ) // adjust 150 for other number if you need.
ENDMENU
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: MENU ERROR WITH 2007

Post by Silvio »

thanks for now ....the great solution is of laiton ( padr) , I allready found the solution on the menu code ... I must make some tests..
Best Regards, Saludos

Falconi Silvio
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

Re: MENU ERROR WITH 2007

Post by lailton.webmaster »

Good Silvio.

:D
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: MENU ERROR WITH 2007

Post by Daniel Garcia-Gil »

Silvio

What fivewin version do you have?
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: MENU ERROR WITH 2007

Post by Silvio »

the August 2010.
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: MENU ERROR WITH 2007

Post by Silvio »

Daniel,

I found on whatsnew file


January 2010

* Fix: Class TMenuItem Method SetPrompt(), 2007 style was not respected.



I have the August 2010 but it not run ...why ?
Best Regards, Saludos

Falconi Silvio
User avatar
mgsoft
Posts: 398
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: MENU ERROR WITH 2007

Post by mgsoft »

Hi,

Is it fixed?.

See also http://forums.fivetechsupport.com/viewt ... ug#p111029

Thank you.
Saludos,

Eduardo
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: MENU ERROR WITH 2007

Post by Silvio »

I saw it run ok on last release
it is not fixed on old relases
Best Regards, Saludos

Falconi Silvio
Post Reply