Harbour MiniGUI IDE 2.8.6g

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
jrendon
Posts: 92
Joined: Thu Aug 14, 2008 9:21 pm

Re: Harbour MiniGUI IDE 2.8.6g

Post by jrendon »

Hi.

Roberto

dentro de un form tengo un menu y al momento de insertar una opcion la opcion que se recorre se le pierde el caption y el elemento insertado queda correcto.

esto me salio en ide 2.8.6f y 2.8.6g

Saludos
Juan Rendón
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI IDE 2.8.6g

Post by Roberto Lopez »

jrendon wrote:Hi.

Roberto

dentro de un form tengo un menu y al momento de insertar una opcion la opcion que se recorre se le pierde el caption y el elemento insertado queda correcto.

esto me salio en ide 2.8.6f y 2.8.6g

Saludos
Juan Rendón

I was not able to reproduce the problem.

Could be you so kind to clarify a little?

TIA.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
jrendon
Posts: 92
Joined: Thu Aug 14, 2008 9:21 pm

Re: Harbour MiniGUI IDE 2.8.6g

Post by jrendon »

Roberto.

Set Language to spanish

ejemplo creo un menu popoup con las siguientes opciones

-Archivo
---Salir
-Opciones
---catalogo
-Utiles
---Reindexar

Compilo y todo muy bien, pero al insertar la opcion Editar en donde va Salir y se recorre Salir dentro de Archivo me debe de quedar asi

-Archivo
---Editar
---Salir
-Opciones
---catalogo
-Utiles
---Reindexar

Pero al compilar queda asi

-Archivo
---Editar
--- <---- lo deja en blanco en el menu popup nada mas desaparece el caption el action y el name si aparece
-Opciones
---catalogo
-Utiles
---Reindexar

Saludos

Juan Rendon

Set language to English

Roberto.

I think an example popoup menu with the following options

-File
--- Exit
-Options
--- catalog
-Util
--- Reindex

I compiled and everything fine, but when you insert an option where you edit and follow Exit Exit Archive within me must be so

-File
--- Edit
--- Exit
-Options
--- catalog
-Util
--- Reindex

But it is well to compile

-File
--- Edit
--- <---- Leave it blank in the popup menu disappears just the caption and the action name if it appears
-Options
--- catalog
-Util
--- Reindex

Greetings

Juan Rendón
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI IDE 2.8.6g

Post by Roberto Lopez »

jrendon wrote:Roberto.

Set Language to spanish

ejemplo creo un menu popoup con las siguientes opciones

-Archivo
---Salir
-Opciones
---catalogo
-Utiles
---Reindexar

Compilo y todo muy bien, pero al insertar la opcion Editar en donde va Salir y se recorre Salir dentro de Archivo me debe de quedar asi

-Archivo
---Editar
---Salir
-Opciones
---catalogo
-Utiles
---Reindexar

Pero al compilar queda asi

-Archivo
---Editar
--- <---- lo deja en blanco en el menu popup nada mas desaparece el caption el action y el name si aparece
-Opciones
---catalogo
-Utiles
---Reindexar

Saludos

Juan Rendon

Set language to English

Roberto.

I think an example popoup menu with the following options

-File
--- Exit
-Options
--- catalog
-Util
--- Reindex

I compiled and everything fine, but when you insert an option where you edit and follow Exit Exit Archive within me must be so

-File
--- Edit
--- Exit
-Options
--- catalog
-Util
--- Reindex

But it is well to compile

-File
--- Edit
--- <---- Leave it blank in the popup menu disappears just the caption and the action name if it appears
-Options
--- catalog
-Util
--- Reindex

Greetings

Juan Rendón
I've verified.

I'll fix it ASAP.

Thanks for reporting.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
jrendon
Posts: 92
Joined: Thu Aug 14, 2008 9:21 pm

Re: Harbour MiniGUI IDE 2.8.6g

Post by jrendon »

Roberto Lopez wrote:
I've verified.

I'll fix it ASAP.

Thanks for reporting.

Regards,

Roberto.
Gracias a Ti.

Saludos
Juan Rendón
Post Reply