[flexcoders] Looking for AdobeĀ® Flex 3 with AIR Exam # 9A0-082 study material

2009-10-06 Thread jlopes151
I have searched the Adobe training site and couldn't find any thing. I have 
books to learn from but from what I have seen of the practice exam these books 
only get me started with Flex/AIR. 

Is there any thing that's a direct study for this exam?

Thanks for any help

James



[flexcoders] Param to a channel endpoint

2008-11-30 Thread jlopes151
Were the channel-definition is

http://{server.name}/{server.port}/
{context.root}/messagebroker/fastamfpolling" 

what happens is the {context.root} get filled with the wrapped in 
single quotes. I then get a "Send Failed" error. Were is the 
context.root passed? I have gotten around this by putting the channel 
on my  





[flexcoders] Help with iFrame & navigateToURL

2008-10-28 Thread jlopes151
If I acvtivate an iFrame then try to navigateToURL the navigateToURL 
does not function. It throws no errors just does not travers to the 
next site. I can activate the navigation if done before the iFrame 
activates.

Thanks for any help.



[flexcoders] I want to access the HttpFlexSession from within a .mxml

2008-10-09 Thread jlopes151
I have a large amount of data to pass to a servlet. I JSP I could 
access the HTTP Sessioin and store an object, access the object from 
another jsp or servlet. I want to do the same in Flex. Can this be 
done?

Thanks for the help



[flexcoders] Re: Is there a way to set the starting index of a DataGrid

2008-07-17 Thread jlopes151
That's what I was looking for thanks.

--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> 
wrote:
>
> You can use an e4x expression to leave off the first "row".  
*Something*
> like:
> 
> var xlData:XMLList = xmlData.children().(childIndex()>0);
> 
>  
> 
> Tracy
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of Alex Harui
> Sent: Thursday, July 17, 2008 10:50 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Is there a way to set the starting index 
of a
> DataGrid
> 
>  
> 
> You might be able to customize a custom collection from my blog
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of jlopes151
> Sent: Thursday, July 17, 2008 5:51 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Is there a way to set the starting index of a
> DataGrid
> 
>  
> 
> What I want is to load data from an xml file, skipping over the 
first 
> node. I want to use the first node of the xml data as header info, 
> were the rest of the file contians the data grid data.
> 
> Thanks for any help
>




[flexcoders] Is there a way to set the starting index of a DataGrid

2008-07-17 Thread jlopes151
What I want is to load data from an xml file, skipping over the first 
node. I want to use the first node of the xml data as header info, 
were the rest of the file contians the data grid data.

Thanks for any help





[flexcoders] Any one have info as to how to setup an AdvancedDataGridHeaderRender?

2008-05-22 Thread jlopes151
I'm looking for a walk through as to how to setup an 
AdvanceddataGridHeaderRender. Any one know of one?



[flexcoders] Re: Changing the background color of a DataGrid row

2008-04-24 Thread jlopes151
--- In flexcoders@yahoogroups.com, "valdhor" <[EMAIL PROTECTED]> wrote:
>
> Yes. Check out itemRenderers. The best article on this is at
> http://blogs.adobe.com/aharui/item_renderers/
> 
> --- In flexcoders@yahoogroups.com, "jlopes151"  wrote:
> >
> > In Flex3 I want to set the background color of a data grid row. 
Can I 
> > do it?
> > 
> > Thanks for the Help.
> >
>

Forgot mention that I only want to change the color of the first 
row, default the others. I'm worried if I setup a counter or 
firstrow var it will get reset when the next row is created. I'll 
take a look at the blog.

Thanks 



[flexcoders] Having a problem scaling printed output

2008-04-24 Thread jlopes151
I have used every property of the FlexPrintJobScaleType class. The 
page prints but doesn't scale.

To tell the truth I did get it to scale once out of the 500+ tries.

I guess I Yahoo to loud and lost track of how I did it.

Thanks for any help.



[flexcoders] Changing the background color of a DataGrid row

2008-04-24 Thread jlopes151
In Flex3 I want to set the background color of a data grid row. Can I 
do it?

Thanks for the Help.