Search found 46 matches: fullscreen

Return to advanced search

Re: XIMAGE -> CLASS TXImage -> ACTION ?

bLDblClick := { || action() } FullScreen? Maximum size we can resize the image is the size of the XImage Control If you want to show the image in "full screen" then you need to first maximize the container window/dialog to full ...
by nageswaragunupudi
Wed Aug 03, 2022 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XIMAGE -> CLASS TXImage -> ACTION ?
Replies: 4
Views: 624

XIMAGE -> CLASS TXImage -> ACTION ?

hi,

i want to Dblclick on XIMAGE to start a ACTION like "Fullscreen" but i can´t find it.

i can use a BUTTON with IMAGE but i want to know if XIMAGE have a Codeblock Slot which i have overseen :?:
by Jimmy
Tue Aug 02, 2022 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XIMAGE -> CLASS TXImage -> ACTION ?
Replies: 4
Views: 624

Re: CLASS fwTVCL for IP-TV

... ::oAudio:muteMETHOD IsPlaying() CLASS FWTVlcRETURN ::oPlaylist:IsPlayingMETHOD IsFullScreen() CLASS FWTVlcRETURN ::oVideo:fullscreenMETHOD State() CLASS FWTVlcRETURN ::oInput:stateMETHOD Marquee( cText, cPos, nTimeout, nSize ) CLASS FWTVlcLOCAL nAt := 1, ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 764

Re: FiveWin ActiveX Event

...          EVAL(::bRClicked,aParams[4],aParams[3])            ENDIF         ENDIF --- funny thing : DblClick to switch "FullScreen" does work now using CLASS Code :) i was this line oWnd:oClient := oVLCX                  // fill Window which i do not have for multiple ...
by Jimmy
Mon Jul 18, 2022 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin ActiveX Event
Replies: 6
Views: 634

Re: FiveWin ActiveX Event

...     oplaylist:items:clear()      oplaylist:add( "File:///" + cFileName )      oplaylist:playitem(0)*     oVideo:fullscreen := .T.   ELSE      MsgInfo("no Object")   ENDIFRETURN nilPROCEDURE OnEvent( cEvent, aParams, pParams )   do case  ...
by Jimmy
Sun Jul 17, 2022 4:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin ActiveX Event
Replies: 6
Views: 634

TWebView() for Dummy

... it --- i like to use TWebview() instead of my old IE Webbrowser Interface ( c:\Windows\System32\ieframe.dll ) but how to get Property like "FullScreen" from TWebview() ? also i like to get "OnFullScreen" Event, how ?
by Jimmy
Wed Jul 13, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() for Dummy
Replies: 4
Views: 558

Re: TWebView() and Google Group Account

hi Antonio, i try to login at Google Website with upper right Button ( use Fullscreen of Browser if you don´t see it ) http://www.hmgforum.com/download/file.php?id=11340 i need Google Account e.g. for "harbour Group" in Google. --- i ...
by Jimmy
Fri Jul 01, 2022 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1658

Chrome - disable Esc in full screen

... > properties > shortcut tab, in target space/box, after chrome.exe" leave a space and add this command line: --disable-experimental-fullscreen-exit-ui and hit OK I have tried this and it seems it does not work. Could someone test it and provide feedback ? many thanks
by Antonio Linares
Sun Nov 28, 2021 12:00 pm
 
Forum: Utilities / Utilidades
Topic: Chrome - disable Esc in full screen
Replies: 2
Views: 603

Error al crear el objeto InternetExplorer.Application

... al firmar, reintentando",2) // AQUI tengo el problema, a veces sale, a veces NO retu .f. END WITH OBJECT oIE :Visible := .F. :ToolBar := .F. :FullScreen := .F. :Invoke( "Navigate", cURL ) END WITH TRY oIE:Navigate2( clinkSing ) CATCH oErr1 TRY oIE:Navigate( clinkSing ) CATCH oErr2 ...
by Enrrique Vertiz
Sat Sep 25, 2021 3:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el objeto InternetExplorer.Application
Replies: 3
Views: 409

COMO ABRIR UNA WEB CON CHROME

... a internet","Error") RETURN mResultado END WITH OBJECT oIE :Visible := .F. :ToolBar := .F. :StatusBar := .F. :MenuBar := .F. :FullScreen := .F. :Invoke( "Navigate", cURL ) END WITH TRY oIE:Navigate2( cUrl ) CATCH oErr TRY oIE:Navigate( cUrl ) CATCH oErro END END WHILE ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 813

Re: Mobile App Development

Hello Massimo,
how can we setup fullscreen for this web pages?
Best regards
Otto
by Otto
Thu Jan 16, 2020 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5394

Ayuda con manejos de teclas

Estimados, solicito su ayuda de ser posible: Escenario: Una ventana fullscreen, la cual tiene 6 controles Say (los cuales no obtiene focos, no tengo problemas con ellos), luego un Panel el cual contiene un video (este panel en determinado momento se maximiza ...
by carlos vargas
Thu Jan 10, 2019 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con manejos de teclas
Replies: 2
Views: 695

Reiniciar Timer

Estimados, existe alguna forma de reinciar el contador del timer,
mi idea es un timer que cada 10 segundo verifique que si hay un video en reproducion en un panel pequeño, si no se ha presionado ninguna tecla por 10 segundos el video sea puesto en fullscreen.
by carlos vargas
Wed Jan 09, 2019 9:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reiniciar Timer
Replies: 2
Views: 496

Re: A sample to print with REPrintBox5 a memo on two pages ?

Cristobal ,

thank You very much.
With these changes it looks much better now :shock:
It will be next on my todolist.
I would like to add a button to show the sample from the memofield
in fullscreen-mode with a editor.
Just using wordpad or do You have a better idea ?

regards
Uwe :D
by ukoenig
Sun Feb 25, 2018 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample to print with REPrintBox5 a memo on two pages ?
Replies: 28
Views: 4736

Re: Quien me ayuda...Adquirir datos de respuesta de una web

... oIE := CREATEOBJECT( "InternetExplorer.Application" ) WITH OBJECT oIE :Visible := .f. :ToolBar := .f. :StatusBar := .f. :MenuBar := .f. :FullScreen := .f. :Left:=150 :Top:=150 END WITH oIE:Navigate2("http://www.simjcloud.com/testing/leaflet/html/index.html?latfrom=37.899926&lngfrom=-4.731114&latto=37.587115&lngto=-4.639551") ...
by softruz
Wed Mar 29, 2017 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2511
Next

Return to advanced search