Search found 102 matches: msgbox

Return to advanced search

Problema con Dialogo que no se cierra en FiveLinux

... un dialogo que me dice si deseo repetir o salir, el problema que si le digo repetir el mismo dialogo el anterior no se cierra . do while .T. i:=msgbox('Pregunta',{'Repetir','Salir'}) if I=2 Exit endif Enddo Msgbox es un dialogo que desplega los 2 botones (Repetir y Salir), al dar salir todo ...
by jgayoso
Wed Mar 30, 2011 8:38 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Problema con Dialogo que no se cierra en FiveLinux
Replies: 7
Views: 1992

Problema con Dialogo que no se cierra en FiveLinux

... un dialogo que me dice si deseo repetir o salir, el problema que si le digo repetir el mismo dialogo el anterior no se cierra . do while .T. i:=msgbox('Pregunta',{'Repetir','Salir'}) if I=2 Exit endif Enddo Msgbox es un dialogo que desplega los 2 botones (Repetir y Salir), al dar salir todo ...
by jgayoso
Wed Mar 30, 2011 8:10 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Problema con Dialogo que no se cierra en FiveLinux
Replies: 1
Views: 386

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... QMainWindow():new() Earlier: pEvents := Qt_Events_New() oWnd:installEventFilter( ::pEvents ) Qt_Events_Connect( ::pEvents, oWnd, QEventClose, {|| MsgBox( "Closing" ) } ) Now: oWnd:connect( QEvent_Close, {|| MsgBox( "Closing" ) } ) SLOTS: oBtn := QPushButton():new() Earlier: ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99701

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... E2188 C:\fwh\source\winapi\midi.c 69: Expression syntax in function lMidiOutOp *** 2 errors in Compile *** Warning W8075 C:\fwh\source\winapi\msgbox.c 30: Suspicious pointer conversion in function _MsgBox Warning W8075 C:\fwh\source\winapi\msgbox.c 112: Suspicious pointer conversion in function ...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99701

Re: error on get value compiling from clipper

... 'NIL' has no exported method: VARPUT Args: [ 1] = U [ 2] = C Falconi Silvio Stack Calls =========== Called from: => VARPUT(0) Called from: msgbox.prg => MSGEDIT(243) Called from: main.prg => TEST_MSGEDIT(604) Called from: main.prg => (b)TAPPLICATION:BUILDMENU(231) Called from: ...
by Silvio
Wed Mar 17, 2010 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on get value compiling from clipper
Replies: 5
Views: 1096

Errores al enlazar con MSVC

... aparecen un sinnúmero de errores de compilación por incompatibilidad de compilador cito algunos módulos con problemas: Dlgbox.c, libmain.c, msgbox.c, etc. pero hay algo extraño hay un objeto Brushes.obj que no está en los fuentes de la carpeta Winapi. Además de lo anterior hay un par de ...
by hgarcia
Tue Mar 02, 2010 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al enlazar con MSVC
Replies: 7
Views: 859

Re: Timers and loops

Enrico,

You could show an AVI file in your MsgBox() function
by Antonio Linares
Fri Feb 05, 2010 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11344

Re: Timers and loops

Easy to explain: I have tons of loops without SysRefresh() that use a waiting message for the user, something like this: MSGBOX( "Please wait..." )WHILE ... // condition    // do a lot of workENDDOCLOSE MSGBOX Now I would want to add something moving inside ...
by Enrico Maria Giordano
Fri Feb 05, 2010 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11344

Re: How to handle the updates

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=17158 At the moment I use a text-file which I download from the server and show in a MsgBox if there are updates online. But then I have to ask the user to close the program click on download etc. It would be fine if this would work ...
by Otto
Mon Oct 26, 2009 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to handle the updates
Replies: 11
Views: 3118

Re: MsgBox más grandes

Gracias Antonio, ya imaginaba algo asi.

Un saludo
by Pedro
Sat Oct 17, 2009 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgBox más grandes
Replies: 2
Views: 454

Re: MsgBox más grandes

Pedro,

Son elementos propios de Windows que no pueden modificarse facilmente,

La solución es crearse unos equivalentes con las dimensiones y características que cada cual desee.
by Antonio Linares
Sat Oct 17, 2009 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgBox más grandes
Replies: 2
Views: 454

Re: Otra de FTP

... a buffer sErr = String(lenBuf, 0) 'retrieve the last respons info InternetGetLastResponseInfo lErr, sErr, lenBuf 'show the last response info MsgBox "Error " + CStr(lErr) + ": " + sErr, vbOKOnly + vbCritical End Sub
by QAZWSX2K
Tue Oct 06, 2009 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra de FTP
Replies: 14
Views: 3729

MsgBox más grandes

Hola a todos

Pues eso, si hay alguna posibilidad de que los Msg Alert, Info y demás salgan algo más grandes o con fonts de mayor tamaño
by Pedro
Sun Sep 27, 2009 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgBox más grandes
Replies: 2
Views: 454

Xbrowse SetCheck() Problem

... i want to enable checkbox(BitMap).When this code is Executed i am Getting a error. Error:Method valid only for Logical operator is Displayed in MsgBox . after that Menu is Displayed in x Browse but Status is not Displayed. Version used FWH(9.04)          @0,30  XBROWSE oBrw  OF oDlg   ;      ...
by sajith
Wed Jul 08, 2009 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse SetCheck() Problem
Replies: 8
Views: 3300

Re: After report runs all my dialogs appear

... .. Apparently xMate even when rpreview.prg in the compile list .. did not compile the program .. perhaps a date attribute problem.. I took out the msgbox and everything works !! .. Had to be a date stamp problem on the file :shock: Thanks for the help !! Rick
by Rick Lipkin
Fri Feb 20, 2009 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: After report runs all my dialogs appear
Replies: 10
Views: 1646
PreviousNext

Return to advanced search