Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

IOS: Finding current user

 [1/3] from: james:temecula-usa at: 28-May-2003 20:36


This will undoubtedly be easy for you rebol brains, but how do you determine who the current user is under view/ios? I am writing a reblet that would be a lot friendlier if I knew who the user was so I could customize the interface for that person. Thanks in advance,

 [2/3] from: greggirwin::mindspring::com at: 28-May-2003 21:50


Hi James, JN> This will undoubtedly be easy for you rebol brains, but how do you JN> determine who the current user is under view/ios? I am writing a reblet JN> that would be a lot friendlier if I knew who the user was so I could JN> customize the interface for that person. You can use the user-prefs object (e.g. user-prefs/name). -- Gregg

 [3/3] from: james:temecula-usa at: 29-May-2003 4:20


Thanks. After I wrote the question I decided to look at the Alert program and saw that. So easy yet... Thanks for answering. James On Wed, 28 May 2003 21:50:41 -0600 Gregg Irwin wrote: