Support Requests item #985823, was opened at 2004-07-06 09:04
Message generated for change (Comment added) made by th2tran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=526386&aid=985823&group_id=70007
Category: None
Group: Development Team
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Leendert van Staalduinen (lvanstaalduinen)
Assigned to: Nobody/Anonymous (nobody)
Summary: VCode from ALUGEN: only once
Initial Comment:
After generating a VCode (plus GCode) I incorporate the
VCode into my application. OK, works fine. After a while
I have generated a new VCode (why not: everybody can
do this), which results into a Liberation Key that does
not cooperate with the original VCode.
I assume that generating a VCode should be an onlyonce
procedure. So, I would like the ALUGEN Generate
(VCode) to be disabled after creating the VCode.
My solution:
· In frmMain.cmdAdd_Click:
' Immediately generate a VCode plus GCode, 040705,
LvSt.
Call cmdCodeGen_Click
· In frmMain.UpdateCodeGenButtonStatus:
' We generate a VCode plus GCode at creation
time, 040705, LvSt.
'cmdCodeGen.Enabled = True (DISable this option).
I am sure you have better ideas.
----------------------------------------------------------------------
>Comment By: Thanh Hai Tran (th2tran)
Date: 2004-07-07 01:21
Message:
Logged In: YES
user_id=797792
> So, I would like the ALUGEN Generate
(VCode) to be disabled after creating the VCode
Good feeback! We will implement your suggestion.
Thank you.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=526386&aid=985823&group_id=70007
|