RE: [flexcoders] Re: New Into Flex

2009-04-28 Thread Angelo Anolin
Thanks for the heads up.
 
I have tried to get some datatable/dataset into my first application.
 
I am getting the error:
[RPC Fault faultString=Security error accessing url 
faultCode=Channel.Security.Error
faultDetail=Unable to load WSDL.  If currently online, please verify the URI 
and/or format of the WSDL (http://localhost:50505/TestWebService.asmx?wsdl)]
 
I have VS 2005 web service running on localhost on my machine.  How do I remedy 
this?
 
By the way, I compiled my application using the SDK. Command used was mxmlc 
test.mxml.
 
Thanks.


--- On Tue, 28/4/09, Tracy Spratt tr...@nts3rd.com wrote:

From: Tracy Spratt tr...@nts3rd.com
Subject: RE: [flexcoders] Re: New Into Flex
To: flexcoders@yahoogroups.com
Date: Tuesday, 28 April, 2009, 11:54 AM










Flex and .Net is my “sweet spot”.  Either WebService or HTTPService works very 
well. 
 
WebService examples are difficult because you would need a full VisualStudio 
project on the .net side.  
 
I have a couple simple HTTPService examples on cflex.net.  As I recall, these 
use inline code for simplicity of example.
http://www.cflex. net/showFileDeta ils.cfm?ObjectID =544
http://www.cflex. net/showFileDeta ils.cfm?ObjectID =556
 
Further, CRUD examples are also difficult to provide because they require some 
persistence layer, typically a database.
 
My advice is to just start.  HTTPService is the simplest, since you can test 
the aspx page using querystring arguments in a browser.  Do everything in 
steps, making sure each part works before going on to the next.
 

Tracy Spratt,
Lariat Services, development services available




From: flexcod...@yahoogro ups.com [mailto: flexcod...@yahoogro ups.com ] On 
Behalf Of Angelo Anolin
Sent: Monday, April 27, 2009 8:02 PM
To: flexcod...@yahoogro ups.com
Subject: Re: [flexcoders] Re: New Into Flex
 












@Brad and @Greg,

Thanks for the heads up.  I have already bookmarked cflex.net after looking at 
some code samples there, I believe that it is also a good source.

I also got the Flex in a Week video training and I believe I am somehow 
progressing out quick enough.

I also have the Flex documentations. Although I would have wanted it in a CHM 
format (for faster searching of topics), it is a good place for reference.

I am still looking though at the possibility of having a simple CRUD operation 
with for example an asp.net webservice accessed by a simple flex application. 
Most of the data examples I am seeing requires one to have some ColdFusion / 
PHP.  Coming from a little .NET background, I have come to accept that the 
platform for building RIAs in .NET is simply a big headache, but I do like how 
data services can be ported through their technology.

Thanks.

--- On Tue, 28/4/09, greg_lafrance glafra...@chikarade v.com wrote:

From: greg_lafrance glafra...@chikarade v.com
Subject: [flexcoders] Re: New Into Flex
To: flexcod...@yahoogro ups.com
Date: Tuesday, 28 April, 2009, 7:27 AM



If you would like to gain a deep understanding of Flex 3, the best way remains 
to go through the Flex Builder 3 help system or Adobe LiveDocs online, page by 
page, compiling each sample app, and tweaking it to learn if you have time.

It will take several weeks or months, but you will truely have a solid 
foundation.

Greg

--- In flexcod...@yahoogro ups.com, Brad Bueche brad.bueche@ ... wrote:

 cflex.net
 
 tv.adobe.com
 
 http://www.adobe. com/devnet/ flex/
 
 Are good places to start.
 
 brad
 
 On Sat, Apr 25, 2009 at 10:18 PM, angelo_anolin angelo_anolin@ ...wrote:
 
 
 
  Hi Everyone.
 
  Am new into this flex thing and I really appreciate the way it is evolving
  for developing rich internet applications.
 
  I already have the free ebook Getting Started With Adobe Flex3.
 
  I would like to learn a lot more on developing Flex web data applications.
  Something that connects to an oracle database, perform some CRUD operations
  and other data-intensive operations.
 
  Since I am only beginning to discover the wonders of flex, I hope some of
  you could point me some nice articles and or blog posts that does this.
 
  Am sure I would have a lot more questions when I delve deeper into the
  world of Flex and I hope I could post some of them here so as to give me
  better understanding of this great development platform.
 
  Thanks a lot
 
  
 

 















  

Re: [flexcoders] Re: New Into Flex

2009-04-27 Thread Angelo Anolin
@Brad and @Greg,
Thanks for the heads up.  I have already bookmarked cflex.net after looking at 
some code samples there, I believe that it is also a good source.
I also got the Flex in a Week video training and I believe I am somehow 
progressing out quick enough.
I also have the Flex documentations. Although I would have wanted it in a CHM 
format (for faster searching of topics), it is a good place for reference.
I am still looking though at the possibility of having a simple CRUD operation 
with for example an asp.net webservice accessed by a simple flex application. 
Most of the data examples I am seeing requires one to have some ColdFusion / 
PHP.  Coming from a little .NET background, I have come to accept that the 
platform for building RIAs in .NET is simply a big headache, but I do like how 
data services can be ported through their technology.
Thanks.

--- On Tue, 28/4/09, greg_lafrance glafra...@chikaradev.com wrote:

From: greg_lafrance glafra...@chikaradev.com
Subject: [flexcoders] Re: New Into Flex
To: flexcoders@yahoogroups.com
Date: Tuesday, 28 April, 2009, 7:27 AM








If you would like to gain a deep understanding of Flex 3, the best way remains 
to go through the Flex Builder 3 help system or Adobe LiveDocs online, page by 
page, compiling each sample app, and tweaking it to learn if you have time.

It will take several weeks or months, but you will truely have a solid 
foundation.

Greg

--- In flexcod...@yahoogro ups.com, Brad Bueche brad.bueche@ ... wrote:

 cflex.net
 
 tv.adobe.com
 
 http://www.adobe. com/devnet/ flex/
 
 Are good places to start.
 
 brad
 
 On Sat, Apr 25, 2009 at 10:18 PM, angelo_anolin angelo_anolin@ ...wrote:
 
 
 
  Hi Everyone.
 
  Am new into this flex thing and I really appreciate the way it is evolving
  for developing rich internet applications.
 
  I already have the free ebook Getting Started With Adobe Flex3.
 
  I would like to learn a lot more on developing Flex web data applications.
  Something that connects to an oracle database, perform some CRUD operations
  and other data-intensive operations.
 
  Since I am only beginning to discover the wonders of flex, I hope some of
  you could point me some nice articles and or blog posts that does this.
 
  Am sure I would have a lot more questions when I delve deeper into the
  world of Flex and I hope I could post some of them here so as to give me
  better understanding of this great development platform.
 
  Thanks a lot
 
  
 


















  

RE: [flexcoders] Re: New Into Flex

2009-04-27 Thread Tracy Spratt
Flex and .Net is my sweet spot.  Either WebService or HTTPService works
very well. 

 

WebService examples are difficult because you would need a full VisualStudio
project on the .net side.  

 

I have a couple simple HTTPService examples on cflex.net.  As I recall,
these use inline code for simplicity of example.

http://www.cflex.net/showFileDetails.cfm?ObjectID=544

http://www.cflex.net/showFileDetails.cfm?ObjectID=556

 

Further, CRUD examples are also difficult to provide because they require
some persistence layer, typically a database.

 

My advice is to just start.  HTTPService is the simplest, since you can test
the aspx page using querystring arguments in a browser.  Do everything in
steps, making sure each part works before going on to the next.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Angelo Anolin
Sent: Monday, April 27, 2009 8:02 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: New Into Flex

 







@Brad and @Greg,

Thanks for the heads up.  I have already bookmarked cflex.net after looking
at some code samples there, I believe that it is also a good source.

I also got the Flex in a Week video training and I believe I am somehow
progressing out quick enough.

I also have the Flex documentations. Although I would have wanted it in a
CHM format (for faster searching of topics), it is a good place for
reference.

I am still looking though at the possibility of having a simple CRUD
operation with for example an asp.net webservice accessed by a simple flex
application. Most of the data examples I am seeing requires one to have some
ColdFusion / PHP.  Coming from a little .NET background, I have come to
accept that the platform for building RIAs in .NET is simply a big headache,
but I do like how data services can be ported through their technology.

Thanks.

--- On Tue, 28/4/09, greg_lafrance glafra...@chikaradev.com wrote:

From: greg_lafrance glafra...@chikaradev.com
Subject: [flexcoders] Re: New Into Flex
To: flexcoders@yahoogroups.com
Date: Tuesday, 28 April, 2009, 7:27 AM

If you would like to gain a deep understanding of Flex 3, the best way
remains to go through the Flex Builder 3 help system or Adobe LiveDocs
online, page by page, compiling each sample app, and tweaking it to learn if
you have time.

It will take several weeks or months, but you will truely have a solid
foundation.

Greg

--- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com  ups.com,
Brad Bueche brad.bueche@ ... wrote:

 cflex.net
 
 tv.adobe.com
 
 http://www.adobe. http://www.adobe.com/devnet/flex/  com/devnet/ flex/
 
 Are good places to start.
 
 brad
 
 On Sat, Apr 25, 2009 at 10:18 PM, angelo_anolin angelo_anolin@ ...wrote:
 
 
 
  Hi Everyone.
 
  Am new into this flex thing and I really appreciate the way it is
evolving
  for developing rich internet applications.
 
  I already have the free ebook Getting Started With Adobe Flex3.
 
  I would like to learn a lot more on developing Flex web data
applications.
  Something that connects to an oracle database, perform some CRUD
operations
  and other data-intensive operations.
 
  Since I am only beginning to discover the wonders of flex, I hope some
of
  you could point me some nice articles and or blog posts that does this.
 
  Am sure I would have a lot more questions when I delve deeper into the
  world of Flex and I hope I could post some of them here so as to give me
  better understanding of this great development platform.
 
  Thanks a lot
 
  
 


 





Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Josh McDonald
And read a boatload of blogs! I use bloglines myself, but google reader (or
a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA
blogs I subscribe to:

**I hope this msg doesn't get flagged as spam for all the URLs :)

http://blogs.adobe.com/acom/
http://adamflater.blogspot.com/
http://rss.adobe.com/en/flex_cookbook_most_recent.rss
http://blogs.adobe.com/aharui/
http://flexdiary.blogspot.com/
http://shigeru-nakagaki.com/index.cfm
http://www.boostworthy.com/blog
http://www.buntel.com/blog/index.cfm
http://www.herrodius.com/blog
http://www.darronschall.com/weblog/
http://david.realeyes.com
http://davidzuckerman.com/adobe
http://www.degrafa.com
http://www.dgrigg.com
http://dispatchevent.org
http://dougmccune.com/blog
http://ecmascript.zwetan.com/
http://jwopitz.wordpress.com
http://sherifabdou.com
http://blog.sunild.com/
http://blog.flexmonkeypatches.com
http://www.dehats.com/drupal
http://blogs.adobe.com/gosmith/
http://blogs.adobe.com/fcheng/
http://fullasagoog.com/
http://www.gskinner.com/blog/
http://gettingandsetting.com
http://www.graviti.tv/blog
http://blog.haxe.org
http://iamdeepa.com/blog
http://blog.iconara.net
http://jacwright.com/blog
http://ech.net/blog
http://www.joeberkovitz.com/blog
http://joshblog.net
http://www.colettas.org
http://office.realeyesmedia.com/blogs/jun
http://kennethteo.com
http://blog.kevinhoyt.org
http://blog.thinkingdigital.org
http://weblogs.macromedia.com/mchotin/
http:///blog
http://blogs.adobe.com/flex/
http://weblogs.macromedia.com/paulw/
http://www.quasimondo.com/
http://www.riapedia.com
http://www.ryangorer.com/blog/
http://thesaj.wordpress.com
http://scalenine.com/
http://seantheflexguy.com/blog
http://blog.smashedapples.com/
http://www.thetechlabs.com
http://www.onflex.org/ted/index.php
http://timwalling.com
http://www.tink.ws/blog

-Josh

On Tue, Sep 23, 2008 at 8:31 AM, radwhite81 [EMAIL PROTECTED] wrote:

 the best book I would recommend is Flex 3 cookbook and Adobe flex 3
 training from the source. Great books they teach the basics and then
 gets into what you really want to know.


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






-- 
Therefore, send not to know For whom the bell tolls. It tolls for thee.

http://flex.joshmcdonald.info/

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Doug McCune
dang, I didn't know about http:///blog
that's where all the secrets are!

On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote:
 And read a boatload of blogs! I use bloglines myself, but google reader (or
 a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA
 blogs I subscribe to:

 **I hope this msg doesn't get flagged as spam for all the URLs :)

 http://blogs.adobe.com/acom/
 http://adamflater.blogspot.com/
 http://rss.adobe.com/en/flex_cookbook_most_recent.rss
 http://blogs.adobe.com/aharui/
 http://flexdiary.blogspot.com/
 http://shigeru-nakagaki.com/index.cfm
 http://www.boostworthy.com/blog
 http://www.buntel.com/blog/index.cfm
 http://www.herrodius.com/blog
 http://www.darronschall.com/weblog/
 http://david.realeyes.com
 http://davidzuckerman.com/adobe
 http://www.degrafa.com
 http://www.dgrigg.com
 http://dispatchevent.org
 http://dougmccune.com/blog
 http://ecmascript.zwetan.com/
 http://jwopitz.wordpress.com
 http://sherifabdou.com
 http://blog.sunild.com/
 http://blog.flexmonkeypatches.com
 http://www.dehats.com/drupal
 http://blogs.adobe.com/gosmith/
 http://blogs.adobe.com/fcheng/
 http://fullasagoog.com/
 http://www.gskinner.com/blog/
 http://gettingandsetting.com
 http://www.graviti.tv/blog
 http://blog.haxe.org
 http://iamdeepa.com/blog
 http://blog.iconara.net
 http://jacwright.com/blog
 http://ech.net/blog
 http://www.joeberkovitz.com/blog
 http://joshblog.net
 http://www.colettas.org
 http://office.realeyesmedia.com/blogs/jun
 http://kennethteo.com
 http://blog.kevinhoyt.org
 http://blog.thinkingdigital.org
 http://weblogs.macromedia.com/mchotin/
 http:///blog
 http://blogs.adobe.com/flex/
 http://weblogs.macromedia.com/paulw/
 http://www.quasimondo.com/
 http://www.riapedia.com
 http://www.ryangorer.com/blog/
 http://thesaj.wordpress.com
 http://scalenine.com/
 http://seantheflexguy.com/blog
 http://blog.smashedapples.com/
 http://www.thetechlabs.com
 http://www.onflex.org/ted/index.php
 http://timwalling.com
 http://www.tink.ws/blog

 -Josh

 On Tue, Sep 23, 2008 at 8:31 AM, radwhite81 [EMAIL PROTECTED] wrote:

 the best book I would recommend is Flex 3 cookbook and Adobe flex 3
 training from the source. Great books they teach the basics and then
 gets into what you really want to know.


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links






 --
 Therefore, send not to know For whom the bell tolls. It tolls for thee.

 http://flex.joshmcdonald.info/

 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]
 


Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Josh McDonald
That'll teach me to strip my list from bloglines' export with regexes :D

On Tue, Sep 23, 2008 at 9:39 AM, Doug McCune [EMAIL PROTECTED] wrote:

 dang, I didn't know about http:///blog
 that's where all the secrets are!

 On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote:
  And read a boatload of blogs! I use bloglines myself, but google reader
 (or
  a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA
  blogs I subscribe to:
 
  **I hope this msg doesn't get flagged as spam for all the URLs :)
 
  http://blogs.adobe.com/acom/
  http://adamflater.blogspot.com/
  http://rss.adobe.com/en/flex_cookbook_most_recent.rss
  http://blogs.adobe.com/aharui/
  http://flexdiary.blogspot.com/
  http://shigeru-nakagaki.com/index.cfm
  http://www.boostworthy.com/blog
  http://www.buntel.com/blog/index.cfm
  http://www.herrodius.com/blog
  http://www.darronschall.com/weblog/
  http://david.realeyes.com
  http://davidzuckerman.com/adobe
  http://www.degrafa.com
  http://www.dgrigg.com
  http://dispatchevent.org
  http://dougmccune.com/blog
  http://ecmascript.zwetan.com/
  http://jwopitz.wordpress.com
  http://sherifabdou.com
  http://blog.sunild.com/
  http://blog.flexmonkeypatches.com
  http://www.dehats.com/drupal
  http://blogs.adobe.com/gosmith/
  http://blogs.adobe.com/fcheng/
  http://fullasagoog.com/
  http://www.gskinner.com/blog/
  http://gettingandsetting.com
  http://www.graviti.tv/blog
  http://blog.haxe.org
  http://iamdeepa.com/blog
  http://blog.iconara.net
  http://jacwright.com/blog
  http://ech.net/blog
  http://www.joeberkovitz.com/blog
  http://joshblog.net
  http://www.colettas.org
  http://office.realeyesmedia.com/blogs/jun
  http://kennethteo.com
  http://blog.kevinhoyt.org
  http://blog.thinkingdigital.org
  http://weblogs.macromedia.com/mchotin/
  http:///blog
  http://blogs.adobe.com/flex/
  http://weblogs.macromedia.com/paulw/
  http://www.quasimondo.com/
  http://www.riapedia.com
  http://www.ryangorer.com/blog/
  http://thesaj.wordpress.com
  http://scalenine.com/
  http://seantheflexguy.com/blog
  http://blog.smashedapples.com/
  http://www.thetechlabs.com
  http://www.onflex.org/ted/index.php
  http://timwalling.com
  http://www.tink.ws/blog
 
  -Josh
 
  On Tue, Sep 23, 2008 at 8:31 AM, radwhite81 [EMAIL PROTECTED]
 wrote:
 
  the best book I would recommend is Flex 3 cookbook and Adobe flex 3
  training from the source. Great books they teach the basics and then
  gets into what you really want to know.
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Alternative FAQ location:
 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links
 
 
 
 
 
 
  --
  Therefore, send not to know For whom the bell tolls. It tolls for thee.
 
  http://flex.joshmcdonald.info/
 
  :: Josh 'G-Funk' McDonald
  :: 0437 221 380 :: [EMAIL PROTECTED]
 

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






-- 
Therefore, send not to know For whom the bell tolls. It tolls for thee.

http://flex.joshmcdonald.info/

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Sherif Abdou
After reading books ( I suggest no more than 2), download the flexlib at 
http://flexlib.googlecode.com  and try to pick components that you like and 
rewriting them without looking at the source, use it as more of a guide. At 
least that is what I did.
--
Sherif Abdou
http://VadexFX.com
http://Sherifabdou.com
  - Original Message - 
  From: Josh McDonald 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, September 22, 2008 6:53 PM
  Subject: Re: [flexcoders] Re: New to FLEX



  That'll teach me to strip my list from bloglines' export with regexes :D


  On Tue, Sep 23, 2008 at 9:39 AM, Doug McCune [EMAIL PROTECTED] wrote:

dang, I didn't know about http:///blog
that's where all the secrets are!


On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote:
 And read a boatload of blogs! I use bloglines myself, but google reader 
(or
 a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA
 blogs I subscribe to:

 **I hope this msg doesn't get flagged as spam for all the URLs :)

 http://blogs.adobe.com/acom/
 http://adamflater.blogspot.com/
 http://rss.adobe.com/en/flex_cookbook_most_recent.rss
 http://blogs.adobe.com/aharui/
 http://flexdiary.blogspot.com/
 http://shigeru-nakagaki.com/index.cfm
 http://www.boostworthy.com/blog
 http://www.buntel.com/blog/index.cfm
 http://www.herrodius.com/blog
 http://www.darronschall.com/weblog/
 http://david.realeyes.com
 http://davidzuckerman.com/adobe
 http://www.degrafa.com
 http://www.dgrigg.com
 http://dispatchevent.org
 http://dougmccune.com/blog
 http://ecmascript.zwetan.com/
 http://jwopitz.wordpress.com
 http://sherifabdou.com
 http://blog.sunild.com/
 http://blog.flexmonkeypatches.com
 http://www.dehats.com/drupal
 http://blogs.adobe.com/gosmith/
 http://blogs.adobe.com/fcheng/
 http://fullasagoog.com/
 http://www.gskinner.com/blog/
 http://gettingandsetting.com
 http://www.graviti.tv/blog
 http://blog.haxe.org
 http://iamdeepa.com/blog
 http://blog.iconara.net
 http://jacwright.com/blog
 http://ech.net/blog
 http://www.joeberkovitz.com/blog
 http://joshblog.net
 http://www.colettas.org
 http://office.realeyesmedia.com/blogs/jun
 http://kennethteo.com
 http://blog.kevinhoyt.org
 http://blog.thinkingdigital.org
 http://weblogs.macromedia.com/mchotin/
 http:///blog
 http://blogs.adobe.com/flex/
 http://weblogs.macromedia.com/paulw/
 http://www.quasimondo.com/
 http://www.riapedia.com
 http://www.ryangorer.com/blog/
 http://thesaj.wordpress.com
 http://scalenine.com/
 http://seantheflexguy.com/blog
 http://blog.smashedapples.com/
 http://www.thetechlabs.com
 http://www.onflex.org/ted/index.php
 http://timwalling.com
 http://www.tink.ws/blog

 -Josh

 On Tue, Sep 23, 2008 at 8:31 AM, radwhite81 [EMAIL PROTECTED] wrote:

 the best book I would recommend is Flex 3 cookbook and Adobe flex 3
 training from the source. Great books they teach the basics and then
 gets into what you really want to know.


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
Links







 --

 Therefore, send not to know For whom the bell tolls. It tolls for thee.

 http://flex.joshmcdonald.info/

 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links







  -- 
  Therefore, send not to know For whom the bell tolls. It tolls for thee.

  http://flex.joshmcdonald.info/

  :: Josh 'G-Funk' McDonald
  :: 0437 221 380 :: [EMAIL PROTECTED]


   

Re: [flexcoders] Re: New to flex, wonder why one works and the other doesn't...

2008-06-02 Thread Joseph Balderson
In other words, UIComponents /can/ natively contain other UIComponents, 
only the child UIComponent will by default have a 0 width and height.

Which it means it won't show up on the stage. Which means, by default, 
you cannot get a native (non-extended) UIComponent to show up when you 
add it to another UIComponent. Which means you cannot (successfully) add 
a native UIComponent to another UIComponent.

Thanks for catching the technicality, as a writer I love that kind of 
precision.

But basically what Charlie was saying is correct: UIComponent's can't 
contain other UIComponents without being a subclass of Container or 
implementing the IContainer interface. -- only he forgot to add 'and 
have them successfully show up on stage'.

So you're both correct IMO. Thanks for the clarity.

___

Joseph Balderson | http://joeflash.ca
Flex  Flash Platform Developer | Abobe Certified Developer  Trainer
Author, Professional Flex 3 (coming Winter 2008)
Staff Writer, Community MX | http://communitymx.com/author.cfm?cid=4674



Michael Labriola wrote:
 Guys, sorry, but that's not quite right. UIComponents can contain 
 other UIComponents without being a container. It is a common use 
 case. Take a look at the simple example Adobe includes with their 
 docs:
 
 http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.h
 tm?href=1742.html
 
 You will notice that the mocal text component is a UIComponent but 
 it contains a button and a text area... both UIComponents.
 
 The difference is that containers like Canvas have the logic to size 
 and position any child they contain by default. UIComponent does 
 not. So, in a UIComponent descendant, you need to write code to size 
 and position every child or they will exist as 0 width and 0 height 
 component.
 
 HTH,
 Labriola
 
 
 --- In flexcoders@yahoogroups.com, Charlie Hubbard 
 [EMAIL PROTECTED] wrote:
 Right.  Image is a UIComponent, and TextArea is a UIComponent.
 UIComponent's can't contain other UIComponents without being a
 subclass of Container or implementing the IContainer interface.  
 Not a
 simple task.

 addChild() is defined in DisplayObject which apart of the Flash API
 not the Flex API.  BitmapAsset is a sublcass of DisplayObject and 
 not
 UIComponent.  So you can add it to the text area directly using 
 this
 code:

  var img : BitmapAsset = new imgCls() as BitmapAsset;
  img.x = txtArea.mouseX;
  img.y = txtArea.mouseY;
  txtArea.addChild( img );

 Now, try that out, and you'll start to see some issues that you'll
 have to asess if this is going to work for what you're trying to 
 do.
 Since the bitmap is not apart of the document in the TextArea you 
 are
 going to get clipping or scrolling.  If you want to do that you'll
 have to get really dirty with the TextArea API.  Probably even
 ditching TextArea altogether and writing your own, or modifying 
 rich
 text editor.

 Charlie


 On Thu, May 29, 2008 at 5:37 PM, aarhac [EMAIL PROTECTED] wrote:
 Hello,

 I have figured out how to work around my problem, but I do 
 wonder why
 one of the following methods works, and the other doesn't. I 
 would be
 grateful if someone could explain the error in the failing 
 method.
 The code is pasted below (Below the line of dashes) in it's 
 entirety,
 and is commented as to which works and which doesn't.

 The image referenced in this case is a 32x32 pixel png file on my
 local system. I am attempting to display the image on a text 
 area.
 Using the default example from the flex documentation to embed an
 image, I cannot get the image to show up when added to the text 
 area's
 display list, but it does show just fine when added to the root
 display list. I also added the image to the textArea using
 addChildAt(txtIcon, txtArea.numChildren) with no change in 
 effect.
 The second method works just fine. I imagine that the problem has
 something to do with applying the image as a byte array to
 image.source, but I wonder why exactly? Is this a bug?

 Thanks in advance,

 --Aaron

 

 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
 layout=absolute

 !--Works--
 mx:Image id=txtIcon source=@Embed(source='c:/icon.png')/

 mx:TextArea id=txtArea width=400 height=200 
 click=addImage()/
 mx:Script
 ![CDATA[
 import mx.controls.Image;
 import mx.core.BitmapAsset;

 // Doesn't work
 [Embed(source=c:/icon.png)]
 [Bindable]
 public var imgCls:Class;

 public function addImage():void
 {
 // Doesn't work
 var loadedImg:Image = new Image();
 loadedImg.source = new imgCls() as BitmapAsset;

 loadedImg.x = 10;
 loadedImg.y = 10;
 txtArea.addChild(loadedImg);

 // Note: While the above doesn't work, adding the
 // image to the root display list does work:
 //addChild(loadedImg);

 // Works
 txtIcon.x = 50;
 txtIcon.y = 10;
 txtArea.addChild(txtIcon);
 }
 ]]
 /mx:Script

 

Re: [flexcoders] Re: new to FLEX

2007-12-09 Thread justSteve
Is you using 'server' in the sense of 'web server' or the more generic
sense. Given security concerns we can directly access DLLs but does this
offer an alternative route to the same functionality?

On 12/7/07, markcavins [EMAIL PROTECTED] wrote:

   How do they store the data? Is it stored server side?

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 dengelwood [EMAIL PROTECTED]
 wrote:
 
  Hi,
 
  I am new to FLEX development, but am quite excited about the
  possiblities of this IDE. Question: My company is using hand held USB
  bar code scanners to enter user data into one or more text fields. Is
  it possible in FLEX to capure such scanned data? Anything to point me
  in the right direction would be helpful. Thanks!
 
  rad
 

  



Re: [flexcoders] Re: new to FLEX

2007-12-07 Thread Jehanzeb Musani
Hello Dangel,

I was a part of team that was devloping solutions for
(Point of Sale) POS devices. Those devices have to
integrate with Scanners, Barcode Readers, Printers,
Cash Drawers etc. As per my experience, to intercat
with such devices, there is standard called OPOS. You
can find implementation of that in C++, Java and .NET.

To interact with Scanner using Flex, you either need
to implement OPOS standard in Flex or need to find one
already implemented. However, as Flex is mainly
targeted for RIA application (mainly web clients), I
don't think it is possible to interact sith such
devices directly from Flex becuase of Security
constraints. If you are designing desktop application
in Flex using AIR then may be you can interact with
those devices directly.

Alternatively, you can write a server application in
C++, Java or C#/.NET that interact with those devices.
Whenever the server gets input from the scanner, it
forwards that to the Flex application using Sockets.

Hope this helps.

Regards,
Jehanzeb

--- dengelwood [EMAIL PROTECTED] wrote:

 Abyss Knight:
 
 It seems that the example is for reading bar codes
 with a cam corder 
 rather than a hand held bar code scanner. Or is the
 principle the 
 same? My requirements are quite specific regarding a
 scanner, any 
 other hand held device falls out of scope. Can't see
 the code example 
 at any rate. Thanks,
 
 rad
 
 --- In flexcoders@yahoogroups.com, nan patel
 [EMAIL PROTECTED] 
 wrote:
 
  hey I just got this Flex project at Mercedes Benz
 are you 
 interested...spread the word they need to build the
 team for 6-7 
 people.
   
  Thanks
  
  
  
  
  
  - Original Message 
  From: Abyss Knight [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Friday, December 7, 2007 2:43:11 PM
  Subject: [flexcoders] Re: new to FLEX
  
  It can be done! 
  
  http://renaun. com/blog/ ?p=33
  
  Source code should be available, but the link
 fails. You can 
 probably
  email them and get a copy, as it was a Derby
 entry.
  
  -- William
  
  --- In [EMAIL PROTECTED] ups.com, dengelwood 
 richard.dengel@ ...
  wrote:
  
   Hi,
   
   I am new to FLEX development, but am quite
 excited about the 
   possiblities of this IDE. Question: My company
 is using hand held 
 USB 
   bar code scanners to enter user data into one or
 more text 
 fields. Is 
   it possible in FLEX to capure such scanned data?
 Anything to 
 point me 
   in the right direction would be helpful. Thanks!
   
   rad
  
 
 
 
 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping


Re: [flexcoders] Re: new to FLEX

2007-12-07 Thread Patrick Driggett
What version of Flex, timeframe and what kind of project?

Sincerely,
Patrick Driggett

On Dec 7, 2007 2:49 PM, nan patel [EMAIL PROTECTED] wrote:








 hey I just got this Flex project at Mercedes Benz are you
 interested...spread the word they need to build the team for 6-7 people.

 Thanks




 - Original Message 
 From: Abyss Knight [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Friday, December 7, 2007 2:43:11 PM
 Subject: [flexcoders] Re: new to FLEX




 It can be done!

 http://renaun. com/blog/ ?p=33

 Source code should be available, but the link fails. You can probably
 email them and get a copy, as it was a Derby entry.

 -- William

 --- In [EMAIL PROTECTED] ups.com, dengelwood richard.dengel@ ...

 wrote:
 
  Hi,
 
  I am new to FLEX development, but am quite excited about the
  possiblities of this IDE. Question: My company is using hand held USB
  bar code scanners to enter user data into one or more text fields. Is
  it possible in FLEX to capure such scanned data? Anything to point me
  in the right direction would be helpful. Thanks!
 
  rad
 


  


Re: [flexcoders] Re: new to FLEX

2007-12-07 Thread nan patel
hey I just got this Flex project at Mercedes Benz are you interested...spread 
the word they need to build the team for 6-7 people.
 
Thanks





- Original Message 
From: Abyss Knight [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, December 7, 2007 2:43:11 PM
Subject: [flexcoders] Re: new to FLEX

It can be done! 

http://renaun. com/blog/ ?p=33

Source code should be available, but the link fails. You can probably
email them and get a copy, as it was a Derby entry.

-- William

--- In [EMAIL PROTECTED] ups.com, dengelwood richard.dengel@ ...
wrote:

 Hi,
 
 I am new to FLEX development, but am quite excited about the 
 possiblities of this IDE. Question: My company is using hand held USB 
 bar code scanners to enter user data into one or more text fields. Is 
 it possible in FLEX to capure such scanned data? Anything to point me 
 in the right direction would be helpful. Thanks!
 
 rad





Re: [flexcoders] Re: New To Flex -- Autoincrement a variable?

2007-01-15 Thread David Steele
That helps, thanks, but I'm still doing something very wrong:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute
 mx:Script
  ![CDATA[
   var i:Number;
   private function incrementit():Number
   {

i += 1;
return i;
   }
  
private function testIncrementer():Number 
{
testText.addEventListener(Event.ENTER_FRAME, incrementit);
testText.text = i.toString();
  return i;
  trace(i);
}
  ]]
 /mx:Script
 mx:Text x=30 y=30 id=testText text={testIncrementer}/
/mx:Application


- Original Message 
From: ben.clinkinbeard [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, January 15, 2007 2:21:33 PM
Subject: [flexcoders] Re: New To Flex -- Autoincrement a variable?

addEventListener( Event.ENTER_ FRAME, myFunc);

HTH,
Ben

--- In [EMAIL PROTECTED] ups.com, David Steele [EMAIL PROTECTED] wrote:

 This is very easy to do in earlier versions of AS but I can't see
how to do it in Flex.
 
 I want to autoincrement a variable and display it in a textbox. In
earlier versions of AS I'd just put an onEnterFrame and increment a
variable.
 
 
 Can anyone tell me how to do this??
 
 Thanks,
 
 David
 
 
 

 _ _ _ _ _ _
 Bored stiff? Loosen up... 
 Download and play hundreds of games for free on Yahoo! Games.
 http://games. yahoo.com/ games/front






 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Re: [flexcoders] Re: New To Flex -- Autoincrement a variable?

2007-01-15 Thread David Steele
OK, here's another try. If the EnterFrame event is called, then why do I see 
the testText.text == 2?

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute 
creationComplete=createListener();
 mx:Script
  ![CDATA[
  
  import flash.events.*;
import flash.display.*;
   public function createListener():void {
  testText.addEventListener(Event.ENTER_FRAME, incrementit);
}
   public function incrementit(e:Event):void
   {
 var i:Number = 1;
i += 1;
testText.text = String(i);
   }
  ]]
 /mx:Script
 mx:Text x=30 y=30 id=testText text={createListener}/
/mx:Application


- Original Message 
From: ben.clinkinbeard [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, January 15, 2007 2:21:33 PM
Subject: [flexcoders] Re: New To Flex -- Autoincrement a variable?

addEventListener( Event.ENTER_ FRAME, myFunc);

HTH,
Ben

--- In [EMAIL PROTECTED] ups.com, David Steele [EMAIL PROTECTED] wrote:

 This is very easy to do in earlier versions of AS but I can't see
how to do it in Flex.
 
 I want to autoincrement a variable and display it in a textbox. In
earlier versions of AS I'd just put an onEnterFrame and increment a
variable.
 
 
 Can anyone tell me how to do this??
 
 Thanks,
 
 David
 
 
 

 _ _ _ _ _ _
 Bored stiff? Loosen up... 
 Download and play hundreds of games for free on Yahoo! Games.
 http://games. yahoo.com/ games/front






 

Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

RE: [flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-06 Thread Franck de Bruijn










Hi Malik,



I have been able to reproduce your error.



The ?xml   part
needs to start at exactly the 1st row and the 1st column
of your .mxml file. If you add a space or a new line before it, the error you
mention below will appear.



I think we were a little bit put on the
wrong foot thinking your problem was a runtime error, but it appears to be a
compile time error. Try to be more specific next time.



Cheers,

Franck











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of malik_robinson
Sent: vrijdag 6 januari 2006 8:52
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: New to
Flex, and mxml and getting an error trying to use RSS





Hi,

I get this error with that code:

The processing instruction target matching
[xX][mM][lL] is not 
allowed.

I copied that exact code into flex builder 2 alpha
version and I get 
that error message.

I wonder do I not have it setup correctly.

-Malik 

--- In flexcoders@yahoogroups.com,
fla coder
[EMAIL PROTECTED] wrote:

 the example still works for me today
 
 try this code:
 
 ?xml version=1.0
encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml

xmlns=*
 initialize=feedRequest.send()
 mx:HTTPService

id=feedRequest

url="" href="http://weblogs.macromedia.com/mchotin/index.xml">http://weblogs.macromedia.com/mchotin/index.xml

useProxy=false/
 
 mx:Canvas
width=100% height=100%

mx:Label x=20 y=50 
text={feedRequest.result.rss.channel.title
 }/

mx:DataGrid x=20 y=80 width=400
dataProvider={
 feedRequest.result.rss.channel.item}
id=dgPosts

mx:columns

mx:DataGridColumn headerText=Posts 
columnName=title/

mx:DataGridColumn headerText=Date 
columnName=pubDate/

/mx:columns

/mx:DataGrid

mx:TextArea x=20 y=245 width=400
htmlText={
 dgPosts.selectedItem.description}/

mx:Link x=20 y=300 label=Read full post
click=getURL
(
 dgPosts.selectedItem.link);/
 /mx:Canvas
 /mx:Application
 
 
 
 On 04/01/06, malik_robinson
[EMAIL PROTECTED] wrote:
 
  Hi,
 
  I tried pointing it at the following
URL:
 
  weblogs.macromedia.com/mchotin
 
  and I received the same error, can you
try it using this URL and 
let me
  know if you are able to see the
result. This URL should have the
  crossdomain.xml file in it as this URL
is used in a tutorial on 
the
  Macromedia/Adobe website.
 
  Thanks for the response.
 
  Malik
 
 
  --- In flexcoders@yahoogroups.com,
Franck de Bruijn 
[EMAIL PROTECTED]
  wrote:
  
   Hi Malik,
  
  
  
   It looks like your url is not
pointing to a real XML file. I 
tried your
  app
   and I got the message 'Error #1090:
XML parser failure: element 
is
   malformed'.
  
  
  
   Also be aware that you cannot point
to any arbitrary URL in the 
WWW,
  since
   Flex apps are only allowed to
obtain resources from the server 
they have
   been deployed from, unless there is
a crossdomain.xml file 
present
  granting
   you access to the resource.
  
  
  
   Cheers,
  
   Franck
  
  
  
   _
  
   From: flexcoders@yahoogroups.com

[mailto:flexcoders@yahoogroups.com]
On
   Behalf Of malik_robinson
   Sent: dinsdag 3 januari 2006 8:14
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] New to Flex,
and mxml and getting an 
error trying
  to
   use RSS
  
  
  
   Hi,
  
   I am very new to Flex and trying to
try some basic tutorials in 
the
   help documentation that comes with
Flex Builder 2 alpha.
  
   I searched the mailing
list/archives trying to find out why I 
get the
   following error message but to no
avail. The error is below:
  
   The processing instruction
target matching [xX][mM][IL] is 
not
   allowed.
  
   My code is below and is basically
from the documentation that 
comes
   with the flex builder 2 alpha 1
version. The main difference is 
I am
   trying to point it as a different
url other than the
   weblogs.macromedia.com/mchotin or
whatever the exact url is. I 
am
   trying to point it at a different
URL.
  
   ?xml version=1.0 encoding=utf-8?
   mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
   xmlns=*
  
initialize=feedRequest.send() 
  
   mx:HTTPService
   id=feedRequest
   url=""
href="http://groups.yahoo.com/group/flexcoders/">http://groups.yahoo.com/group/flexcoders/
   useProxy=false/
  
   mx:Canvas
width=100% height=100%
   mx:Label x=20
y=50
  
text={feedRequest.result.rss.channel.title}/
   mxataGrid x=20
y=80 id=dgPosts width=400
   mx:columns
   mxataGridColumn
headerText=Column 1
   columnName=col1/
   mxataGridColumn
headerText=Column 2
   columnName=col2/
   /mx:columns
   /mxataGrid
   mx:TextArea x=20
y=245 width=400 /
   mx:Link x=20
y=300 label=Read Full Post /
   /mx:Canvas
   /mx:Application
  
  
  
  
  
  
  
  
  
   --
   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
  
  
  
   * Visit yo

Re: [flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-04 Thread fla coder



the example still works for me todaytry this code:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
 xmlns=* initialize=feedRequest.send() mx:HTTPService   id=feedRequest   url="" href="http://weblogs.macromedia.com/mchotin/index.xml">
http://weblogs.macromedia.com/mchotin/index.xml  useProxy=false/   mx:Canvas width=100% height=100%  mx:Label x=20 y=50 text={
feedRequest.result.rss.channel.title}/  mx:DataGrid x=20 y=80 width=400 dataProvider={feedRequest.result.rss.channel.item} id=dgPosts
   mx:columnsmx:DataGridColumn headerText=Posts columnName=title/mx:DataGridColumn headerText=Date columnName=pubDate/
   /mx:columns  /mx:DataGrid  mx:TextArea x=20 y=245 width=400 htmlText={dgPosts.selectedItem.description}/  mx:Link x=20 y=300 label=Read full post click=getURL(
dgPosts.selectedItem.link);/  /mx:Canvas/mx:ApplicationOn 04/01/06, malik_robinson 
[EMAIL PROTECTED] wrote:


Hi,I tried pointing it at the following URL:
weblogs.macromedia.com/mchotin and I received the same error, can you try it using this URL and let me know if you are able to see the result. This URL should have the crossdomain.xml
 file in it as this URL is used in a tutorial on the Macromedia/Adobe website.Thanks for the response.Malik
--- In flexcoders@yahoogroups.com, Franck de Bruijn [EMAIL PROTECTED] wrote:
 Hi Malik,It looks like your url is not pointing to a real XML file. I tried your app and I got the message 'Error #1090: XML parser failure: element is malformed'.
Also be aware that you cannot point to any arbitrary URL in the WWW, since Flex apps are only allowed to obtain resources from the server they have been deployed from, unless there is a 
crossdomain.xml file present granting you access to the resource.Cheers,  Franck_   From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of malik_robinson
 Sent: dinsdag 3 januari 2006 8:14 To: flexcoders@yahoogroups.com Subject: [flexcoders] New to Flex, and mxml and getting an error trying to
 use RSSHi,  I am very new to Flex and trying to try some basic tutorials in the  help documentation that comes with Flex Builder 2 alpha.  I searched the mailing list/archives trying to find out why I get the 
 following error message but to no avail. The error is below:  The processing instruction target matching [xX][mM][IL] is not  allowed.  My code is below and is basically from the documentation that comes 
 with the flex builder 2 alpha 1 version. The main difference is I am  trying to point it as a different url other than the  
weblogs.macromedia.com/mchotin or whatever the exact url is. I am  trying to point it at a different URL.  ?xml version=1.0 encoding=utf-8?  mx:Application xmlns:mx=
http://www.macromedia.com/2005/mxml  xmlns=* initialize=feedRequest.send
()   mx:HTTPService  id=feedRequest  url="" href="http://groups.yahoo.com/group/flexcoders/" target="_blank" >
http://groups.yahoo.com/group/flexcoders/ useProxy=false/  mx:Canvas width=100% height=100% mx:Label x=20 y=50 
 text={feedRequest.result.rss.channel.title}/ mxataGrid x=20 y=80 id=dgPosts width=400 mx:columns
 mxataGridColumn headerText=Column 1  columnName=col1/ mxataGridColumn headerText=Column 2  columnName=col2/ /mx:columns
 /mxataGrid mx:TextArea x=20 y=245 width=400 / mx:Link x=20 y=300 label=Read Full Post /
 /mx:Canvas  /mx:Application  -- 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 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders  on the web.
  * To unsubscribe from this group, send an email to: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]?subject=Unsubscribe 
  * Your use of Yahoo! Groups is subject to the Yahoo! http://docs.yahoo.com/info/terms/
 Terms of Service. _






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  















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




RE: [flexcoders] Re: New to Flex, Questions for datagrid

2005-06-21 Thread Allen Manning





Ritesh,

I'm no expert on .net, but I think that any application that can do this 
will need to support MS latest flavour of OLE.

I have heard the newer version of the MS OSs and their RIA framework will 
include Office components. So instead of a datagrid, you would have 
Excel.

I have also heard that the actual reality of this is pretty far off, like 
years and years away.

Well that's my limited knowledge, only rumours at this point. 
Anyone have the real inside scoop?

Thanks,
Al

  
  

  


  

  Allen 
Manning 

  Prismix 
Ltd t: +44 (0)870 749 1100 f: +44 
(0)870 749 1200 w: www.prismix.com 











From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: 20 June 2005 21:17To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: New to Flex, 
Questions for datagrid

Unless I am mistaken, the Flash 
player doesn't support this functionality.

You can make a feature request 
by using this form: http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: mehrotraritesh 
[mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 4:08 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: 
New to Flex, Questions for datagrid
Thanks Jimmy for the responses, I am reading the websites that 
you pointed. Could you or anybody tell why we cannot paste rows and 
columns in EXCEL to DataGrid, has anybody done any research on this 
topic?Thanks,Ritesh--- In flexcoders@yahoogroups.com, 
"Dimitrios Gianninas" [EMAIL PROTECTED] wrote: I'll 
quickly give you some answers:  1) you can find info 
here: http://macromedia.max04.v4.breezecentral.com/p98974576/ 
2) you can find something like that here: http://www.richinternetapps.com/archives/2005_01.html 
3) you mean paste and whole set of rows and columns? unfortunately 
not 4) easily done via CellRenderer 5) easily done via 
CellRenderer  Dimitrios "Jimmy" Gianninas RIA 
Developer Optimal Payments Inc.  
 _   From: mehrotraritesh 
[mailto:[EMAIL PROTECTED]  Sent: Monday, June 20, 2005 10:12 
AM To: flexcoders@yahoogroups.com Subject: [flexcoders] New to 
Flex, Questions for datagrid   Hi All, I am new 
to Flex enviornment and have been assigned to investigate  whether flex 
would make right choice for our application (VC++) based  to move to 
Flex and this is where I am looking for help. I have few  
questions:   Can Flex DataGrid conrol 1. Manage 
to hold more 1,00,000 rows with 256 columns. ( If so, 
does anybody has stats of how much it takes to load) 2. Freeze panes or 
fix column while other colums can scroll ( I read: it 
is real hard to do) 3. Cut/Copy/paste from and to Excel 4. Put 
images in one of columns of Grid control ( I 
read: I need to render an image, but donot know if I 
can add click event on the image) 
5. Put Combo boxes or Date control in one of the columns of Grid  
Control  Please execuse me if these are already answered, Any 
direction to  previous post would also be great. Thanks in 
advance, Ritesh  
   _   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] 
mailto:[EMAIL PROTECTED] 

* Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ 
.

  
  
AVIS 
  IMPORTANT
WARNING
  

  Les informations 
  contenues dans le present document et ses pieces jointes sont strictement 
  confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
  est adresse. Si vous n'etes pas le destinataire, soyez avise que toute 
  divulgation, distribution, copie, ou autre utilisation de ces informations 
  est strictement prohibee. Si vous avez recu ce document par erreur, 
  veuillez s'il vous plait communiquer immediatement avec l'expediteur et 
  detruire ce document sans en faire de copie sous quelque 
forme.

  The information 
  contained in this document and attachments is confidential and intended 
  only for the person(s) named above. If you are not the intended recipient 
  you are hereby notified that any disclosure, copying, distribution, or any 
  other use of the information is strictly prohibited. If you have received 
  this document by mistake, please notify the sender immediately and destroy 
  this document and attachments without making any copy of any 
  kind.







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 the Yahoo! Terms of Service.










RE: [flexcoders] Re: New to Flex, Questions for datagrid

2005-06-20 Thread Dimitrios Gianninas





Unless I am mistaken, the Flash 
player doesn't support this functionality.

You can make a feature request 
by using this form: http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: mehrotraritesh 
[mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 4:08 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: 
New to Flex, Questions for datagrid
Thanks Jimmy for the responses, I am reading the websites that 
you pointed. Could you or anybody tell why we cannot paste rows and 
columns in EXCEL to DataGrid, has anybody done any research on this 
topic?Thanks,Ritesh--- In flexcoders@yahoogroups.com, 
"Dimitrios Gianninas" [EMAIL PROTECTED] wrote: I'll 
quickly give you some answers:  1) you can find info here: http://macromedia.max04.v4.breezecentral.com/p98974576/ 
2) you can find something like that here: http://www.richinternetapps.com/archives/2005_01.html 
3) you mean paste and whole set of rows and columns? unfortunately 
not 4) easily done via CellRenderer 5) easily done via CellRenderer  Dimitrios "Jimmy" Gianninas RIA 
Developer Optimal Payments Inc.  
 _   From: mehrotraritesh 
[mailto:[EMAIL PROTECTED]  Sent: Monday, June 20, 2005 10:12 
AM To: flexcoders@yahoogroups.com Subject: [flexcoders] New to 
Flex, Questions for datagrid   Hi All, I am new 
to Flex enviornment and have been assigned to investigate  whether flex 
would make right choice for our application (VC++) based  to move to 
Flex and this is where I am looking for help. I have few  
questions:   Can Flex DataGrid conrol 1. Manage 
to hold more 1,00,000 rows with 256 columns. ( If so, 
does anybody has stats of how much it takes to load) 2. Freeze panes or 
fix column while other colums can scroll ( I read: it 
is real hard to do) 3. Cut/Copy/paste from and to Excel 4. Put 
images in one of columns of Grid control ( I 
read: I need to render an image, but donot know if I 
can add click event on the image) 
5. Put Combo boxes or Date control in one of the columns of Grid  Control  Please execuse me if these are already answered, Any 
direction to  previous post would also be great. Thanks in advance, Ritesh  
   _   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] 
mailto:[EMAIL PROTECTED] 
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ 
.

AVIS IMPORTANTWARNING Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme. The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.









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 the Yahoo! Terms of Service.