Quote:
Originally Posted by gm9
Only thing I tested was the C2C:
fix the Tab-Order, that's horrible 
|
Fixed already. lol Wasn't that tab order confusing as all get out?
Quote:
Originally Posted by gm9
you must have renamed the account parameter to username at one point and half of your app uses one and the other half the other one 
|
Will check it out, I wouldn't put it past me to do such a thing.
Quote:
Originally Posted by gm9
I fail to see the point of the "text" parameter, more flexible to do via an UI script if you want to do something like this
|
It is there mostly for automated reasons. The user can automate loading a UI, HotKeys, uisettings.ini etc, etc.. that way when the new char is loaded all is ready for them to play.
Quote:
Originally Posted by gm9
it encodes some extended characters, e.g. &, but it does not encode others, e.g. '. IMO it should encode nothing because otherwise you cannot use it for scripting. Of course i am not sure what kind of script you want to put in there anyway, so I may be missing the point
|
You lost me here. It has to encode you can not have <,>,",& etc in the attributes. ' is not a extended character in real XML/HTML only in SOEs world so it doesn't get encoded by the parser.
Quote:
Originally Posted by gm9
What is the <DATA Text="Quick Char Switch"/> line for?
|
I guess I should have this as an optional data insert. I use this data in a drop down, but yea, if used in a listbox it would be kind of out of place.
Quote:
Originally Posted by gm9
Oh and I could not save the UI path once I enabled eq2map and interfaces tabs in settings. I got error messages about not being able to save the UI while updating (even after I disabled the eq2map and interfaces tab in settings), and I had to terminate it via task manager. Keep in mind that I tested this at work so it could not establish a network connection (without working proxy code at least), which may be part of the reason.
|
I guess I need to debug that <Can't control my vocabulary> proxy code.