Strange thing that the StatusBar text dont fit into... i will investigate that.
When you start application, does in that case the text fit or same thing?
To folder numbering, my application works this way:
- it collect all files
- calculate how many folders are needed to be created
- starting with whatever decimal number you enter ( decimal 0000000001 would always be just a decimal 1 )
- it automatic fill up foldernumber with zeros to match final created folder, heres how it do if initial number is 1 =
- if my application need to create 9 folders, no zero be added
- if my application need to create 10-99 folders, one zero be added to 1-9
- if my application need to create 100-999 folders, two zeros be added
and so on....
- I might add a feature to let you define how many Characters a final foldername should have and fill rest up with zero
It works great!
...
Other then that i'm more than satisfied!
Thanks!
-midez
Nice to hear and you are welcome :-)
I try fix StatusBar and add your requested feature....