07-26-2011
11:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Hi Andrew,
first of all thank you for sharing your login sollution! It has saved me a lot of work and possible misery :).
I have successfully implemented login screen and everything works great!
I was wondering is there a way I could use the value of user variable (username) to display a username of a logged user in my flex application (after successful login of course) - for example to display something like "You are logged in as <user>" or "Welcome <user>" (i am completely new to flex and programming, but i am keen to learn).
I would also like to use the value of this variable when user edits some of my features (through a widget connected to my published geoprocessing service). I would like to accomplish that each record in my editable feature class has a name of a user that created it.
Any ideas how to do this? Any help or advice would be highly appreciated!
Petra
first of all thank you for sharing your login sollution! It has saved me a lot of work and possible misery :).
I have successfully implemented login screen and everything works great!
I was wondering is there a way I could use the value of user variable (username) to display a username of a logged user in my flex application (after successful login of course) - for example to display something like "You are logged in as <user>" or "Welcome <user>" (i am completely new to flex and programming, but i am keen to learn).
I would also like to use the value of this variable when user edits some of my features (through a widget connected to my published geoprocessing service). I would like to accomplish that each record in my editable feature class has a name of a user that created it.
Any ideas how to do this? Any help or advice would be highly appreciated!
Petra
07-27-2011
06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
I just wanted to thank you for this tool, works great!
07-28-2011
12:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
I wondered why the password and the username were different from the words you mentioned in your article. I saw in the user.xml file, i.e. <username>arcgis</username><password>pa$$word</password>
and I put them everything was just OK. Thank you for your login window. My teacher asked me to create a window just as yours, but I can not code, with your code, and I can complete it. THS in the end.
and I put them everything was just OK. Thank you for your login window. My teacher asked me to create a window just as yours, but I can not code, with your code, and I can complete it. THS in the end.
08-01-2011
01:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Hi I am trying to implement Login screen for my application.I want to know how do you implement this code step by step.. I am new on this technology,whenever I try to enter username and password it throws Internal Database error..
I am using ASP .net Development Server.. Please help me on this.
I am using ASP .net Development Server.. Please help me on this.
08-01-2011
03:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Hi I am trying to implement Login screen for my application.I want to know how do you implement this code step by step.. I am new on this technology.. I could solve internal database error by replacing the URL .. but now I am getting Invalid Login error..
even i invoke my soap service i get output as false..I tried debugging the code,it throws error on first line of vb code..where you are trying to do configuration manager settings..It throws exception and returns "false" value... Where I am going wrong,I am not able to figure out
I am using ASP .net Development Server.. Please help me on this.
even i invoke my soap service i get output as false..I tried debugging the code,it throws error on first line of vb code..where you are trying to do configuration manager settings..It throws exception and returns "false" value... Where I am going wrong,I am not able to figure out
I am using ASP .net Development Server.. Please help me on this.
08-01-2011
10:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
I could get the login screen working...but moment i close Visual Studio where I have created my webservice... I am not able to login into my application..How do I solve this issue now...
08-02-2011
07:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Hello Andrew,
Hey I could get the login screen working completely for my application done in Flex API.. Thank you so much for this wonderful tool..
Thanks,
Tanya
Hey I could get the login screen working completely for my application done in Flex API.. Thank you so much for this wonderful tool..
Thanks,
Tanya
08-09-2011
05:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Hi, I have a geoprocessing widget with "user" being one of the parameters (string). I am using Andrew's Login Screen for my flex app and would like to populate "user" parameter automatically (when widget opens) with username (a user) that signed in my application. Do I have to make same changes to Login Screen files (like Service.vb) to capture "user" variable and how do I "pass" it to geoprocessing widget?
Any help or advice would be highly appreciated!
Petra
Any help or advice would be highly appreciated!
Petra
08-12-2011
04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Is there also a possibility to get users ip address through this service so that siteUsage.log also provides ip address (along with site, username, password, status and timestamp)?
08-12-2011
07:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
I would like to find some documentation on how to add this to my code. I have downloaded the .zip file. I am using Flash builder 4.5 and using the developers code. I am some what of a newbie at flex.
Thanks Andy
Thanks Andy