Main Forum > Tweaking.com Support & Help
Registry Backup Beta
Tomas_Sweden:
--- Quote ---Also I was updating my advanced system tweaker with a option to show how many items are in each treeview list. I did the same thing with the reg backup. See what you think and tell me yay or nay :-)
--- End quote ---
I really like that! But I would also like to see the total number of backuped files. Like I post in the pictures.
It looks like the parentheses are slightly elevated, perhaps is the point?
The tab "Help & Support" looks great! :smiley:
Tomas
Shane:
--- Quote ---I really like that! But I would also like to see the total number of backuped files. Like I post in the pictures.
--- End quote ---
OK I changed it to show the grand total at the top, in this case (10) like in the picture :-)
--- Quote ---It looks like the parentheses are slightly elevated, perhaps is the point?
--- End quote ---
This wasnt on purpose. For some odd reason the text normally follows the rest of the treeview. But when I have the font size set to Verdana 7 point bold (Which is what the treeview is at) it puts the number in parentheses a little higher. (think it is a simple position bug)
So I was about to check the code of the treeview dll to fix it when I realized I like it this way LOL. Having it raised a little help shows that it isn't part of the computer name for example.
--- Quote ---The tab "Help & Support" looks great!
--- End quote ---
I am glad everyone likes it. I want to put out then first release of it out of beta this Sunday if I can find the time.
I have to make the videos and help files before I put it out. I want the launch to have a good start and having all the info people will need is the way to win people over.
I have to go to customer of mine who is 4 hours away to repair a couple of servers this weekend. And have you ever tried to make videos with you talking when you have 4 kids? (ages 10, 7, 5 and 3) LOL means I will be staying up late to make them since I need them all asleep. :wink:
I will start writing the help files and such very very soon. As I do I will post the links here so I can get feedback on any changes to make to them.
The goal of the help and videos will be to both teach new users and give all the info my fellow techs need.
Shane
peterr:
Shane
I wish I could help with the tech material but am one the normal users this is aimed at.
I, for one, would be very willing to wait a bit until you catch up. You know what they say about haste.
I have read all the threads and especially Ztruker's comliments and think you have quite the product you set out to do.
When it is ready, I look forward to studying the video/help so I can then properly install the program.
I seems as though users can configure it to backup at boot and restore either within the pogram or via removable media in case the progam is not accesible.
Great.
I'll check in after the weekend and look forward to my job as Johnny Applseed.
Peter
Ztruker:
I haven't tried the latest yet but this code:
IF DEFINED WindowsDrive GOTO start_process
IF NOT DEFINED WindowsDrive GOTO error_out
The IF NOT DEFINED is superfluous and could just be GOTO error_out since it did not trigger on the IF DEFINED test.
Edit: Just tried the latest 0.9.8 and it works flawlessly. Great job Shane. I think you have a great program that will be well received.
Shane:
--- Quote ---IF DEFINED WindowsDrive GOTO start_process
IF NOT DEFINED WindowsDrive GOTO error_out
The IF NOT DEFINED is superfluous and could just be GOTO error_out since it did not trigger on the IF DEFINED test.
--- End quote ---
So just change the one line from
IF NOT DEFINED WindowsDrive GOTO error_out
to
GOTO error_out
?
--- Quote ---Edit: Just tried the latest 0.9.8 and it works flawlessly. Great job Shane. I think you have a great program that will be well received.
--- End quote ---
Glad you like it :-) Now the fun part of the help files. My mind is wired for math and science. Words get mixed around in my head lol
Which is why people are always finding spelling errors in my programs. Thank god for spell check :-)
Shane
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version