[flexcoders] Re: Text Area autofit, autosize

2006-10-20 Thread grunz1234
maybe someone knows the problem?
>
> Hello
> 
> I want to autoFit / autoSize the textArea on the text the user is 
> currently tipping. So I Have
> 
>  mouseFocusChange="focusOut()" deactivate="focusOut()" 
> textAlign="center" borderStyle="none" height="20" 
width="{dummy.width}" 
> wordWrap="false"/>
> 
> 
> 
> which works fine, but the text in the textArea is somehow shift to 
the 
> left(I can't see some letters, I have to scroll in the textarea to 
see 
> all), so that there is on the right always space for typing in.
> How can I disable this 'shift', I want to see the whole text which 
is 
> currently typed in.
> 
> thanks
>





--
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/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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] Text Area autofit, autosize

2006-10-18 Thread grunz1234
Hello

I want to autoFit / autoSize the textArea on the text the user is 
currently tipping. So I Have





which works fine, but the text in the textArea is somehow shift to the 
left(I can't see some letters, I have to scroll in the textarea to see 
all), so that there is on the right always space for typing in.
How can I disable this 'shift', I want to see the whole text which is 
currently typed in.

thanks




--
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/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 



[Junk E-Mail - LOW] [flexcoders] Re: Binary Sockets, and Folder Browser

2006-10-17 Thread grunz1234
thanks
for point 1. I know FDS, but I want a connection directly between the 
clients, i.e. p2p.
>
> 1. Yes, and there are server-side products already out there that 
do this.
> Adobe's product is called Flex Data Services. There are other 
alternatives
> out there, and I'm sure others will point them out.
>  
> 2. You can't do anything without the user's permission, but you can 
have
> them select one or more files using the OS's standard file open 
dialog box
> (including filtering what types of files you'll accept), and then 
upload the
> file to the server to do with it as you please.
>  
> Shan
> 
>_  
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of grunz1234
> Sent: Tuesday, October 17, 2006 1:50 PM
> To: flexcoders@yahoogroups.com
> Subject: [Junk E-Mail - LOW] [flexcoders] Re: Binary Sockets, and 
Folder
> Browser
> 
> 
> 
> thanks for your replys.
> 1. so it should be possible to create a connection between 2 flash 
> users from the same domain(website)-?
> 
> 2. would be pleased to hear more :)
> 
> thanks
> >
> > --- In HYPERLINK
> "mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED],
> "grunz1234"  wrote:
> > >
> > > Hello
> > > I have some questions on Flex.
> > > 
> > > 1. Is it possible to create a socket on a flash client?
> > > 2. Is it possible to open a file from the users OS and upload 
it?
> > > 
> > > thanks
> > >
> > 
> > Looks like the Socket class in the flash.net package will be able 
to
> > handle the first part of your question. 
> > 
> > For the second part, if I understand correctly, I believe there 
are 
> a
> > couple of ways to accomplish this. Any one have any insight on
> > implementation techniques that were successfull for them?
> > 
> > Thanks.
> >
> 
> 
> 
>  
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.408 / Virus Database: 268.13.4 - Release Date: 
10/13/2006
> 
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.408 / Virus Database: 268.13.4 - Release Date: 
10/13/2006
>





--
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/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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] Re: Binary Sockets, and Folder Browser

2006-10-17 Thread grunz1234
thanks for your replys.
1. so it should be possible to create a connection between 2 flash 
users from the same domain(website)?

2. would be pleased to hear more :)

thanks
>
> --- In flexcoders@yahoogroups.com, "grunz1234"  wrote:
> >
> > Hello
> > I have some questions on Flex.
> > 
> > 1. Is it possible to create a socket on a flash client?
> > 2. Is it possible to open a file from the users OS and upload it?
> > 
> > thanks
> >
> 
> Looks like the Socket class in the flash.net package will be able to
> handle the first part of your question. 
> 
> For the second part, if I understand correctly, I believe there are 
a
> couple of ways to accomplish this. Any one have any insight on
> implementation techniques that were successfull for them?
> 
> Thanks.
>





--
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/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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] Binary Sockets, and Folder Browser

2006-10-17 Thread grunz1234
Hello
I have some questions on Flex.

1. Is it possible to create a socket on a flash client?
2. Is it possible to open a file from the users OS and upload it?

thanks




--
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/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/