Página 1 de 1
PreRelease 7 problems
Publicado: Mar Mar 21, 2006 12:24 pm
por Giuseppe Bogetti
Hi,
after installing and recompiling my projects with prerelease 7 i found this problems:
- When I define a popup menu by code the following code which has always worked correctly
now add an empty line to the menu without drawing the separator.
WITH OBJECT TMenuItem():New( oRetval )
:nType := MFT_SEPARATOR
:Create()
END WITH
- The clean project option doesn't work anymore. (see images XClean1.png / XClean2.png)
Any help would be greatly appreciated.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
--
PreRelease 7 problems
Publicado: Mar Mar 21, 2006 12:58 pm
por ignacio
Giuseppe,
> WITH OBJECT TMenuItem():New( oRetval )
> :nType := MFT_SEPARATOR
> :Create()
> END WITH
Change it to:
oMenu:AddSeparator()
> - The clean project option doesn't work anymore. (see images XClean1.png /
> XClean2.png)
Thanks for the info. We will try ti fix it ASAP.
Best regards,
"Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
news:fv7fe8ameez8$[email=.
uotnj3fjedw4.dlg@40tude.net...].
uotnj3fjedw4.dlg@40tude.net...[/email]
> Hi,
>
> after installing and recompiling my projects with prerelease 7 i found
> this problems:
>
> - When I define a popup menu by code the following code which has always
> worked correctly
> now add an empty line to the menu without drawing the separator.
>
> WITH OBJECT TMenuItem():New( oRetval )
> :nType := MFT_SEPARATOR
> :Create()
> END WITH
>
> - The clean project option doesn't work anymore. (see images XClean1.png /
> XClean2.png)
>
> Any help would be greatly appreciated.
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
PreRelease 7 problems
Publicado: Mar Mar 21, 2006 12:58 pm
por NoName
Giuseppe,
> WITH OBJECT TMenuItem():New( oRetval )
> :nType := MFT_SEPARATOR
> :Create()
> END WITH
Change it to:
oMenu:AddSeparator()
> - The clean project option doesn't work anymore. (see images XClean1.png /
> XClean2.png)
Thanks for the info. We will try ti fix it ASAP.
Best regards,
"Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
news:fv7fe8ameez8$[email=.
uotnj3fjedw4.dlg@40tude.net...].
uotnj3fjedw4.dlg@40tude.net...[/email]
> Hi,
>
> after installing and recompiling my projects with prerelease 7 i found
> this problems:
>
> - When I define a popup menu by code the following code which has always
> worked correctly
> now add an empty line to the menu without drawing the separator.
>
> WITH OBJECT TMenuItem():New( oRetval )
> :nType := MFT_SEPARATOR
> :Create()
> END WITH
>
> - The clean project option doesn't work anymore. (see images XClean1.png /
> XClean2.png)
>
> Any help would be greatly appreciated.
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
PreRelease 7 problems
Publicado: Mar Mar 21, 2006 1:11 pm
por Giuseppe Bogetti
Il Tue, 21 Mar 2006 12:58:39 +0100, Ignacio Ortiz de Zúñiga ha scritto:
Ignacio,
Thanks
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
PreRelease 7 problems
Publicado: Mar Mar 21, 2006 1:11 pm
por Giuseppe Bogetti
Il Tue, 21 Mar 2006 12:58:39 +0100, Ignacio Ortiz de Zúñiga ha scritto:
Ignacio,
Thanks
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy