marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

Network users need to enter IP address of db host machine each time they connect to Flex app #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Network users need to enter IP address of db host machine each time they 
connect to the Flex app. We should be able to configure it so that they do 
not need to do this.

Original issue reported on code.google.com by swami.ke...@gmail.com on 15 Feb 2009 at 8:55

GoogleCodeExporter commented 9 years ago
There is a way to store config data like this within Flex.

I suggest the Flex app maintains a default IP address. This is always the same 
as the
IP address for the last successful connect.

Initially it would be set to "http://127.0.0.1:8080/exist" and then updated 
after
each successful connect.

Original comment by mjc1...@gmail.com on 15 Feb 2009 at 9:49

GoogleCodeExporter commented 9 years ago
This should be helpful:

http://www.uibuzz.com/?p=111

Original comment by mjc1...@gmail.com on 15 Feb 2009 at 9:59

GoogleCodeExporter commented 9 years ago
Fixed in r180 (0.9.2dev)

The preferences shared object is stored in a location like:

C:\Users\Mark\AppData\Roaming\Macromedia\Flash
Player\#SharedObjects\NRZN2JCM\localhost\flex\TranscriptStudio\bin\TranscriptStu
dio.swf\preferences.sol

Note: my swf file is located at 
c:\flex\TranscriptStudio\bin\TranscriptStudio.swf

It persists the username as well as the URL.

Please test.

Original comment by mjc1...@gmail.com on 15 Feb 2009 at 10:52