Re: [flexcoders] FlexBuilder3; Differences between Design View and Runtime ( Browser )

2008-08-17 Thread Michael Schmalle
Good luck Aldo...

Design View for any serious developer is still in 'Beta'., Thats the docs.
:)

Mike

On Sat, Aug 16, 2008 at 8:05 PM, Aldo Bucchi [EMAIL PROTECTED] wrote:

   Hi guys,

 In Flex Builder 3, Design View, I cannot see the IDs being set ( from
 within an application ).
 My guess is that this has to do something with the way design view
 works, where the MXML document is in flux.

 Is there a place where the differences between design view and runtime
 are documented?
 I need to make parts of my app run in design view...

 Thx,
 A

 --
  Aldo Bucchi 
 +56 9 7623 8653
 skype:aldo.bucchi
 http://aldobucchi.com/
  




-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


[flexcoders] Re: Web-based Sync data - Flex/Air VS.NET

2008-08-17 Thread itdanny2002

Greg, it is about several MB data and may be more. 

Anyhow, no matter how geat the talk is. We need 
a practical solution at current moment, not in future.  
As a result, we're now building a prototype 
to prove the concept in both product and see 
whether it solves my users problems. For Silverlight, 
our progress is slow since it doesn't support 
bi-directinal editing in this beta version (Coding 
makes visual object changes but it doesn't allow 
the reverse case). This is also our hesitation on 
Silverlight. Though i believe that Microsoft is a 
good copier and will use all his effort to penetrate 
the market. However, we can't tell management that we 
use beta product to develop application. Customer wants 
solution only. We can't wait too long. Anyhow, we still 
test it. For flex, it is better. just thinking how to 
resolve the use case upon my previous posted problem. 
Since there is limitation on sharedobject, I will try 
to re-design the whole architecture and see whether it
 fits the requirement i.e. put limited information on 
desktop. But, 100KB may not be enough. (I have tried 
the sync by using AIR It's great if it is in browser !)

Danny




[flexcoders] Re: Web-based Sync data - Flex/Air VS.NET

2008-08-17 Thread itdanny2002
More ..

I can request users to release the size setting. 
However Sharedobject can't like datebase which has 
table structure and indexing. If it is, so great !
I think about to down it all into memory (array)
and then do sorting or whatever actions. But I 
need to test, that's why we are now doing prototype.






[flexcoders] Headless compilation with AdvancedDataGrid

2008-08-17 Thread Sebastien ARBOGAST
I have a Flex Builder Pro license and I'm using it to develop an application
using AdvancedDataGrid component. When I build my application in Flex
Builder, everything works fine. But now I'm trying to setup a headless build
script for continuous integration using mxmlc.
How can I build my application with mxmlc outside of Flex Builder while
using AdvancedDataGrid?

-- 
Sébastien Arbogast

http://sebastien-arbogast.com


[flexcoders] Re: Method variable scoping problem with Flex compiler

2008-08-17 Thread Amy
--- In flexcoders@yahoogroups.com, seulaterbuddy [EMAIL PROTECTED] wrote:

 no, lets say count was 10. 
 
 
 for (var i:int=0; i  10; i++)
 {
// do something
 }
 
 at the end of the loop I = 9, then it would i++, so at the very end 
 it would be 10.

You're right, I was thinking =.  But the point _is_ that after the 
loop, i still has a value and you can still use it if you were to need 
to.



[flexcoders] Re: Is there a way to embed flex swf in C++ instead of AIR?

2008-08-17 Thread Amy
--- In flexcoders@yahoogroups.com, Jo Morano [EMAIL PROTECTED] wrote:

 Hi!
 
 I need C++ and flex to work together. Can I embed flex swf in C++ and 
do
 away with AIR?

You should be able to just embed an instance of the Flash player and 
use ExternalInterface for the communication.

HTH;

Amy



Re: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-17 Thread Douglas Knudsen
Use Ant.  Some examples are in the docs.

DK



On 8/17/08, Sebastien ARBOGAST [EMAIL PROTECTED] wrote:
 I have a Flex Builder Pro license and I'm using it to develop an application
 using AdvancedDataGrid component. When I build my application in Flex
 Builder, everything works fine. But now I'm trying to setup a headless build
 script for continuous integration using mxmlc.
 How can I build my application with mxmlc outside of Flex Builder while
 using AdvancedDataGrid?

 --
 Sébastien Arbogast

 http://sebastien-arbogast.com


-- 
Sent from Gmail for mobile | mobile.google.com

Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


Re: [flexcoders] Custom Container component and drag 'n drop support

2008-08-17 Thread Weyert de Boer
Thanks! Somehow it worked after I woke up this morning. Now I only need 
to battle against clipping problems :)


[flexcoders] Re: Web-based Sync data - Flex/Air VS.NET

2008-08-17 Thread Amy
--- In flexcoders@yahoogroups.com, Guy Morton [EMAIL PROTECTED] wrote:

 Yes, and you are assiduously avoiding mentioning Silverlight's  
 penetration, which will be MUCH lower than Flash.
 
 Yes, people can and do install plugins, but many people don't like 
to  
 do it, that's my point. With Flash content, the vast majority 
won't  
 have to install a plugin to see it. Most of those with an older 
plugin  
 will enjoy an incredibly easy upgrade. Silverlight will require 
the  
 vast majority to install a new plugin they've never heard of.
 
 Add to that the fact that supporting Silverlight has the side 
effect  
 of supporting Microsoft's plans for world domination and you have 
a  
 compelling case, IMHO, to avoid Silverlight.
 
 DRM just gives us one more reason to run in the other direction.

about 4 pages snipped

Oh, COME ON, guys!  This is off the topic of Flex coders, so there is 
NO benefit to leaving the entire history in the message (no code to 
refer to).  PLEASE SNIP!



[flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solution

2008-08-17 Thread vipinck
So, no one (atleast people at adobe) knows about this. Cool



Re: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-17 Thread Sebastien ARBOGAST
Which docs? Would you have a link for me?

2008/8/17 Douglas Knudsen [EMAIL PROTECTED]

   Use Ant. Some examples are in the docs.

 DK


 On 8/17/08, Sebastien ARBOGAST [EMAIL 
 PROTECTED]sebastien.arbogast%40gmail.com
 wrote:
  I have a Flex Builder Pro license and I'm using it to develop an
 application
  using AdvancedDataGrid component. When I build my application in Flex
  Builder, everything works fine. But now I'm trying to setup a headless
 build
  script for continuous integration using mxmlc.
  How can I build my application with mxmlc outside of Flex Builder while
  using AdvancedDataGrid?
 
  --
  Sébastien Arbogast
 
  http://sebastien-arbogast.com
 

 --
 Sent from Gmail for mobile | mobile.google.com

 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?

  




-- 
Sébastien Arbogast

http://sebastien-arbogast.com


[flexcoders] Re: mx:HTTPService or URLRequest ?

2008-08-17 Thread markflex2007
Please help me and I can not find the demo.

Thanks

M 



[flexcoders] Change shape form with graphics effect!

2008-08-17 Thread Daniel
Hey guys...

I made a component that extends from UIComponent and have an item
renderer. The renderer have two states, an open state and a closed
state. The start state is closed, but when the users click on the
renderer it changes to the openedState which is bigger.

The container of that item renderer (the UIComponent) can either be a
circle or a pentagon which I draw in updateDisplayList with the
graphics attribute. When the item renderer change state the
UIComponent need to change its form to a rectangle while it increases
its size. How can I make a transition effect from the circle/pentagon
to the rectangle and viceversa?

Thanx in advanced,
DaN



RE: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-17 Thread Jim Hayes

http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_1.html


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Sebastien ARBOGAST
Sent: Sun 17/08/2008 16:42
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Headless compilation with AdvancedDataGrid
 
Which docs? Would you have a link for me?

2008/8/17 Douglas Knudsen [EMAIL PROTECTED]

   Use Ant. Some examples are in the docs.

 DK


 On 8/17/08, Sebastien ARBOGAST [EMAIL 
 PROTECTED]sebastien.arbogast%40gmail.com
 wrote:
  I have a Flex Builder Pro license and I'm using it to develop an
 application
  using AdvancedDataGrid component. When I build my application in Flex
  Builder, everything works fine. But now I'm trying to setup a headless
 build
  script for continuous integration using mxmlc.
  How can I build my application with mxmlc outside of Flex Builder while
  using AdvancedDataGrid?
 
  --
  Sébastien Arbogast
 
  http://sebastien-arbogast.com
 

 --
 Sent from Gmail for mobile | mobile.google.com

 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?

  




-- 
Sébastien Arbogast

http://sebastien-arbogast.com


__
This communication is from Primal Pictures Ltd., a company registered in 
England and Wales with registration No. 02622298 and registered office: 4th 
Floor, Tennyson House, 159-165 Great Portland Street, London, W1W 5PA, UK. VAT 
registration No. 648874577.

This e-mail is confidential and may be privileged. It may be read, copied and 
used only by the intended recipient. If you have received it in error, please 
contact the sender immediately by return e-mail or by telephoning +44(0)20 7637 
1010. Please then delete the e-mail and do not disclose its contents to any 
person.
This email has been scanned for Primal Pictures by the MessageLabs Email 
Security System.
__winmail.dat

[flexcoders] Backgroudimage in Datagrid row

2008-08-17 Thread florian.salihovic
Is there a chance to set a background image on a row of a datagrid? I'm 
searching now for 
quite a while but can't find any infos in that topic. Just setting the row's 
background-color.

Best regards.



[flexcoders] Problem with ExternalInterface.call

2008-08-17 Thread markgoldin_2000
public function setPlan(resultXML:XML):void
{
Alert.show(resultXML.toString());
//ExternalInterface.call(window.location.reload(true));
}

If I uncomment ExternalInterface.call then reload goes with Alert box 
being shown. Is that right?

Thanks



[flexcoders] Compare two XMLs

2008-08-17 Thread markgoldin_2000
If I have two large xml objects can I compare them whether they are 
identical?

Thanks



Re: [flexcoders] The end of ActionScript 3 as an EcmaScript 4 implementation

2008-08-17 Thread Joseph Balderson
Can we get back on topic here? This is a Flex technical discussion forum 
discussing the future of ACTIONSCRIPT. Can the paid MS-pundits and SL-bashers 
go 
somewhere else please?

___

Joseph Balderson, Flash Platform Developer | http://joeflash.ca


Scott Barnes wrote:
 Understandable, at times folks can have different levels of Success. In 
 that right now China is ontop in the Gold Medal tally, therefore they 
 are the most successful right? Personally being an Australian, I'd 
 consider the 7 gold medals we have now as being success as that's 7 gold 
 medals that someone in a given sport has that you or I don't?
  
 Eye of the beholder is more the lesson here?
  
 As for the Silverlight Video Quality, i'll let others echo what majority 
 have stated ( I have tonnes more of these ):
  
 /The online coverage of the Olympic Games on MSN is spectacular.  For 
 this Olympics, in the digital media realm, a milestone innovation will 
 surely be the entrance of Microsoft's Silverlight. – Andy Plesser, Beet.TV/
 // 
 /Initially, they [NBC] expected to use Adobe's Flash, given that is the 
 standard for video delivered over the Internet these days. But, as they 
 began to hash things out with Microsoft during a series of all-day 
 meetings at NBC's 30 Rockefeller Plaza headquarters, Microsoft was able 
 to show NBC some ways it could do more using its homegrown Silverlight 
 technology. – Ina Fried, CNET/
 // 
 /Like Michael Phelps, Microsoft is chasing gold at the Olympics. With 
 its Silverlight rich Internet application technology, Microsoft is 
 helping NBC break records in online viewership…/ If Microsoft's 
 http://www.eweek.com/c/a/Application-Development/Microsoft-Proving-Ground-Silverlight-at-the-Olympics/
  
 Silverlight continues to have the success it has had in streaming video 
 http://www.eweek.com/c/a/Application-Development/Microsoft-Proving-Ground-Silverlight-at-the-Olympics/
  
 coverage of the Olympic Games around the world, it could mean gold for 
 Microsoft as the software giant continues its competition with Adobe and 
 that company's ubiquitous Flash technology  _– Darryl Taft, eWeek_//
 //__// 
 ///_Experts agree the enhanced features will boost usage of Microsoft's 
 Web technology. 'This is an opportunity for them to showcase key 
 features,' said Will Richmond, analyst and author of VideoNuze.com. 'It 
 will certainly put Silverlight on the map with tens of millions of 
 downloads because of the Olympics.' – Daisy Whitney, TVWeek_///
 ///__/// 
 ///It's not often when a piece of  technology impresses me enough that 
 I do the 'wow' thing when I'm using it. But the Silverlight streaming 
 video implementation on NBCOlympics.com is truly awesome … I have to 
 give Microsoft and its technology partners that pulled this off for the 
 Olympics a huge round of applause. – Jon Perlow, ZDNET///
 // 
 HTH.
  
 On Sat, Aug 16, 2008 at 9:27 AM, Cole Joplin [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 Scott,
 
 I'm not exactly on board with Silverlight will continue to have
 successes as it has today. It's far too early to make that broad a
 statement. One day, maybe, but today? No. The first real
 all-Silverlight site, Ice Cube's UVNTV.com, has not been successful.
 Big fanfare, bad video, losing traffic at the plugin download page,
 big dud. Second big fanfare is the Silverlight player for video of
 the Beijing Olympics. Again, video quality has been roundly
 criticized as awful. Online viewership is way down from what they
 expected. Today, people don't want to download the Silverlight
 plugin. That is not a success. Not yet.
 
 --Cole
 
 --- On *Sat, 8/16/08, Scott Barnes /[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]/* wrote:
 
 From: Scott Barnes [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 Subject: Re: [flexcoders] The end of ActionScript 3 as an
 EcmaScript 4 implementation
 To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
 Date: Saturday, August 16, 2008, 1:30 AM
 
 
 Anatole,
  
 I understand there is a sense of umbrage towards Microsoft over
 this decision; I disagree with some of the wild theories
 floating around as to what the real motivation behind this is.
 Seven entities in total disagreed with Mozilla and Adobe that
 the proposal was a right fit. I however look forward to seeing
 what the next phase of this standard will become, and overall
 Silverlight will continue to have successes as it has today, if
 either decision were to be blessed around this said standard.
 
 Silverlight has the DLR, so if folks want to spin-up their own
 iteration of an ECMA standard of their choosing, you're more
 than welcome to it and I'd be curious to see how you triumph!
 HTH.
  

Re: [flexcoders] The end of ActionScript 3 as an EcmaScript 4 implementation

2008-08-17 Thread Joseph Balderson
Well, whomever is holding things up, a standard is only a guideline, right? And 
that's the risk you take when you base a technology on a comittee: sometimes, 
and for whatever reason, that committee might steer things in a different 
direction than you originally intended. Otherwise Adobe would be just another 
bully in the playground instead of a partner. So what happened was inevitable. 
Whether it's MS's fault or anyone else's we could debate until we're blue in 
the 
face. Who cares?

If the committee in charge of the standard is holding back innovation, there 
are 
three choices:
1) stifle innovation in favour of the committee's wishes;
2) abandon the standard altogether;
3) create a new standard out of the ashes of the old.

Thank god Adobe isn't kowtowing to the new Harmony standard, that would 
horribly 
cripple ActionScript. As an ActionScript developer, I want more innovation, not 
less, thank-you-very-much. That leaves Adobe with the  uncomfortable choice of 
2) or 3): each have their drawbacks.

Adobe could abandon any ECMA standard altogether, and they'd be within their 
rights to do so. I don't see Java suffering for SUN's decision not to associate 
with (what is now) ECMA. (Other than the fact that it's a server-side dinosaur 
*ducks, runs* :) [KIDDING!]

But ultimately I believe Adobe's best bet would be to form their own working 
committee, their own ECMA standard, similar to what MS has done with C#. Maybe 
then we'll see private constructors, method overloading and multiple 
inheritance 
in the language.

Being a pessimist about web standardization, I could not envision the day when 
ActionScript would ever become a _usable_ web standard, so this comes as no 
great surprise. Hell, the WC3 and the various browser makers can't get their 
head out of their ass long enough to put together a standard that will be 
adopted in less than 20 years for crying out loud. What makes you think 
ActionScript would ever be adopted in enough browsers with enough 
standardization not to repeat the utter compatibility mess that CSS/JS is 
currently in? It's a fantastic idea, but I think Adobe's decision to try and 
have ActionScript in its current incarnation through tamarin be adopted as a 
new 
web standard was too far ahead of its time.

I agree with one statement that has been made, can't remember by whom: the web 
is not ready for ECMAScript 4. Hell, it's not even ready for JavaScript 3 or 
CSS 
3. Adobe would do far better to create their own standard that doesn't try to 
shoehorn the rest of the web into ActionScript, and get on with continuing 
being 
a serious programming language. Let the web standards pundits have ECMA 3.1 and 
Harmony. Maybe by the time my grandchildren are doing web programming it'll be 
ready for prime time. And people like myself can focus on developing robust web 
applications that actually work, with a serious language that continues to kick 
ass all over the internet.


___

Joseph Balderson, Flash Platform Developer | http://joeflash.ca


hank williams wrote:
 I don't quite see how it's a big step backward *or* a black eye for
 Adobe (as your blog argued). There are dozens of languages in
 widespread use out there... AS3 being (approximately) based on a
 standard, while a good bullet point for marketing, never yielded any
 advantage as far as I could see.

 
 This is a valid point, but the reason I call it a black eye is because
 adobe spent a lot of time hanging their hat on the idea that this was
 going to be a standard. To the extent that was helpful to them (I
 presume it was otherwise they wouldnt have bothered) it is no longer
 an accurate statement. Adobe wanted the industry to move one way, and
 Microsoft forced it to move another way.
 
 Hank
 
 Troy.

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


RE: {Disarmed} [flexcoders] Compare two XMLs

2008-08-17 Thread Scott
You should be able to use the as3 funtion, contains() (see
http://livedocs.adobe.com/flex/3/langref/XML.html).  You would have to
read both XML files then use a loop to go through items

 

bResult = xml1.item[nLoop].contains(xml2.item[nLoop]);

if (bResult == false )

{

{Not equal do your handler, or fire an event, etc...}

}

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Sunday, August 17, 2008 5:01 PM
To: flexcoders@yahoogroups.com
Subject: {Disarmed} [flexcoders] Compare two XMLs

 

If I have two large xml objects can I compare them whether they are 
identical?

Thanks

 


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner http://www.mailscanner.info/ , and is

believed to be clean. 


[flexcoders] flex captcha

2008-08-17 Thread Scott
Does anyone have a good/cool flex(flash) captcha generator?

 

 Regards,

   Scott



Re: [flexcoders] Re: Is there a way to embed flex swf in C++ instead of AIR?

2008-08-17 Thread Jo Morano
Do you know of any sample code on the web that does that?

Regards

On Sun, Aug 17, 2008 at 5:43 AM, Amy [EMAIL PROTECTED] wrote:

   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jo
 Morano [EMAIL PROTECTED] wrote:
 
  Hi!
 
  I need C++ and flex to work together. Can I embed flex swf in C++ and
 do
  away with AIR?

 You should be able to just embed an instance of the Flash player and
 use ExternalInterface for the communication.

 HTH;

 Amy

  



RE: [flexcoders] Backgroudimage in Datagrid row

2008-08-17 Thread Alex Harui
Expensive, but probably doable.  You can do it in your renderer or
override drawRowBackground

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of florian.salihovic
Sent: Sunday, August 17, 2008 12:44 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Backgroudimage in Datagrid row

 

Is there a chance to set a background image on a row of a datagrid? I'm
searching now for 
quite a while but can't find any infos in that topic. Just setting the
row's background-color.

Best regards.

 



Re: [flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solution

2008-08-17 Thread Maciek Sakrejda
You're getting annoyed because no one answered your question after seven
hours? On a weekend, no less? This is a mailing list, not a chat room.

Not to mention that the answer to your question is on a page linked from
the ExternalInterface documentation:

http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=1018.html

Your call is failing because 

x.x.com

is not the same domain as

www.xxx.com

(yes, that's a strict definition of same domain, but that's how it is)

The page linked above explains how to set the allowScriptAccess property
in the HTML page to allow Flash to call scripts in it.

-Maciek


On Sun, 2008-08-17 at 15:10 +, vipinck wrote:
 So, no one (atleast people at adobe) knows about this. Cool
 
 
 
 
  




RE:[flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solution

2008-08-17 Thread Scott
FYI, this is a community user group; not an adobe support forum.  Yes,
you'll see an adobe employee post a message once in a while but it's
mainly a community support group and it's most active Mon-Fri.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of vipinck
Sent: Sunday, August 17, 2008 10:10 AM
To: flexcoders@yahoogroups.com
Subject: {Disarmed} [flexcoders] Re: SecurityError: Error #2060:
Security sandbox violation-what is the real solution

 

So, no one (atleast people at adobe) knows about this. Cool

 


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner http://www.mailscanner.info/ , and is

believed to be clean. 


[flexcoders] state and country dropdown boxes

2008-08-17 Thread Scott
Does anyone have/care to share a premade country/state/province
dropboxes?

 

I can find a state list, but where does one find an accurate (at least
to this day anyway...) country list?

 

 Thanks!

  Scott



[flexcoders] Data binding

2008-08-17 Thread markgoldin_2000
I have DGs and I am assigning dataProviders to these controls at run-
time. All these datProviders are XML. The xml has more data that is 
being shown in DGs. I am changing some of that non visible data 
programmatically like this:
DataGrid(DGObject).dataProvider[selectedIndex].trainplan = addToPlan;
Should I expect that initial XML that was used to setup dataProvider is 
getitng changed as well?

Thanks



RE:[flexcoders] Data binding

2008-08-17 Thread Scott
The display won't change unless you have a separate process watching the
data to see if it changes (ala ajax).  Your display will change when the
application/class reads the data only.  If you are concerned that the
data will be inconsistent during a file read, or in other words, read
while a file is writing then that would be a concern if you are dealing
with physical XML files directly.  It's a slight chance, but it
certainly is there.

 

However, if you have a data provider sending the XML (like coldfusion or
php) then you won't have to worry about that as they will send the most
current data to the client.

 

Personally, I use XML -only- for semi-static data or data that won't
change very often.  It would be a much better practice to use a data
provider (remote object) like coldfusion or PHP to send data that
changes more frequently.

 

Hope that answers your question...

 

 Regards,

   Scott

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Sunday, August 17, 2008 10:22 PM
To: flexcoders@yahoogroups.com
Subject: {Disarmed} [flexcoders] Data binding

 

I have DGs and I am assigning dataProviders to these controls at run-
time. All these datProviders are XML. The xml has more data that is 
being shown in DGs. I am changing some of that non visible data 
programmatically like this:
DataGrid(DGObject).dataProvider[selectedIndex].trainplan = addToPlan;
Should I expect that initial XML that was used to setup dataProvider is 
getitng changed as well?

Thanks

 


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner http://www.mailscanner.info/ , and is

believed to be clean. 


[flexcoders] 3.1 changelog?

2008-08-17 Thread Josh McDonald
Hey Guys,

Is there a changelog for 3.1? I can't seem to find anything via google.

-Josh

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

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


[flexcoders] Re: 3.1 changelog?

2008-08-17 Thread Bjorn Schultheiss
I saw this blog post the other day.

differences between Flex 3.1.0 and Flex 3.0.0
http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-Flex310-and-Flex300

Bjorn

--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote:

 Hey Guys,
 
 Is there a changelog for 3.1? I can't seem to find anything via google.
 
 -Josh
 
 -- 
 Therefore, send not to know For whom the bell tolls. It tolls for
thee.
 
 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]





Re: [flexcoders] Re: 3.1 changelog?

2008-08-17 Thread Josh McDonald
Yeah just found that :) That's pretty much only API changes though, I was
wondering if there's anything official listing bugfixes / changes in builder
(if any), etc...

Did the Marshall Plan stuff go into 3.1 or is it 3.2?

-Josh

On Mon, Aug 18, 2008 at 2:54 PM, Bjorn Schultheiss 
[EMAIL PROTECTED] wrote:

 I saw this blog post the other day.

 differences between Flex 3.1.0 and Flex 3.0.0

 http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-Flex310-and-Flex300

 Bjorn

 --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote:
 
  Hey Guys,
 
  Is there a changelog for 3.1? I can't seem to find anything via google.
 
  -Josh
 
  --
  Therefore, send not to know For whom the bell tolls. It tolls for
 thee.
 
  :: Josh 'G-Funk' McDonald
  :: 0437 221 380 :: [EMAIL PROTECTED]
 



 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 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.

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


[flexcoders] Re: 3.1 changelog?

2008-08-17 Thread Bjorn Schultheiss
Quote from the doc
The Marshall Plan will only support 3.1 Flex applications working in
Flex 4 and beyond.
http://opensource.adobe.com/wiki/display/flexsdk/Marshall+Plan

In terms of bug-fixes, haven't seen one yet..
Mind you haven't look much either.


--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote:

 Yeah just found that :) That's pretty much only API changes though,
I was
 wondering if there's anything official listing bugfixes / changes in
builder
 (if any), etc...
 
 Did the Marshall Plan stuff go into 3.1 or is it 3.2?
 
 -Josh
 
 On Mon, Aug 18, 2008 at 2:54 PM, Bjorn Schultheiss 
 [EMAIL PROTECTED] wrote:
 
  I saw this blog post the other day.
 
  differences between Flex 3.1.0 and Flex 3.0.0
 
 
http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-Flex310-and-Flex300
 
  Bjorn
 
  --- In flexcoders@yahoogroups.com, Josh McDonald dznuts@ wrote:
  
   Hey Guys,
  
   Is there a changelog for 3.1? I can't seem to find anything via
google.
  
   -Josh
  
   --
   Therefore, send not to know For whom the bell tolls. It tolls for
  thee.
  
   :: Josh 'G-Funk' McDonald
   :: 0437 221 380 :: josh@
  
 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  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.
 
 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]





Re: [flexcoders] flex captcha

2008-08-17 Thread [EMAIL PROTECTED] Uttarwar
Hey u can try this one which i have created.
I have attached the file...
Thanks and Regards,
Pravin G.Uttarwar,
Software Developer,
Perennial Systems.
Visit Us at:www.perennialsys.com
E-mail: [EMAIL PROTECTED]
Mob. +919371288080


2008/8/17 Scott [EMAIL PROTECTED]

Does anyone have a good/cool flex(flash) captcha generator?



  Regards,

Scott
  



myCaptcha.as
Description: Binary data


RE: [flexcoders] Re: 3.1 changelog?

2008-08-17 Thread Alex Harui
Sorry, we need to update that.  Marshall Plan is 3.2, it was going to be
3.1 when we published that page but something came up and we had to
bump Marshall plan.

 

The release notes don't have any info on bug fixes?  A JIRA search might
also yield some information.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bjorn Schultheiss
Sent: Sunday, August 17, 2008 10:16 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: 3.1 changelog?

 

Quote from the doc
The Marshall Plan will only support 3.1 Flex applications working in
Flex 4 and beyond.
http://opensource.adobe.com/wiki/display/flexsdk/Marshall+Plan
http://opensource.adobe.com/wiki/display/flexsdk/Marshall+Plan 

In terms of bug-fixes, haven't seen one yet..
Mind you haven't look much either.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Josh McDonald [EMAIL PROTECTED] wrote:

 Yeah just found that :) That's pretty much only API changes though,
I was
 wondering if there's anything official listing bugfixes / changes in
builder
 (if any), etc...
 
 Did the Marshall Plan stuff go into 3.1 or is it 3.2?
 
 -Josh
 
 On Mon, Aug 18, 2008 at 2:54 PM, Bjorn Schultheiss 
 [EMAIL PROTECTED] wrote:
 
  I saw this blog post the other day.
 
  differences between Flex 3.1.0 and Flex 3.0.0
 
 
http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-Fl
ex310-and-Flex300
http://shigeru-nakagaki.com/index.cfm/2008/8/16/20080816-diff-between-F
lex310-and-Flex300 
 
  Bjorn
 
  --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com , Josh McDonald dznuts@ wrote:
  
   Hey Guys,
  
   Is there a changelog for 3.1? I can't seem to find anything via
google.
  
   -Josh
  
   --
   Therefore, send not to know For whom the bell tolls. It tolls for
  thee.
  
   :: Josh 'G-Funk' McDonald
   :: 0437 221 380 :: josh@
  
 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo ! Groups
  Links
 
 
 
 
 
 
 -- 
 Therefore, send not to know For whom the bell tolls. It tolls for
thee.
 
 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]