Hi. I have a bunch of questions. Answers to any appreciated:
Q1 altering a registration component. On the components property form, I want to
have two properties: UseHdSerialNumber & UseDateTime, each exclusive. Thus if
one is selected True, the other is forced to False (and displays False).
Please
procedure TSoftShare.SetUseHDSerial(AState: Boolean);
begin
FUseHDSerial := AState;
FUseDateTime := not FUseHDSerial;
end;
procedure TSoftShare.SetUseDateTime(AState: Boolean);
begin
FUseDateTime := AState;
FUseHDSerial := not FUseDateTime;
end;
-Original Message-
From: Alistair
Q1 ???
Q2
Create your own "Show" Procedure eg ShowTheForm(AParam: int);
The procedure sets the form variables calls other procs etc...
NB: The form must already be created (it can be done with a class
method but you can't work with the Form properly eg setting its
data-members.)
Q
A couple of ways you can do this:
a) with Tb4winForm.Create(nil) do
try
SetSomePropertyExposedOnTb4winForm := whatever;
ShowModal;
finally
Free; <- Free is the more standard way of freeing
a form.
am i missing something?? what demos folder?
- Original Message -
From: "vss" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Friday, December 13, 2002 1:56 PM
Subject: Re: [DUG]: boss's lates idea
> Yes it does use sockets, BUT if you download the
its a dir that is added after you install the components...or atleast it
SHOULD be...unless there is a seperate demos file to downloads, but I
dont recall there being one.
Jeremy
-Original Message-
From: "Tracey Maule" <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL P
Well, thanks for all your replies guys.. sorry i wasnt at work on friday to
answer all your comments earlier (i work gentlemens hours lol)
1. I would not want the users to necessarily know this is happening... is
there a way this service (or startup program in 98) could be running and
detect when
Not sure about the rest of your questions, but...
1) It should be possible to run your little program quietly (maybe show an
icon in the system tray, maybe not), which uses a timer to regularly check
the value of a function similar to the following (I used something similar a
while ago to time how
they might be already in the archive of the components Tracey.
IF you are stuck, email me priv. and I will send the dir I have here
that has the comps. and demos too.
Jeremy
-Original Message-
From: "Tracey Maule" <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECT