Search found 37 matches: msgsplash

Return to advanced search

Re: Splash Screen for Startup

hi, You can ask for anything else. like this https://i.postimg.cc/WznjnDNP/FW-Logo-Transparent.png like MsgSplash() it make Image "transparent" and Progressbar are show while Data are loading at Start btw. does Fivewin have Function like "BOS TAURUS" ...
by Jimmy
Thu Oct 27, 2022 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

hi, Back to Splash Screen i have look at MsgSplash() / MsgLogo() both use Sleep( nSeconds * 1000 ) but what when bAction is ready/not ready within nSeconds :?: --- when call a INIT it will "end" before Display Window call a INIT from ...
by Jimmy
Tue Oct 25, 2022 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

yes but if you move the mouse into Msgsplash the mouse erase the image, this was an error allready advice from many years

Yes, important point.
We will take care of this.
by nageswaragunupudi
Mon Oct 24, 2022 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startuo

Sample usage: #include "fivewin.ch"function Main()   local oCn, oRs   MsgSplash( "c:\fwh\bitmaps\pngs\2.png", 2, <||      oCn   := maria_Connect( "208.91.198.197,fwhdemo,gnraofwh,Bharat@1950" )      if oCn != nil  ...
by Silvio.Falconi
Mon Oct 24, 2022 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startuo

... for the word "splash" in the programs in fwh\source folder, we find 1) MsgLogo( cImageFile, [nSeconds], [lTransparent] ) // old 2) MsgSplash( cImageFile, [nSeconds], [bAction], [lTransparent] ) Using bAction parameter, we can do silent tasks like connecting to server, opening files, ...
by nageswaragunupudi
Mon Oct 24, 2022 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: msglogo msgsplash

Hola Antonio,

Listo! ahora si funciona.

Gracias !

Un abrazo.
by JoseAlvarez
Wed Dec 09, 2020 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo msgsplash
Replies: 2
Views: 593

Re: msglogo msgsplash

José,

El cuarto parámetro te permite indicar que quieres pintado transparente:

function MsgSplash( cBmpFile, nSeconds, bAction, lTransp )
by Antonio Linares
Sun Dec 06, 2020 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo msgsplash
Replies: 2
Views: 593

Help me with "msgsplash" please

hello all friends. Any example of how to apply and what do I need to make msgsplash work? thanks in advance
by JoseAlvarez
Sun Dec 06, 2020 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help me with "msgsplash" please
Replies: 1
Views: 332

msglogo msgsplash

... la natural limitacion de los archivos bmp de no aceptar esto, aplica por supuesto para el MsgLogo. Buscando en el foro, me consegui con la funcion MsgSplash. He intentado ponerla a funcionar pero nada. La funcion me hace el ciclo de espera (5 segundos en mi caso) pero no muestra la imagen ni con ...
by JoseAlvarez
Fri Dec 04, 2020 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo msgsplash
Replies: 2
Views: 593

Re: MsgSplash

Uwe, Thank you.
Best regards,
Otto
by Otto
Thu May 14, 2020 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgSplash
Replies: 2
Views: 547

Re: MsgSplash

Dear Otto,
it works like other BMP's from resources

function Main()

MsgSplash( ".\Bitmaps\Explorer.bmp" ) // from file
MsgSplash( "Movie" ) // from resource

return nil


regards
Uwe :D
by ukoenig
Thu May 14, 2020 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgSplash
Replies: 2
Views: 547

MsgSplash

Dear Mr. Rao,
can we read the bitmap from resources? If yes would you be so kind to post a sample.
Best regards,
Otto
by Otto
Thu May 14, 2020 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgSplash
Replies: 2
Views: 547

Re: MaskRegion()

hi, You can simply use MsgLogo() and/or MsgSplash() \SAMPLES\TESTMSGL.* i have look at those Sample but they don't use SetRegion to "Mask" my Output i want to use SetRegion to get ride of Titlebar, Frame and all what does not belong ...
by Jimmy
Thu Dec 19, 2019 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1426

Re: MaskRegion()

You can simply use MsgLogo() and/or MsgSplash()

\SAMPLES\TESTMSGL.*
by Antonio Linares
Thu Dec 19, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1426
Next

Return to advanced search