FWH Resources Editor - Speed test
- Maurilio Viana
- Posts: 252
- Joined: Tue Oct 25, 2005 2:48 pm
- Location: Garça/Garza/Heron City - Brazil
- Contact:
Antonio,
A suggestion: when the RE project reach design phase will be very if if you display guide lines to align the controls in dialog.
New versions of VB, Delphi, etc do it. When you move a control or object the IDE display align guidelines and tooltip of coordinates.
Below we have examples from Turbo Delphi 2006:
Regards
Maurilio
A suggestion: when the RE project reach design phase will be very if if you display guide lines to align the controls in dialog.
New versions of VB, Delphi, etc do it. When you move a control or object the IDE display align guidelines and tooltip of coordinates.
Below we have examples from Turbo Delphi 2006:
Regards
Maurilio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 38
- Joined: Tue Jan 09, 2007 2:31 am
- Location: Winston-Salem, NC
Antonio -
Here is a very simple rc file that shows the problem. The original file has more LTEXTand EDITTEXT as well as a checkbox, but this simplified version shows the problem when I open it with a doubleclick in the re.exe. The string will appear normally if the commas are removed.
testname.rc
TESTNAME DIALOG LOADONCAL MOVEABLE DISCARDABLE 6, 15, 253, 169
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Edit Company Phone Numbers"
FONT 8, "MS Sans Serif"
{
LTEXT "Change Company Name, Address, And Phone Numbers", -1, 8, 10, 232, 10
PUSHBUTTON "OK", 10, 12, 144, 50, 14
PUSHBUTTON "Cancel", 2, 101, 144, 50, 14
PUSHBUTTON "Help", 998, 190, 144, 50, 14
}
Here is a very simple rc file that shows the problem. The original file has more LTEXTand EDITTEXT as well as a checkbox, but this simplified version shows the problem when I open it with a doubleclick in the re.exe. The string will appear normally if the commas are removed.
testname.rc
TESTNAME DIALOG LOADONCAL MOVEABLE DISCARDABLE 6, 15, 253, 169
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Edit Company Phone Numbers"
FONT 8, "MS Sans Serif"
{
LTEXT "Change Company Name, Address, And Phone Numbers", -1, 8, 10, 232, 10
PUSHBUTTON "OK", 10, 12, 144, 50, 14
PUSHBUTTON "Cancel", 2, 101, 144, 50, 14
PUSHBUTTON "Help", 998, 190, 144, 50, 14
}
Charles Pratt
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 38
- Joined: Tue Jan 09, 2007 2:31 am
- Location: Winston-Salem, NC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 38
- Joined: Tue Jan 09, 2007 2:31 am
- Location: Winston-Salem, NC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 38
- Joined: Tue Jan 09, 2007 2:31 am
- Location: Winston-Salem, NC
Antonio -
OK, I can be patient.
I have another question, though. My folder pages are all individual dialogs and do not have SYS_MENU on them, nor a button with ID 1 or 2. As a result I can't close these dialogs in RE.EXE so I hit Ctrl. Alt, Del and close the editor. I suppose at some point you will need some sort of button outside the dialog to close them?
Regards,
Charles
OK, I can be patient.
I have another question, though. My folder pages are all individual dialogs and do not have SYS_MENU on them, nor a button with ID 1 or 2. As a result I can't close these dialogs in RE.EXE so I hit Ctrl. Alt, Del and close the editor. I suppose at some point you will need some sort of button outside the dialog to close them?
Regards,
Charles
Charles Pratt
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 38
- Joined: Tue Jan 09, 2007 2:31 am
- Location: Winston-Salem, NC
Hello Antonio,
Could you please test with this rc-file.
This does not work here.
Regards,
Otto
ABREISE DIALOG 18, 18, 142, 70
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Abreiseliste"
BEGIN
CONTROL "", 101, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 72, 15, 54, 12
LTEXT "Abreisetag", 102, 16, 17, 50, 10
DEFPUSHBUTTON " Speichern", 1, 75, 44, 55, 20
PUSHBUTTON " Abbruch", 2, 11, 44, 55, 20
END
ANKUNFT DIALOG 18, 18, 142, 92
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ankunftsliste"
BEGIN
LTEXT "Ankunftstag", 102, 22, 15, 65, 10
CONTROL "", 101, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 70, 15, 54, 12
DEFPUSHBUTTON " Speichern", 1, 75, 57, 55, 20
PUSHBUTTON " Abbruch", 2, 11, 57, 55, 20
END
ARTEIN DIALOG 18, 18, 162, 110
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Artikel - Nr."
BEGIN
EDITTEXT 101, 73, 23, 57, 12
CONTROL "", 103, "EDIT", ES_LEFT | ES_NOHIDESEL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 75, 49, 20, 12
CONTROL "", 106, "EDIT", ES_LEFT | ES_NOHIDESEL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 75, 62, 55, 12
PUSHBUTTON "...", 109, 134, 25, 9, 9
LTEXT "Eingabe Artikel-Nr.", 102, 5, 25, 65, 10
LTEXT "Menge", 104, 5, 51, 25, 8
LTEXT "Preis", 107, 5, 64, 25, 8
EDITTEXT 105, 5, 36, 125, 12
DEFPUSHBUTTON " Speichern", 1, 85, 86, 55, 20
PUSHBUTTON " Abbruch", 2, 21, 86, 55, 20
END
Could you please test with this rc-file.
This does not work here.
Regards,
Otto
ABREISE DIALOG 18, 18, 142, 70
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Abreiseliste"
BEGIN
CONTROL "", 101, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 72, 15, 54, 12
LTEXT "Abreisetag", 102, 16, 17, 50, 10
DEFPUSHBUTTON " Speichern", 1, 75, 44, 55, 20
PUSHBUTTON " Abbruch", 2, 11, 44, 55, 20
END
ANKUNFT DIALOG 18, 18, 142, 92
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ankunftsliste"
BEGIN
LTEXT "Ankunftstag", 102, 22, 15, 65, 10
CONTROL "", 101, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 70, 15, 54, 12
DEFPUSHBUTTON " Speichern", 1, 75, 57, 55, 20
PUSHBUTTON " Abbruch", 2, 11, 57, 55, 20
END
ARTEIN DIALOG 18, 18, 162, 110
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Artikel - Nr."
BEGIN
EDITTEXT 101, 73, 23, 57, 12
CONTROL "", 103, "EDIT", ES_LEFT | ES_NOHIDESEL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 75, 49, 20, 12
CONTROL "", 106, "EDIT", ES_LEFT | ES_NOHIDESEL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 75, 62, 55, 12
PUSHBUTTON "...", 109, 134, 25, 9, 9
LTEXT "Eingabe Artikel-Nr.", 102, 5, 25, 65, 10
LTEXT "Menge", 104, 5, 51, 25, 8
LTEXT "Preis", 107, 5, 64, 25, 8
EDITTEXT 105, 5, 36, 125, 12
DEFPUSHBUTTON " Speichern", 1, 85, 86, 55, 20
PUSHBUTTON " Abbruch", 2, 21, 86, 55, 20
END