Search found 46 matches: fullscreen

Return to advanced search

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 :Invoke( "Navigate", cURL ) END WITH Do While oIE:Busy SysWait(1) SysRefresh() // To Refresh Loop Enddo ...
by softruz
Fri Mar 24, 2017 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2532

Re: OT: Aplicación para Móvil

... from all platform. For android I did a APK that work like the class TACTIVEX of fivewin. where I open inside a browse and load my application in fullscreen mode; I can use all my experience with Harbour+FiveWeb and work perfect in all platform. It is a result: https://s9.postimg.org/r2b74euvj/fivewin.png
by Lailton
Wed Aug 10, 2016 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Aplicación para Móvil
Replies: 13
Views: 2734

Problema con CreateObject + InternetExplorer

... oIE := CREATEOBJECT( "InternetExplorer.Application" ) WITH OBJECT oIE :Visible := .t. :ToolBar := .f. :StatusBar := .f. :MenuBar := .f. :FullScreen := .t. :Invoke( "Navigate", cURL ) END WITH El navegador se incrusta en una windows MDICHILD. Hasta ahi todo correcto, pero algunas ...
by Mike Serra
Mon Aug 05, 2013 10:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con CreateObject + InternetExplorer
Replies: 1
Views: 620

Re: Saber Metodos de un CREATEOBJECT

... PROPERTYGET VARIANT_BOOL enabled() STDCALL dispatch PROPERTYPUT void enabled( [in] VARIANT_BOOL ) STDCALL dispatch PROPERTYGET VARIANT_BOOL fullScreen() STDCALL dispatch PROPERTYPUT void fullScreen( error VARIANT_BOOL ) STDCALL dispatch PROPERTYGET VARIANT_BOOL enableContextMenu() STDCALL ...
by Antonio Linares
Sun May 12, 2013 10:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32472

A free Forum-service : any Textlogo for FWH-users

... selected background and a 2. alphablended transparent text ( PNG ) http://www.pflegeplus.com/pictures/inspiration.png It can be a fullscreen-image http://www.pflegeplus.com/pictures/inspiration2.png with a defined background-color or gradient http://www.pflegeplus.com/pictures/inspiration3.png ...
by ukoenig
Fri Mar 22, 2013 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A free Forum-service : any Textlogo for FWH-users
Replies: 9
Views: 2173

Re: PROBLEMS !!! installing new Windows 8 - release

... of a full screen with one APP, just like iOS ... but it does allow a single split screen ( which iOS cannot do ). Yes, on a tablet or smartphone fullscreen is ok, but not on my desktop. My daily work is on on desktop and there I don´t need and I don´t want fullscreen applications. The possibility ...
by StefanHaupt
Tue Nov 06, 2012 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 15923

Re: PROBLEMS ??? installing new Windows 8 - release

... and move to left or right. Ok, maybe, I cannot test it, my testsystem has only one monitor. But nevertheless I don´t like software running in fullscreen mode. My resolution here is 3840x1200 (1920x1200 per monitor), there is enough place to two or more applications without fullscreen.
by StefanHaupt
Tue Nov 06, 2012 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 15923

OT: Multitasking Hurt Productivity?

The more I work with Metro inspired software I get the feeling that this software design (fullscreen) is much more productive. So I did a search on Google: multitasking productivity Most of the results say that multitasking can reduce productivity. •Multitasking can ...
by Otto
Fri Jun 22, 2012 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Multitasking Hurt Productivity?
Replies: 12
Views: 4025

Re: FiveDBU for 32/64 bits

... of s Win32 API . But now we have to change our personal style how we design software. Learn this different thinking how software should operate (FULLSCREEN). The new Metro-classes are very good. Now more of us should start using them. We should proof them in real world applications, finish the ...
by Otto
Tue Jun 12, 2012 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75901

Re: [OT] new programming blog

Eduardo,
this is all made with Fivewin and Fivewin syntax.
But as far as I have seen resources do not fit into metro style concept.
Most of the dialogs are in fullscreen.
Therefore I said that I changed my dialogs from resources to coded ones.
Best regards,
Otto
by Otto
Mon Apr 23, 2012 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [OT] new programming blog
Replies: 18
Views: 4640

Re: fullscreen en lion

Antonio Linares wrote:Manuel,

Has tenido que modificar algo ? Es un comportamiento estandard ? gracias :-)


Standard no he cambia do nada .
Saludos.
by mastintin
Sat Oct 15, 2011 5:02 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: fullscreen en lion
Replies: 2
Views: 1290

Re: fullscreen en lion

Manuel,

Has tenido que modificar algo ? Es un comportamiento estandard ? gracias :-)
by Antonio Linares
Sat Oct 15, 2011 4:59 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: fullscreen en lion
Replies: 2
Views: 1290

fullscreen en lion

Fivemac con fullscreen en lion : http://img40.imageshack.us/img40/9839/screencapturecf.png en window.m añadir : HB_FUNC( WNDFULL ) { NSWindow * window = ( NSWindow * ) hb_parnl( 1 ); [window setCollectionBehavior: ...
by mastintin
Sat Oct 15, 2011 4:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: fullscreen en lion
Replies: 2
Views: 1290

Re: Fullscreen with CE 5.0

Hello Antonio,
thank you very much. The program program is working now without a titlebar.
BEst regards,
Otto
by Otto
Wed Aug 25, 2010 4:08 pm
 
Forum: FiveWin for Pocket PC
Topic: Fullscreen with CE 5.0
Replies: 8
Views: 1758

Re: Fullscreen with CE 5.0

Otto, If you don't want to modify the original Class TWindow then you can do it this way: #include "FWCE.ch"function Main()   local oWnd := TMyWindow():New()   ACTIVATE WINDOW oWnd ;      ON CLICK oWnd:End()  return ni...
by Antonio Linares
Wed Aug 25, 2010 2:43 pm
 
Forum: FiveWin for Pocket PC
Topic: Fullscreen with CE 5.0
Replies: 8
Views: 1758
PreviousNext

Return to advanced search