Search found 6 matches

by IgorMatheus
Tue Nov 05, 2019 1:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 4
Views: 1392

Re: Error FiveWin/3 Cannot create Dialog Box

CONFIRMA DIALOG DISCARDABLE 122, 126, 227, 59STYLE WS_POPUP|DS_MODALFRAME|WS_CAPTION|WS_SYSMENU|WS_VISIBLECAPTION "Confirmação"FONT 8, "MS Sans Serif"{  CONTROL "&Sim", 102, "Button", WS_TABSTOP, 47, 35, 60, 22  CONTROL "&Não", 103, "Button", WS_TABSTOP, 120, 35, 60, 22  CONTROL ...
by IgorMatheus
Mon Nov 04, 2019 8:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 15
Views: 3021

Re: Error FiveWin/3 Cannot create Dialog Box

Igor, do you speak portuguese? If so, use the forum in Spanish. It gets easier to help you, because my english is null.

Igor, você fala portugues? Se sim, use o forum em espanhol. Fica mais fácil para te ajudar, pois meu inglês é nulo.

Regards, saludos, saudações.

Criei um post no forum em ...
by IgorMatheus
Mon Nov 04, 2019 7:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 4
Views: 1392

Error FiveWin/3 Cannot create Dialog Box

Saludos. Tengo un problema al ejecutar mi programa. Al intentar crear un cuadro de diálogo, se produce un error (no sé la causa), y al intentar crear el cuadro de diálogo de error, el error se repite y de forma recursiva.
Alguna sugerencia sobre cómo resolver el problema?
Application ...
by IgorMatheus
Thu Oct 24, 2019 1:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 15
Views: 3021

Re: Error FiveWin/3 Cannot create Dialog Box

Teste agora.

// IGOR.PRG#include "FiveWin.ch"FUNCTION Main() LOCAL oDlg, oPorta, oHand DEFINE DIALOG oDlg RESOURCE "CONFIRMA" TITLE "Test Igor" TRANSPARENT // Inclua as BitMaps no arquivo de Recusros para mostrar. // No meu caso: PORTA e HAND -> BitMaps. REDEFINE BITMAP oPorta ID 104 ...
by IgorMatheus
Wed Oct 23, 2019 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 15
Views: 3021

Re: Error FiveWin/3 Cannot create Dialog Box

What resource editor do you use? If it is WorkShop.exe, post the * .RC file I see to you.

Regards.

// RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00".#include <windows.h>#include <commctrl.h>#include <richedit.h>LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRALCONFIRMA DIALOG DISCARDABLE ...
by IgorMatheus
Wed Oct 23, 2019 2:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 15
Views: 3021

Error FiveWin/3 Cannot create Dialog Box

Greetings. I am having a problem running my program. When trying to create a dialog, an error occurs (I don't know the cause), and when trying to create the error dialog, the error repeats itself and so recursively.
Application===========&nbsp; &nbsp;Versao OK &nbsp; , liberada em: 19/07/2019 ...