In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

PreRelease 7 problems

Xailer professional forum in English
Responder
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

PreRelease 7 problems

Mensaje 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
--
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

PreRelease 7 problems

Mensaje 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
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

PreRelease 7 problems

Mensaje 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
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

PreRelease 7 problems

Mensaje 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
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

PreRelease 7 problems

Mensaje 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
Responder