I'm glad to hear that You like it.
To create a test, normally You have to start always from the beginning :
create a window, dialog or folder and next a background.
Using the tool You don't need to do that.
Splitted in sections, these main things are done already
You only need to include / define the tests.
The specification of the PRG-structures
There are five sections
A selected section can include multiple tests
1.
[color=#FF0000:11vcbmvj][b:11vcbmvj]A dialog with FULLsize folder ( page 1 - 4 )[/b:11vcbmvj][/color:11vcbmvj]
Page 5 is used as EXIT
--------------------------------------------------
from CODE
[b:11vcbmvj][color=#0040FF:11vcbmvj]CODE_1.prg [/color:11vcbmvj][/b:11vcbmvj]
GRPC1_SEC1( oFld1, nSavePage )
GRPC1_SEC2( oFld1, nSavePage )
GRPC1_SEC3( oFld1, nSavePage )
GRPC1_SEC4( oFld1, nSavePage )
from RESOURCE
[b:11vcbmvj][color=#0040FF:11vcbmvj]RES_1.prg[/color:11vcbmvj][/b:11vcbmvj]
RS1_PART1( oFld1, nSavePage )
RS1_PART2( oFld1, nSavePage )
RS1_PART3( oFld1, nSavePage )
RS1_PART4( oFld1, nSavePage )
RS1_PART5( oFld1, nSavePage )
2.
[color=#FF0000:11vcbmvj][b:11vcbmvj]A dialog with HALFsize folder ( page 1 - 4 )[/b:11vcbmvj][/color:11vcbmvj]
------------------------------------------------------
[b:11vcbmvj][color=#008000:11vcbmvj]CODE_2.prg[/color:11vcbmvj] [/b:11vcbmvj]
GRPC2_SEC1( oFld2, nSavePage ) - GRPC2_SEC4( oFld2, nSavePage )
[b:11vcbmvj][color=#008000:11vcbmvj]RES_2.prg[/color:11vcbmvj][/b:11vcbmvj]
RS1_PART1( oFld2, nSavePage ) - RS1_PART5( oFld2, nSavePage )
3.
[color=#FF0000:11vcbmvj][b:11vcbmvj]ONLY 4 dialogs [/b:11vcbmvj] [/color:11vcbmvj]
--------------------
[b:11vcbmvj][color=#FFFF00:11vcbmvj]CODE_3.prg[/color:11vcbmvj] [/b:11vcbmvj]
GRPC3_SEC1() - GRPC3_SEC4()
[b:11vcbmvj][color=#FFFF00:11vcbmvj]RES_3.prg[/color:11vcbmvj][/b:11vcbmvj]
RS3_PART1() - RS3_PART4()
4.
[color=#FF0000:11vcbmvj][b:11vcbmvj]ONLY 4 windows [/b:11vcbmvj] [/color:11vcbmvj]
--------------------
[b:11vcbmvj]CODE_4.prg[/b:11vcbmvj]
GRPC4_SEC1() - GRPC4_SEC4()
[b:11vcbmvj]RES_4.prg[/b:11vcbmvj]
RS4_PART1() - RS4_PART4()
5.
[color=#FF0000:11vcbmvj][b:11vcbmvj]EXTRA buttons ( nothing defined )[/b:11vcbmvj] [/color:11vcbmvj]
---------------------------------
[b:11vcbmvj]EXTRA_1.prg - EXTRA_5.prg[/b:11vcbmvj]
6.
[color=#FF0000:11vcbmvj][b:11vcbmvj]SETUP[/b:11vcbmvj][/color:11vcbmvj]
The background-defines and a DBF to add the test-infos
regards
Uwe
↧