RE: [flexcoders] Chart question

2006-10-07 Thread Pekka Kola
I have don a kind of solution to draw a box shadowing a future time in
chart (draws a box above the chart area presenting the future). Here you
have a part of the code doing the effect. showTime() is called in my case by
timer.


public function showTime(t:Date):void {

var g:Graphics = activityChart.graphics;
var rc:Rectangle = new
Rectangle(activityChart.computedGutters.left,
activityChart.computedGutters.top,
activityChart.width-activityChart.computedGutters.left-
activityChart.computedGutters.right,
activityChart.height-activityChart.computedGutters.top-
activityChart.computedGutters.bottom);

var x:Number = rc.left + Math.min((t.getTime() - 
_mindt.getTime()) / (_maxdt.getTime() - _mindt.getTime()) 
* rc.width , rc.width); 
// _mindt is chart's begin time, _maxdt end time.

g.clear();
g.beginFill(0xCCFF,0.1);
g.moveTo(x,rc.top);
g.lineTo(rc.right,rc.top);
g.lineTo(rc.right,rc.bottom);
g.lineTo(x,rc.bottom);
g.lineTo(x,rc.top);
g.endFill();
}   

]]
/mx:Script

mx:HBox width=100% height=100%

mx:BarChart id=activityChart width=98% height=100% 
type=overlaid horizontalAxis={dtAxis} 
gutterLeft=50 gutterRight=0 clipContent=false 
resize=manageResize(event)
doubleClickEnabled=true

..




-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of christopherjdunn
Sent: 7. lokakuuta 2006 0:19
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Chart question

I'm working on a chart that spans multiple days. What I would like to
do is put a vertical line in at a particular time, like midnight. I've
looked through the docs and I'm not seeing a way to add this. Is there
an easy way to add something like this to a chart? Any help would be
great.





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






 





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





RE: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Steve Kellogg @ Project SOC










Akash,



Maybe Im misreading your code, but
it looks like youre getting an undefined on this.title. What is THIS in this
context, and does it HAVE a TITLE parameter?



Just a thought.





Steve













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of akash
Sent: Saturday, October 07, 2006
12:01 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Variable
Initialization Problem





Hi all,




This is my action script file. Here I am initializing the variable with some
value..but I find it outside that particular code block it is showing undefined
even tthough the variable is global. Can anybody suggest me how to resolve this
problem?



import mx.core.UIObject;


import de.richinternet.utils.Dumper;


public static var pageItem,printItem : Object;


public static var reportItem1,reportItem2 : Object;


public static var title: String=null;


var pages:Number=0;


var loanTermArray=[1,2,3,4,5,6,7,8,9];


var interestRateArray=[1,2,3,4,5,6,7,8,9];


var pointsPurchasedArray=[0,1,2,3,4,5,6,7,8,9];





function createUI( pageUI:String , parentComp:Object):Void {





if( pageUI == formatToolbar )


{


 pageItem = parentComp.createChild( formatToolbar,
undefined );





}


if( pageUI == pointsCalci )


{


pageItem = parentComp.createChild( PointsCalculator, undefined); 


title='Calculators : Should I Pay Points?';


Dumper.dump(title +title);//here its ok.


} 


if(pageUI == viewPointCalci)


 
pageItem=parentComp.createChild(ViewCalculator,undefined);





  if(pageUI ==
viewPointReport)


  {


 

pageItem=parentComp.createChild(mx.containers.VBox,undefined,{ x:8, y:21,
width:465, height:445});



reportItem1=pageItem.createChild(PointCalciReport1,undefined);


 pages++;



reportItem2=pageItem.createChild(PointCalciReport2,undefined);


 pages++;


printItem=pageItem;


 
} 





}




public function destroyUI(parentComp:Object):Void {


 
parentComp.destroyChild( UIObject( pageItem ) );


} 


 

 


public function doPrint() 



{



 var pj :
PrintJob = new PrintJob();






//Save the current vertical scroll position of the DataGrid control. 



var prev_vPosition:Number = printItem.vPosition;


Dumper.dump(vPosition +prev_vPosition);



if(pj.start() != true)





{



delete pj;



return;



}





//Scroll down each page of rows, then call addPage() once for
each page. 



 for (var
i:Number=0;ipages;i++) 


{


 //newItem.vPosition
= i*rowsPerPage;


 var obj1 :
Object = printItem.getChildAt(i);


 


 
pj.addPage(printItem.getChildAt(i)); //{xMin:-100,xMax:400,yMin:-150,yMax:560});



 }


pj.send();



 delete pj;




 //
Restore vertical scroll position.



//newItem.vPosition = prev_vPosition;


}





public function setTitle(titleparam:Object)


{


Dumper.dump(title +this.title);// here title is coming
out to be undefined?


titleparam.text=title;


}



ThanksRegards,

Akash Chander,









__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Disclaimer

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed.  If you have received this communication in error, please immediately notify the [EMAIL PROTECTED] and destroy the original message. The recipient should check this email and any attachments for the presence of viruses.  Ness has taken every reasonable precaution to minimize this risk, and accepts no liability for any damage caused by any virus transmitted in this email.  Ness reserves the rights to monitor and review the content of all messages sent to or from this E-mail address, and store them on the Ness E-mail system.


[flexcoders] Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC










Hello,



Is there any special trick to getting bookmarks to work?



Im selecting a place in a source (mxml) file, and
looking for Edit - Add Bookmark as indicated in the dox, but
theres no such item in the menu. Is there a preference that Im
missing?





Thanks in advance,



Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Send Http Service

2006-10-07 Thread Prakaz



I took for granted the fact that send() was being invoked at intervals. I assusemed that the problem occured after doing that.

Yes, definetely calling the send() method periodically is the way to go.

P
On 10/7/06, Tracy Spratt [EMAIL PROTECTED] wrote:







Without FDS, using setInterval to invoke send() periodically is the only to keep app data current.


Tracy






From: [EMAIL PROTECTED]
ups.com [mailto:[EMAIL PROTECTED]
ups.com] On Behalf Of PrakazSent: Friday, October 06, 2006 1:41 PMTo: [EMAIL PROTECTED]
ups.comSubject: Re: [flexcoders] Send Http Service






You could probably bind the result directly tothe columns of your datagrid. So whenever you make a new request and the result changes, it is automatically reflected in the datagrid without you having to worry about a thing. 




Something similar can be found in Flex docs where the result of a HTTPrequest is bound to the datagrid columns. A bonus cause this example, like your application, is a RSS reader.



http://livedocs.macromedia.com/flex/2/langref/mx/rpc/http/mxml/HTTPService.html#includeExamplesSummary 



Hope that helps,



-P

On 10/6/06, KP 
[EMAIL PROTECTED] wrote: 





Well let me first tell you what I am doing.

I have a httprequest (RSS) news and I am displaying that news in datagrid.

The problem is if on a server news gets changed it should reflect in datagrid also I mean to say that latest news should display on to datagrid. 


For this I am using setinterval function which will send httprequest every 5 min. 

Can any one suggest some other approach for achieving same.

Thanks
Kumar


 

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: WebOrb for Rails

2006-10-07 Thread barry.beattie
[EMAIL PROTECTED] wrote:

  why the heck should they push it?!?
 Because it makes Flex more attractive/a legitimate possibility to a
 MUCH larger audience.

I don't think anyone is disputing that, especially with Adobe getting
(needing) the jump on whatever Microsoft's Vista, XAML, etc will mean
in the marketplace. 

but there's active pushing Vs benign acceptance. So, who should write
Ruby remoting tutorials - Adobe?


  Adobe (and Macromedia before) are (IMHO) doing a lousy job in
  promoting ColdFusion to other than the already converted.
 How so? Pretty much every tutorial out there focuses on a Java and/or
 CF backend.

