I believe that you submitted this bug on the same day that I
released 1.0.8, which if I remember correctly, was to
correct this very same bug, I didnt get back to you, I'm
sorry about that, I've been incredibly busy.
Can you tell me if things are ok now? or is 1.0.8 still
losing your settings when you click cancel? I'll send you a
heads up to your sourceforge account to.
chris thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Esftp 1.1.1, which is days away, has a new and redesigned preferences interface which practically fixes ALL problems that I've had with preferences so far.
Maybe you can wait until this is available and try it out. But since you didnt reply to me when it was esftp 1.0.8, I doubt I can expect any reply from you now. But it's always nice to have the answer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=682144
Timothy Livingston -
I believe that you submitted this bug on the same day that I
released 1.0.8, which if I remember correctly, was to
correct this very same bug, I didnt get back to you, I'm
sorry about that, I've been incredibly busy.
Can you tell me if things are ok now? or is 1.0.8 still
losing your settings when you click cancel? I'll send you a
heads up to your sourceforge account to.
chris thomas
Logged In: YES
user_id=1360372
I think I know why this happens:
All the Property objects are being stored by their value,
not their name string...
I replaced:
setValue(IProperty.PORT, ...
with this everywhere:
setValue("IProperty.PORT", ...
This will also cause problems when username and password (or
any two or more properties) are the same value...
Logged In: YES
user_id=682144
Originator: NO
Esftp 1.1.1, which is days away, has a new and redesigned preferences interface which practically fixes ALL problems that I've had with preferences so far.
Maybe you can wait until this is available and try it out. But since you didnt reply to me when it was esftp 1.0.8, I doubt I can expect any reply from you now. But it's always nice to have the answer