Changes between Initial Version and Version 1 of Ticket #2151


Ignore:
Timestamp:
Oct 16, 2012, 7:18:19 AM (12 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2151 – Description

    initial v1  
    1313 * You can't actually create multiple unique Local or LocalNative connections in the same application session. In the case of Maestro, after creating the first Local or LocalNative connection, you will actually have to restart Maestro in order to be able to create a connection with a different ini file.
    1414 * The MaestroAPI needs a way to programmatically check for this
    15  * The Maestro Login dialog needs to guard against this. Basically once a Local/LocalNative connection has been created, do not show the connection UI. Instead the respective radio button should say "Connect to previous <Local|TCP/IP> session" or something to that effect.
     15 * The Maestro Login dialog needs to guard against this. Basically once a Local/LocalNative connection has been created, do not show the connection UI again. Instead the respective radio button should say "Connect to previous <Local|TCP/IP> session" or something to that effect.
    1616
    1717For the general use-cases (a normal desktop/web application), this would rarely be a problem as the application is unlikely to be creating multiple connections to different providers. But Maestro (with its multi-connection support) exposes this problem wide open and needs to be gracefully handled.