I'm talking more generally, not just remoting with CF tutorials.
Besides, CF is an Adobe product and deserves support on how to tie
their technology together, especially for the price of the CF
licences. If Alaire still owned CF and not the same company that has
Flash/Flex, would anyone on this list give ColdFusion a serious second
look?

I'm looking forward to Bruce Chizen (or any other Adobe very-big-wig)
giving an interview and mentions ColdFusion in the same breath as
Flash or Flex. Then I'll shut the F*** up and eat my hat.

 I get the feeling that some of you think switching backends is the
 easy part of the equation, which is totally not the case. 

I somewhat disagree. you're correct for your own circumstance but in
my enterprise that's exactly what we're doing for our in-house apps
and development platform. Bye-bye CF, and  we're not the only one.
Want a list?

and development houses writing solutions for customers? last project:
CF. Next project .NET. 

I don't have a problem with Weborb creating remoting solutions for
PHP, Ruby or Farmer Brown's cows. But when they get released as GPL it
seems to make ColdFusion look like a very expensive platform in
comparison, possibly the biggest argument knockers throw up against
CF, which is a damn shame considering how well it works.

-- 

but no one has answered my question: why didn't Adobe release remoting
solutions themselves?

and another question:

imagine someone(s) else creates a free Flex plug-in for Eclipse,
design view 'n'all. the SDK is free, the remoting is free. what's in
it for Adobe - more free Flashplayer downloads?












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




Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Julian Sander
OK, so I have Charles installed. Very Nice!!  But I am not getting any feedback from localhost..  anyone hadf this issue?  I am using OS X running Apache2.thanx, Julian Julian SanderBurbacherstraße 5853129 Bonnt/f     +49 228 21 27 15m      +49 172 250 6524 On 07.10.2006, at 02:14, Marcelo de Moraes Serpa wrote:Ahuuu! Charles is the best! Very flexible, a must have tool indeed. The only downside is the graphics interface, however, it's gradually getting better!On 10/6/06, Paul Spitzer [EMAIL PROTECTED] wrote:I'll second that. Charles is a must have tool! I'm using it right now to throttle my bandwidth and figure out why my ProgressBar is not doing what I'm telling it to :).Daniel Wabyick wrote: This is my favorite ... http://www.xk72.com/charles. Julian Sander wrote:  Hi All, I was wonder what the best debugger for Flex2 and Remoting is. I use  AMFPHP for my connections. thanx, Julian * * *Julian Sander* Burbacherstraße 58 53129 Bonn t/f +49 228 21 27 15 m +49 172 250 6524 

Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Julian Sander
Hi GUys,thanx.  I will check into Charles.  I had heard about it and tried it out once, but that was about 2 years ago (i think).cheers, Julian Julian SanderBurbacherstraße 5853129 Bonnt/f     +49 228 21 27 15m      +49 172 250 6524 On 07.10.2006, at 02:14, Marcelo de Moraes Serpa wrote:Ahuuu! Charles is the best! Very flexible, a must have tool indeed. The only downside is the graphics interface, however, it's gradually getting better!On 10/6/06, Paul Spitzer [EMAIL PROTECTED] wrote:I'll second that. Charles is a must have tool! I'm using it right now to throttle my bandwidth and figure out why my ProgressBar is not doing what I'm telling it to :).Daniel Wabyick wrote: This is my favorite ... http://www.xk72.com/charles. Julian Sander wrote:  Hi All, I was wonder what the best debugger for Flex2 and Remoting is. I use  AMFPHP for my connections. thanx, Julian * * *Julian Sander* Burbacherstraße 58 53129 Bonn t/f +49 228 21 27 15 m +49 172 250 6524 

[flexcoders] flex2 on a mac - compile

2006-10-07 Thread michaelrohner
Hi,

I just upgraded my mac to osx 10.4.8 and installed J2SE50Release4.
Then I downloaded flex_sdk_2.zip. 

1.Where does the flex_sdk_2 folder have to be located in the directory?

2.How can I compile  a sample from this folder - flex_sdk_2/samples/

Any help is greatly appreaciated.

Thanks
Michael





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




RE: **SPAM** [flexcoders] Bookmarks?

2006-10-07 Thread Michael Hýža













Hello 

You must use click on left side  place
where is holding icon shown.



Kind regards

Mike











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC
Sent: Saturday, October 07, 2006
1:55 PM
To: flexcoders@yahoogroups.com
Subject: **SPAM** [flexcoders]
Bookmarks?













Hello,



Is there any
special trick to getting bookmarks to work?



Im
selecting a place in a source (mxml) file, and looking for Edit -
Add Bookmark as indicated in the dox, but theres no such item in
the menu. Is there a preference that Im missing?





Thanks in
advance,



Steve







Steve
Kellogg

Peak8
Solutions

1401
14th Street



Boulder,
Colorado



80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]com












__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






Re: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Ralf Bokelberg



Yes it is the scope. You declared the variable as static, so you can't use this to access it. Cheers,Ralf. On 10/7/06, akash 
[EMAIL PROTECTED] wrote:


















HI Steve,


Even if I remove this from that line ,then also the problem is as it is..Actually
may be its problem with the scope of the variable .





Regards,

Akash,







From:
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Steve Kellogg @ Project SOC
Sent: Saturday, October 07, 2006
5:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Variable
Initialization Problem













Akash,



Maybe I'm misreading your code, but it looks like
you're getting an undefined on this.title.
What is THIS in this context, and does it HAVE a TITLE parameter?



Just a thought.





Steve













From: [EMAIL PROTECTED]
ups.com [mailto:[EMAIL PROTECTED]
ups.com]
On Behalf Of akash
Sent: Saturday, October 07, 2006
12:01 AM
To: [EMAIL PROTECTED]ups.com
Subject: [flexcoders] Variable
Initialization Problem





Hi all,




This is my action script file. Here I am initializing the variable with some
value..but I find it outside that particular code block it is showing undefined
even tthough the variable is global. Can anybody suggest me how to resolve this
problem?



import
mx.core.UIObject;


import de.richinternet.utils.Dumper;


public static var pageItem,printItem : Object;


public static var reportItem1,reportItem2 : Object;


public static var title: String=null;


var pages:Number=0;


var loanTermArray=[1,2,3,4,5,6,7,8,9];


var interestRateArray=[1,2,3,4,5,6,7,8,9];


var pointsPurchasedArray=[0,1,2,3,4,5,6,7,8,9];





function createUI( pageUI:String , parentComp:Object):Void {





if( pageUI == formatToolbar )


{


 pageItem = parentComp.createChild( formatToolbar,
undefined );





}


if( pageUI == pointsCalci )


{


pageItem = parentComp.createChild( PointsCalculator, undefined); 


title='Calculators : Should I Pay Points?';


Dumper.dump(title +title);//here its ok.


} 


if(pageUI == viewPointCalci)


 
pageItem=parentComp.createChild(ViewCalculator,undefined);





  if(pageUI ==
viewPointReport)


  {


 

pageItem=parentComp.createChild(mx.containers.VBox,undefined,{
x:8, y:21, width:465, height:445});


 reportItem1=pageItem.createChild(PointCalciReport1,undefined);


 pages++;


 reportItem2=pageItem.createChild(PointCalciReport2,undefined);


 pages++;


printItem=pageItem;


 
} 





}




public function destroyUI(parentComp:Object):Void {


 
parentComp.destroyChild( UIObject( pageItem ) );


} 


 





public function doPrint() 



