[flexcoders] datagrid selection from keyboard

2006-02-20 Thread geisergd
Flexbuilder 1.5  
I am populating a 2-column datagrid from an array that is returned 
from a cfc.  I know that the keyboard can be used to select from the 
datagrid by typing the first letter that you want the selection to 
jump to.  My application jumps to the first letter of the SECOND 
column.  Does anyone know how to get it to act on the first column?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] enable/disable LinkBar ViewStack labels

2006-02-03 Thread geisergd
Based on usertype values (readOnly, Authenticated, Administrator), I 
am trying to disable access to certain viewstack components.  Does 
anyone know of a way of doing this with the standard   ?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] showCursor / setCursor

2006-01-23 Thread geisergd
I have built a custom login pop up and have setFocus to username using 
a function in the Login.as.

function focusUsername()
{username.setFocus();}

This works fine, but the cursor is hiding somewhere else.

static function cursorUsername()
{username.showCursor();}

returns "instance variables cannot be accessed in static functions."  
Can anyone tell me how to get the cursor in the username TextInput box?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Custom Login

2006-01-20 Thread geisergd
I am a ColdFusion programmer trying to transition to flex. I have
built a custom login window that displays, but doesn't do anything.
My goal is to use the information from the login to attempt
authentication to an Oracle database. If the user can't authenticate,
I want to connect the user using a dummy user with read only privs.
If the user can authenticate, he can see more of the page. Does anyone
have a basic (step-by-step) set of code for this?







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Custom Login

2006-01-20 Thread geisergd
I am a ColdFusion programmer trying to transition to flex.  I have 
built a custom login window that displays, but doesn't do anything.  
My goal is to use the information from the login to attempt 
authentication to an Oracle database.  If the user can't authenticate, 
I want to connect the user using a dummy user with read only privs.  
If the user can authenticate, he can see more of the page. Does anyone 
have a basic (step-by-step) set of code for this?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/