General Help regarding HMG, Compilation, Linking, Samples
Moderator: Rathinagiri
-
jrendon
- Posts: 92
- Joined: Thu Aug 14, 2008 9:21 pm
Post
by jrendon » Fri Aug 15, 2008 9:15 pm
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

)
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
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Fri Aug 15, 2008 9:56 pm
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)
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Fri Aug 15, 2008 11:14 pm
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

)
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)
-
jrendon
- Posts: 92
- Joined: Thu Aug 14, 2008 9:21 pm
Post
by jrendon » Fri Aug 15, 2008 11:37 pm
Set Language to Spanish
Roberto.
Perfecto funcionando al 100% con tabs
Saludos
Juan Rendon
Set Language to English (Powered by Google

)
Roberto.
Perfect running at 100% with tabs
Greetings
Juan Rendon