{



 var pj :
PrintJob = new PrintJob();






//Save the current vertical scroll position of the DataGrid control. 



var prev_vPosition:Number = printItem.vPosition;


Dumper.dump(vPosition +prev_vPosition);



if(pj.start() != true)





{



delete pj;



return;



}





//Scroll down each page of rows, then call addPage() once for
each page. 



 for (var
i:Number=0;ipages;i++) 


{



//newItem.vPosition = i*rowsPerPage;


 var obj1 :
Object = printItem.getChildAt(i);


 


 
pj.addPage(printItem.getChildAt(i)); //{xMin:-100,xMax:400,yMin:-150,yMax:560});


 
}


pj.send();



 delete pj;




 //
Restore vertical scroll position.



//newItem.vPosition = prev_vPosition;


}





public function setTitle(titleparam:Object)


{


Dumper.dump(title +this.title);// here title is
coming out to be undefined?


titleparam.text=title;


}



ThanksRegards,

Akash
Chander,






 
  
  Disclaimer
  
  This email and any files transmitted with it are confidential and intended
  solely for the use of the individual or entity to whom it is addressed. If
  you have received this communication in error, please immediately notify the
  [EMAIL PROTECTED]ness.com and destroy the original message. The recipient
  should check this email and any attachments for the presence of viruses. Ness has taken every reasonable precaution to minimize
  this risk, and accepts no liability for any damage caused by any virus
  transmitted in this email. Ness reserves the
  rights to monitor and review the content of all messages sent to or from this
  E-mail address, and store them on the Ness E-mail system.
  
 













-- Ralf Bokelberg [EMAIL PROTECTED]Flex  Flash Consultant based in Cologne/Germany

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your 

[flexcoders] IE Browser crashes while using LocalConnection

2006-10-07 Thread jmorpher03
Hi,

My mxml application opens a new browser window by calling a js 
function, inside the new window another mxml application is loaded.

Both these applications talk to each other using LocalConnection and I 
am able to pass values back and forth between these apps.

Sometimes, the IE browser crashes when I am using the 
LocalConnection.send() method. 
I am unable to find the reason for this.

Has anyone had any issues like this before ? Is it a problem with the 
IE or the way I am doing things ? 

Thanks,
Asgar.








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





Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Marcelo de Moraes Serpa



What browser are you using? You need to configure the proxy settings before being able to capture http traffic with Charles.On 10/7/06, Julian Sander 
[EMAIL PROTECTED] wrote:OK, so I have Charles installed. Very Nice!! But I am not getting any feedback from localhost.. anyone hadf this issue? I am using OS X running Apache2.
thanx, Julian 


Julian Sander
Burbacherstraße 5853129 Bonnt/f   +49 228 21 27 15m   +49 172 250 6524




 On 07.10.2006, at 02:14, Marcelo de Moraes Serpa wrote:

Ahuuu! Charles is the best! Very flexible, a must have tool indeed. The only downside is the graphics interface, however, it's gradually getting better!

On 10/6/06, 
Paul Spitzer 
[EMAIL PROTECTED] wrote:

I'll second that. Charles is a must have tool! I'm using it right now to 
throttle my bandwidth and figure out why my ProgressBar is not doing 
what I'm telling it to :).
Daniel Wabyick wrote:
 This is my favorite ... 
http://www.xk72.com/charles.

 Julian Sander wrote:
  Hi All,

 I was wonder what the best debugger for Flex2 and Remoting is. I use 
 AMFPHP for my connections.
 thanx, Julian
 *
 *
 *Julian Sander* Burbacherstraß
e 58 53129 Bonn

 t/f +49 228 21 27 15 m +49 172 250 6524



 





__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Animation on characters

2006-10-07 Thread KP












Hi All 

Can any one suggest any approach on applying animation
effects on charcters.



Thanks

K7umar




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II



Good question Barry. I've thought about the same thing. Honestly, I doubt anyone build one in Eclipse but apps like Sepy, etc can now integrate Flex as a supported language. They def' are not in the market to get rich on Builder. You don't get rich off a product by giving a free solution to the product. 


More player downloads? Sure. They are pushing the Flash Platform. Get'em in the door and push more things their way and get them to buy/use Adobe product(s). This is all speculation but this was definitely the best move for the community (free SDK; low priced Builder). 


why didn't Adobe release remoting solutions themselves?

What do you mean? I take it http://www.adobe.com/go/flashremotingisn't what you are talking about? Do you mean more languages? Do you mean more languages forFDS?I'd like to see theAdobe FDS version support more languages. 

On 10/7/06, barry.beattie [EMAIL PROTECTED]
 wrote: 





[EMAIL PROTECTED] wrote:  why the heck should they push it?!? Because it makes Flex more attractive/a legitimate possibility to a MUCH larger audience.
I don't think anyone is disputing that, especially with Adobe getting(needing) the jump on whatever Microsoft's Vista, XAML, etc will meanin the marketplace. but there's active pushing Vs benign acceptance. So, who should write 
Ruby remoting tutorials - Adobe?  Adobe (and Macromedia before) are (IMHO) doing a lousy job in  promoting ColdFusion to other than the already converted. How so? Pretty much every tutorial out there focuses on a Java and/or 
 CF backend.I'm talking more generally, not just remoting with CF tutorials.Besides, CF is an Adobe product and deserves support on how to tietheir technology together, especially for the price of the CF 
licences. If Alaire still owned CF and not the same company that hasFlash/Flex, would anyone on this list give ColdFusion a serious secondlook?I'm looking forward to Bruce Chizen (or any other Adobe very-big-wig) 
giving an interview and mentions ColdFusion in the same breath asFlash or Flex. Then I'll shut the F*** up and eat my hat. I get the feeling that some of you think switching backends is the  easy part of the equation, which is totally not the case. 
I somewhat disagree. you're correct for your own circumstance but inmy enterprise that's exactly what we're doing for our in-house apps and development platform. Bye-bye CF, and we're not the only one.
Want a list?and development houses writing solutions for customers? last project:CF. Next project .NET. I don't have a problem with Weborb creating remoting solutions for PHP, Ruby or Farmer Brown's cows. But when they get released as GPL it
seems to make ColdFusion look like a very expensive platform incomparison, possibly the biggest argument knockers throw up againstCF, which is a damn shame considering how well it works. -- 
but no one has answered my question: why didn't Adobe release remotingsolutions themselves?and another question:imagine someone(s) else creates a free Flex plug-in for Eclipse, design view 'n'all. the SDK is free, the remoting is free. what's in
it for Adobe - more free Flashplayer downloads? -- John C. Bland IIChief Geek 
Katapult Media, Inc. - www.katapultmedia.com---Biz Blog - 
http://blogs.katapultmedia.com/jb2Personal Blog - http://blog.blandfamilyonline.com
http://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear ThemHome of FMUG.az - 
http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org 

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: Validating XML with XSD Schema in Flex?

2006-10-07 Thread wayneposner
So is there no way to do this in flex when dealing strictly with a 
client side app?

Wayne

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

 The XML is generated on the client and resides on the client.  
There 
 is no server for this app.  It is a desktop application wrapped in 
 Zinc.  Think of this as kind of like Microsoft Word--no server 
 involved.  You open a text doc, but for some reason it's corrupt.  
 Word tells you that it can't read the file you tried to open.  
Same 
 thing with this app.  I'm a client side app opening a client side 
 XML file and want to verify that it's valid.
 
 Wayne
 
 --- In flexcoders@yahoogroups.com, Samuel R. Neff 
 srneff.lists@ wrote:
 
  Where is the XML coming from?  Can you use server-side code to 
 validate the
  XML before sending it to Flex?  That's probably the simpler 
 solution.
  
  Sam
   
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of wayneposner
  Sent: Friday, October 06, 2006 9:29 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Validating XML with XSD Schema in Flex?
  
  I've been scouring the web tyring to find information on XML 
 validation
  using an XSD file, but the only results I keep finding relate to 
 the MXML
  schema which is not what I'm looking for.
  
  Has anyone written any code that validates an XML file against 
 it's schema?
  Or is this of of the coding practices that Flex does not 
