Search found 137 matches: msgbeep

Return to advanced search

Missing Background of a new added Radio-Item ?

... VAR nValue PIXEL ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 50, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding an extra radio item at a different location @ 100, 100 RADIOITEM "Fo&ur" RADIOMENU oRad OF oWnd SIZE 50, 25 PIXEL ...
by ukoenig
Wed Jun 09, 2010 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Background of a new added Radio-Item ?
Replies: 0
Views: 367

Re: Antonio,need help!How to ShowToolTip without move the mouse

OK, here is a clue. If I put a msgBeep() as the very last line of showToolTip(), it beeps BEFORE the tooltip is displayed, so it seems that the showTooltip() method does not acually display the tooltip. Perhaps it is just an init routine? ...
by James Bott
Wed Jun 09, 2010 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio,need help!How to ShowToolTip without move the mouse
Replies: 24
Views: 5047

Re: Image Transp.-Backgrd. of Radios and Checkboxes ?

... <cMsg> ] ; // [ <update: UPDATE> ] ; // [ WHEN <uWhen> ] ; REDEFINE CHECKBOX oChk VAR lChk ID 92 OF oFld:aDialogs[ 1 ] ON CHANGE MsgBeep() COLOR 128 ================================== // REDEFINE RADIO [ <oRadMenu> VAR ] <nVar> ; // [ ID <nId,...> ] ; // [ <of: ...
by ukoenig
Fri Mar 12, 2010 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio- and Checkbox-Colors on Image-Backgrd. transp. ?
Replies: 1
Views: 568

Re: Se necesita ayuda en el wiki !

... MGetLine() MGetReplace() MidiNoteOn() ModifyMenu() MoreHeap() MoveCalendar() MoveGet() MoveTo() MoveWindow() MsgAbout() MsgAlert() MsgCalc() MsgBeep() MsgDate() MsgGet() MsgInfo() MsgList() MsgLogo() MsgMeter() MsgNoYes() MsgPaint() MsgRetryCancel() MsgRun() MsgSound() MsgStop() MsgToolBar() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5583

Re: preview alpha 2

... METHOD NextPage() CLASS TPreview local hOldRes := GetResources() local aFiles := ::oDevice:aMeta // DEVICE if ::nPage >= Len( aFiles ) MsgBeep() return nil endif ::nPage++ SET RESOURCES TO ::cResFile ::oMeta1:SetFile( aFiles[ ::nPage ] ) if ! l2007 ::oPage:SetText( TXT_PAGENUM + LTrim( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2044

Re: Juan Planelles Lazaga

... ) oWnd:Refresh() // ? nItem, aFiles[nItem], aItems[nItem] else oWnd:SetText( cTit + ' - ' + oItem:cPrompt ) oWnd:Refresh() endif else MsgBeep() cFileDisc := aFiles[ nPar ] //nItem ] cText := memoread( aFiles[ nItem ] ) if at( cTextFormat, cText ) == 0 Eval( bFnt ) cText := TxtToGTF( ...
by Juan Planelles
Tue Dec 29, 2009 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6870

Reemplazo a Tone() y Beep()

... wav no sirve. Son estáticos. Alguna pista ? No tengo la más remota idea de cómo hacerlo. (midi, media, etc.) Por supuesto, tampoco funciona MsgBeep(). Temporalmente reemplazamos MsgBeep() por SndPlaySound("ERROR.WAV",1). Pero, necesitamos manejar la Frecuencia y Duración (Tonos ...
by Cgallegoa
Tue Nov 24, 2009 11:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazo a Tone() y Beep()
Replies: 7
Views: 1622

Re: COMBOBOX CBS_SIMPLE

Oscar,

Those combos contain a GET control object, so you can also use their VALIDs, i.e.:

oCbx1:oGet:bValid := { || MsgBeep(), .T. }

Please check if that helps you, thanks
by Antonio Linares
Tue Nov 24, 2009 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX CBS_SIMPLE
Replies: 5
Views: 856

Re: Que pasa con TONE ?

:D

te puede funcionar

msgBeep()


saludos,
Mauricio
by Mauricio
Thu Nov 19, 2009 3:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que pasa con TONE ?
Replies: 8
Views: 858

Re: How to set Color dialogs in TPages when WindowsXP.Manifest ?

... oRad1 VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() AEval( oRad1:aItems, { | oRad1 | oRad1:lTransparent := .T. } ) Peter, can You test the Gradient from inside the Tools, if there is the same ...
by ukoenig
Mon Oct 19, 2009 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Color dialogs in TPages when WindowsXP.Manifest ?
Replies: 9
Views: 2505

Re: Help to complete the wiki and get a free FWH 9.07 !!!

... 05-FAttrib 06-FDate 07-cGetNewAlias 08-GetOrdername 09-IsCdRom 10-IsDiskette 11-lChDir 12-IsWin64 13-lMkDir 14-lRmDir 15-MsgDate 16-MsgWait 17-MsgBeep 18-MsgCalc 19-MsgLogo 20-MsgStop 21-nDbl2Flt te solicito una copia de fwh 9.07 muy agradecido. :-) carlos vargas
by carlos vargas
Thu Aug 27, 2009 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to complete the wiki and get a free FWH 9.07 !!!
Replies: 80
Views: 14774

Re: tCombobox con ::bKeyDown

César,

Si devuelves nil desde bKeyDown, estarás solicitando comportamiento por defecto y funcionarán las teclas habituales:

oComboBox:bKeyDown = { | nKey | MsgBeep(), nil }
by Antonio Linares
Sat Aug 22, 2009 10:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tCombobox con ::bKeyDown
Replies: 1
Views: 377

Re: Preview desde Tprinter (para Antonio Linares)

... CLASS TPreview local hOldRes := GetResources() local oDevice := ::oDevice local aFiles := oDevice:aMeta // DEVICE if ::nPage == Len( aFiles ) MsgBeep() return nil endif ::nPage = Len( aFiles ) msginfo("FIN "+STR(Len(aFiles)))
by Pedro
Sun Aug 09, 2009 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview desde Tprinter (para Antonio Linares) SOLUCIONADO
Replies: 10
Views: 1566

Re: ¿Cómo enviar a Excel reporte con TPrinter?

... := Ascan( aPrn, {|v| Upper( xModel ) == Upper( v ) } ) ) == 0 nScan = Ascan( aPrn, {|v| Upper( xModel ) $ Upper( v ) } ) endif endif if nScan == 0 MsgBeep() return oPrinter := TMPrinter():New( cDoc, .T., lPreview,, lModal, lSelection ) endif cText := GetProfString( "Devices", aPrn[ nScan ...
by ManolinM2008
Fri Jun 19, 2009 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo enviar a Excel reporte con TPrinter?
Replies: 14
Views: 6106

Re: HTC Touch dimond - WM6.1

... COMBOBOX ajud_posi ITEMS { " ", "A ","B ","C "} ; ID ID_DROPDOWNLIST OF oFld:aDialogs[ 1 ]; ON CHANGE MsgBeep() */esta Funciona mas no HTC WM6.1 SO CE 5.2.20794 - > Não ABRE @ 0.4, 13 COMBOBOX ajud_posi ITEMS { " ", "A ","B ...
by rasptty
Mon Apr 27, 2009 3:15 pm
 
Forum: FiveWin for Pocket PC
Topic: HTC Touch dimond - WM6.1
Replies: 8
Views: 1495
PreviousNext

Return to advanced search