Search found 55 matches: noinset

Return to advanced search

flash a small icon

SET MESSAGE OF ::oWinMain TO ::cMsgBar CENTER NOINSET DEFINE MSGITEM ::oMsgItem1; OF ::oWinMain:oMsgBar ; PROMPT "Archivio al 16 Maggio 2020" ; BITMAPS "MSG_ALERT", "MSG_ALERT"; SIZE 170 ; TOOLTIP " " + "Data" ...
by Silvio.Falconi
Thu May 05, 2022 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flash a small icon
Replies: 2
Views: 366

Write to Left on Msgbar insert a button

... but on Main this have another message (cmsgBar) with not buttons SET MESSAGE OF ::oWndMain TO ::cMsgBar NOINSET https://i.postimg.cc/bJ4rkxSn/jk.png then I have another msgitems as you can see on picture but I wish use the first al left ...
by Silvio.Falconi
Sat Feb 22, 2020 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to Left on Msgbar insert a button
Replies: 0
Views: 332

Re: Programa Oculto

... oIco NOMAXIMIZE DEFINE TIMER oTmr INTERVAL 2000 ACTION CheckSls(oLbx,oPrn) OF oWnd ACTIVATE TIMER oTmr DEFINE MESSAGE OF oWnd PROMPT "" NOINSET CENTERED KEYBOARD DATE CLOCK ACTIVATE WINDOW oWnd VALID MsgYesNo( HB_OemtoAnsi("¨ Salir del Programa ?") ,HB_OemtoAnsi("Seleccione ...
by servicomver
Mon Jul 29, 2019 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Programa Oculto
Replies: 4
Views: 982

Re: Ribbon Theme

... I used to create the FW message bar: SET MESSAGE TO " Page 1 of 1 0 words English (United Kingdom)" OF oWnd color _nClrTxt, _nClrMsgBar noinset noborder Note that even though it is using the NOBORDER clause there is a white line between the client area of the window and the messagebar. ...
by James Bott
Fri May 31, 2019 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28221

Re: cambiar mansaje en barra??

Saludos ; DEFINE MESSAGE OF oWnd ; PROMPT "BARRA DE MENSAJE" NOINSET CENTERED KEYBOARD DATE CLOCK Al colocar DATE y Clock el actualiza automaticamente ... lo puedes probar con la hora . y lo que puedes hacer es al momento de incluir tu registro verificas ...
by mag071
Mon Oct 02, 2017 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar mansaje en barra??
Replies: 4
Views: 869

refresh MESSAGE

... BuildMenu() ; MDI //STYLE 2007 xMESSAGE:='v.2016.06b | Okres '+str(msc_m,2)+'/'+str(rok_m,4) SET MESSAGE OF oApp TO xMESSAGE CLOCK DATE KEYBOARD NOINSET 2010 ACTIVATE WINDOW oApp MAXIMIZED on CLICK (oApp:refresh(), oApp:setfocus() ) RETURN NIL
by kajot
Thu Jul 14, 2016 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh MESSAGE
Replies: 2
Views: 478

Re: problem with report

... DEFINE CURSOR oCursorHand HAND AEval( oBar:aControls, { | o | o:oCursor := oCursorHand } ) DEFINE MESSAGE BAR OF oWnd TITLE FWCOPYRIGHT ; NOINSET DATE CLOCK KEYBOARD ACTIVATE WINDOW oWnd ; VALID ! lPreview .and. MsgYesNo( "Want to exit ?" ) return nil function BuildMenu() local ...
by davor0501
Fri Jan 23, 2015 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report
Replies: 5
Views: 929

Problema MESSAGE BAR

... "+aValor[4]+" ["+M->oPublic:cTemp+terminal+"]"; TIME DATE KEYBOARD; COLOR CLR_BLUE; FONT px:oDomiFontMsg; NOINSET oMsgprin:lInfoRes:=.f. DEFINE MSGITEM oMsgTTS OF oMsgprin PROMPT "TTS" ; SIZE 40; COLOR If(ltts,CLR_WHITE,CLR_GRAY),If(ltts,CLR_GREEN,CLR_HGRAY); ...
by jmartial
Sat Sep 06, 2014 6:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema MESSAGE BAR
Replies: 0
Views: 315

Re: To Antonio: fwstring

No Prefernces() is on strings.prg and I modify also New Method I insert then this line SET MESSAGE OF ::oWndMain TO ::cMsgBar CENTER NOINSET ::oWndMain:bInit := { || LoadPreferences() } then I modify this function at strimgs.prg because give me error SavePreferences() LoadPreferences() FWMissingStrings() ...
by Silvio.Falconi
Wed Oct 09, 2013 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: fwstring
Replies: 11
Views: 3882

Re: Shellexecute question

... Main LOCAL oWnd DEFINE WINDOW oWnd TITLE "Test" SET MESSAGE OF oWnd TO "Suporte: a.dutheil@pobox.com" CLOCK DATE KEYBOARD NOINSET 2007 ACTIVATE WINDOW oWnd ON INIT ( oWnd:oMsgBar:ClockOn(), oWnd:oMsgBar:DateOn(), Test( oWnd ) ) ; VALID if( MsgYesNo( "Confirma saída", ...
by ADutheil
Wed Jan 04, 2012 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shellexecute question
Replies: 8
Views: 2409

Re: Shellexecute question

... Main LOCAL oWnd DEFINE WINDOW oWnd TITLE "Test" SET MESSAGE OF oWnd TO "Suporte: a.dutheil@pobox.com" CLOCK DATE KEYBOARD NOINSET 2007 ACTIVATE WINDOW oWnd ON INIT ( oWnd:oMsgBar:ClockOn(), oWnd:oMsgBar:DateOn(), Test() ) ; VALID if( MsgYesNo( "Confirma saída", ...
by ADutheil
Wed Jan 04, 2012 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shellexecute question
Replies: 8
Views: 2409

Re: Toolbar en Dialog

... oWNDW ON INIT (CreateWWButtonBar(),BuildWWMsgBar()) CENTERED Return NIL Static Function BuildWWMsgBar() SET MESSAGE OF oWNDW TO "" NOINSET 2007 Return NIL Static Function CreateWWButtonBar() Local oBTN:=Array(20) DEFINE BUTTONBAR oBARW SIZE 40,40 _3D OF oWNDW TOP 2007 DEFINE BUTTON ...
by Robert Frank
Thu Nov 24, 2011 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Toolbar en Dialog
Replies: 6
Views: 1164

funciona .. pero

... Antonio: Gracias por responder. Modifique el código, y resuelve el problema de las TMsgIte:SetText(). Sin embargo algo pasa con las opciones NOINSET KEYBOARD TIME de TMsgbar http://www.sauro-sys.com/sites/default/files/Testmbar.JPG El problema ocurre cuando se crea un dialogo ...
by RSalazarU
Thu Oct 13, 2011 9:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMsgBar: Ayuda por favor.... RESUELTO!!!
Replies: 7
Views: 2335

Re: 2010 style

HI, set message and define message is the same? i use this way: DEFINE MESSAGE oMsgBar OF oWndMain PROMPT oSys[_Sistema_] NOINSET KEYBOARD 2010 and dont respect colors of 2010 style. thaks for the code. :D sorry, in my code i put this line : /*oMsgbar:l2007 := TRUE */, without this ...
by norberto
Thu Jun 02, 2011 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2010 style
Replies: 27
Views: 9187

Re: Duda al crear un Reporte en FWH

... DEFINE CURSOR oCursorHand HAND AEval( oBar:aControls, { | o | o:oCursor := oCursorHand } ) DEFINE MESSAGE BAR OF oWnd TITLE FWCOPYRIGHT ; NOINSET DATE CLOCK KEYBOARD ACTIVATE WINDOW oWnd ; VALID MsgYesNo( "Want to exit ?" ) return nil function BuildMenu() local oMenu MENU oMenu ...
by Armando Picon
Fri Feb 18, 2011 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda al crear un Reporte en FWH
Replies: 19
Views: 4236
Next

Return to advanced search

cron