implement?
  
  The point being, if I want to explicity define what my input XML 
 looks like
  to my flex application, right now, the only way this seems 
 possible to to
  write code that defines the business logic of each 
node/attribute 
 and
  whether or not there is a value restrition.  
  Should my business logic change, then I have to go and change my 
 code. 
  
  If there is some way to simply read the XSD and validate 
directly 
 against
  that, the only place I have to go to change my business logic is 
 to the
  XSD--no code changes/recompilations necessary.
  
  Thanks,
  Wayne
 







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




Re: [flexcoders] Re: Validating XML with XSD Schema in Flex?

2006-10-07 Thread Ralf Bokelberg
You could write a dll to be used in zinc.
Cheers,
Ralf.

On 10/7/06, wayneposner [EMAIL PROTECTED] wrote:
 So is there no way to do this in flex when dealing strictly with a
 client side app?

 Wayne

 --- In flexcoders@yahoogroups.com, wayneposner [EMAIL PROTECTED]
 wrote:
 
  The XML is generated on the client and resides on the client.
 There
  is no server for this app.  It is a desktop application wrapped in
  Zinc.  Think of this as kind of like Microsoft Word--no server
  involved.  You open a text doc, but for some reason it's corrupt.
  Word tells you that it can't read the file you tried to open.
 Same
  thing with this app.  I'm a client side app opening a client side
  XML file and want to verify that it's valid.
 
  Wayne
 
  --- In flexcoders@yahoogroups.com, Samuel R. Neff
  srneff.lists@ wrote:
  
   Where is the XML coming from?  Can you use server-side code to
  validate the
   XML before sending it to Flex?  That's probably the simpler
  solution.
  
   Sam
  
  
   -Original Message-
   From: flexcoders@yahoogroups.com
  [mailto:[EMAIL PROTECTED] On
   Behalf Of wayneposner
   Sent: Friday, October 06, 2006 9:29 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Validating XML with XSD Schema in Flex?
  
   I've been scouring the web tyring to find information on XML
  validation
   using an XSD file, but the only results I keep finding relate to
  the MXML
   schema which is not what I'm looking for.
  
   Has anyone written any code that validates an XML file against
  it's schema?
   Or is this of of the coding practices that Flex does not
 implement?
  
   The point being, if I want to explicity define what my input XML
  looks like
   to my flex application, right now, the only way this seems
  possible to to
   write code that defines the business logic of each
 node/attribute
  and
   whether or not there is a value restrition.
   Should my business logic change, then I have to go and change my
  code.
  
   If there is some way to simply read the XSD and validate
 directly
  against
   that, the only place I have to go to change my business logic is
  to the
   XSD--no code changes/recompilations necessary.
  
   Thanks,
   Wayne
  
 






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












-- 
Ralf Bokelberg [EMAIL PROTECTED]
Flex  Flash Consultant based in Cologne/Germany


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




Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Julian Sander
Hi Marcelo,I am using Safari.  What is strange is that I am catching all traffic that goes to other sites, just not localhost.btw, I tried to get in touch with you via the yahoo messanger a couple of days ago.  I am drSwank from CakeAMFPHP.  I have been working on a VO Coverter class for Cake which would mapp the assosiated data of a Model returned in Cake to AS Classes.  Maybe we can meet up on #cakeamfphp some time to discuss this.cheers, Julian Julian SanderBurbacherstraße 5853129 Bonnt/f     +49 228 21 27 15m      +49 172 250 6524 On 07.10.2006, at 16:04, Marcelo de Moraes Serpa wrote:What browser are you using? You need to configure the proxy settings before being able to capture http traffic with Charles.On 10/7/06, Julian Sander  [EMAIL PROTECTED]com wrote:OK, so I have Charles installed. Very Nice!!  But I am not getting any feedback from localhost..  anyone hadf this issue?  I am using OS X running Apache2.thanx, JulianJulian SanderBurbacherstraße 5853129 Bonnt/f     +49 228 21 27 15m      +49 172 250 6524EE7B8421-4E4F-406C-9601-E32FB416C48F On 07.10.2006, at 02:14, Marcelo de Moraes Serpa wrote:Ahuuu! Charles is the best! Very flexible, a must have tool indeed. The only downside is the graphics interface, however, it's gradually getting better! On 10/6/06, Paul Spitzer  [EMAIL PROTECTED] wrote:I'll second that. Charles is a must have tool! I'm using it right now to throttle my bandwidth and figure out why my ProgressBar is not doing what I'm telling it to :).Daniel Wabyick wrote: This is my favorite ... http://www.xk72.com/charles. Julian Sander wrote:  Hi All, I was wonder what the best debugger for Flex2 and Remoting is. I use  AMFPHP for my connections. thanx, Julian * * *Julian Sander* Burbacherstraß e 58 53129 Bonn t/f +49 228 21 27 15 m +49 172 250 6524 

RE: [flexcoders] Re: Get Attribute of FlexSession in Flex

2006-10-07 Thread Dimitrios Gianninas
Hi,

You definitely want to hold the data in some singleton model class (like 
ModelLocator). However I dont know why you are holding this data in the 
server-side session. Is it because you have JSP pages as part of the web site, 
since its been around for a while? If thats the case, then it makes sense.

Dimitrios Gianninas
Optimal Payments Inc.



-Original Message-
From: flexcoders@yahoogroups.com on behalf of jonathan_merey
Sent: Fri 10/6/2006 11:34 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Get Attribute of FlexSession in Flex
 
Because I need it after; I need the role (Administrator/User)too but I
think I will put these information in a Singleton ActionScript class.
Do you think it s better ?

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

 Question is why are you putting in the session? For the simple
answer, just create a method on a java class that will retrieve that
object and call it from Flex, like so:
 
 public getLogin() {
 return FlexContext.getFlexSession().getAttribute(user);
 }
 
 Dimitrios Gianninas
 RIA Developer
 Optimal Payments Inc.
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ]
On Behalf Of jonathan_merey
 Sent: Thursday, October 05, 2006 10:23 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Get Attribute of FlexSession in Flex
 
 
 
 I put data in FlexSession like that in my Java code : 
 
 FlexContext.getFlexSession().setAttribute(user, login);
 
 Now I want to know how to get them in my Flex code if there is a way
to have them with Flex Actionscript code.
 
 
 
 
 -- 
 WARNING
 ---
 This electronic message and its attachments may contain
confidential, proprietary or legally privileged information, which is
solely for the use of the intended recipient. No privilege or other
rights are waived by any unintended transmission or unauthorized
retransmission of this message. If you are not the intended recipient
of this message, or if you have received it in error, you should
immediately stop reading this message and delete it and all
attachments from your system. The reading, distribution, copying or
other use of this message or its attachments by unintended recipients
is unauthorized and may be unlawful. If you have received this e-mail
in error, please notify the sender.
 
 AVIS IMPORTANT
 --
 Ce message électronique et ses pièces jointes peuvent contenir des
renseignements confidentiels, exclusifs ou légalement privilégiés
destinés au seul usage du destinataire visé. L'expéditeur original ne
renonce à aucun privilège ou à aucun autre droit si le présent message
a été transmis involontairement ou s'il est retransmis sans son
autorisation. Si vous n'êtes pas le destinataire visé du présent
message ou si vous l'avez reçu par erreur, veuillez cesser
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces
jointes, de votre système. La lecture, la distribution, la copie ou
tout autre usage du présent message ou de ses pièces jointes par des
personnes autres que le destinataire visé ne sont pas autorisés et
pourraient être illégaux. Si vous avez reçu ce courrier électronique
par erreur, veuillez en aviser l'expéditeur.




 



