Page 1 of 1
MENU ERROR WITH 2007
Posted: Wed Feb 09, 2011 7:49 pm
by Silvio
ON windows seven Home premium I see it
BUT if I erase 2007 command it run ok
How I can resolve it ?
Re: MENU ERROR WITH 2007
Posted: Thu Feb 10, 2011 2:33 pm
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
Re: MENU ERROR WITH 2007
Posted: Thu Feb 10, 2011 2:43 pm
by lailton.webmaster
You can try use PADR
MENU oMenu 2007
MENUITEM PadR( "Item", 150 ) // adjust 150 for other number if you need.
ENDMENU
Re: MENU ERROR WITH 2007
Posted: Thu Feb 10, 2011 10:51 pm
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..
Re: MENU ERROR WITH 2007
Posted: Thu Feb 10, 2011 11:53 pm
by lailton.webmaster
Good Silvio.
Re: MENU ERROR WITH 2007
Posted: Fri Feb 11, 2011 12:13 am
by Daniel Garcia-Gil
Silvio
What fivewin version do you have?
Re: MENU ERROR WITH 2007
Posted: Fri Feb 11, 2011 8:46 am
by Silvio
the August 2010.
Re: MENU ERROR WITH 2007
Posted: Fri Feb 11, 2011 4:40 pm
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 ?
Re: MENU ERROR WITH 2007
Posted: Mon Mar 21, 2011 10:44 pm
by mgsoft
Re: MENU ERROR WITH 2007
Posted: Tue Mar 22, 2011 10:27 am
by Silvio
I saw it run ok on last release
it is not fixed on old relases