Active X

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

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

Active X

Post by jrendon »

Set Language to Spanish

Hola Foro

estoy probando el manejo de ActiveX hise un ejemplo en una ventana principal agregue una tab de 3 pestañas en la tercer pestaña puse el windows media player para reproducir musica pero al momento de correr el programa el objeto del activex "media player" se ve en las tres pestañas sera un bug o no es compatible con el tab ?? :?:

Set Language to English (powered by google :lol: )

Hello Forum

I'm testing his handling of ActiveX an example in a main window add a tab of 3 tabs in the third put the tab windows media player for playing music but at the time of running the program activex object of the "media player" is in three tabs will be a bug or is not compatible with the tab

Saludos por este nuevo foro
Juan Rendon
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Active X

Post by Roberto Lopez »

jrendon wrote:Set Language to Spanish

Hola Foro

estoy probando el manejo de ActiveX hise un ejemplo en una ventana principal agregue una tab de 3 pestañas en la tercer pestaña puse el windows media player para reproducir musica pero al momento de correr el programa el objeto del activex "media player" se ve en las tres pestañas sera un bug o no es compatible con el tab ?? :?:
No lo había probado con TABs. Lo verificaré y trataré de solucionarlo lo antes posible.

Saludos,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Active X

Post by Roberto Lopez »

jrendon wrote:Set Language to Spanish

Hola Foro

estoy probando el manejo de ActiveX hise un ejemplo en una ventana principal agregue una tab de 3 pestañas en la tercer pestaña puse el windows media player para reproducir musica pero al momento de correr el programa el objeto del activex "media player" se ve en las tres pestañas sera un bug o no es compatible con el tab ?? :?:

Set Language to English (powered by google :lol: )

Hello Forum

I'm testing his handling of ActiveX an example in a main window add a tab of 3 tabs in the third put the tab windows media player for playing music but at the time of running the program activex object of the "media player" is in three tabs will be a bug or is not compatible with the tab

Saludos por este nuevo foro
Juan Rendon
Ya encontré el problema.

En la línea 6988 de 'h_controlmisc.prg debe agregarse

If _HMG_SYSDATA [ 265 ] = .T.
aAdd ( _HMG_SYSDATA [ 142 ] , nControlhandle )
EndIf

Y la línea:

_HMG_SYSDATA [ 34 ] [k] := .f.

Debe ser:

_HMG_SYSDATA [ 34 ] [k] := .t.

Eso debería solucionar el problema.

Saludos,

Roberto.
Regards/Saludos,

Roberto


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

Re: Active X

Post by jrendon »

Set Language to Spanish
Roberto.

Perfecto funcionando al 100% con tabs

Saludos
Juan Rendon

Set Language to English (Powered by Google :lol: )

Roberto.

Perfect running at 100% with tabs

Greetings
Juan Rendon
Post Reply