--
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/
 
winmail.dat

[flexcoders] Animation on characters

2006-10-07 Thread KP










Hi All 

Can any one suggest any approach on applying animation
effects on charcters.



Thanks

K7umar




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread hank williams




why didn't Adobe release remoting solutions themselves?

What do you mean? I take it http://www.adobe.com/go/flashremotingisn't what you are talking about? 
this does not work with flex 2.They obviously did release FDS which does remoting but is quite expensive at scale, and Cold Fusion which is overkill if you just want remoting.
There is nothing that replacies flash remoting MX for the Flex 2 platform.RegardsHank

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II



Ahh...we're on a Flex list. I should've realized that question was Flex related. :-)

No, there isn't a solution for Flex that covers a broad scope of languages. AMF3, what I assume we're talking about, is implemented into AMFPHP and Fluourine already so there is no need to reinvent the wheel. They have the Remoting MX product covered already by the community products (AMFPHP and Fluourine). I seriously doubt anyone bought Remoting MX anyway; probably why no upgrade since MX. $999 was a bit much on that front. AMF0, on the other hand, is supported by AMFPHP, CF, and Fluourine as well. 


So, I don't see where the prob is here. You can do remoting in the three major web languages. Ruby/Rails is coming up on the horizon and, as always, the community has provided a product (WebORB) to support it.


Is the issue that Adobe hasn't done it? If so, this is an argument/discussion I'll bow out of since I don't work for Adobe.

BTW, almost anything enterprise is expensive to scale, except to..err..enterprises. :-) CF being overkill is an opinion by all means so I'll leave it alone.
On 10/7/06, hank williams [EMAIL PROTECTED] wrote:










why didn't Adobe release remoting solutions themselves?

What do you mean? I take it http://www.adobe.com/go/flashremotingisn't what you are talking about? 

this does not work with flex 2.They obviously did release FDS which does remoting but is quite expensive at scale, and Cold Fusion which is overkill if you just want remoting. There is nothing that replacies flash remoting MX for the Flex 2 platform.
RegardsHank
 -- John C. Bland IIChief Geek
Katapult Media, Inc. - www.katapultmedia.com---Biz Blog - http://blogs.katapultmedia.com/jb2Personal Blog - 
http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear ThemHome of FMUG.az - 
http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org 

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Error(s) not shown as error(s)

2006-10-07 Thread Prakaz



Hi Everybody,

I just came across this strangeproblem where errors in Flex code are not shown as errors!

Let me explain:

