messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2015-12-14",
"forum": "FiveWin para Pocket PC",
"text": "Hola Antonio,\n\nPara que no evalúe los valids de los controles de un diálogo, en el botón de salir se pone la clausula CANCEL.\n\nPero al sustituir un TBUTTON por un TBTNBMP para poder usar colores, me encuento que no existe la clausula CANCEL y además no sé como hacer la misma funcionalidad.\n\n\n¿Se te ocurre como puedo cancelar con un TBTNBMP?",
"time": "21:12",
"topic": "Cancelar con BTNBMP",
"username": "jmartial"
}
] |
Cancelar con BTNBMP
|
[
{
"date": "2015-12-14",
"forum": "FiveWin para Pocket PC",
"text": "Joaquín,\n\nEste ejemplo basado en el que te mostré para probar los BTNBMPs funciona bien:\n\n[code=fw:1n96cz7w]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fwce.ch\"</span><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oDlg, oBtn<br /> <span style=\"color: #00C800;\">local</span> cVar := <span style=\"color: #ff0000;\">\"This is a test\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"Test\"</span><br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oGet <span style=\"color: #0000ff;\">VAR</span> cVar <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">VALID</span> .F.<br /><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Ok\"</span> ;<br /> <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">(</span> MsgBeep<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, oDlg:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg ;<br /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> oBtn:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">(</span> CLR_WHITE, CLR_BLUE <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:1n96cz7w]",
"time": "21:31",
"topic": "Cancelar con BTNBMP",
"username": "Antonio Linares"
}
] |
Cancelar con BTNBMP
|
[
{
"date": "2015-12-15",
"forum": "FiveWin para Pocket PC",
"text": "Antonio,\n\nPero no es el cancel para todos los gets del diàlogo,\nque cada uno tiene un valid diferente.\n\nHe visto el fuente de Tbutton y la data lcancel. Eso falta en la clase tbtnbmp y sería muy fàcil implementarlo.\n\nYo podría modificar la clase, peeo lo suyo sería que esa modificaciòn fuera dentro de la librería.",
"time": "00:04",
"topic": "Cancelar con BTNBMP",
"username": "jmartial"
}
] |
Cancelar con BTNBMP
|
[
{
"date": "2015-12-15",
"forum": "FiveWin para Pocket PC",
"text": "Joaquín,\n\nSi eres tan amable, modifica la clase y me la envias y la incluyo en FWPPC.\n\nHay muy pocos usuarios de FWPPC y no hay tiempo para todo, gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "06:41",
"topic": "Cancelar con BTNBMP",
"username": "Antonio Linares"
}
] |
Cancelar con BTNBMP
|
[
{
"date": "2015-12-15",
"forum": "FiveWin para Pocket PC",
"text": "Antonio,\n\nYa he implementado la clausula CANCEL en FWCE.ch y en BTNBMP.prg\n\nFunciona de lujo.\n\nDIme como te lo hago llegar para que lo incluyas en la LIB.",
"time": "12:42",
"topic": "Cancelar con BTNBMP",
"username": "jmartial"
}
] |
Cancelar con BTNBMP
|
[
{
"date": "2015-12-15",
"forum": "FiveWin para Pocket PC",
"text": "Joaquín,\n\nPor favor envíame por email los PRGs y CH modificados y los incluiré en el repositorio de FWPPC\n\nLa próxima versión que se publique de FWPPC incluirá tus cambios.\n\nMuchas gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "22:54",
"topic": "Cancelar con BTNBMP",
"username": "Antonio Linares"
}
] |
Cancelar con BTNBMP
|
[
{
"date": "2008-11-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola!\r\n\r\nEn mi apliación, hay una función que tarda un rato en finalizar el proceso. Por eso, le he puesto un MsgRun con un texto de 'APLICACION EN PROCESO'\r\n\r\nMi pregunta es,\r\n¿si el ususario desea cancelar el proceso en cualquier momento, hay algún modo de harcelo? \r\n\r\nGracias, y un saludo.\r\n <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "11:02",
"topic": "Cancelar proceso en curso",
"username": "jfafive"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Javier,\r\n\r\nLa función TerminateProcess() podría servir:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/en-us/library/ms686714(VS.85\">http://msdn.microsoft.com/en-us/library/ms686714(VS.85</a><!-- m -->).aspx",
"time": "14:47",
"topic": "Cancelar proceso en curso",
"username": "Antonio Linares"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Prueba con este ejemplo.\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/exibedicas.asp?id=681\">http://www.fivewin.com.br/exibedicas.asp?id=681</a><!-- m -->\r\n\r\nSaludos.",
"time": "15:28",
"topic": "Cancelar proceso en curso",
"username": "karinha"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias, pero creo que no me he explicado bien.\r\n\r\nNo quiero eliminar un proceso .EXE como si nos fueramos al administrador de tareas.\r\n\r\nLo que quiero es interrumpir una función que está ejecutandose para salir de ella y así volver al menú principal de la aplicación, y no, interrumpir la aplicación en si.\r\n\r\nKarina, en tu ejemplo, creo que killprocess, lo que hace es cerrar la aplicación exe que se está ejecutando, con lo cual no me sirve.\r\n\r\nAntonio, en tu ejemplo, no lo tengo claro. Pues viene escrito en visual C. De modo que no sé como podría usar tu ejemplo. <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: -->",
"time": "10:55",
"topic": "Cancelar proceso en curso",
"username": "jfafive"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "jfafive:\r\n\r\n\r\nyo hago lo siguiente:\r\n\r\nme creo una funcion que me muestra la evolucion de lo que estoy haciendo.\r\n\r\n[code:2847jaaw]\n***************\nSTATIC FUNCTION BoxStatus()\n***************\nLOCAL aStru\n\n// IF EMPTY( aStatus )\n aStatus := ARRAY(7)\n aStatus[7] := .F. // lCancel\n// ENDIF\n\n aStru := {}\n AADD( aStru, { \"TESTO\" , \"C\", 120, 0 } )\n DbCreate( \"status.dbf\", aStru )\n\n select 0\n USE status NEW ALIAS status exclusive\n\n DEFINE DIALOG aStatus[1] NAME \"DLG_ACQ_VEN_STATUS\"\n\n REDEFINE LISTBOX aStatus[2];\n FIELDS status->testo;\n HEADERS \"\";\n ALIAS \"status\";\n ID 101 OF aStatus[1]\n\n REDEFINE METER aStatus[3] VAR aStatus[6] ID 102 OF aStatus[1]\n\n REDEFINE SAY aStatus[4] PROMPT \"\" ID 103 OF aStatus[1]\n\n REDEFINE BUTTON aStatus[5] ID 501 ACTION ( aStatus[7]:=.T., aStatus[1]:end() )\n\n ACTIVATE DIALOG aStatus[1] CENTER NOWAIT;\n VALID (aStatus[3]:end(), status->( dbCloseArea() ), FERASE( \"status.dbf\" ), .T. )\n\nRETURN NIL\n*\n** BoxStatus\n[/code:2847jaaw]\n\n\ny luego la llamo desde mi funcion, aqui te escribo una parte para que te hagas una idea:\n\n[code:2847jaaw]\n BoxStatus()\n\n aStatus[3]:SetTotal( nCorr )\n\n // nCorr = totale articoli che corrispondono con il filtro.\n\n nSecIni := SECONDS()\n nSecTot := nCorr * 3 // facciamo 3 secondi per fare il calcolo per ogni articolo o taglia trovata\n\n DO WHILE art->( !eof() ) .AND. !aStatus[7]\n\n InfStat(\"Che corrispondono con il filtro: \" + NTRIM( nTrovatiConFiltro ) + \" Art. att. \" + art->cod )\n\n status->( add_rec() )\n REPLACE status->testo WITH art->cod + \" - \" + art->des\n status->( dbUnLock() )\n\n aStatus[4]:varput( \" Tempo residuo: \" + TimeAsString( nSecTot ) )\n aStatus[4]:refresh()\n aStatus[2]:goBottom()\n aStatus[2]:refresh()\n..\n..\n ENDDO\n[/code:2847jaaw]\r\n\r\n\r\nCuando !aStatus[7] es falso, me salgo de mi funcion.\r\n\r\nEspero te sirva la idea.\r\n\r\n\r\nSaludos",
"time": "11:21",
"topic": "Cancelar proceso en curso",
"username": "pymsoft"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Javier,\r\n\r\nLo que te indica Pedro, es la forma de hacerlo:\r\n[code:3trpe19l]\nwhile lSigue\n ... haz lo que sea\nend\n[/code:3trpe19l]\r\nsi lSigue cambia a .F. entonces se sale del bucle.",
"time": "11:31",
"topic": "Cancelar proceso en curso",
"username": "Antonio Linares"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ok,\r\n\r\nGracias por vuestros consejos.\r\nLo voy a poner en práctica a ver como va.\r\n\r\n <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->",
"time": "20:06",
"topic": "Cancelar proceso en curso",
"username": "jfafive"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola\r\n\r\nLo otro que puedes hacer es usar la funcion GetKeyState..\r\n\r\n\r\n\r\n[code:3udzjna0]do while Eval( bBusqueda )\n\n\tif GetKeyState( 27 )\n\t\tif MsgYesNo( \"¿Ha presionado la tecla ESC, desea salir?\", \"Usuario\" )\n\t\t exit\n\t\tendif\n\tendif\n\n bla..bla..cl\n\nenddo[/code:3udzjna0]",
"time": "20:41",
"topic": "Cancelar proceso en curso",
"username": "Patricio Avalos Aguirre"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2008-11-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"jfafive\":23i71vvn]Hola!\n\nEn mi apliación, hay una función que tarda un rato en finalizar el proceso. Por eso, le he puesto un MsgRun con un texto de 'APLICACION EN PROCESO'\n\nMi pregunta es,\n¿si el ususario desea cancelar el proceso en cualquier momento, hay algún modo de harcelo? \n\nGracias, y un saludo.\n <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->[/quote:23i71vvn]\r\n\r\n\r\nCon la function MsgMeter() puedes hacerlo, ya que trae un botón \"Cancel\" que detiene el proceso. En source esta el codigo y lo puedes modificar a tus necesidades.\r\n\r\nSaludos.",
"time": "23:25",
"topic": "Cancelar proceso en curso",
"username": "FranciscoA"
}
] |
Cancelar proceso en curso
|
[
{
"date": "2007-05-30",
"forum": "All products support",
"text": "Salve,\nesiste una funzione per cancellare il buffer di tastiera ?\n\nIn pratica sto gestendo l'inserimento automatico tramite codice a barre: il cliente passa il lettore sul codice quando si trova su una get e si apre automaticamente un'altra finestra con i dati collegati a quel codice.\n\nIl problema è che alcuni lettori (a seconda di come configurati) aggiungono un invio al termine della stringa del codice a barre, così facendo il tasto di invio mi chiude immediatamente la finestra che apro leggendo il codice a barre perché il focus è direttamente sul pulsante \"Ok\".\n\nQualche idea ?\n\nGrazie\n\nMarco",
"time": "10:19",
"topic": "Cancellare il buffer di tastiera",
"username": "Marco Turco"
}
] |
Cancellare il buffer di tastiera
|
[
{
"date": "2007-05-30",
"forum": "All products support",
"text": "Attivare il SET CONFIRM ON?\n\nEMG",
"time": "11:47",
"topic": "Cancellare il buffer di tastiera",
"username": "Enrico Maria Giordano"
}
] |
Cancellare il buffer di tastiera
|
[
{
"date": "2007-05-30",
"forum": "All products support",
"text": "Puoi riconfigurare il lettore eliminando il comando invio alla lettura .\n\nCiao MAurizio",
"time": "15:02",
"topic": "Cancellare il buffer di tastiera",
"username": "Maurizio"
}
] |
Cancellare il buffer di tastiera
|
[
{
"date": "2007-05-31",
"forum": "All products support",
"text": "Per gestire l'acquisizione di un codice tramite barcode, devo necessariamente utilizzare una get con clausola ON CHANGE e verificare se il dato inserito è congruo, questo perché non conosco a priori se il lettore di barcode del cliente è preconfigurato per la trasmissione del codice di invio a fine scansione o meno.\nSarebbe piuttosto complicato richiedere di settare questo parametro nella configurazione del lettore a causa dell'elevato numero di clienti e del fatto che la maggioranza dei barcode ha un manuale di configurazione in inglese.\n\nIl problema è che la finestra che apro dopo aver letto il codice è già precompilata con valori di default che nella maggioranza delle situazioni vanno bene e non richiedono modifiche da parte dell'utente, pertanto per velocizzare l'input dei dati ho posizionato il focus di questa finestra direttamente sul pulsante \"ok\", questo ovviamente mi crea però il problema che se il barcode mi trasmette anche il codice di invio allora la finestra mi si richiuderà all'istante in quanto il focus è proprio sul pulsante di chiusura. Per il momento ho spostato il focus sul campo precedente l'Ok in modo che anche se venisse trasmesso il codice di invio il focus andrebbe solo allora su Ok e la finestra non verrebbe chiusa, tuttavia in questo modo costringo tutti gli altri clienti che non hanno il lettore che trasmette l'invio a spostarsi di un campo per confermare la finestra rallentando l'input.",
"time": "09:14",
"topic": "Cancellare il buffer di tastiera",
"username": "Marco Turco"
}
] |
Cancellare il buffer di tastiera
|
[
{
"date": "2007-05-31",
"forum": "All products support",
"text": "Torno alla mia proposta: attiva il SET CONFIRM ON ma rendi la cosa opzionale così l'utente può attivarlo o disattivarlo a seconda di come è configurato il suo lettore.\n\nEMG",
"time": "11:25",
"topic": "Cancellare il buffer di tastiera",
"username": "Enrico Maria Giordano"
}
] |
Cancellare il buffer di tastiera
|
[
{
"date": "2008-07-16",
"forum": "All products support",
"text": "Ciao a Tutti,\r\nvolevo chiedere come posso cancellare \r\ntutto il contenuto di una directory (cartella) \r\ndove all'interno sono contenuti file e anche altre sotto cartelle\r\n\r\nchiaramente sempre con FWPPC\r\n\r\nGrazie mille a tutti",
"time": "09:08",
"topic": "Cancellazione Directory e subDirectory",
"username": "xfood"
}
] |
Cancellazione Directory e subDirectory
|
[
{
"date": "2008-07-16",
"forum": "All products support",
"text": "Usa la funzione Directory() per trovare e cancellare tutti i file della directory indicata. La funzione dovrà essere ricorsiva se all'interno della directory vi sono delle subdirectory. Un esempio non funzionante tanto per avere un'idea di come procedere:\r\n\r\n[code:1lct0wn1]FUNCTION DELETEDIR( cDir )\n\n LOCAL aDir, cName\n\n LOCAL i\n\n aDir = DIRECTORY( cDir + \"\\*.*\", \"HRD\" )\n\n FOR i = 1 TO LEN( aDir )\n cName = aDir[ i, F_NAME ]\n\n IF cName == \".\"; LOOP; ENDIF\n IF cName == \"..\"; LOOP; ENDIF\n\n cName = cDir + \"\\\" + cName\n\n IF \"D\" $ aDir[ i, F_ATTR ]\n IF !DELETEDIR( cName )\n RETURN .F.\n ENDIF\n ELSE\n IF FERASE( cName ) = -1\n POPMSG( \"Impossibile cancellare il file \" + cName + \".\", 1 )\n RETURN .F.\n ENDIF\n ENDIF\n NEXT\n\n IF !REMOVEDIR( cDir )\n POPMSG( \"Impossibile cancellare la cartella \" + cDir + \".\", 1 )\n RETURN .F.\n ENDIF\n\n RETURN .T.[/code:1lct0wn1]\r\n\r\nEMG",
"time": "12:23",
"topic": "Cancellazione Directory e subDirectory",
"username": "Enrico Maria Giordano"
}
] |
Cancellazione Directory e subDirectory
|
[
{
"date": "2008-01-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI have just added a new dialog/tab to a folder and it works fine in all the machines i have tested it on in my office, however, when i have installed the app at my clients i get a cannot create dialog error - can anyone offer any advice in tracking down what is causing this error?\n\nI am currently using FWH 7.12 with the latest version of commercial xHarbour\n\nThanks in advance\n\nPete",
"time": "12:03",
"topic": "Cannot Create Dialog Error",
"username": "PeterHarmes"
}
] |
Cannot Create Dialog Error
|
[
{
"date": "2008-01-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I've narrowed this down to an image i'm displaying on the new tab.\n\nI'm using REDEFINE IMAGE to display the image, how should this be defined in the .rc file? Currently i'm using:\n\nCONTROL \"TBitmap\", 114, \"TBitmap\" ....\n\nshould i replace \"TBitmap\" with \"TImage\" ?",
"time": "14:04",
"topic": "Cannot Create Dialog Error",
"username": "PeterHarmes"
}
] |
Cannot Create Dialog Error
|
[
{
"date": "2008-01-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, TImage.\n\nEMG",
"time": "14:35",
"topic": "Cannot Create Dialog Error",
"username": "Enrico Maria Giordano"
}
] |
Cannot Create Dialog Error
|
[
{
"date": "2008-01-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thats fixed it - weird how it only errors on certain pcs/installations!",
"time": "15:36",
"topic": "Cannot Create Dialog Error",
"username": "PeterHarmes"
}
] |
Cannot Create Dialog Error
|
[
{
"date": "2008-01-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, I can't imagine any valid reasons for that behavior... <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \n\nEMG",
"time": "19:45",
"topic": "Cannot Create Dialog Error",
"username": "Enrico Maria Giordano"
}
] |
Cannot Create Dialog Error
|
[
{
"date": "2016-03-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Computadora con 8 Gbs de memóra RAM esta con este problema: CANNOT LOAD FREEIMAGE64.DLL que hacer? \n\nWindows 8 de 64 bits.\n\nGracias, saludos.",
"time": "17:58",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "João,\n\nPor favor prueba esto:\n\nMsgInfo( LoadLIbrary( \"freeimage64.dll\" ) )\n\ny dime que valor te muestra",
"time": "23:20",
"topic": "Cannot Load FreeImage64.dll",
"username": "Antonio Linares"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Master, windows 8 64 bits 8 Gbs de RAM, no carga la dll, que puede ser, corrupta? Retorno: 0 - zero.\n\n[code=fw:wbhkpwqf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span> LoadLIbrary<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"freeimage64.dll\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:wbhkpwqf]\n\n<!-- m --><a class=\"postlink\" href=\"http://i.imgur.com/fWtg7lt.png\">http://i.imgur.com/fWtg7lt.png</a><!-- m -->\n\n[img:wbhkpwqf]http://i.imgur.com/fWtg7lt.png[/img:wbhkpwqf]\n\nGracias, saludos.",
"time": "13:58",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Prueba con esta\n\n<!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/1ra2116tzn0l8me/freeimage64.dll?dl=0\">https://www.dropbox.com/s/1ra2116tzn0l8 ... 4.dll?dl=0</a><!-- m -->",
"time": "14:40",
"topic": "Cannot Load FreeImage64.dll",
"username": "cnavarro"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Master, no funciona:\n\n[img:1xwhqdso]http://i.imgur.com/8m5rXai.png[/img:1xwhqdso]\n\nFWH1306 de 32 bits, hay algun cambio en IMAGE.PRG que resolva ó el FHW de 32 bits actual carga la DLL FREEIMAGE.DLL en windows 8 de 64 bits? Mi executábles és de 32 bits. \n\nGracias, saludos.",
"time": "15:09",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Master puedo cambiar la IMAGE.PRG,\n\n[code=fw:1c6paax1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">CLASS</span> TImage <span style=\"color: #0000ff;\">FROM</span> TBitmap<br /><br /> <span style=\"color: #00C800;\">DATA</span> nProgress<br /><br /> <span style=\"color: #00C800;\">DATA</span> nFormat<br /><br /> CLASSDATA cResFile AS CHARACTER ;<br /> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> ISWIN64<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #ff0000;\">\"freeimage64.dll\"</span>, <span style=\"color: #ff0000;\">\"freeimage.dll\"</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:1c6paax1]\n\nPara:\n\n[code=fw:1c6paax1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">CLASS</span> TImage <span style=\"color: #0000ff;\">FROM</span> TBitmap<br /><br /> <span style=\"color: #00C800;\">DATA</span> nProgress<br /><br /> <span style=\"color: #00C800;\">DATA</span> nFormat<br /><br /> CLASSDATA cResFile AS CHARACTER ;<br /> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> ISWIN64<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #ff0000;\">\"freeimage.dll\"</span>, <span style=\"color: #ff0000;\">\"freeimage.dll\"</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:1c6paax1]\n\nFuncionara em windows 8 de 64 bits la DLL FREEIMAGE.DLL de 32 bits o no?\n\nSolo asta hacermos la actualización de version del FWH de 2016.\n\nGracias, saludos.",
"time": "15:26",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Creo que quedaria mejor asi\n\n[code=fw:wes2srmi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> CLASSDATA cResFile AS CHARACTER ;<br /> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> ISExe64<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #ff0000;\">\"freeimage64.dll\"</span>, <span style=\"color: #ff0000;\">\"freeimage.dll\"</span> <span style=\"color: #000000;\">)</span><br /> <br /> </div>[/code:wes2srmi]",
"time": "16:07",
"topic": "Cannot Load FreeImage64.dll",
"username": "cnavarro"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"cnavarro\":1oukdv1f]Creo que quedaria mejor asi\n\n[code=fw:1oukdv1f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> CLASSDATA cResFile AS CHARACTER ;<br /> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> ISExe64<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, <span style=\"color: #ff0000;\">\"freeimage64.dll\"</span>, <span style=\"color: #ff0000;\">\"freeimage.dll\"</span> <span style=\"color: #000000;\">)</span><br /> <br /> </div>[/code:1oukdv1f][/quote:1oukdv1f]\n\nMaster en la version FWH1306 no ejiste esta funcion ISExe64()\n\nGracias, saludos.",
"time": "16:08",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "La solución de Cristobal es la correcta",
"time": "19:50",
"topic": "Cannot Load FreeImage64.dll",
"username": "Antonio Linares"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias maestro. El próximo mes, vamos a actualizar la Fivewin a la última versión 2016. Me encanta Fivewin.\nSúper agradecido.\n\nSaludos.",
"time": "20:00",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "João,\n\n[code=fw:3n8imoxp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> ISEXE64 <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Check if our app is 64 bits</span><br /><span style=\"color: #000000;\">{</span><br /> hb_retl<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> sizeof<span style=\"color: #000000;\">(</span> void * <span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span></div>[/code:3n8imoxp]",
"time": "20:56",
"topic": "Cannot Load FreeImage64.dll",
"username": "Antonio Linares"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2016-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias master, resuelto:\n\n[code=fw:6ii3f46f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><span style=\"color: #00D7D7;\">#include</span> <windows.h><br /><span style=\"color: #00D7D7;\">#include</span> <hbapi.h><br /><span style=\"color: #00D7D7;\">#include</span> <hbapierr.h><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> ISEXE64 <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Check if our app is 64 bits</span><br /><br /><span style=\"color: #000000;\">{</span><br /> hb_retl<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> sizeof<span style=\"color: #000000;\">(</span> void * <span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span> <br /><br /><span style=\"color: #00D7D7;\">#pragma</span> ENDDUMP<br /> </div>[/code:6ii3f46f]\n\u001a",
"time": "21:00",
"topic": "Cannot Load FreeImage64.dll",
"username": "karinha"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2020-05-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos, estoy a un paso de conseguir que funcione mi primera aplicación a 64bits.\nel error que aparece es el consabido \"[b:22aau081]Cannot load Freeimage64.dll[/b:22aau081]\"\n\n- FreeImage64.dll está en el directorio del .EXE \n- Si hago [b:22aau081]MsgInfo(LoadLibrary(\"freeimage64.dll\"))[/b:22aau081] me devuelve un valor distinto de 0\n- Falla justo al crear TImage() según figura en el código expuesto mas abajo\n\n[code=fw:22aau081]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">ICON</span> oIcon <span style=\"color: #0000ff;\">FROM</span> nFilaSup, nColIzq <span style=\"color: #0000ff;\">TO</span> nFilaInf, nColDer <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">TITLE</span> APP_NAME <span style=\"color: #0000ff;\">MENU</span> BuildMenu<span style=\"color: #000000;\">(</span>oMenu<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">60</span> <span style=\"color: #0000ff;\">CURSOR</span> oMano <span style=\"color: #0000ff;\">OF</span> oWnd _2007<br /><br /> <span style=\"color: #B900B9;\">// *********** bmp de fondo ********************************************</span><br /> oBmpFondo = TImage<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #0000ff;\">Define</span><span style=\"color: #000000;\">(</span> , <span style=\"color: #ff0000;\">\"fondo.jpg\"</span> <span style=\"color: #000000;\">)</span><br /> hDC := oWnd:<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oWnd:<span style=\"color: #000000;\">bPainted</span> = <span style=\"color: #000000;\">{</span> | hDC | PalBmpDraw<span style=\"color: #000000;\">(</span> hDC, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, oBmpFondo:<span style=\"color: #000000;\">hBitMap</span>,, oWnd:<span style=\"color: #000000;\">nWidth</span>, oWnd:<span style=\"color: #000000;\">nHeight</span>,, .t.<span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /> SendMessage<span style=\"color: #000000;\">(</span> oWnd:<span style=\"color: #000000;\">hWnd</span>, <span style=\"color: #000000;\">128</span>, <span style=\"color: #000000;\">1</span>, oIcon:<span style=\"color: #000000;\">hIcon</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> FILENAME <span style=\"color: #ff0000;\">\"printer.bmp\"</span> <span style=\"color: #0000ff;\">OF</span> oBar NOBORDER TOP <span style=\"color: #0000ff;\">FONT</span> oFontBar <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Print\"</span> GROUP ;<br /> TOOLTIP <span style=\"color: #ff0000;\">\"Selección de impresora\"</span> <span style=\"color: #0000ff;\">ACTION</span> PrinterSetup<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> FILENAME <span style=\"color: #ff0000;\">\"Exit.bmp\"</span> <span style=\"color: #0000ff;\">OF</span> oBar NOBORDER TOP <span style=\"color: #0000ff;\">FONT</span> oFontBar <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Salir\"</span> ;<br /> TOOLTIP <span style=\"color: #ff0000;\">\"Fin de la sesión\"</span> <span style=\"color: #0000ff;\">ACTION</span> oWnd:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd</div>[/code:22aau081]\nLa version 32 bits de la misma aplicación funciona sin problemas.\n¿Que puedo hacer?\n\nFWH64 abril de 2020 + BCC71 64 + Harbour 64 para BCC71",
"time": "16:15",
"topic": "Cannot Load FreeImage64.dll",
"username": "José Vicente Beltrán"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2020-05-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose Vicente, por qué no utilizas la clase TXImage y te quitas dependencias externas?",
"time": "16:45",
"topic": "Cannot Load FreeImage64.dll",
"username": "cnavarro"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2020-05-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cristobal, he cambiado la clase y ahora no da errores, gracias <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->",
"time": "17:38",
"topic": "Cannot Load FreeImage64.dll",
"username": "José Vicente Beltrán"
}
] |
Cannot Load FreeImage64.dll
|
[
{
"date": "2008-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is there anybody who knows,\nwhat i can do to close Excel ?\nWith the old TAutoOle : oExcel:End() it was ok.\nAntonio told me : oExcel := NIL.\nIt is not working, because in the Filemanager\nExcel is still visible and not closed. \n\nRegards U.König <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "16:40",
"topic": "Cannot close Excel with WIN32OLE",
"username": "ukoenig"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "With Fivewin and xharbour, just comment your line oxls:end()\nYou dont need it anymore .\nGood luck",
"time": "17:25",
"topic": "Cannot close Excel with WIN32OLE",
"username": "jacquetph"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I think what you want is\n\noExcel:quit()\noExcel := nil",
"time": "18:05",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Gale FORd"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Gale FORd\":296dl8tu]I think what you want is\n\noExcel:quit()\noExcel := nil[/quote:296dl8tu]\n\nThe last is not needed.\n\nEMG",
"time": "19:23",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Enrico Maria Giordano"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I thought the same as you, but after helping someone with an Excel problem we found that Excel will still be running even though you cannot see it.\n\nRunning the task manager after doing the oExcel:quit() shows that Excel would still be resident until the variable was set to nil.",
"time": "20:30",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Gale FORd"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oExcel:Quit()\noExcel := NIL\n\nworks fine.\nbut it creates the worksheet in the background.\n\nI tried to do nothing on the end.\nIt works also, but with the difference : Excel shows the sheet \nand stays open.\nI have to close excel with the button ( because I want to check the sheet )\nA Test with the Taskmanager shows, that Excel is closed.\n\nThank you\nU. König <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "23:00",
"topic": "Cannot close Excel with WIN32OLE",
"username": "ukoenig"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What if you try this way\n\noExcel:WorkBooks:Close()\noExcel:Quit()\n\n\nRegards",
"time": "00:16",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Armando"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Gale FORd\":17b62dhs]I thought the same as you, but after helping someone with an Excel problem we found that Excel will still be running even though you cannot see it.\n\nRunning the task manager after doing the oExcel:quit() shows that Excel would still be resident until the variable was set to nil.[/quote:17b62dhs]\n\nThis is definitely not true. Please, show a sample to demonstrate the problem.\n\nEMG",
"time": "00:30",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Enrico Maria Giordano"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I did not believe it either. I will put something together tomorrow.",
"time": "00:53",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Gale FORd"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, thank you. I'm pretty curious...\n\nEMG",
"time": "01:31",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Enrico Maria Giordano"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I went back and looked at my test prg's and I could not find the one in question so I created one. At first it worked like you said and what I thought originally. Then I got to thinking about how this problem came up. Then I recall that the problem showed up when the function was still running or the variable was a static. \n\n\n[code:1azaghsh]\nFUNCTION MAIN()\n LOCAL lRunTest := .t.\n LOCAL oExcel, oSheet\n clear screen\n do while lRunTest\n @ 10, 0 say 'Run Excel Test ' get lRunTest picture 'y'\n read\n if lastkey() = 27\n exit\n endif\n if lRunTest\n @ 20, 0\n // This does not work\n // even though you tell excel to quit it is still\n // running until variable gets reset.\n oExcel = CREATEOBJECT( \"Excel.Application\" )\n oExcel:quit()\n @ 20, 0 say 'Ok now check with Task Manager'\n wait\n // Works if you run in function that releases variable\n // or you release variable yourself\n oExcel := nil\n TestExcel()\n @ 20, 0 clear\n @ 20, 0 say 'Ok now check Task Manager again'\n endif\n enddo\nRETURN( nil )\n\nFUNCTION TestExcel()\n LOCAL oExcel, oSheet\n oExcel = CREATEOBJECT( \"Excel.Application\" )\n oExcel:quit()\nRETURN( nil )\n\n[/code:1azaghsh]",
"time": "15:55",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Gale FORd"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I forgot to mention that when you check in the task manager, you have to look under the Processs tab. It is not in the Applications tab.",
"time": "16:06",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Gale FORd"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is perfectly normal as the automatic destructor is called when the variable exits the scope. It's not a problem at all.\n\nEMG",
"time": "17:39",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Enrico Maria Giordano"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It was a problem for the person I was helping some time ago because he was using a prg wide static variable. The person in this thread mentioned that Excel was still running so without seeing how he was using the variable I wanted to make sure the variable lost the connection with Excel.\n\nHave a great day. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "17:47",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Gale FORd"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2008-01-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, understood.\n\nEMG",
"time": "19:04",
"topic": "Cannot close Excel with WIN32OLE",
"username": "Enrico Maria Giordano"
}
] |
Cannot close Excel with WIN32OLE
|
[
{
"date": "2006-04-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ON PROGRAM \n\n[code:10p7tylw] DEFINE DIALOG oDlg RESOURCE \"MAIN\"\n ACTIVATE DIALOG oDlg CENTER[/code:10p7tylw]\n\n\nIT MAKE THIS ERROR \n\n Path and name: C:\\Work\\PRG\\img\\Immagine.Exe (32 bits)\n Size: 434,688 bytes\n Time from start: 0 hours 0 mins 0 secs \n Error occurred at: 04/17/06, 00:39:02\n Error description: Error FiveWin/3 Cannot create Dialog Box: \nÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿResource: MAIN\n\n\nTHE RESOURCE \n\n[code:10p7tylw]\n#ifdef __FLAT__\n 1 24 \"WindowsXP.Manifest\"\n#endif\n\n#ifdef __64__\n 1 24 \"WinXP/WindowsXP.Manifest64\"\n#endif\n\n\n\n\n\n\n#define DIALOG_1 1\n\nMAIN DIALOG 13, 50, 770, 332\nSTYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX\nCAPTION \"PHOTO HUNT\"\nFONT 8, \"MS Sans Serif\"\n{\n CONTROL \"TBitMap\", 100, \"TBitMap\", 0 | WS_CHILD | WS_VISIBLE, 5, 7, 377, 314\n CONTROL \"TBitMap\", 200, \"TBitMap\", 0 | WS_CHILD | WS_VISIBLE, 388, 7, 377, 314\n}\n\n[/code:10p7tylw]\n\n\n\nWHY ?",
"time": "23:41",
"topic": "Cannot create Dialog Box",
"username": "Silvio"
}
] |
Cannot create Dialog Box
|
[
{
"date": "2006-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Because you need to redefine those two TBitmap controls that you have placed in the dialog.",
"time": "00:07",
"topic": "Cannot create Dialog Box",
"username": "Antonio Linares"
}
] |
Cannot create Dialog Box
|
[
{
"date": "2006-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "SORRY u ARE RIGHT",
"time": "00:48",
"topic": "Cannot create Dialog Box",
"username": "Silvio"
}
] |
Cannot create Dialog Box
|
[
{
"date": "2012-02-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI am trying to convert a big aplication from fwh8.10 (XHB comercial) to FWH1201 (BCC) and am not able to run the aplication (see subject).\n\nThe error occurs in a dialog with multiple Folders.\n\nIsolating the problem , i made a aplication wich only calls the dialog with a minimum of code (also in the rc-file) , it works\n\n[code=fw:3ooibpgi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"InvKlantLev\"</span><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">FOLDER</span> oFld <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Klant\"</span> , <span style=\"color: #ff0000;\">\"Leverancier\"</span> ;<br /> <span style=\"color: #0000ff;\">DIALOGS</span> <span style=\"color: #ff0000;\">\"KlntFld\"</span> , <span style=\"color: #ff0000;\">\"LevFld\"</span><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">FOLDER</span> oFldK <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Facturatie Adres\"</span> , <span style=\"color: #ff0000;\">\"Extra gegevens klant\"</span> , <span style=\"color: #ff0000;\">\"Postadres\"</span> ;<br /> <span style=\"color: #0000ff;\">DIALOGS</span> <span style=\"color: #ff0000;\">\"KlntAdres\"</span> , <span style=\"color: #ff0000;\">\"KlntLevKlnt\"</span> , <span style=\"color: #ff0000;\">\"KlntPostAdres\"</span><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">FOLDER</span> oFldL <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Adres Leverancier\"</span> , <span style=\"color: #ff0000;\">\"Extra gegevens leverancier\"</span> ;<br /> <span style=\"color: #0000ff;\">DIALOGS</span> <span style=\"color: #ff0000;\">\"LefAdres\"</span> , <span style=\"color: #ff0000;\">\"KlntLevLev\"</span><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /> </div>[/code:3ooibpgi]\n\nLinking in this code in the main aplication (with the same rc-data) , gives a error on the dialog KlntPostAdres (as it did in the original full main program). Without this dialog \n DIALOGS \"KlntAdres\" , \"KlntLevKlnt\" // , \"KlntPostAdres\"\n the aplication works \n\nI have no idea what else i can try. Why works this code in a litle program , not in the main aplication ?\n\nIf i can not solve this , conversion to fwh1201 is not possible !!!!!!!\n\nFrank Demont",
"time": "20:03",
"topic": "Cannot create Dialog Box (fwh1201) , not in fwh8.10",
"username": "Demont Brecht"
}
] |
Cannot create Dialog Box (fwh1201) , not in fwh8.10
|
[
{
"date": "2012-03-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Demont,\n\nnormally there is an unknown control in the .rc file.\n\nCan you post that part of your resource file, where the error occurs ?",
"time": "08:44",
"topic": "Cannot create Dialog Box (fwh1201) , not in fwh8.10",
"username": "StefanHaupt"
}
] |
Cannot create Dialog Box (fwh1201) , not in fwh8.10
|
[
{
"date": "2012-03-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Stefan,\n\nThanks for the reply , but it seems that there was some confusion about linking in the rc-file.\n\nIt is not clear what the problem was in the main program , there was no reason to not include the dialog.\n\nI will try the rewrite the module \n\nFrank",
"time": "09:55",
"topic": "Cannot create Dialog Box (fwh1201) , not in fwh8.10",
"username": "Demont Brecht"
}
] |
Cannot create Dialog Box (fwh1201) , not in fwh8.10
|
[
{
"date": "2010-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi friends.\n\nI have rondomly \"Cannot create Dialog Box\" message error one or two times a day.\n\nWhat is the circunstancies when this error appear? I tryed to find anything wrong in my app but all seems fine. \n\nThanks for any hint.\n\nBest regards,\n\nToninho.",
"time": "01:24",
"topic": "Cannot create Dialog Box Error",
"username": "toninhofwi"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello toninhofwi\n\nPlease post error log and RC section with the problem, is better to help you",
"time": "01:33",
"topic": "Cannot create Dialog Box Error",
"username": "Daniel Garcia-Gil"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Error from:\n\nCREATEDLGERROR()\nTDIALOG:ACTIVATE()\n...\n\nThe two errors allways is the same above, but the rest change. As I sayd, it is randomly, and my resources is correct.\n\nMy question is: What can cause this error?\n\n\nThanks and best regards,\n\nToninho.",
"time": "11:58",
"topic": "Cannot create Dialog Box Error",
"username": "toninhofwi"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Toninho,\n\nWhat controls do you use in that dialogbox ?",
"time": "12:40",
"topic": "Cannot create Dialog Box Error",
"username": "Antonio Linares"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio.\n\nCommon controls like GET, SAY and TSBROWSE. I revised my RC file and all is correct.\n\nPlease see that error is *random* sometimes a simple DEFINE/ACTIVATE DIALOG with a message can display it.\n\nMy question is: what kind of problem can cause this error? I don't understand right this scenario. Is this a ms-windows or a fwh limitation/issue ?\n\nThank you and best regards,\n\nToninho.",
"time": "00:33",
"topic": "Cannot create Dialog Box Error",
"username": "toninhofwi"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Toninho,\n\nDo you keep your resources inside your EXE or inside an external DLL ?",
"time": "00:35",
"topic": "Cannot create Dialog Box Error",
"username": "Antonio Linares"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, my resources is INSIDE my EXE.\n\nRegards,\n\nToninho.",
"time": "11:28",
"topic": "Cannot create Dialog Box Error",
"username": "toninhofwi"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Toninho,\n\nEl EXE está en el ordenador local ó se carga desde un servidor ?\n\nA veces pueden aparecer errores asi al no poderse cargar bien el EXE desde el servidor, pues Windows no carga todo el EXE sino partes de él, y al ir a acceder a una parte puede no poder acceder a él por problemas de lectura en la red.",
"time": "11:50",
"topic": "Cannot create Dialog Box Error",
"username": "Antonio Linares"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio.\n\nThanks for this useful info. Maybe you are right, because I have a lot of apps like this installed and only in one client this problem occur.\n\nRegards,\n\nToninho.",
"time": "11:58",
"topic": "Cannot create Dialog Box Error",
"username": "toninhofwi"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2010-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We have encountered this when the dialog TITLE is too long.............",
"time": "04:34",
"topic": "Cannot create Dialog Box Error",
"username": "peterk"
}
] |
Cannot create Dialog Box Error
|
[
{
"date": "2007-05-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> Hola, de nuevo aqui molestando a todos ustedes..\n\nEstoy empezando con los 32 bits y tengo problemas al mostrar una dialogo en el cual pido contraseña para entrar, ya estuve investigando en la red y supe que los controles de borland no son para 32 bits por los cual ya quite el unico que tenia, pero sigo sin poder mostrar el dialogo poruqe marca error:\n\nApplication\n===========\n Path and name: C:\\SISA2007\\SISA2007.Exe (32 bits)\n Size: 2,083,840 bytes\n Time from start: 0 hours 0 mins 0 secs \n Error occurred at: 18/05/2007, 18:26:41\n Error description: Error FiveWin/3 Cannot create Dialog Box: \nÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿResource: Acceso\n\nStack Calls\n===========\n Called from: => CREATEDLGERROR(0)\n Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)\n Called from: => LGETPASSWORD(222)\n Called from: sisa2007.prg => MAIN(40)\n\neste el el código que uso:\n\nSTATIC FUNCTION lGetPassword()\n\nLOCAL oDlg,oBmp,oCbx,oGet,oBtn1,oBtn2,oBit,oIco,oBmpx,oFnt,oCur\nLOCAL lSalir := .F.\nLOCAL nTries := 0\nLOCAL tPassword := SPACE (15)\nLOCAL hDC := oDlg\n\n\n DEFINE CURSOR oCur RESOURCE \"Mano\"\n DEFINE FONT oFnt NAME \"Arial\" WEIGHT 8 \n DEFINE DIALOG oDlg RESOURCE \"Acceso\" TITLE \"Control de Acceso al Sistema\" FONT oFnt\n REDEFINE BITMAP oBmp ID 052 FILENAME \".\\SUPPORT\\ENGINE\\IMAGHAND.SUP\" OF oDlg \n REDEFINE BITMAP oBmpx ID 600 FILENAME \".\\SUPPORT\\ENGINE\\IMAINTRO.SUP\" OF oDlg Adjust\n REDEFINE COMBOBOX oCbx VAR nItem ID 101 Of oDlg UPDATE ITEMS oApp:cUsuario STYLE CBS_DROPDOWN \n REDEFINE GET oGet VAR tPassword ID 102 OF oDlg PICTURE \"@!\" \n REDEFINE BUTTON oBtn1 ID 400 OF oDlg ACTION (lSalir:=.T. , nTries++ , ;\n lSi := ALLTRIM( tPassword ) == ALLTRIM( oApp:cPassword[nItem] ), ;\n IF( nTries > 3 .OR. lSi , oDlg:END(), ;\n ( MsgStop( \"¿ OLVIDO SU CONTRASEÑA..?\"+CRLF+CRLF+;\n \"Haga click en el botón < RECORDAR > para ver \"+CRLF+;\n \"su recordatorio según el Nombre de Usuario... \", \"¡ Acceso Denegado !\" ), lSalir:=.F., oGet:SetFocus(.T.) ) ) )\n\n\n REDEFINE BUTTON oBtn2 ID 415 OF oDlg ACTION (lSalir:=.T., oDlg:END())\n REDEFINE BTNBMP oBit ID 104 OF oDlg RESOURCE \"RECORDAR\" ACTION ( MsgInfo(\"Palabra o frase para Recordar su Clave de Acceso: \"+CRLF+CRLF+ ALLTRIM( oApp:cRecordar[nItem] ),\"Recordar Clave se Acceso\"), oGet:SetFocus(.T.) ) \n\noDlg:lHelpIcon := .F.\noBit:cToolTip := \"Recordar\"+CRLF+\"Contaseña\" \noBmp:lTransparent := .T.\noBtn1:oCursor := oCur\noBtn2:oCursor := oCur\n oBit:oCursor := oCur\n \n ACTIVATE DIALOG oDlg CENTERED VALID (lSalir) ON INIT( SetWindowPos( oDlg:hWnd, -1, 0, 0, 0, 0, 3 ) )\n\n oFnt:END()\n oBmp:END()\noBmpX:END() \n oCur:END() \n\nRETURN (lSi)\n\nel díalogo estaba en una dll de 16 bits y la tengo en un rc para incrustarlo en el exe.\n\neste es el rc del dialogo\n\nACCESO DIALOG 241, 76, 174, 253\nSTYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_CAPTION\nFONT 8, \"MS Sans Serif\"\n{\n COMBOBOX 101, 85, 177, 79, 76, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP\n EDITTEXT 102, 85, 195, 78, 12, ES_UPPERCASE | ES_PASSWORD | WS_BORDER | WS_TABSTOP\n CONTROL \"Button\", 400, \"BorBtn\", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 18, 225, 51, 17\n CONTROL \"TBtnBmp\", 104, \"TBtnBmp\", WS_CHILD | WS_VISIBLE | WS_BORDER, 131, 222, 25, 23\n LTEXT \"Usuario:\", 29, 58, 180, 26, 8, SS_NOPREFIX | WS_GROUP\n LTEXT \"Contraseña:\", 30, 46, 196, 38, 8\n CONTROL \"TBitmap\", 52, \"TBitmap\", WS_CHILD | WS_VISIBLE, 11, 169, 34, 44\n CONTROL \"Button\", 415, \"BorBtn\", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE, 75, 225, 51, 17\n CONTROL \"TBitMap\", 600, \"TBitMap\", WS_CHILD | WS_VISIBLE | WS_BORDER, 17, 15, 140, 148\n}\n\nNo se si es recomendable usar el Resource Workshop pra trabajar con rc, ayer baje el Pelles C pero no entiendo ni \"j\" es algo confunso y en ocaciones te muestra el rc con texto codificado y a veces los recursos incrustados, porfa <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> <!-- s:? --><img src=\"{SMILIES_PATH}/icon_confused.gif\" alt=\":?\" title=\"Confused\" /><!-- s:? --> digamne <!-- s:idea: --><img src=\"{SMILIES_PATH}/icon_idea.gif\" alt=\":idea:\" title=\"Idea\" /><!-- s:idea: --> con que editor de recursos podría trabajar..? <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->",
"time": "00:43",
"topic": "Cannot create Dialog Box con Resource Workshop",
"username": "cuatecatl82"
}
] |
Cannot create Dialog Box con Resource Workshop
|
[
{
"date": "2007-05-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cuate,, este es mis msg. <!-- e --><a href=\"mailto:ccc_3_ccc@hotmail.com\">ccc_3_ccc@hotmail.com</a><!-- e -->\n\nyo te puedo apoyar,\n\n\nyo usaba worshop,\n\npero lo cambie ya por pelles C\n\npor la simple razon de que pelles C es un sistema a 32 bits\n\ny workshop 16 bits.\n\nsaludos..",
"time": "02:26",
"topic": "Cannot create Dialog Box con Resource Workshop",
"username": "sysctrl2"
}
] |
Cannot create Dialog Box con Resource Workshop
|
[
{
"date": "2007-05-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"sysctrl2\":p4hqg9ed]Cuate,, este es mis msg. <!-- e --><a href=\"mailto:ccc_3_ccc@hotmail.com\">ccc_3_ccc@hotmail.com</a><!-- e -->\n\nyo te puedo apoyar,\n\n\nyo usaba worshop,\n\npero lo cambie ya por pelles C\n\npor la simple razon de que pelles C es un sistema a 32 bits\n\ny workshop 16 bits.\n\nsaludos..[/quote:p4hqg9ed]\n\nEl workshop es a 16 bits, pero t genera recursos a 32 bits de igual manera que PellesC.\n\nCreo que es cuestión de gustos.",
"time": "03:50",
"topic": "Cannot create Dialog Box con Resource Workshop",
"username": "wmormar"
}
] |
Cannot create Dialog Box con Resource Workshop
|
[
{
"date": "2007-05-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> Gracias a los dos por haberme contestado, por suerte estuve revisando y compilando ejemplos de la carpeta samples y ahi encontre la respuesta:\n\nhabia que cambiar en el RC la líne que hacia referencia a los bitmaps:\n\nCONTROL \"TBitmap\", 100, \"TBitmap\", 0 | WS_CHILD | WS_VISIBLE, 11, 9, 92, 87\n\npor esto:\n\nCONTROL \"\", 100, \"TBitmap\", WS_CHILD | WS_VISIBLE, 7, 8, 106, 120\n\nY esto poruqe el control Bitmap es de Borland <!-- s:evil: --><img src=\"{SMILIES_PATH}/icon_evil.gif\" alt=\":evil:\" title=\"Evil or Very Mad\" /><!-- s:evil: --> y no es para 32bits. <!-- s:twisted: --><img src=\"{SMILIES_PATH}/icon_twisted.gif\" alt=\":twisted:\" title=\"Twisted Evil\" /><!-- s:twisted: --> \n\n <!-- s:idea: --><img src=\"{SMILIES_PATH}/icon_idea.gif\" alt=\":idea:\" title=\"Idea\" /><!-- s:idea: --> <!-- s:idea: --><img src=\"{SMILIES_PATH}/icon_idea.gif\" alt=\":idea:\" title=\"Idea\" /><!-- s:idea: --> Las cosas que hay que aprender para migrar, pero vale la pena interntar de todo, no lo creen..? <!-- s:arrow: --><img src=\"{SMILIES_PATH}/icon_arrow.gif\" alt=\":arrow:\" title=\"Arrow\" /><!-- s:arrow: -->\n\nSaludos desde Chiapas, México",
"time": "00:24",
"topic": "Cannot create Dialog Box con Resource Workshop",
"username": "cuatecatl82"
}
] |
Cannot create Dialog Box con Resource Workshop
|
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi!\n\nI have a lot of pain of \"fivewin/3 error\" and I stay without it since I used Borland resources in FW/Clipper. But this time I couldn't run <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> as follow:\n\nI have a strange problem with a modal dialog using TxBrowse control.\nI included a new dialog in my RC file and a dialog stop to open. The resource dialog name is \"SELECIONA\" and have a combobox, a get, a TxBrowse, OK and Cancel buttons.\n\nI duplicate \"SELECIONA\" to \"SELEC_PRINC\" dialog (in same RC file), changed into my PRG and recompiled. I didn't changes into dialog, I only duplicated. It worked fine. Then I deleted SELECIONA (because SELEC_PRINC worked) and SELEC_PRINC stop to work!!!\n\nI use FWH 2.7 March with xHB Builder March and I don't use any Borland style resource.\n\nAny idea to solve or debug were is the problem?\n\nThanks a lot!\nMaurilio",
"time": "14:03",
"topic": "Cannot create dialog box",
"username": "Maurilio Viana"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maurilio,\n\nPlease open the EXE with the resources workshop and check that the resources are properly placed inside.",
"time": "16:54",
"topic": "Cannot create dialog box",
"username": "Antonio Linares"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes, the resource is inside exe correctly.\nWhen I add a dialog to resources it fail, if I add a blank dialog named SEL* (SEL_TEMP, SEL_XXX, etc) it work. \n\nIn all times when the dialog open OK and when occur Fivewin/3 error I checked and the dialog is inside exe. And I change nothing in code or dialog, only add or delete an empty dialog as I said...\n\nI couldn't isolate the problem into a self contained prg <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\n\nBest regards,\nMaurilio",
"time": "12:13",
"topic": "Cannot create dialog box",
"username": "Maurilio Viana"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maurilio,\n\nWe have found on some ocasions that the dialog name is not fine for Windows. Try to change it to a different name.",
"time": "12:25",
"topic": "Cannot create dialog box",
"username": "Antonio Linares"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nI'll change the name and do any tests.\nAny news I post here.\n\nThanks!\n\nMaurilio",
"time": "12:32",
"topic": "Cannot create dialog box",
"username": "Maurilio Viana"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI renamed the resource and don't worked <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\nIf I add or delete a resource into rc file it work fine.\nTo avoid app exiting I place 'activate dialog' inside a try/end...\n\nDo you have any naming rule that I can follow to avoid this type of error?\n\nRegards,\nMaurilio",
"time": "17:34",
"topic": "Cannot create dialog box",
"username": "Maurilio Viana"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Maurilio Viana\":39ae0dj2]Antonio,\n\nI renamed the resource and don't worked <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\nIf I add or delete a resource into rc file it work fine.\nTo avoid app exiting I place 'activate dialog' inside a try/end...\n\nDo you have any naming rule that I can follow to avoid this type of error?\n\nRegards,\nMaurilio[/quote:39ae0dj2]\n\nHi Maurilio,\nThe subject issue is a pain in the butt indeed.\nI have come into a serious straggling with FWH, dealing with the Error 3, cannot create dialog box, and here is how I finally managed to get it going...\n1. The name of the resource, even if correct, does not always work,\nalthough with Workshop there is no error.\n2. The more important thing is to define these in the beginning of your MAIN prg file, because most of the time, dialogs cannot be created because their respective controls have not been registered. For example, if you use a TWBROWSE control in a dialog, it is almost sure that it will not work, unless you define each control:\nHere's a copy of what I register in my main prg. Just below the local, private functions:\n TWindow():Register()\n TWBrowse():Register()\n TBitmap():Register()\n TFolder():Register()\n TTabs():Register()\n TDialog():Register()\n TMeter():Register()\n TMetafile():Register()\n TComboBox():Register()\n\nMore about the resource name...\nUnfortunatelly, there is no rule that I have come up with...\nIt seems that Windows does not \"like\" some names, although there is nothing wrong with the names, and most important, they worked fine in the 16-bit environment....\nSo, if a dialog I use (from resource, in the stand-alone exe file), does not work, the next thing I do is to add the letter \"Z\", or \"Q\" or something like that infront of the resource's name, and retry running the program.\n\nImportant: The same thing (with names) happens with other kinds of resource, especially with the bitmaps... Another pain in the butt...\nYou can try the same approach described above (add an extra character infront of the resource's name.\n\nI hope that this helped you...\nKind regards\nEvans",
"time": "20:02",
"topic": "Cannot create dialog box",
"username": "E. Bartzokas"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Evans,\n\nThanks for your words. \nThe only different thing into these my \"deffective resource\" is a txbrowse control.\nBased on what you said I must do in my main program:\n\nTxBrowse():Register()\n\nIs this right?\n\nRegards\nMaurilio",
"time": "20:35",
"topic": "Cannot create dialog box",
"username": "Maurilio Viana"
}
] |
Cannot create dialog box
|
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Maurilio Viana\":39leaje5]Evans,\n\nThanks for your words. \nThe only different thing into these my \"deffective resource\" is a txbrowse control.\nBased on what you said I must do in my main program:\n\nTxBrowse():Register()\n\nIs this right?\n\nRegards\nMaurilio[/quote:39leaje5]\n\nMore or less YES.\nI don't use TXBROWSE, however, you can try it, and in most cases you will have no problems with your dialogs using this control.\n\nKind regards\nEvans",
"time": "21:03",
"topic": "Cannot create dialog box",
"username": "E. Bartzokas"
}
] |
Cannot create dialog box
|
[
{
"date": "2010-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Converting my first FW project to FWH. \n\nMy dialogs were originally created with Borland Workshop 4.5. I’ve converted them using both the Pelles C and Microsoft Visual Studio tools, first into an RES file which I linked directly to the EXE. When that didn’t work I created a DLL in the same manner I used with the original FW version of the program. No matter what tools or techniques I use, the dialog resources will not load, “cannot create dialog…” All other resources, bitmaps and string tables, seem to have converted just fine. Only dialog boxes are giving me trouble.\n\nBelow is the RC text of one of the non-loading dialogs. \n\nDLG_REINDEX DIALOG LOADONCALL MOVEABLE DISCARDABLE 52, 75, 205, 129\nSTYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_CAPTION\nCLASS \"BorDlg\"\nCAPTION \"Reindex Data Files\"\nFONT 6, \"MS Sans Serif\"\n{\n CONTROL \"\", 101, \"BorShade\", 1 | WS_CHILD | WS_VISIBLE, 10, 5, 180, 47\n CTEXT \"Process...\", 2051, 16, 40, 168, 8\n CONTROL \"Text\", 2052, \"STATIC\", SS_WHITERECT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP, 16, 25, 168, 14\n CTEXT \"Data File\", 2050, 17, 12, 164, 8\n CONTROL \"Remove Records Marked for Deletion\", 102, \"BorCheck\", 3 | WS_CHILD | WS_VISIBLE, 35, 62, 135, 10\n CONTROL \"Go\", 1, \"BorBtn\", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 58, 96, 37, 25\n CONTROL \"Cancel\", 2, \"BorBtn\", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 110, 96, 37, 25\n CONTROL \"Resolve Orphan Claims\", 103, \"BorCheck\", 3 | WS_CHILD | WS_VISIBLE, 35, 79, 95, 10\n}\n\nThis is a dump from the run-time error log.\n<=########################## START #################################=>\nApplication\n===========\n Path and name: E:\\ABA\\ABA_4\\abawin.exe (32 bits)\n Size: 1,363,968 bytes\n Time from start: 0 hours 0 mins 19 secs \n Error occurred at: 08/20/2010, 11:34:56\n Error description: Error FiveWin/3 Cannot create Dialog Box: \n Resource: DLG_Reindex\n\nStack Calls\n===========\n Called from: .\\source\\classes\\DIALOG.PRG => CREATEDLGERROR(0)\n Called from: => TDIALOG:ACTIVATE(0)\n Called from: ABAIndex.prg => REINDEX(32)\n Called from: abawin.prg => (b)BUILDMENU(295)\n Called from: => TMENU:COMMAND(0)\n Called from: => TWINDOW:COMMAND(0)\n Called from: => TMDIFRAME:COMMAND(0)\n Called from: => TMDIFRAME:HANDLEEVENT(0)\n Called from: .\\source\\classes\\WINDOW.PRG => _FWH(0)\n Called from: => WINRUN(0)\n Called from: => TMDIFRAME:ACTIVATE(0)\n Called from: abawin.prg => START(71)\n\nSystem\n======\n CPU type: Intel(R) Pentium(R) 4 CPU 1.60GHz 1600 Mhz\n Hardware memory: 1536 megs\n\n Free System resources: 90 %\n GDI resources: 90 %\n User resources: 90 %\n\n Compiler version: Harbour Alpha build 46.2 Intl. (Flex)\n Windows version: 5.1, Build 2600 Service Pack 3\n\n Windows total applications running: 29\n 1 TF_FloatingLangBar_WndTitle\n 2 CiceroUIWndFrame\n 3 \n 4 M\n 5 Default IME\n 6 ZoneAlarm Security Alert\n 7 ZoneAlarm Security Suite\n 8 AutoVPNAlertDlg\n 9 Accident Benefit Association (V100330-001)\n 10 MS-DOS Prompt\n 11 DDE Server Window\n 12 WOWExec\n 13 MCI command handling window\n 14 ISWHotKeyWindowClass_209b0000\n 15 Tukan\n 16 MMTrayNotificationWnd\n 17 AcrobatTrayIcon\n 18 MediaCenter\n 19 HPWU\n 20 Windows Defender\n 21 DMXLauncher\n 22 QTPlayer Tray Icon\n 23 Connections Tray\n 24 Power Meter\n 25 MS_WebcheckMonitor\n 26 NVSVCPMMWindowClass\n 27 GDI+ Window\n 28 Multi-Edit - [ABA.mak]\n 29 Program Manager\n\nVariables in use\n================\n Procedure Type Value\n ==========================\n CREATEDLGERROR\n Param 1: O Class: TDIALOG\n Local 1: C \"DLG_Reindex\"\n Local 2: C \" \"\n TDIALOG:ACTIVATE\n Param 1: U \n Param 2: U \n Param 3: U \n Param 4: L .T.\n Param 5: U \n Param 6: L .T.\n Param 7: U \n Param 8: U \n Param 9: U \n Param 10: L .F.\n Local 1: O Class: TDIALOG\n Local 2: N 1769690\n Local 3: U \n Local 4: U \n REINDEX\n Local 1: O Class: TDIALOG\n Local 2: N 0\n (b)BUILDMENU\n Param 1: O Class: TMENUITEM\n TMENU:COMMAND\n Param 1: N 20019\n Local 1: O Class: TMENU\n Local 2: O Class: TMENUITEM\n TWINDOW:COMMAND\n Param 1: N 20019\n Param 2: N 0\n Local 1: O Class: TMDIFRAME\n Local 2: N 0\n Local 3: N 20019\n Local 4: N 0\n TMDIFRAME:COMMAND\n Param 1: N 20019\n Param 2: N 0\n Local 1: O Class: TMDIFRAME\n Local 2: L .F.\n TMDIFRAME:HANDLEEVENT\n Param 1: N 273\n Param 2: N 20019\n Param 3: N 0\n _FWH\n Param 1: N 0\n Param 2: N 273\n Param 3: N 20019\n Param 4: N 0\n Param 5: N 1\n Local 1: O Class: TMDIFRAME\n WINRUN\n Param 1: N 1769690\n TMDIFRAME:ACTIVATE\n Param 1: C \"NORMAL\"\n Param 2: U \n Param 3: U \n Param 4: U \n Param 5: U \n Param 6: U \n Param 7: U \n Param 8: B {|| ... }\n Param 9: U \n Param 10: U \n Param 11: U \n Param 12: U \n Param 13: U \n Param 14: U \n Param 15: U \n Param 16: U \n Param 17: B {|| ... }\n Param 18: U \n Param 19: U \n Local 1: O Class: TMDIFRAME\n Local 2: U \n Local 3: U \n START\n Local 1: C \"USER\"\n Local 2: C \"\"\n Local 3: C \"\"\n Local 4: C \"\"\n Local 5: O Class: TBRUSH\n Local 6: O Class: TICON\n Local 7: C \"BORLAND\"\n\nLinked RDDs\n===========\n DBF\n DBFFPT\n DBFBLOB\n DBFCDX\n DBFNTX\n\nDataBases in use\n================\n\nClasses in use:\n===============\n 1 HBCLASS\n 2 HBOBJECT\n 3 TWINDOW\n 4 TCONTROL\n 5 TICON\n 6 TBRUSH\n 7 TMDIFRAME\n 8 TMENU\n 9 TMENUITEM\n 10 TMDICLIENT\n 11 TFONT\n 12 TMSGBAR\n 13 TRECT\n 14 TMSGITEM\n 15 TTIMER\n 16 TDIALOG\n 17 TSAY\n 18 TGET\n 19 GET\n 20 TCLIPGET\n 21 TBUTTON\n 22 TCHECKBOX\n 23 TMETER\n 24 ERROR\n 25 TREG32\n\nMemory Analysis\n===============\n 309 Static variables\n\n Dynamic memory consume:\n Actual Value: 0 bytes\n Highest Value: 0 bytes\n<=########################### End ##################################=>",
"time": "16:57",
"topic": "Cannot create dialog box...",
"username": "DonDrew"
}
] |
Cannot create dialog box...
|
[
{
"date": "2010-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Don, I see you use Borland controls.\n\nBorCheck\n\nDo you have \n\nlocal hBorland := LoadLibrary( \"BWCC32.dll\" )\nBWCCRegister(GetResources())\nDLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB \"BWCC32.DLL\" ?\n\nBest regards,\nOtto",
"time": "19:35",
"topic": "Cannot create dialog box...",
"username": "Otto"
}
] |
Cannot create dialog box...
|
[
{
"date": "2010-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, Otto.\n\nI had only \"local hBorland := LoadLibrary( \"BWCC32.dll\" )\" . I've added the other 2 lines as you suggested, but my problem remains.\n\nMy BWCC32.dll is version 2.4.0.2 dated 3 April 2002. Does that seem to you to be the correct verson?\nDon",
"time": "20:03",
"topic": "Cannot create dialog box...",
"username": "DonDrew"
}
] |
Cannot create dialog box...
|
[
{
"date": "2010-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "try creating RC files and linking those to the exe. Actually Borland will create the rc files which can be linked. I have many many rc file from borland and functioning well.",
"time": "20:18",
"topic": "Cannot create dialog box...",
"username": "hag"
}
] |
Cannot create dialog box...
|
[
{
"date": "2010-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Don,\n\nThis is just a guess, but the Borland controls in the DLL are 16bit controls. It is possible (perhaps, probable) that you cannot use 16bit controls in a 32bit application.\n\nI had so many problems with Borland controls that I dropped them all long before I even converted to 32bit.\n\nI would make a backup of the DLL and remove all the borland controls from one of the dialogs and see if that solves the problem.\n\nAlso, did you convert your 16bit RC's to 32bit? If you don't know how to do this, just ask.\n\nRegards,\nJames",
"time": "22:48",
"topic": "Cannot create dialog box...",
"username": "James Bott"
}
] |
Cannot create dialog box...
|
[
{
"date": "2010-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Don\n\nI suggest you use rc files, this is the best reliable solution\n\nI use Pelles c in replacement of Borland work shop and it is working quite well\n\nI guess you certainely need to remove CLASS \"BorDlg\"\n\nremove it from your rc file it is not needed , you can just edit it with notepad\n\nHTH\n\nRichard",
"time": "05:18",
"topic": "Cannot create dialog box...",
"username": "Richard Chidiak"
}
] |
Cannot create dialog box...
|
[
{
"date": "2010-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My problem has been solved!\n\nThanks to Otto's suggestion, and a little more study I was finally able to get my resources to work.\n\nThank you to everyone, especially Otto, for your advice.\n\nDon",
"time": "15:44",
"topic": "Cannot create dialog box...",
"username": "DonDrew"
}
] |
Cannot create dialog box...
|
[
{
"date": "2005-12-15",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "The command:\n\nSET BELL OFF\n\nis supposed to turn off the bell (sound in Windows) when at the end of entry in a get buffer. Whether SET BELL is OFF or ON I get the same result. Is this controlled in FW++ by the SET BELL command or is there another way to turn off the bell on beffer end? I want to turn off the bell at buffer end, but I can't.\n\nThe command:\n\nSET CONFIRM ON works correctly in stopping at the end of buffer entry and not going to the next get. This is as expected.\n\nDan",
"time": "06:01",
"topic": "Cannot turn off Bell at end of buffer entry in gets.",
"username": "Dan Landon"
}
] |
Cannot turn off Bell at end of buffer entry in gets.
|
[
{
"date": "2005-12-15",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "Dan,\n\nFixed. These lines were missing from Class TGet:\n[code:1dlz0n46]\n if ::oGet:TypeOut\n if ! Set( _SET_CONFIRM )\n ::oWnd:nLastKey = VK_RETURN\n ::oWnd:GoNextCtrl( ::hWnd )\n else\n if Set( _SET_BELL ) <<< New!\n MsgBeep()\n endif <<< New!\n endif\n endif\n[/code:1dlz0n46]\n\nPlease email us privately to get an updated FW++ DLL and lib.",
"time": "10:16",
"topic": "Cannot turn off Bell at end of buffer entry in gets.",
"username": "Antonio Linares"
}
] |
Cannot turn off Bell at end of buffer entry in gets.
|
[
{
"date": "2006-01-11",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "Hello Antonio,\n\nWorks just fine.\n\nThanks\nDan",
"time": "00:00",
"topic": "Cannot turn off Bell at end of buffer entry in gets.",
"username": "Dan Landon"
}
] |
Cannot turn off Bell at end of buffer entry in gets.
|
[
{
"date": "2006-01-19",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "gald to know it is ok <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "10:38",
"topic": "Cannot turn off Bell at end of buffer entry in gets.",
"username": "Antonio Linares"
}
] |
Cannot turn off Bell at end of buffer entry in gets.
|
[
{
"date": "2006-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Because of the way cGetFile32 uses ini file in the windows directory to communicate with rundlg32 I cannot use this function.\n\nSome administrators limit the users access rights to the windows directory.\nIs there a way to use an ini in a different directory or use the registry instead?",
"time": "15:26",
"topic": "Cannot use cGetFile32 in some secure networks",
"username": "Gale FORd"
}
] |
Cannot use cGetFile32 in some secure networks
|
[
{
"date": "2006-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It seems that you are using the Clipper/FW version as the xHarbour/FWH one doesn't use rundlg32.dll at all.\n\nEMG",
"time": "15:40",
"topic": "Cannot use cGetFile32 in some secure networks",
"username": "Enrico Maria Giordano"
}
] |
Cannot use cGetFile32 in some secure networks
|
[
{
"date": "2006-06-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am not sure about that.\n\nMy source file is c:\\fwh\\source\\function\\dlgs32.prg\n\nThe function cGetFile32() uses \n\n nRet := WinExec( \"rundlg32 \" + If( lSave, \"2\", \"1\" ) )\n\n if nRet > 21 .or. nRet < 0\n StopUntil( {|| GetPvProfString( cSection, \"working\", \"0\", INIFILE ) != \"1\" } )\n /*while GetPvProfString( cSection, \"working\", \"0\", INIFILE ) == \"1\"\n SysRefresh()\n end*/\n\n cFile := GetPvProfString( cSection, \"lpstrFile\", \"\", INIFILE )\n nFilterIndex := Val( GetPvProfString( cSection, \"nFilterIndex\", \"\", INIFILE ) )\n else\n cFile := cGetFile( cFileMask, cTitle, nDefaultMask, cInitDir, lSave,, nFlags )\n endif",
"time": "15:51",
"topic": "Cannot use cGetFile32 in some secure networks",
"username": "Gale FORd"
}
] |
Cannot use cGetFile32 in some secure networks
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.