Jump to content

Recommended Posts


Posted

If noone asks for other features than it's nearly ready. I am currently trying to find a solution for the following problem:

The programm is supposed to exit itself after a period of time and if nothing happend during that time (no user interaction).

Any solutions are welcome. Any VB source code regard this problem either :)

Posted

One possible method

Set a global boolean exitNow = true;

Then Start a thread which will wait for the predefined time.

If exitNow is still true when the predefined time has expired exit the application.

If a user pressed any buton on the screen, set exitNow to false, this will stop the application from exiting.

Hope this helps, I am afraid I am any coding I do now is java so my sample code would be no use.

NJay

Posted
If noone asks for other features than it's nearly ready. I am currently trying to find a solution for the following problem:

The programm is supposed to exit itself after a period of time and if nothing happend during that time (no user interaction).

Any solutions are welcome. Any VB source code regard this problem either  :)

I read up there somewhere that it was being programmed in VB. My suggestion is to simply use a timer. If the mouse is moved, or a key is pressed, simply stop the timer.

Posted

That would be a problem cause it is only suitable for times that are smaller than round about 10 minutes. But I would like to let this variable set at the .ini file.

Posted

You could set it within the program. Its easier for the user to assign values if they have a user interface, rather than editing .ini files.

Also, why woudl you want the screen to stay up longer than 10 minutes? I thought you wanted it to close itself after a period of time, so if the user didnt select any extra programs, it would install the defaults ... or am i completly wrong :)

Posted

It's like that:

Imagine you try to set up a new system while watching a DVD or something. I think that 10 minutes are a little too less.

But I had so much argumenst against this that I will set the time to a static value (if I am ever gonna solve that problem).

By the way I don't know if anyone noticed but I created a tool for xpantispy features being applied. Would anyone mind if I sum this two tools up to one? Or should I create one general tool for registry tweaks?

Posted

For those of you who are interested here is a status report about the current developments:

Version Status: 0.8 (beta)

Featurelist:

- Add your Applications to setup.ini (Name & Installation Commands)

- Add your Drivers to setup.ini (Name & Installation Commands)

- Define Default set of Applications and Drivers

- Possibility to add "Mulit-CD" feature to batches

- Possibility to add XP-Antispy 3.72 like features to batch

- Automated exit of program after 10 mins and create batches via default values

Yet to come:

- Define default set of extra features (Multi-CD, XPAntiSpy)

- Some sort of design would be nice :)

- Beta testing

- Checking if it is "id***-proof"

Now for the important thing: Is there ANYTHING you guys would like to have add. It's kind of urgent, as my holidays end this week and I won't be home for a couple of days afterwards. So I won't be able to keep track of your advisories.

Posted

hm let me think. Yea could you have an auto mode were it wont stop and ask it will just start installing stuff. THat way it could work either way and it could just be an option in the ini file.

Posted

sorry that must have been my bad english skills.

actually that's exactly what it does!!

<program>

Countdown -> Reaches 0:00 -> Create Batches with default values -> terminate the programm

</program> :)

Posted

no I understood that. that is what the program does I wanted a way so that it would not do a countdown but just start working with no delay and without waiting for user input.

Posted

Well I think that would be out of the question, cause the program is especially designed for this purpose.

It is meant as an add-on to your cd (well more like DVD). The basic idea is to have a collection of apps put on your DVD and define your(!) selection of application (default values).

Now image you would like to set up a second computer (school, company, whatsoever). You might not want to install every application you have on your basic system, which is why the timer exists. If time is up your default selection is installed, if you cancel you may select a different set.

So if don't wish to let pop-up the timer at all and therefore install your default set, you won't need the program at all, cause you can create a static batch yourself.

Posted

I was thinking about tonight! As I won't be there the next week, which will give you enough time for beta testing :)

@Webmedic: May Is still use your webspace? I only need about 70k!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...