Create a simple class [dummyClass.as]package com.some.package.path{public classdummyClass{ private var str:String;public function dummyClass():void{ // Constructor
 str=test string; trace(str); // trace the text}}}This works fine, lets go to the next step

Add some errors to the classpackage com.some.package.path
{public classdummyClass{ private var str:String;public function dummyClass():void{ // Constructor error_variable1
=test string; // Access of undefined propertyerror_variable1 
error_variable2=test string; // Access of undefined propertyerror_variable2 
error_variable3=test string; //1 more error str=test string; trace(str); // trace the text}}}
FlexBuilder shows ared cross sign x preceding the threeindicating that there is something wrong there

Now add a variable declaration ouside the scope of the classpackage com.some.package.path{
public varfoo:Boolean; // Somedeclaration addedoutside the scope of theclass(by mistake)public classdummyClass{ private var str:String;public function dummyClass():void{ // Constructor
 error_variable1=test string; //This line is no more displayed as an error by Flex Builder
 error_variable2=test string; //Neither is this one error_variable3=test string; 
//Nor this str=test string; trace(str); // trace the text}}}

Now, here is where the problem starts
Those three lines of code are no more shown as errors. The red cross just disappears as soon as you add the variable declaration outside the scope of the class dummyClass.
I happened toadd that variableby mistake and everytimeI ran the application it would say that there are error(s). I ran through every class and there was no indication(the red cross) whatsoever that there was a problem anywhere. 


After losing some hair i managed to find that variable declaration. And as soon as i commented that line, all red crosses re-appeared again! walla!!

I dont know if its only me or if someone else has has come across this issue. Could you guys let me know if the same thing happens at your end?



Thanks

P


__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread hank williams




BTW, almost anything enterprise is expensive to scale, except to..err..enterprises. :-)OpenAMF and OpenPHP are free, which is a lot cheaper than $20k per server. Personally, I dont consider $0 for 10 OpenAMF servers to be expensive.
 CF being overkill is an opinion by all means so I'll leave it alone.
You clipped half the sentence. I said CF is overkill *** for what you want to do ***. I don't think most people would consider this in the argument inducing opinion camp. If all you want to do is remoting, you don't need the enormous list of CF features. Does anybody disagree with that???
RegardsHank
On 10/7/06, hank williams [EMAIL PROTECTED] wrote:











why didn't Adobe release remoting solutions themselves?

What do you mean? I take it http://www.adobe.com/go/flashremotingisn't what you are talking about? 

this does not work with flex 2.They obviously did release FDS which does remoting but is quite expensive at scale, and Cold Fusion which is overkill if you just want remoting. There is nothing that replacies flash remoting MX for the Flex 2 platform.
RegardsHank
 -- John C. Bland IIChief Geek
Katapult Media, Inc. - www.katapultmedia.com---Biz Blog - 
http://blogs.katapultmedia.com/jb2Personal Blog - 
http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear Them
Home of FMUG.az - 
http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org 






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] DEFAULTING HDividedBox

2006-10-07 Thread Steve Kellogg @ Project SOC










Hello,



Im a little confused about one small aspect of the
HDividedBox container. How do I set the DEFAULT placement of the children. AT
FIRST, I thought that I always allocated an equal space for each child, but I
just created an HDividedBox, and the FIRST child is 10% to the second childs
90%. I cant see anything in the SOURCE MODE that would have specified
this behavior.



Best Regards,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread rosado1950
Hi Prakaz,

I had not come across this problem before, but I can reproduce it.
Don't have any idea why.

Rui

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

 Hi Everybody,
 
 I just came across this strange problem where errors in Flex code 
are not
 shown as errors!
 
 Let me explain:
 
1. *Create a simple class [dummyClass.as]*
package com.some.package.path
{
 public class dummyClass
 {
  private var str:String;
  public function dummyClass():void{ // Constructor
   str=test string;
   trace(str); // trace the text
  }
 }
}
*This works fine, lets go to the next step*
 
2. *Add some errors to the class*
package com.some.package.path
{
 public class dummyClass
 {
  private var str:String;
  public function dummyClass():void{ // Constructor
   error_variable1=test string; // Access of undefined
property error_variable1
   error_variable2=test string; // Access of undefined
property error_variable2
   error_variable3=test string; // 1 more error
   str=test string;
   trace(str); // trace the text
  }
 }
}
*Flex Builder shows a red cross sign  x  preceding the
three indicating that there is something wrong there
 
*
3. *Now add a variable declaration ouside the scope of the class
*package com.some.package.path
{
* public var foo:Boolean; // Some declaration added outside the 
scope
of the class (by mistake)
* public class dummyClass
 {
  private var str:String;
  public function dummyClass():void{ // Constructor
   error_variable1=test string; // This line is no more 
displayed as
an error by Flex Builder
   error_variable2=test string; // Neither is this one
   error_variable3=test string; // Nor this
   str=test string;
   trace(str); // trace the text
  }
 }
}
 
 Now, here is where the problem starts
 Those three lines of code are no more shown as errors. The red 
cross just
 disappears as soon as you add the variable declaration outside the 
scope of
 the class dummyClass.
 
 I happened to add that variable by mistake and everytime I ran the
 application it would say that there are error(s). I ran through 
every class
 and there was no indication(the red cross) whatsoever that there 
was a
 problem anywhere.
 
 After losing some hair i managed to find that variable declaration. 
And as
 soon as i commented that line, all red crosses re-appeared again! 
walla!!
 
 I dont know if its only me or if someone else has has come across 
this
 issue. Could you guys let me know if the same thing happens at your 
end?
 
 
 
 Thanks
 
 P








--
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] Licensing and Distribution of SWFs created by Flex Builder 2

2006-10-07 Thread Iko Knyphausen










Hello everyone,



I am interested in building a commercial application and
using Flex Builder for creating the client-side (using ASP.NET on the server). From
what I can see, it is totally possible to create a Flash (swf) that runs
without server components (such as the Data Services)  and to send and
retrieve data via HTTPService (I guess thats the same as an improved
XMLHTTP component).



Here is my question: On Adobes web site there is
mention of ISV/OEM licensing. I also downloaded the license agreements for Flex
Builder and Charting, and I must say, I am not very good in deciphering what it
really means. I understand that you cannot redistribute SDK files, the IDE
itself, etc. but the compiled code (its just an SWF, isnt it) should
be freely distributable. This is what one would expect from any dev
environment, such as Visual Studio, or Flash MX for that matter. Or am I
missing something?



Can someone enlighten me? Please forgive me, if
this question has popped up before on this list. I did search the archives
before sending this.



Thanks a million



Iko Knyphausen




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread rosado1950
Hi Prakaz,

I had not come across this problem before, but I can reproduce it.
Don't have any idea why.

Rui

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

 Hi Everybody,
 
 I just came across this strange problem where errors in Flex code 
are not
 shown as errors!
 
 Let me explain:
 
1. *Create a simple class [dummyClass.as]*
package com.some.package.path
{
 public class dummyClass
 {
  private var str:String;
  public function dummyClass():void{ // Constructor
   str=test string;
   trace(str); // trace the text
  }
 }
}
*This works fine, lets go to the next step*
 
2. *Add some errors to the class*
package com.some.package.path
{
 public class dummyClass
 {
  private var str:String;
  public function dummyClass():void{ // Constructor
   error_variable1=test string; // Access of undefined
property error_variable1
   error_variable2=test string; // Access of undefined
property error_variable2
   error_variable3=test string; // 1 more error
   str=test string;
   trace(str); // trace the text
  }
 }
}
*Flex Builder shows a red cross sign  x  preceding the
three indicating that there is something wrong there
 
*
3. *Now add a variable declaration ouside the scope of the class
*package com.some.package.path
{
* public var foo:Boolean; // Some declaration added outside the 
scope
of the class (by mistake)
* public class dummyClass
 {
  private var str:String;
  public function dummyClass():void{ // Constructor
   error_variable1=test string; // This line is no more 
displayed as
an error by Flex Builder
   error_variable2=test string; // Neither is this one
   error_variable3=test string; // Nor this
   str=test string;
   trace(str); // trace the text
  }
 }
}
 
 Now, here is where the problem starts
 Those three lines of code are no more shown as errors. The red 
cross just
 disappears as soon as you add the variable declaration outside the 
scope of
 the class dummyClass.
 
 I happened to add that variable by mistake and everytime I ran the
 application it would say that there are error(s). I ran through 
every class
 and there was no indication(the red cross) whatsoever that there 
was a
 problem anywhere.
 
 After losing some hair i managed to find that variable declaration. 
And as
 soon as i commented that line, all red crosses re-appeared again! 
walla!!
 
 I dont know if its only me or if someone else has has come across 
this
 issue. Could you guys let me know if the same thing happens at your 
end?
 
 
 
 Thanks
 
 P







--
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: Bookmarks?

2006-10-07 Thread rosado1950
Click in the code where you want to bookmark it.
Then, rigth-click in the left-margin (grey one) and select Bookmark...
Give a name, and off you go.
To use your bookmarks:
open the Bookmarks view (windowother views ...Bookmarks)
In the Boolmark-view you will see your bookmarks arranged in 
alfabetical order. Click on a bookmark to go to the right place in 
your code.

Rui

--- In flexcoders@yahoogroups.com, Steve Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:

 Hello,
 
  
 
 Is there any special trick to getting bookmarks to work?
 
  
 
 I'm selecting a place in a source (mxml) file, and looking 
for Edit - Add
 Bookmark as indicated in the dox, but there's no such item in the 
menu.  Is
 there a preference that I'm missing?
 
  
 
  
 
 Thanks in advance,
 
  
 
 Steve
 
  
 
  
 
  
 
 Steve Kellogg
 
 Peak8 Solutions
 
 1401 14th Street
 
 Boulder, Colorado
 
 80302, USA
 
 Fax: 303.415.2597
 
 E-Mail: [EMAIL PROTECTED]







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




RE: [flexcoders] Re: Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC
Thanks for your help.  I didn't understand the two step process of clicking
the correct area of the text, and then right clicking in the line numbers.

I was assuming that I'd be able to directly right click in the text to see a
Bookmarks... entry.


Thanks


Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rosado1950
Sent: Saturday, October 07, 2006 3:04 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Bookmarks?

Click in the code where you want to bookmark it.
Then, rigth-click in the left-margin (grey one) and select Bookmark...
Give a name, and off you go.
To use your bookmarks:
open the Bookmarks view (windowother views ...Bookmarks)
In the Boolmark-view you will see your bookmarks arranged in 
alfabetical order. Click on a bookmark to go to the right place in 
your code.

Rui

--- In flexcoders@yahoogroups.com, Steve Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:

 Hello,
 
  
 
 Is there any special trick to getting bookmarks to work?
 
  
 
 I'm selecting a place in a source (mxml) file, and looking 
for Edit - Add
 Bookmark as indicated in the dox, but there's no such item in the 
menu.  Is
 there a preference that I'm missing?
 
  
 
  
 
 Thanks in advance,
 
  
 
 Steve
 
  
 
  
 
  
 
 Steve Kellogg
 
 Peak8 Solutions
 
 1401 14th Street
 
 Boulder, Colorado
 
 80302, USA
 
 Fax: 303.415.2597
 
 E-Mail: [EMAIL PROTECTED]







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






 






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





Re: [flexcoders] Licensing and Distribution of SWFs created by Flex Builder 2

2006-10-07 Thread Paul Andrews





- Original Message - 

  From: 
  Iko 
  Knyphausen 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, October 07, 2006 10:38 
  PM
  Subject: [flexcoders] Licensing and 
  Distribution of SWFs created by Flex Builder 2
  
  
  Hello 
  everyone,
  
  I am interested in building a 
  commercial application and using Flex Builder for creating the client-side 
  (using ASP.NET on the server). From what I can see, it is totally possible to 
  create a Flash (swf) that runs without server components (such as the Data 
  Services) – and to send and retrieve data via HTTPService (I guess that’s the 
  same as an improved XMLHTTP component).
  
  Here is my question: On Adobe’s 
  web site there is mention of ISV/OEM licensing. I also downloaded the license 
  agreements for Flex Builder and Charting, and I must say, I am not very good 
  in deciphering what it really means. I understand that you cannot redistribute 
  SDK files, the IDE itself, etc. but the compiled code (it’s just an SWF, isn’t 
  it) should be freely distributable. This is what one would expect from any dev 
  environment, such as Visual Studio, or Flash MX for that matter. Or am I 
  missing something?
  
  Can someone enlighten me…? 
  Please forgive me, if this question has popped up before on this list. I 
  did search the archives before sending this.
  
  Thanks a 
  million
  
  Iko 
  Knyphausen
You can 
redistribute your swf files as you see fit - no royalties.

Paul
 
__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Tinting an image in Flex

2006-10-07 Thread maxadim99
The title says it all really. I'm trying to tint an image in flex
using actionscript. I've been able to do it in Flash using the Color
property, but when I use the same code, I get an error (undefined
property color).

Thanks in advance,

Max






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





Re: [flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread Ralf Bokelberg
It looks like packages are dynamic objects by default, so the compiler
can't decide, if a variable is declared or not.
Cheers,
Ralf.

On 10/7/06, rosado1950 [EMAIL PROTECTED] wrote:
 Hi Prakaz,

 I had not come across this problem before, but I can reproduce it.
 Don't have any idea why.

 Rui

 --- In flexcoders@yahoogroups.com, Prakaz [EMAIL PROTECTED] wrote:
 
  Hi Everybody,
 
  I just came across this strange problem where errors in Flex code
 are not
  shown as errors!
 
  Let me explain:
 
 1. *Create a simple class [dummyClass.as]*
 package com.some.package.path
 {
  public class dummyClass
  {
   private var str:String;
   public function dummyClass():void{ // Constructor
str=test string;
trace(str); // trace the text
   }
  }
 }
 *This works fine, lets go to the next step*
 
 2. *Add some errors to the class*
 package com.some.package.path
 {
  public class dummyClass
  {
   private var str:String;
   public function dummyClass():void{ // Constructor
error_variable1=test string; // Access of undefined
 property error_variable1
error_variable2=test string; // Access of undefined
 property error_variable2
error_variable3=test string; // 1 more error
str=test string;
trace(str); // trace the text
   }
  }
 }
 *Flex Builder shows a red cross sign  x  preceding the
 three indicating that there is something wrong there
 
 *
 3. *Now add a variable declaration ouside the scope of the class
 *package com.some.package.path
 {
 * public var foo:Boolean; // Some declaration added outside the
 scope
 of the class (by mistake)
 * public class dummyClass
  {
   private var str:String;
   public function dummyClass():void{ // Constructor
error_variable1=test string; // This line is no more
 displayed as
 an error by Flex Builder
error_variable2=test string; // Neither is this one
error_variable3=test string; // Nor this
str=test string;
trace(str); // trace the text
   }
  }
 }
 
  Now, here is where the problem starts
  Those three lines of code are no more shown as errors. The red
 cross just
  disappears as soon as you add the variable declaration outside the
 scope of
  the class dummyClass.
 
  I happened to add that variable by mistake and everytime I ran the
  application it would say that there are error(s). I ran through
 every class
  and there was no indication(the red cross) whatsoever that there
 was a
  problem anywhere.
 
  After losing some hair i managed to find that variable declaration.
 And as
  soon as i commented that line, all red crosses re-appeared again!
 walla!!
 
  I dont know if its only me or if someone else has has come across
 this
  issue. Could you guys let me know if the same thing happens at your
 end?
 
 
 
  Thanks
 
  P
 






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













-- 
Ralf Bokelberg [EMAIL PROTECTED]
Flex  Flash Consultant based in Cologne/Germany


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




Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II



OpenAMF and OpenPHP = Enterprise? Again, an opinion.Yes, I left off part of your sentence because I figured I was responding to you so no need to repeat every word. CF for Remoting is not overkill. Yes, I disagree. You don't have to use the enormous list of CF features to do Remoting. You use CFC's and you're done. Same with PHP, Rails, .NET, Java, whatever, and etc. All of them have great features. You don't need to use the enormous list of _ features to do Remoting.
Again, you are presenting opinions and I am as well. If you want to go back and forth with me, email me offlist. I won't respond on the list anymore.Thanks.On 10/7/06, 
hank williams [EMAIL PROTECTED] wrote:













  




BTW, almost anything enterprise is expensive to scale, except to..err..enterprises. :-)OpenAMF and OpenPHP are free, which is a lot cheaper than $20k per server. Personally, I dont consider $0 for 10 OpenAMF servers to be expensive.
 CF being overkill is an opinion by all means so I'll leave it alone.
You clipped half the sentence. I said CF is overkill *** for what you want to do ***. I don't think most people would consider this in the argument inducing opinion camp. If all you want to do is remoting, you don't need the enormous list of CF features. Does anybody disagree with that???
RegardsHank
On 10/7/06, hank williams [EMAIL PROTECTED] wrote:











why didn't Adobe release remoting solutions themselves?

What do you mean? I take it http://www.adobe.com/go/flashremotingisn't what you are talking about? 

this does not work with flex 2.They obviously did release FDS which does remoting but is quite expensive at scale, and Cold Fusion which is overkill if you just want remoting. There is nothing that replacies flash remoting MX for the Flex 2 platform.
RegardsHank
 -- John C. Bland IIChief Geek
Katapult Media, Inc. - www.katapultmedia.com---Biz Blog - 

http://blogs.katapultmedia.com/jb2Personal Blog - 
http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear Them
Home of FMUG.az - 
http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org 






  













-- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultmedia.com---Biz Blog - 
http://blogs.katapultmedia.com/jb2Personal Blog - http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear Them
Home of FMUG.az - http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread Prakaz



It more about Flex Builder than the compiler.

The compiler does the right thing, it informs the user that there are error(s) in the code and does not compile it either.

This was where my problem actually started. I had error(s) in my code but i was not able to locate it since Flex Builder did not indicate that i was making a mistake(due to that variable declaration). And the code did not compile either. So i knew there WAS a problem but i just could not locate it. I lost quite some hair on that one :-) 


P
On 10/8/06, Ralf Bokelberg [EMAIL PROTECTED] wrote:





It looks like packages are dynamic objects by default, so the compilercan't decide, if a variable is declared or not.
Cheers,Ralf. 
On 10/7/06, rosado1950 [EMAIL PROTECTED] wrote: Hi Prakaz,
 I had not come across this problem before, but I can reproduce it. Don't have any idea why. Rui --- In 
flexcoders@yahoogroups.com, Prakaz [EMAIL PROTECTED] wrote:   Hi Everybody,   I just came across this strange problem where errors in Flex code are not  shown as errors!
   Let me explain:   1. *Create a simple class [dummyClass.as]*  package com.some.package.path  {  public class dummyClass  {
  private var str:String;  public function dummyClass():void{ // Constructor  str=test string;  trace(str); // trace the text  }  }  }
  *This works fine, lets go to the next step*   2. *Add some errors to the class*  package com.some.package.path  {  public class dummyClass  {
  private var str:String;  public function dummyClass():void{ // Constructor  error_variable1=test string; // Access of undefined  property error_variable1  error_variable2=test string; // Access of undefined
  property error_variable2  error_variable3=test string; // 1 more error  str=test string;  trace(str); // trace the text  }  }
  }  *Flex Builder shows a red cross sign x preceding the  three indicating that there is something wrong there   *  3. *Now add a variable declaration ouside the scope of the class
  *package com.some.package.path  {  * public var foo:Boolean; // Some declaration added outside the scope  of the class (by mistake)  * public class dummyClass
  {  private var str:String;  public function dummyClass():void{ // Constructor  error_variable1=test string; // This line is no more displayed as  an error by Flex Builder
  error_variable2=test string; // Neither is this one  error_variable3=test string; // Nor this  str=test string;  trace(str); // trace the text
  }  }  }   Now, here is where the problem starts  Those three lines of code are no more shown as errors. The red cross just  disappears as soon as you add the variable declaration outside the
 scope of  the class dummyClass.   I happened to add that variable by mistake and everytime I ran the  application it would say that there are error(s). I ran through
 every class  and there was no indication(the red cross) whatsoever that there was a  problem anywhere.   After losing some hair i managed to find that variable declaration.
 And as  soon as i commented that line, all red crosses re-appeared again! walla!!   I dont know if its only me or if someone else has has come across this  issue. Could you guys let me know if the same thing happens at your
 end? Thanks   P  -- 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-- Ralf Bokelberg 
[EMAIL PROTECTED]Flex  Flash Consultant based in Cologne/Germany
 

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread hank williams



On 10/7/06, John C. Bland II [EMAIL PROTECTED] wrote:



OpenAMF and OpenPHP = Enterprise? Again, an opinion.Lol. Boy do I hate being misquoted:OpenAMF  OpenPHP != Enterprise.OpenAMF == software that can connect to J2EE highly scaled cluster of servers. Enterprise or not. I dont personally have any experience with OpenPHP. Perhaps you definition of Enterprise (I never used the word) is really the debatable opinion since I dont know what it means here.
Yes, I left off part of your sentence because I figured I was responding to you so no need to repeat every word. CF for Remoting is not overkill. 
Yes, I disagree. You don't have to use the enormous list of CF features to do Remoting. You use CFC's and you're done. Same with PHP, Rails, .NET, Java, whatever, and etc. All of them have great features. You don't need to use the enormous list of _ features to do Remoting.
Again, you are presenting opinions and I am as well. Perhaps the real disagreement here is over the real definition of the word overkill. I didnt think my definition of the word was opinion but perhaps it is. My definition, in this context, is a piece of software that does more, and therefore *costs* more than what you need to do to do something simple. You can do remoting without buying CF without any reduction in *remoting* functionality.
If you want to go back and forth with me, email me offlist. I won't respond on the list anymore.
Fine by me.Regards,Hank

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Map Tile Library

2006-10-07 Thread atlasalive
I'm prototyping a map viewer application similar to Google or Yahoo
maps.  I will be connecting to image tile libraries that I create with
another GIS application.  So the one thing I know is that there will
be a library of image tiles at different zoom levels and XML documents
that communicate the metadata.  These may be accessed directly or
through a .Net web service.  The server side will be .Net.  All the
tiles will be the same size.

I'll need to implement standard map functions like zoom, pan, etc.  I
also want to do things like drawing polylines onto the map, overlaying
icons, and the like.

I'm new to Adobe Flex and I was hoping to get suggestions on an
architecture.  Basically 
1) I need a high-performing system that retrieves the tiles and
presents a seamless map to the user.  
2) I would like to cache the edge tiles so the seamless effect
continues when panning.
3) I'd like to be able to configure the application's number of tiles
and tile size.
4) I'd like to make it flexible enough to draw tiles from a web
service if necessary.
5) I'd like to deliver image tiles to the desktop separately and have
the user 'point' to the local cache if possible.  Apollo?  Zinc?

What visual components/techniques would best implement the seamless
pannable tiled map?  How does Yahoo do it?  Any gotchas I should be
aware of?

What techniques /components will provide the optimal performance for
accessing the tile libraries, either if they are files or web service
calls?

Are there existing bodies of work that I could use as a template?

Are there mentors available who can help me up front?  Anybody in the
Seattle, USA area?






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





Re: [flexcoders] Tinting an image in Flex

2006-10-07 Thread Igor Costa



Color had you tried?Or are you just wondering how to do that using both mxml or just AS?I guess you could get a quick read at Image Class.RegardsOn 10/7/06, 
maxadim99 [EMAIL PROTECTED] wrote:













  



The title says it all really. I'm trying to tint an image in flex
using actionscript. I've been able to do it in Flash using the Color
property, but when I use the same code, I get an error (undefined
property color).

Thanks in advance,

Max


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Map Tile Library

2006-10-07 Thread Igor Costa



Man,just take a look at the Flash Developer center of Yahoo!regardsOn 10/7/06, atlasalive [EMAIL PROTECTED]
 wrote:












  



I'm prototyping a map viewer application similar to Google or Yahoo
maps.  I will be connecting to image tile libraries that I create with
another GIS application.  So the one thing I know is that there will
be a library of image tiles at different zoom levels and XML documents
that communicate the metadata.  These may be accessed directly or
through a .Net web service.  The server side will be .Net.  All the
tiles will be the same size.

I'll need to implement standard map functions like zoom, pan, etc.  I
also want to do things like drawing polylines onto the map, overlaying
icons, and the like.

I'm new to Adobe Flex and I was hoping to get suggestions on an
architecture.  Basically 
1) I need a high-performing system that retrieves the tiles and
presents a seamless map to the user.  
2) I would like to cache the edge tiles so the seamless effect
continues when panning.
3) I'd like to be able to configure the application's number of tiles
and tile size.
4) I'd like to make it flexible enough to draw tiles from a web
service if necessary.
5) I'd like to deliver image tiles to the desktop separately and have
the user 'point' to the local cache if possible.  Apollo?  Zinc?

