View Single Post
  #18  
Unread 11-03-2007, 03:39 PM
uberfuzzy's Avatar
uberfuzzy uberfuzzy is offline
A Grassland Beetle
Interface Author - Click to view interfaces
 
Join Date: Sep 2006
Posts: 64
Default

i think i know what the ESC thing is, i think i overrode ESC closing the window to instead hit the 'clear' button, not sure, i'll check in a minute, not a biggie.
update: yeah, i did do that.
here's how to undo that, go open your folder with your custom ui files, find "eq2ui_inventory_market.xml", thats the broker ui. open it with your favorite text editor (i suggest notepad). do a find for IsCancelButton="true" (to the right of it should be LocalText="Clear") delete the IsCancelButton="true", and save.


as for the buttons, make sure you have clicked on an item and that the text cursor still isnt in the text field blinking. while the focus is in the textbox, ctrl and shift are hooked by the input for things like paste (ctrl+v) and shift (for caps, not that it matters on the broker...), but if its else where, like on an item, it controls the changing of the buy button

Last edited by uberfuzzy : 11-03-2007 at 04:02 PM.
Reply With Quote