-=DJ=-
http://www.cp-autos.com long time customer
Problems with Macro Scheduler 7.3.11
Moderators: JRL, Dorian (MJT support)
I use dialogs to display stats on the program progress… the error had something to do with msLabel0 already exist after upgrading causing some of my programs that I’ve updated with the new version to lock up.
Here is a sample script I use for donationware programs they have a 60 seconds introduction and after that become active.
Note in the dialog part Edit=msLabel3,120,66,49, Waiting when I had msLabel3 set to msLabel0 (the way I had it before the upgrade) it caused the locking up of the exe's and then they popped an error message. Changing it to 3 has solved that problem for me… having a huge selection of programs on our site it has caused some major headaches but we figured out how to fix it.
At first I though it was an error on my part but after several programs did that without me touching the script only creating exe’s I figured it had something to with the update of MS.
I’m a huge fan of MS and I’m able to do just about the same thing other programmers can do with VB or C++. There are some things I would like to see added but I’m happy with all the editions to the latest updates. You guys are doing a fantastic job keep up the good work!
Label>donationware
Dialog>donationware
Caption=CP-Autos.com Introduction
Top=182
Width=298
Left=363
Height=131
Label=Buttons will be activated after 60 seconds,40,48
Button=Play,16,64,89,25,10
Button=Donation,184,64,91,25,30
ProgressBar=msProgressBar1,14,24,262,17,1
Edit=msEdit2,16,0,257, 60 Second Commercial
Edit=msLabel3,120,66,49, Waiting
EndDialog>donationware
Show>donationware
///goto> loop
wait>1.25
let>donationware.msProgressBar1=5
ResetDialogAction>donationware
let>donationware.msProgressBar1=5
Let>donationware.msEdit2= 60 Second Commercial
ResetDialogAction>donationware
wait>1.25
Show>donationware
let>donationware.msProgressBar1=10
Let>donationware.msEdit2= We Offer Free And Premium Programs
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=15
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=20
Let>donationware.msEdit2= CP-Autos.com
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=25
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=30
Let>donationware.msEdit2= Autos & Tips
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=35
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=40
Let>donationware.msEdit2= Forum & Chat
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=45
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=50
Let>donationware.msEdit2= More Free autos
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=55
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=60
Let>donationware.msEdit2= Then Any Other Site
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=65
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=70
Let>donationware.msEdit2= CP-Autos.com
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=75
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=80
Let>donationware.msEdit2= CheatPogo.com
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=85
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=90
Let>donationware.msEdit2= Serving You Is
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=95
Let>donationware.msEdit2= Our Mission!!
ResetDialogAction>donationware
wait>1.875
Show>donationware
let>donationware.msProgressBar1=96
ResetDialogAction>donationware
wait>1.875
Show>donationware
Let>donationware.msEdit2= A One Time Donation Will Skip This Part
Let>donationware.msLabel0= 10
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 9
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 8
ResetDialogAction>donationware
wait>1
Show>donationware
let>donationware.msProgressBar1=97
Let>donationware.msLabel0= 7
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 6
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 5
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 4
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 3
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 2
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 1
ResetDialogAction>donationware
wait>1
Show>donationware
let>donationware.msProgressBar1=100
Let>donationware.msLabel0= Ready
ResetDialogAction>donationware
label> loop
wait>.0005
gda>donationware,r
if>r=10,play unpaid blackjack
if>r=2,2
if>r=30,make donation
goto> loop
label>register
label>make donation
Here is a sample script I use for donationware programs they have a 60 seconds introduction and after that become active.
Note in the dialog part Edit=msLabel3,120,66,49, Waiting when I had msLabel3 set to msLabel0 (the way I had it before the upgrade) it caused the locking up of the exe's and then they popped an error message. Changing it to 3 has solved that problem for me… having a huge selection of programs on our site it has caused some major headaches but we figured out how to fix it.
At first I though it was an error on my part but after several programs did that without me touching the script only creating exe’s I figured it had something to with the update of MS.
I’m a huge fan of MS and I’m able to do just about the same thing other programmers can do with VB or C++. There are some things I would like to see added but I’m happy with all the editions to the latest updates. You guys are doing a fantastic job keep up the good work!
Label>donationware
Dialog>donationware
Caption=CP-Autos.com Introduction
Top=182
Width=298
Left=363
Height=131
Label=Buttons will be activated after 60 seconds,40,48
Button=Play,16,64,89,25,10
Button=Donation,184,64,91,25,30
ProgressBar=msProgressBar1,14,24,262,17,1
Edit=msEdit2,16,0,257, 60 Second Commercial
Edit=msLabel3,120,66,49, Waiting
EndDialog>donationware
Show>donationware
///goto> loop
wait>1.25
let>donationware.msProgressBar1=5
ResetDialogAction>donationware
let>donationware.msProgressBar1=5
Let>donationware.msEdit2= 60 Second Commercial
ResetDialogAction>donationware
wait>1.25
Show>donationware
let>donationware.msProgressBar1=10
Let>donationware.msEdit2= We Offer Free And Premium Programs
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=15
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=20
Let>donationware.msEdit2= CP-Autos.com
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=25
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=30
Let>donationware.msEdit2= Autos & Tips
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=35
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=40
Let>donationware.msEdit2= Forum & Chat
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=45
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=50
Let>donationware.msEdit2= More Free autos
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=55
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=60
Let>donationware.msEdit2= Then Any Other Site
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=65
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=70
Let>donationware.msEdit2= CP-Autos.com
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=75
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=80
Let>donationware.msEdit2= CheatPogo.com
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=85
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=90
Let>donationware.msEdit2= Serving You Is
ResetDialogAction>donationware
wait>2.5
Show>donationware
let>donationware.msProgressBar1=95
Let>donationware.msEdit2= Our Mission!!
ResetDialogAction>donationware
wait>1.875
Show>donationware
let>donationware.msProgressBar1=96
ResetDialogAction>donationware
wait>1.875
Show>donationware
Let>donationware.msEdit2= A One Time Donation Will Skip This Part
Let>donationware.msLabel0= 10
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 9
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 8
ResetDialogAction>donationware
wait>1
Show>donationware
let>donationware.msProgressBar1=97
Let>donationware.msLabel0= 7
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 6
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 5
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 4
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 3
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 2
ResetDialogAction>donationware
wait>1
Show>donationware
Let>donationware.msLabel0= 1
ResetDialogAction>donationware
wait>1
Show>donationware
let>donationware.msProgressBar1=100
Let>donationware.msLabel0= Ready
ResetDialogAction>donationware
label> loop
wait>.0005
gda>donationware,r
if>r=10,play unpaid blackjack
if>r=2,2
if>r=30,make donation
goto> loop
label>register
label>make donation