What visual components/techniques would best implement the seamless
pannable tiled map?  How does Yahoo do it?  Any gotchas I should be
aware of?

What techniques /components will provide the optimal performance for
accessing the tile libraries, either if they are files or web service
calls?

Are there existing bodies of work that I could use as a template?

Are there mentors available who can help me up front?  Anybody in the
Seattle, USA area?


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Still erro Error #2032r

2006-10-07 Thread Igor Costa



This is a Known Issue http://livedocs.macromedia.com/flex/2/langref/runtimeErrors.htmlIt's saying that he couldn't not find the file for that,
Solution is:Just import to your Flex Project the File in this case .xml and than try to compile again. and it will works.Good luck there.On 10/7/06, 
Giorgio Natili [EMAIL PROTECTED] wrote:













  






Hi All,

I have made a wide search in the list, but I didn't 
find the solution to the Error #2032.
I get this message when I try to load an xml file 
from an AS3 class also if I set correctly the compiler in order to work 
locally.

Any suggestion is welcome...

Giorgio

  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] DEFAULTING HDividedBox

2006-10-07 Thread Igor Costa



SteveJust wonderning about this one thing.You really cold do that without any problemJust set the HDvidedBox like thatmx:HDividedBox width=100% height=100%
 !-- Add any child here with percentagem % mx:Panel width=50% height=100% /mx:Panel mx:Panel width= 50% height=100%
 /mx:Panel/mx:HDividedBoxRegards brother.On 10/7/06, Steve Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:












  











Hello,



I'm a little confused about one small aspect of the
HDividedBox container. How do I set the DEFAULT placement of the children. AT
FIRST, I thought that I always allocated an equal space for each child, but I
just created an HDividedBox, and the FIRST child is 10% to the second child's
90%. I can't see anything in the SOURCE MODE that would have specified
this behavior.



Best Regards,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado


80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]










  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] flex2 on a mac - compile

2006-10-07 Thread Igor Costa



It's equal if I dont make mistake in the same directoy of your choose.Just start up the mxmlc.exe -jar and it' will work if you jvm 1.5.2 it's installed.Regards.On 10/7/06, 
michaelrohner [EMAIL PROTECTED] wrote:













  



Hi,

I just upgraded my mac to osx 10.4.8 and installed J2SE50Release4.
Then I downloaded flex_sdk_2.zip. 

1.Where does the flex_sdk_2 folder have to be located in the directory?

2.How can I compile  a sample from this folder - flex_sdk_2/samples/

Any help is greatly appreaciated.

Thanks
Michael


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___