[flexcoders] [Announce] Sydney Developers Group Inaugural meeting

2005-04-30 Thread Chris Velevitch
Attention all Sydney (Australia) based developers:
 
The Inaugural meeting will be held on Tuesday 10th May at 6pm for a
6:30 start. (Please note: the direction details have been ammended
http://www.flashdev.org.au/venue).
 
There'll be a lucky door prize, but to be in the draw, you'll need to RSVP.
 
Tonight's topic is: What's Flex Really All About?
 
There's been a lot of talk lately about Flex and the impact of the
price increase. Flex is a server based platform. But really, what does
Flex give that you can't do with Flash, a application Framework, Flash
Remoting or Web Services and diligent development practices? Tonight,
Robin Hilliard of Rockboots will shed some light on this issue with
some real world examples. (http://www.flashdev.org.au/program/)
 
Venue is MLC School Burwood (http://www.flashdev.org.au/venue/)

There'll be a lucky door prize, but to be in the draw, you'll need to
RSVP (http://www.flashdev.org.au/rsvp/).


 
Yahoo! Groups Links

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

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

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





RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-30 Thread Steven Webster
Craig,

Can I clarify what your setup is here ?

Are you invoking the remote object as an unnamed service ? (eg source=)

Have you removed the named service for the delegate, including the
allow-unnamed-access node.

If you have done both those things, have your source*/source 
configuration in the remote-objects whitelist then you shouldn't be 
having any access problems.

Steven

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Craig Newroth
 Sent: 29 April 2005 19:43
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: creditcard dashboard - for Alistair
 
 I'll try to be more civil Steven...
 so okay let try this ONE more time, as I know that I posted 
 the error that I am getting the first time...

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 27/04/2005
 



 
Yahoo! Groups Links

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

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

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





RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-30 Thread Craig Newroth



well, that's the preoblem, I have tried all these and still get the error that I posted...however I will look at them one more time and post resutls...
it's a little frustrating to read the code, understand the code, read the chapters, follow along with them, and yet still not get it to work to 'see' it in actionhumm...
Steven Webster [EMAIL PROTECTED] wrote:
Craig,Can I clarify what your setup is here ?Are you invoking the remote object as an unnamed service ? (eg source="")Have you removed the named service for the delegate, including thenode.If you have done both those things, have your * configuration in the remote-objects whitelist then you shouldn't be having any access problems.Steven -Original Message- From: flexcoders@yahoogroups.com  [mailto:[EMAIL PROTECTED] On Behalf Of Craig Newroth Sent: 29 April 2005 19:43 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: creditcard dashboard - for Alistair  I'll try to be more civil Steven... so okay let try this ONE more time, as I know that I posted  the error that I am getting the first
 time...-- No virus found in this outgoing message.Checked by AVG Anti-Virus.Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 27/04/2005Yahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[flexcoders] HTTPService HTML Encoding/Parameter Issues

2005-04-30 Thread RBullotta
Here are some issues we've encountered in Flex 1.5 when trying to 
use it with some of our web applications via HTTP:

 1) Cannot use parameter names in HTTPService if parameter has a . 
in the name as in: 

 mx:HTTPService 
url=http://localhost/Lighthammer/I­lluminator?QueryTemplate=Demo/­
Historica... 
Queryamp;Content-Type=text/xm­l id=abc 
   mx:request 
 Param.120/Param.1 
   /mx:request 
 /mx:HTTPService 


 2) There does not appear to be any way to pass characters that 
should be HTML encoded (such as the equals sign below) using the 
mx:request technique (also note that the parameter name is XXX, 
but the right side value should be the string A=whatever, 
properly encoded)...


 mx:HTTPService 
url=http://localhost/Lighthammer/I­lluminator?QueryTemplate=Demo/­
Historica... 
Queryamp;Content-Type=text/xm­l id=abc 
   mx:request 
 XXXA={mydataboundthing.value­}/XXX 
   /mx:request 
 /mx:HTTPService 

 This causes the compiler to freak out 


 ---or --- 


 mx:HTTPService 
url=http://localhost/Lighthammer/I­lluminator?QueryTemplate=Demo/­
Historica... 
Queryamp;Content-Type=text/xm­l id=abc 
   mx:request 
 XXXA%3D{mydataboundthing.val­ue}/XXX 
   /mx:request 
 /mx:HTTPService 


 This causes the ampersand to be double encoded  







 
Yahoo! Groups Links

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

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

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





[flexcoders] Using CSS Styles for LineSeries

2005-04-30 Thread RBullotta
CSS Styling of individual series does not seem to work correctly (or is 
not well documented) - for example, how can CSS be used to style a 
LineSeries to control line color and width? 






 
Yahoo! Groups Links

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

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

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





[flexcoders] CSS Stylesheets - locked in the filesystem?

2005-04-30 Thread RBullotta
We occasionally get a file locking problem with Css stylesheets when 
trying to save from within FlexBuilder - requires a reboot of the app 
server.  Has anyone else seen this?  Seems to be only a problem when 
editing.  No runtime problems have been encountered.






 
Yahoo! Groups Links

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

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

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





[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-30 Thread Dave
Thanks Tracy - I owe you, big time!

-Dave

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
wrote:
 private function initUI():Void
 {
   aDPCombined = new Array();
   var aPulseLoansToday:Array = modelPulse.PulseLoansToday;
   var aPulseLoansYesterday:Array =
 modelPulseYesterday.PulseLoansToday;
   var oItem:Object;
   var oItemYesterday:Object;
   var nGrowth:Number;
 //*
   for ( var i:Number=0; iaPulseLoansToday.length; i++ )  {
  oItem = aPulseLoansToday[i];
  oItemYesterday = aPulseLoansYesterday[i];
  nGrowth = Number(oItem.TOTALBAL) -
 Number(oItemYesterday.TOTALBAL);//**
   var oItemCombined:Object = new
 Object({SCHEDDATE:oItem.SCHEDDATE,
   
 CATEGORY:oItem.CATEGORY,
   
 TODAY:oItem.TOTALBAL,
   
 YESTERDAY:oItemYesterday.TOTALBAL,
   
 GROWTH:nGrowth});//*
   aDPCombined.addItem(oItemCombined);
   }//for ( var i:Number=0;
 }
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Dave
 Sent: Friday, April 29, 2005 9:10 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??
 
 Tracy,
 
 Thanks for your help. Now I have to add other fields from other 
 dataproviders but I think I can handle it.
 
 I know this is probably AS 101, but how do I create an object in 
the 
 new array that is a product of a math function between 2 other 
 objects in the new array? 
 
 Example: I need to create a column in the datagrid called GROWTH 
 that is simply the difference between TOTALBAL for today and 
 TOTALBAL for yesterday (TODAY - YESTERDAY). Everything I try 
results 
 in NaN.
 
 
 Thanks for your patience.
 
 -Dave
 
 --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
 wrote:
  The example is attached, along with the sample xml files I 
created 
 to
  test it.
  
  Your array exists at result.diffgram.PulseLoansToday. In the 
 example I
  left the diffgram node out of my test xml.
  
  Basically, you assign the today and yesterday arrays to 
variables,
  iterate through the today items, get the matching yesterday 
item, 
 build
  a combined item object, and add it to the combined dataProvider 
 array,
  which is bound to the DataGrid DataProvider.
  
  Tracy 
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of Dave
  Sent: Thursday, April 28, 2005 6:24 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??
  
  OK. Let me backup. Below is a sample of the data returned (an 
 array 
  of objects?) from the WS with the date specified as 1/10/2005. 
The 
  dataProvider for the datagrid 
  
 
is {service1.PulseLoansToday.result.diffgram.PulseLoansToday.PulseLo
  ansToday}
  
  Binding to the dataProvider as specified produces the desired 
  results within the datagrid (using CATEGORY, TOTALBAL, etc. 
as 
  the column names). 
  
  Here's the rub; within the SAME datagrid, I need to display one 
  column of TOTALBAL for the selected date(1/10/2005 in this 
case), 
  and another column of TOTALBAL for yesterday's date (thisDate 
  request is empty so default is previous day's date). Since I can 
  only bind a datagrid to one dataProvider, I need a way to 
combine 
  the results into a new dataProvider that I can bind to the 
 datagrid.
  
  Thanks for your help,
  
  -Dave
  
  SAMPLE DATA RETURNED FROM WEB SERVICE
  ?xml version=1.0 encoding=UTF-8?
  soap:Envelope xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
  xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Body
PulseLoansTodayResponse xmlns=http://srv-corp-
  sql/XmlWebServices/
   PulseLoansTodayResult
  xs:schema xmlns:msdata=urn:schemas-microsoft-
com:xml-
  msdata xmlns:xs=http://www.w3.org/2001/XMLSchema; xmlns= 
  id=PulseLoansToday
 xs:element name=PulseLoansToday 
  msdata:IsDataSet=true;
xs:complexType
   xs:choice maxOccurs=unbounded
  xs:element name=PulseLoansToday
 xs:complexType
xs:sequence
   xs:element name=SCHEDDATE 
  type=xs:string minOccurs=0/
   xs:element name=CATEGORY 
  type=xs:string minOccurs=0/
   xs:element name=TOTALBAL 
  type=xs:decimal minOccurs=0/
   xs:element name=TOTALCNT 
  type=xs:decimal minOccurs=0/
   xs:element name=SORTBY 
  type=xs:int minOccurs=0/
/xs:sequence
 /xs:complexType
  /xs:element
   

[flexcoders] Re: Data-binding problem using Cairngorm ServiceLocator

2005-04-30 Thread viraf_bankwalla
You could build the request and pass it as a argument to the send.

var args:Object = new Object();
args[username] = username;

var query = ServiceLocator.getInstance().getService(myQuery);
query.send(args);

or 

var query = ServiceLocator.getInstance().getService(myQuery);
query.send({username:username});


- viraf

--- In flexcoders@yahoogroups.com, jruud68 [EMAIL PROTECTED] wrote:
 I have defined a HTTPService in my Services.mxml as follows:
 
 mx:HTTPService id=myQuery url=http://www.mysite.com/index.xml;
   mx:request
 username{username}/username
   /mx:request
 /mx:HTTPService
 
 I then try to invoke the service from a different MXML file:
 
 var query = ServiceLocator.getInstance().getService(myQuery);
 query.send();
 
 The problem is that 'username' is bound to myQuery before myQuery 
 has been given a value by the app, so running the query fails. Is 
 there a way to force a 'rebind' of the query once it has been 
 returned from the ServiceLocator and before invoking query.send()? 
 (this is not necessarily Cairngorm's fault, but I need a 
workaround 
 when for when services are defined in MXML)
 
 Thanks, John





 
Yahoo! Groups Links

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

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

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





RE: [flexcoders] Size up with Validation Message font size

2005-04-30 Thread Gordon Smith
 I want to know all of global style names.

var p:String;
for (p in StyleManager.styles)
{
trace(i)
}

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 29, 2005 10:21 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Size up with Validation Message font size


Hi, Matt,

Thank you very much for your help!

I read the flex document agein, and I could make it to
change the styles.

following document
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/ht
ml/wwhelp.htm?context=Flex_Documentationfile=0560.htm

More or less, I could get an expected result. But there is a little bit
funny semantics.

It could'nt function following statement.
 StyleManager.styles.ErrorTip.fontSize = 20;

But, it could function following statement. 
 StyleManager.styles.ErrorTip.setStyle(fontSize,20);

BTW, I want to know all of global style names.
(for example, ErrorTip, ToolTip ...)
Where can I see them?

Anyway, thank you very much!

Yours sincerely,

Yokota Satoshi
[EMAIL PROTECTED]
http://www.yokot.com/


Matt Chotin wrote:
 You need to set styles on the errorTip.  However adjusting the outer frame
 design might be difficult.  Relevant style defaults are:
 
  
 
 color: 0xFF,
 
 fontSize: 9,
 
 fontWeight: bold,
 
 shadowColor: 0x00
 
 borderColor: 0xCE2929,
 
 borderStyle: errorTipRight,
 
 marginBottom: 4,
 
 marginLeft: 4,
 
 marginRight: 4,
 
 marginTop: 4
 
  
 
 Matt
 
   _  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 28, 2005 1:07 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Size up with Validation Message font size
 
  
 
 Hello,
 
 I have a try to size up with Validation Message font size.
 I don't know how to switch font message size from small to large one,
 and how to customize message window outer frame design.
 If possible, I want to make it like a custom validator renderer.
 
 I need FlexCoders's helps.
 
 Thank you,
 Yours sincerely,
 
 Yokota Satoshi
 [EMAIL PROTECTED]
 http://www.yokot.com/ http://www.yokot.com/ 
 
 
 
 
   _  
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
 http://groups.yahoo.com/group/flexcoders/ 
   
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 
   
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms
 http://docs.yahoo.com/info/terms/  of Service. 
 
 



 
Yahoo! Groups Links



 


 
Yahoo! Groups Links

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

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

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





RE: [flexcoders] Size up with Validation Message font size

2005-04-30 Thread Gordon Smith
Oops.

var p:String;
for (p in StyleManager.styles)
{
trace(p);
}

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 30, 2005 4:21 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Size up with Validation Message font size


 I want to know all of global style names.

var p:String;
for (p in StyleManager.styles)
{
trace(i)
}

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 29, 2005 10:21 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Size up with Validation Message font size


Hi, Matt,

Thank you very much for your help!

I read the flex document agein, and I could make it to
change the styles.

following document
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/ht
ml/wwhelp.htm?context=Flex_Documentationfile=0560.htm

More or less, I could get an expected result. But there is a little bit
funny semantics.

It could'nt function following statement.
 StyleManager.styles.ErrorTip.fontSize = 20;

But, it could function following statement. 
 StyleManager.styles.ErrorTip.setStyle(fontSize,20);

BTW, I want to know all of global style names.
(for example, ErrorTip, ToolTip ...)
Where can I see them?

Anyway, thank you very much!

Yours sincerely,

Yokota Satoshi
[EMAIL PROTECTED]
http://www.yokot.com/


Matt Chotin wrote:
 You need to set styles on the errorTip.  However adjusting the outer frame
 design might be difficult.  Relevant style defaults are:
 
  
 
 color: 0xFF,
 
 fontSize: 9,
 
 fontWeight: bold,
 
 shadowColor: 0x00
 
 borderColor: 0xCE2929,
 
 borderStyle: errorTipRight,
 
 marginBottom: 4,
 
 marginLeft: 4,
 
 marginRight: 4,
 
 marginTop: 4
 
  
 
 Matt
 
   _  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 28, 2005 1:07 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Size up with Validation Message font size
 
  
 
 Hello,
 
 I have a try to size up with Validation Message font size.
 I don't know how to switch font message size from small to large one,
 and how to customize message window outer frame design.
 If possible, I want to make it like a custom validator renderer.
 
 I need FlexCoders's helps.
 
 Thank you,
 Yours sincerely,
 
 Yokota Satoshi
 [EMAIL PROTECTED]
 http://www.yokot.com/ http://www.yokot.com/ 
 
 
 
 
   _  
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
 http://groups.yahoo.com/group/flexcoders/ 
   
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 
   
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms
 http://docs.yahoo.com/info/terms/  of Service. 
 
 



 
Yahoo! Groups Links



 


 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

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

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

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





[flexcoders] Flex not diplaying properly in Firefox browser?

2005-04-30 Thread Eric Raymond
Flex apps do not seem to be rendering properly when viewed in the
Mozilla Firefox browser under Linux.

For some reason only the leftmost 200 pixels are displayed.  The rest
of the application is gray. Rezining the window has no effect.  This
affects the Store Demo on the macromedia site.

I'm running Shockwave Flash 7.0 r25.





 
Yahoo! Groups Links

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

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

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