Search found 68 matches: msglogo

Return to advanced search

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 INIT ...
by Jimmy
Tue Oct 25, 2022 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 792

Re: Splash Screen for Startuo

Searching 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 ...
by nageswaragunupudi
Mon Oct 24, 2022 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 792

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: 591

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: 591

msglogo msgsplash

Saludos Fivewiners. Esperando que se encuentren mejor de lo que desean, Necesito hacer un MsgLogo pero que el bmp tenga fondo transparente. Por lo visto la natural limitacion de los archivos bmp de no aceptar esto, aplica por supuesto para el MsgLogo. Buscando en el ...
by JoseAlvarez
Fri Dec 04, 2020 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo msgsplash
Replies: 2
Views: 591

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 ...
by Jimmy
Thu Dec 19, 2019 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1384

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: 1384

Re: Error on Fontbrush ?

fontbru.prg and msglogo.prg don't work

We do not have these samples in the samples folder.
Where did you get them from?
by nageswaragunupudi
Wed Mar 07, 2018 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Fontbrush ?
Replies: 6
Views: 889

Error on Fontbrush ?

... .t. ) pBrush := GDIP_IMAGEBRUSH( aPalBmp[ 1 ] ) It seems < ReadPalBmpEx > doesn't exist anymore ( couldn't find it ) Samples fontbru.prg and msglogo.prg don't work maybe something changed :?: Application =========== Path and name: I:\FWH\samples\fontbru.exe (32 bits) Size: 3,564,032 bytes ...
by ukoenig
Tue Mar 06, 2018 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Fontbrush ?
Replies: 6
Views: 889

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\msglist.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\msglogo.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\msgmeter.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\msgrun.prg] ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4929

Re: New FTDN April/Abril 2016 (FWH 16.04)

We have just published a FWH 16.04 revised build 2 April 2016 (Revd Build) * MsgLogo() and MsgSplash(). Restored compatibility with versions upto 16.03 by painting non-alpha images non-transparently. An optional logical parameter is provided as last parameter ...
by Antonio Linares
Sun May 15, 2016 6:56 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7545

New FTDN April/Abril 2016 (FWH 16.04)

... cImageFileName ) --> nil to show standard Windows 10 toasts notifications! Please review samples\toastb.prg * Enhancement: MsgSplash() and MsgLogo() now do not require freeimage.dll for non bmp images. MsgLogo() now displays the image only transparently. * XBrowse: --------- (1) Fix: Bitmaps ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7545

Re: msglogo

Gracias Karina !!

un abrazo !
by JoseAlvarez
Thu Jun 11, 2015 2:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo
Replies: 2
Views: 477

Re: msglogo

\SAMPLES\TESTMSGL.*

Saludos.
by karinha
Mon Jun 08, 2015 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo
Replies: 2
Views: 477

msglogo

Hola a todos,
sabe alguien como usar la funcion msglogo() pero extrayendo la imagen desde la rc ?

gracias por la ayuda !
by JoseAlvarez
Mon Jun 08, 2015 3:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: msglogo
Replies: 2
Views: 477
Next

Return to advanced search