Difference between revisions of "Talk:IGB Javascript Wish List"
m (Protected "Talk:IGB Javascript Wish List" [edit=sysop:move=sysop]) |
(New section: Types of interactions with the client.) |
||
Line 3: | Line 3: | ||
:ShowInfo is implemented only for type IDs atm. I've already edited the page to undo my erroneous change; it's waiting for approval. --[[Contributor name:Haskell|Haskell]] 14:46, 6 October 2009 (UTC) | :ShowInfo is implemented only for type IDs atm. I've already edited the page to undo my erroneous change; it's waiting for approval. --[[Contributor name:Haskell|Haskell]] 14:46, 6 October 2009 (UTC) | ||
::Thanks for the update, I thought it was something at my end :) --[[Contributor name:Baron Rob|Baron Rob]] 14:58, 6 October 2009 (UTC) | ::Thanks for the update, I thought it was something at my end :) --[[Contributor name:Baron Rob|Baron Rob]] 14:58, 6 October 2009 (UTC) | ||
+ | |||
+ | == Types of interactions with the client. == | ||
+ | |||
+ | There are more types of interactions with the client then just a javascript call. Already we have an event listed for session change. What about handling drag and drop events where say a contract is dragged into the igb window and droped. Or a ship fitting is dragged into the window and dropped. I think that is also something we should target for ideas. | ||
+ | |||
+ | Really just making the interaction between the client and the browser as seamless as possible. |
Revision as of 06:18, 7 October 2009
ShowInfo for any ID not working
Can somebody please check that I am not doing something wrong, I can't get <INPUT TYPE='button' NAME='myButton' VALUE='Show' onClick='Client.ShowInfo(3010078)'> to 'popup' the show info. It should show the agent info window. I also do not get any response from <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(60012400)'> for show info on a station. If I replace with the an item id all works fine e.g. <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(597)'>. So is it me or if the showinfo not fully implemented?--Baron Rob 14:36, 6 October 2009 (UTC)
- ShowInfo is implemented only for type IDs atm. I've already edited the page to undo my erroneous change; it's waiting for approval. --Haskell 14:46, 6 October 2009 (UTC)
- Thanks for the update, I thought it was something at my end :) --Baron Rob 14:58, 6 October 2009 (UTC)
Types of interactions with the client.
There are more types of interactions with the client then just a javascript call. Already we have an event listed for session change. What about handling drag and drop events where say a contract is dragged into the igb window and droped. Or a ship fitting is dragged into the window and dropped. I think that is also something we should target for ideas.
Really just making the interaction between the client and the browser as seamless as possible.