[flexcoders] Flex Book

2008-02-15 Thread Dan Vega
I downloaded a great component from http://www.quietlyscheming.com/blog/ and
I am trying to customize it and I am coming across a problem. The example
uses
http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
at mx.core::UIComponent/callLaterDispatcher
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]





http://www.adobe.com/2006/mxml"; xmlns:l="*"
layout="absolute"
xmlns:controls="qs.controls.*"
creationComplete="initApp();" xmlns:containers="qs.containers.*"
xmlns:effects="qs.effects.*"
width="720" height="430">


FlexBook {

color: #00;
textRollOverColor: #00;

border-thickness: 0;
border-style: none;
page-slope: .6;
active-grab-area: page;
page-shadow-strength: 1;
curve-shadow-strength: 1;
auto-turn-duration: 1500;
}

Application {
color: #F1F1CC;
textRollOverColor: #000;
backgroundColor: #ff;
}

SuperImage {
border-thickness: 0;
border-style: none;
}











-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


Re: [flexcoders] Flex Book

2008-02-15 Thread Rob Rusher
Simplify your code by using the  tag and set it's source property to
the path to your XML.



Your xml might look like:


...

Then reference it as myXML.image.thumb.

HTH

Rob

On Fri, Feb 15, 2008 at 9:31 AM, Dan Vega <[EMAIL PROTECTED]> wrote:

>   I downloaded a great component from http://www.quietlyscheming.com/blog/and 
> I am trying to customize it and I am coming across a problem. The
> example uses
>  xml at runtime so I changed the code. Here is my code and this is the error
> I keep getting. Does anyone
> know what I am doing wrong?
>
> ERROR
> [SWF] /*/bin-debug/ElginAds.swf - 765,388 bytes after decompression
> TypeError: Error #1009: Cannot access a property or method of a null
> object reference.
> at qs.controls::FlexBook/fillPage()[C:\Program
> Files\Apache\htdocs\*\src\qs\controls\FlexBook.as:656]
> at qs.controls::FlexBook/commitProperties()[C:\Program
> Files\Apache\htdocs\*\src\qs\controls\FlexBook.as:771]
> at mx.core::UIComponent/validateProperties
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
> at mx.managers::LayoutManager/validateProperties
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
> at mx.managers::LayoutManager/doPhasedInstantiation
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
> at Function/http://adobe.com/AS3/2006/builtin::apply()
> at mx.core::UIComponent/callLaterDispatcher2
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
> at mx.core::UIComponent/callLaterDispatcher
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]
>
>
>
>
> 
> http://www.adobe.com/2006/mxml"; xmlns:l="*"
> layout="absolute"
> xmlns:controls="qs.controls.*"
> creationComplete="initApp();" xmlns:containers="qs.containers.*"
> xmlns:effects="qs.effects.*"
> width="720" height="430">
>
> 
> FlexBook {
>
> color: #00;
> textRollOverColor: #00;
>
> border-thickness: 0;
> border-style: none;
> page-slope: .6;
> active-grab-area: page;
> page-shadow-strength: 1;
> curve-shadow-strength: 1;
> auto-turn-duration: 1500;
> }
>
> Application {
> color: #F1F1CC;
> textRollOverColor: #000;
> backgroundColor: #ff;
> }
>
> SuperImage {
> border-thickness: 0;
> border-style: none;
> }
> 
>
> 
> 
> 
>
>  horizontalCenter="0"
> animateCurrentPageIndex="true"
> showCornerTease="true"
> edgeAndCornerSize="150"
> itemRenderer="ImagePage"
> content="{dataSet}"
> turnStart="loadContent(event)"
> animatePagesOnTurn="true"
> turnEnd="loadContent(event)"
> />
>
> 
>
>
> --
> Thank You
> Dan Vega
> [EMAIL PROTECTED]
> http://www.danvega.org
>  
>



-- 
-- 
Regards,
Rob Rusher

Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor
m: 303-885-7044
im: robrusher


Re: [flexcoders] Flex Book

2008-02-15 Thread Dan Vega
The problem with that is  is a compile time tag, the xml file will
change on the server.

Dan

On Fri, Feb 15, 2008 at 11:41 AM, Rob Rusher <[EMAIL PROTECTED]> wrote:

>   Simplify your code by using the  tag and set it's source
> property to the path to your XML.
>
> 
>
> Your xml might look like:
> 
> 
> ...
>
> Then reference it as myXML.image.thumb.
>
> HTH
>
> Rob
>
>
> On Fri, Feb 15, 2008 at 9:31 AM, Dan Vega <[EMAIL PROTECTED]> wrote:
>
> >   I downloaded a great component from
> > http://www.quietlyscheming.com/blog/ and I am trying to customize it and
> > I am coming across a problem. The example uses
> >  > xml at runtime so I changed the code. Here is my code and this is the error
> > I keep getting. Does anyone
> > know what I am doing wrong?
> >
> > ERROR
> > [SWF] /*/bin-debug/ElginAds.swf - 765,388 bytes after decompression
> > TypeError: Error #1009: Cannot access a property or method of a null
> > object reference.
> > at qs.controls::FlexBook/fillPage()[C:\Program
> > Files\Apache\htdocs\*\src\qs\controls\FlexBook.as:656]
> > at qs.controls::FlexBook/commitProperties()[C:\Program
> > Files\Apache\htdocs\*\src\qs\controls\FlexBook.as:771]
> > at mx.core::UIComponent/validateProperties
> > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
> > at mx.managers::LayoutManager/validateProperties
> > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
> > at mx.managers::LayoutManager/doPhasedInstantiation
> > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
> > at Function/http://adobe.com/AS3/2006/builtin::apply()
> > at mx.core::UIComponent/callLaterDispatcher2
> > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
> > at mx.core::UIComponent/callLaterDispatcher
> > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]
> >
> >
> >
> >
> > 
> > http://www.adobe.com/2006/mxml"; xmlns:l="*"
> > layout="absolute"
> > xmlns:controls="qs.controls.*"
> > creationComplete="initApp();" xmlns:containers="qs.containers.*"
> > xmlns:effects="qs.effects.*"
> > width="720" height="430">
> >
> > 
> > FlexBook {
> >
> > color: #00;
> > textRollOverColor: #00;
> >
> > border-thickness: 0;
> > border-style: none;
> > page-slope: .6;
> > active-grab-area: page;
> > page-shadow-strength: 1;
> > curve-shadow-strength: 1;
> > auto-turn-duration: 1500;
> > }
> >
> > Application {
> > color: #F1F1CC;
> > textRollOverColor: #000;
> > backgroundColor: #ff;
> > }
> >
> > SuperImage {
> > border-thickness: 0;
> > border-style: none;
> > }
> > 
> >
> > 
> > 
> > 
> >
> >  > height="400" horizontalCenter="0"
> > animateCurrentPageIndex="true"
> > showCornerTease="true"
> > edgeAndCornerSize="150"
> > itemRenderer="ImagePage"
> > content="{dataSet}"
> > turnStart="loadContent(event)"
> > animatePagesOnTurn="true"
> > turnEnd="loadContent(event)"
> > />
> >
> > 
> >
> >
> > --
> > Thank You
> > Dan Vega
> > [EMAIL PROTECTED]
> > http://www.danvega.org
> >
>
>
>
> --
> --
> Regards,
> Rob Rusher
>
> Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor
> m: 303-885-7044
> im: robrusher
> 
>



-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


Re: [flexcoders] Flex Book

2008-02-15 Thread Rob Rusher
Then use HTTPService.
Example:
http://blog.flexexamples.com/2007/07/27/loading-xml-at-run-time-using-the-mxhttpservice-tag/

Rob

On Fri, Feb 15, 2008 at 11:07 AM, Dan Vega <[EMAIL PROTECTED]> wrote:

>   The problem with that is  is a compile time tag, the xml file
> will change on the server.
>
> Dan
>
> On Fri, Feb 15, 2008 at 11:41 AM, Rob Rusher <[EMAIL PROTECTED]> wrote:
>
> >   Simplify your code by using the  tag and set it's source
> > property to the path to your XML.
> >
> > 
> >
> > Your xml might look like:
> > 
> > 
> > ...
> >
> > Then reference it as myXML.image.thumb.
> >
> > HTH
> >
> > Rob
> >
> >
> > On Fri, Feb 15, 2008 at 9:31 AM, Dan Vega <[EMAIL PROTECTED]> wrote:
> >
> > >   I downloaded a great component from
> > > http://www.quietlyscheming.com/blog/ and I am trying to customize it
> > > and I am coming across a problem. The example uses
> > >  > > the xml at runtime so I changed the code. Here is my code and this is the
> > > error I keep getting. Does anyone
> > > know what I am doing wrong?
> > >
> > > ERROR
> > > [SWF] /*/bin-debug/ElginAds.swf - 765,388 bytes after
> > > decompression
> > > TypeError: Error #1009: Cannot access a property or method of a null
> > > object reference.
> > > at qs.controls::FlexBook/fillPage()[C:\Program
> > > Files\Apache\htdocs\*\src\qs\controls\FlexBook.as:656]
> > > at qs.controls::FlexBook/commitProperties()[C:\Program
> > > Files\Apache\htdocs\*\src\qs\controls\FlexBook.as:771]
> > > at mx.core::UIComponent/validateProperties
> > > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
> > > at mx.managers::LayoutManager/validateProperties
> > > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
> > > at mx.managers::LayoutManager/doPhasedInstantiation
> > > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
> > > at Function/http://adobe.com/AS3/2006/builtin::apply()
> > > at mx.core::UIComponent/callLaterDispatcher2
> > > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
> > > at mx.core::UIComponent/callLaterDispatcher
> > > ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]
> > >
> > >
> > >
> > >
> > > 
> > > http://www.adobe.com/2006/mxml"; xmlns:l="*"
> > > layout="absolute"
> > > xmlns:controls="qs.controls.*"
> > > creationComplete="initApp();" xmlns:containers="qs.containers.*"
> > > xmlns:effects="qs.effects.*"
> > > width="720" height="430">
> > >
> > > 
> > > FlexBook {
> > >
> > > color: #00;
> > > textRollOverColor: #00;
> > >
> > > border-thickness: 0;
> > > border-style: none;
> > > page-slope: .6;
> > > active-grab-area: page;
> > > page-shadow-strength: 1;
> > > curve-shadow-strength: 1;
> > > auto-turn-duration: 1500;
> > > }
> > >
> > > Application {
> > > color: #F1F1CC;
> > > textRollOverColor: #000;
> > > backgroundColor: #ff;
> > > }
> > >
> > > SuperImage {
> > > border-thickness: 0;
> > > border-style: none;
> > > }
> > > 
> > >
> > > 
> > > 
> > > 
> > >
> > >  > > height="400" horizontalCenter="0"
> > > animateCurrentPageIndex="true"
> > > showCornerTease="true"
> > > edgeAndCornerSize="150"
> > > itemRenderer="ImagePage"
> > > content="{dataSet}"
> > > turnStart="loadContent(event)"
> > > animatePagesOnTurn="true"
> > > turnEnd="loadContent(event)"
> > > />
> > >
> > > 
> > >
> > >
> > > --
> > > Thank You
> > > Dan Vega
> > > [EMAIL PROTECTED]
> > > http://www.danvega.org
> > >
> >
> >
> >
> > --
> > --
> > Regards,
> > Rob Rusher
> >
> > Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor
> > m: 303-885-7044
> > im: robrusher
> >
>
>
>
> --
> Thank You
> Dan Vega
> [EMAIL PROTECTED]
> http://www.danvega.org
>  
>



-- 
-- 
Regards,
Rob Rusher

Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor
m: 303-885-7044
im: robrusher


Re: [flexcoders] Flex Book

2008-02-15 Thread Dan Vega
Rob,
Great tip on using http instead of xml. The problem I am having now is I
think the component is trying to load before the service is completed.  I
don't think the dataSet is filled when the component is setting up. I tried
to create the component in AS but it would not let me. Any help is
appreciated, I am racking my brain over this.

Dan

[SWF] //bin-debug/.swf - 925,285 bytes after decompression
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at /loadContent()[C:\Program
Files\Apache\htdocs\src\.mxml:62]
at /__book_turnEnd()[C:\Program
Files\Apache\htdocs\\src\.mxml:85]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:9041]
at qs.controls::FlexBook/dispatchEventForPage()[C:\Program
Files\Apache\htdocs\\src\qs\controls\FlexBook.as:733]
at qs.controls::FlexBook/commitProperties()[C:\Program
Files\Apache\htdocs\\src\qs\controls\FlexBook.as:777]
at mx.core::UIComponent/validateProperties
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
at mx.managers::LayoutManager/validateProperties
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
at mx.managers::LayoutManager/doPhasedInstantiation
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
at mx.core::UIComponent/callLaterDispatcher
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]




here is my code


http://www.adobe.com/2006/mxml"; xmlns:l="*"
layout="absolute"
xmlns:controls="qs.controls.*"
creationComplete="initApp();" xmlns:containers="qs.containers.*"
xmlns:effects="qs.effects.*"
width="720" height="430">


FlexBook {
color: #00;
textRollOverColor: #00;
border-thickness: 0;
border-style: none;
page-slope: .6;
active-grab-area: page;
page-shadow-strength: 1;
curve-shadow-strength: 1;
auto-turn-duration: 1500;
}

Application {
color: #F1F1CC;
textRollOverColor: #000;
backgroundColor: #ff;
}

SuperImage {
border-thickness: 0;
border-style: none;
}













Re: [flexcoders] Flex Book

2008-02-15 Thread Phil Krasko
CreationComplete on component call the httpservice


Sent via BlackBerry from T-Mobile

-Original Message-
From: "Dan Vega" <[EMAIL PROTECTED]>

Date: Fri, 15 Feb 2008 15:55:24 
To:flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Book


Rob,
Great tip on using http instead of xml. The problem I am having now is I think 
the component is trying to load before the service is completed.  I don't think 
the dataSet is filled when the component is setting up. I tried to create the 
component in AS but it would not let me. Any help is appreciated, I am racking 
my brain over this.
 
Dan

[SWF] //bin-debug/.swf - 925,285 bytes after decompression
TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
    at /loadContent()[C:\Program 
Files\Apache\htdocs\src\.mxml:62]
     at /__book_turnEnd()[C:\Program 
Files\Apache\htdocs\\src\.mxml:85]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at 
mx.core::UIComponent/dispatchEvent()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:9041]
     at qs.controls::FlexBook/dispatchEventForPage()[C:\Program 
Files\Apache\htdocs\\src\qs\controls\FlexBook.as:733]
    at qs.controls::FlexBook/commitProperties()[C:\Program 
Files\Apache\htdocs\\src\qs\controls\FlexBook.as:777]
     at 
mx.core::UIComponent/validateProperties()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
    at 
mx.managers::LayoutManager/validateProperties()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
     at 
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at 
mx.core::UIComponent/callLaterDispatcher2()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
     at 
mx.core::UIComponent/callLaterDispatcher()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]




here is my code


 http://www.adobe. <http://www.adobe.com/2006/mxml> 
com/2006/mxml" xmlns:l="*" layout="absolute" 
    xmlns:controls="qs.controls.*"
    creationComplete="initApp();" xmlns:containers="qs.containers.*" 
xmlns:effects="qs.effects.*"
     width="720" height="430">

    
        FlexBook {        
            color: #00;
            textRollOverColor:     #00;        
            border-thickness: 0;
             border-style: none;
            page-slope: .6;
            active-grab-area: page;
            page-shadow-strength: 1;
            curve-shadow-strength: 1;
            auto-turn-duration: 1500;
         }
        
        Application {
            color: #F1F1CC;
            textRollOverColor:     #000;
            backgroundColor: #ff;
        }
        
        SuperImage {
            border-thickness: 0;
             border-style: none;            
        }        
    
    
    
        
    
    
    
 
    
                



   

--
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] Flex Book

2008-02-15 Thread Dan Vega
Well the component needs the data from the httpservice so somehow i need to
call the component when the service is completed.

Dan

On Fri, Feb 15, 2008 at 4:34 PM, Phil Krasko <[EMAIL PROTECTED]> wrote:

> CreationComplete on component call the httpservice
>
>
> Sent via BlackBerry from T-Mobile
>
> -Original Message-
> From: "Dan Vega" <[EMAIL PROTECTED]>
>
> Date: Fri, 15 Feb 2008 15:55:24
> To:flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Flex Book
>
>
> Rob,
> Great tip on using http instead of xml. The problem I am having now is I
> think the component is trying to load before the service is completed.  I
> don't think the dataSet is filled when the component is setting up. I tried
> to create the component in AS but it would not let me. Any help is
> appreciated, I am racking my brain over this.
>
> Dan
>
> [SWF] //bin-debug/.swf - 925,285 bytes after decompression
> TypeError: Error #1009: Cannot access a property or method of a null
> object reference.
> at /loadContent()[C:\Program
> Files\Apache\htdocs\src\.mxml:62]
>  at /__book_turnEnd()[C:\Program
> Files\Apache\htdocs\\src\.mxml:85]
> at flash.events::EventDispatcher/dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at mx.core::UIComponent/dispatchEvent
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:9041]
>  at qs.controls::FlexBook/dispatchEventForPage()[C:\Program
> Files\Apache\htdocs\\src\qs\controls\FlexBook.as:733]
> at qs.controls::FlexBook/commitProperties()[C:\Program
> Files\Apache\htdocs\\src\qs\controls\FlexBook.as:777]
>  at mx.core::UIComponent/validateProperties
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
> at mx.managers::LayoutManager/validateProperties
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
>  at mx.managers::LayoutManager/doPhasedInstantiation
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
> at Function/http://adobe.com/AS3/2006/builtin::apply()
> at mx.core::UIComponent/callLaterDispatcher2
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
>  at mx.core::UIComponent/callLaterDispatcher
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]
>
>
>
>
> here is my code
>
> 
>  http://www.adobe. <
> http://www.adobe.com/2006/mxml> com/2006/mxml" xmlns:l="*"
> layout="absolute"
> xmlns:controls="qs.controls.*"
> creationComplete="initApp();" xmlns:containers="qs.containers.*"
> xmlns:effects="qs.effects.*"
>  width="720" height="430">
>
> 
> FlexBook {
> color: #00;
> textRollOverColor: #00;
> border-thickness: 0;
>  border-style: none;
> page-slope: .6;
> active-grab-area: page;
> page-shadow-strength: 1;
> curve-shadow-strength: 1;
> auto-turn-duration: 1500;
>  }
>
> Application {
> color: #F1F1CC;
> textRollOverColor: #000;
> backgroundColor: #ff;
> }
>
> SuperImage {
> border-thickness: 0;
>  border-style: none;
> }
> 
>
> 
> 
> 
>
>  />
>
>  horizontalCenter="0" backgroundColor="#00"
> animateCurrentPageIndex="true"
> showCornerTease="true"
>  edgeAndCornerSize="150"
> itemRenderer="ImagePage"
> content="{dataSet.lastResult..image}"
> turnStart="loadContent(event)"
> animatePagesOnTurn="true"
>  turnEnd="loadContent(event)"
> />
>
> 
>
>
>
>
> --
> 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
>
>
>
>


-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


RE: [flexcoders] Flex Book

2008-02-15 Thread Jim Hayes

Dan, I'd set the components dataprovider to an XML variable, and initialise 
that variable as either empty or whatever the minimum xml information needs to 
be to prevent the component getting upset about null values. make that variable 
bindable.
Then, when you get the http service results, convert that to xml and put it 
into the variable that the component is bound to, the binding should result in 
the component updating. If binding isn't working (for whatever reason), then 
just reset the dataprovider to the new xml from the http result (and think 
about binding later if you have to).
Hopefully that should get you started on something that works, at least.

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Dan Vega
Sent: Fri 15/02/2008 20:55
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Book
 
Rob,
Great tip on using http instead of xml. The problem I am having now is I
think the component is trying to load before the service is completed.  I
don't think the dataSet is filled when the component is setting up. I tried
to create the component in AS but it would not let me. Any help is
appreciated, I am racking my brain over this.

Dan

[SWF] //bin-debug/.swf - 925,285 bytes after decompression
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at /loadContent()[C:\Program
Files\Apache\htdocs\src\.mxml:62]
at /__book_turnEnd()[C:\Program
Files\Apache\htdocs\\src\.mxml:85]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:9041]
at qs.controls::FlexBook/dispatchEventForPage()[C:\Program
Files\Apache\htdocs\\src\qs\controls\FlexBook.as:733]
at qs.controls::FlexBook/commitProperties()[C:\Program
Files\Apache\htdocs\\src\qs\controls\FlexBook.as:777]
at mx.core::UIComponent/validateProperties
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
at mx.managers::LayoutManager/validateProperties
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
at mx.managers::LayoutManager/doPhasedInstantiation
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
at mx.core::UIComponent/callLaterDispatcher
()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]




here is my code


http://www.adobe.com/2006/mxml"; xmlns:l="*"
layout="absolute"
xmlns:controls="qs.controls.*"
creationComplete="initApp();" xmlns:containers="qs.containers.*"
xmlns:effects="qs.effects.*"
width="720" height="430">


FlexBook {
color: #00;
textRollOverColor: #00;
border-thickness: 0;
border-style: none;
page-slope: .6;
active-grab-area: page;
page-shadow-strength: 1;
curve-shadow-strength: 1;
auto-turn-duration: 1500;
}

Application {
color: #F1F1CC;
textRollOverColor: #000;
backgroundColor: #ff;
}

SuperImage {
border-thickness: 0;
border-style: none;
}













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

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

Re: [flexcoders] Flex Book

2008-02-17 Thread Dan Vega
While I see your direction I am just not sure thats what I want to do. The
xml needed is to display the 1st image and that needs to come from the xml
file. Is that what my problem is? Is the component looking for values before
they are available? It works using  and that makes sense since its
compiled.

Dan



On Feb 15, 2008 8:07 PM, Jim Hayes <[EMAIL PROTECTED]> wrote:

>
> Dan, I'd set the components dataprovider to an XML variable, and
> initialise that variable as either empty or whatever the minimum xml
> information needs to be to prevent the component getting upset about null
> values. make that variable bindable.
> Then, when you get the http service results, convert that to xml and put
> it into the variable that the component is bound to, the binding should
> result in the component updating. If binding isn't working (for whatever
> reason), then just reset the dataprovider to the new xml from the http
> result (and think about binding later if you have to).
> Hopefully that should get you started on something that works, at least.
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com  on behalf
> of Dan Vega
> Sent: Fri 15/02/2008 20:55
> To: flexcoders@yahoogroups.com 
> Subject: Re: [flexcoders] Flex Book
>
> Rob,
> Great tip on using http instead of xml. The problem I am having now is I
> think the component is trying to load before the service is completed. I
> don't think the dataSet is filled when the component is setting up. I
> tried
> to create the component in AS but it would not let me. Any help is
> appreciated, I am racking my brain over this.
>
> Dan
>
> [SWF] //bin-debug/.swf - 925,285 bytes after decompression
> TypeError: Error #1009: Cannot access a property or method of a null
> object
> reference.
> at /loadContent()[C:\Program
> Files\Apache\htdocs\src\.mxml:62]
> at /__book_turnEnd()[C:\Program
> Files\Apache\htdocs\\src\.mxml:85]
> at flash.events::EventDispatcher/dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at mx.core::UIComponent/dispatchEvent
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:9041]
> at qs.controls::FlexBook/dispatchEventForPage()[C:\Program
> Files\Apache\htdocs\\src\qs\controls\FlexBook.as:733]
> at qs.controls::FlexBook/commitProperties()[C:\Program
> Files\Apache\htdocs\\src\qs\controls\FlexBook.as:777]
> at mx.core::UIComponent/validateProperties
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:5660]
> at mx.managers::LayoutManager/validateProperties
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:517]
> at mx.managers::LayoutManager/doPhasedInstantiation
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:637]
> at Function/http://adobe.com/AS3/2006/builtin::apply()
> at mx.core::UIComponent/callLaterDispatcher2
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8450]
> at mx.core::UIComponent/callLaterDispatcher
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\framework\src\mx\core\UIComponent.as:8393]
>
> here is my code
>
> 
> http://www.adobe.com/2006/mxml"; xmlns:l="*"
> layout="absolute"
> xmlns:controls="qs.controls.*"
> creationComplete="initApp();" xmlns:containers="qs.containers.*"
> xmlns:effects="qs.effects.*"
> width="720" height="430">
>
> 
> FlexBook {
> color: #00;
> textRollOverColor: #00;
> border-thickness: 0;
> border-style: none;
> page-slope: .6;
> active-grab-area: page;
> page-shadow-strength: 1;
> curve-shadow-strength: 1;
> auto-turn-duration: 1500;
> }
>
> Application {
> color: #F1F1CC;
> textRollOverColor: #000;
> backgroundColor: #ff;
> }
>
> SuperImage {
> border-thickness: 0;
> border-style: none;
> }
> 
>
> 
> 
> 
>
> 
>
>  horizontalCenter="0" backgroundColor="#00"
> animateCurrentPageIndex="true"
> showCornerTease="true"
> edgeAndCornerSize="150"
> itemRenderer="ImagePage"
> content="{dataSet.lastResult..image}"
> turnStart="loadContent(event)"
> animatePagesOnTurn="true"
> turnEnd="loadContent(event)"
> />
>
> 
>
> __
> This communication is from Primal Pictures Ltd., a company registered in
> England and Wales with registration 

[flexcoders] Flex Book wish :)

2008-11-11 Thread Cato Paus
a wish book, which addresses the disign pattern and flex framework,
that I had purchased on spot.



[flexcoders] Flex Book Website GONE

2006-10-19 Thread mindmillmedia
I am a bit new to Flex and bought the "Developing Rich Clients with
Flex" book used from Amazon.  I realize that this book is on Flex 1.5
- but I bought the book to gain a good overall concept of the best way
to plan out RIA's.  The book has been good, but a lot of the needed
material is supposed to be on the iteration two website
(http://flexbook.iterationtwo.com) which is down.

Do we know when (or if) this will be back up?


David




--
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] Flex Book wish :)

2008-11-11 Thread Paul Andrews
Not exactly what you want, but worth a look: 
http://www.friendsofed.com/book.html?isbn=9781430210276

Actionscript design patterns: 
http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568 
, 
http://www.amazon.com/ActionScript-3-0-Design-Patterns-Programming/dp/0596528469

Paul

- Original Message - 
From: "Cato Paus" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, November 11, 2008 10:14 AM
Subject: [flexcoders] Flex Book wish :)


>a wish book, which addresses the disign pattern and flex framework,
> that I had purchased on spot.
>
>
> 
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
> Links
>
>
>



[flexcoders] Flex Book 1.5 files

2006-02-18 Thread tonihb
Hello

Would anyone have a zip of ALL the updated flex files(1.5) from the
iteration2 flex book? Thanks

toneDigital






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

<*> 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 book chapter 20

2005-03-24 Thread [EMAIL PROTECTED]

Hi, i'm trying to use the examples in chapter 20 of flex book, all work 
fine,
but in my delegate class  i have put this


public function onResult( result ) : Void
{
  var sviluppo:CTabellaSviluppoVO = (CTabellaSviluppoVO) result;
mx.core.Application.application.vosviluppo = sviluppo;
 
}


i have also debug and flex pass this function ok.

but if i use in my mxml file this

   import vo.as400.*;
   import com.pdm.control.*;
   public var controller:PdmController;
   public var vosviluppo:CTabellaSviluppoVO;
  
  function Test(){
controller=new PdmController();
 
EventBroadcaster.getInstance().broadcastEvent("fetchSviluppo",vopf[0]);
   }




the dataGrid don't display nothing but in the 
mx.core.Application.application.vosviluppo there are datas.

Can you help me please.
Devis





 
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 Book / Embedding Pixel Fonts

2008-05-21 Thread nihilism machine
1. What is the easiest way to be able to embed pixel fonts in a flex  
app?
2. As far as GUI versus backend programming (HTTPService), what is the  
best FLEX book out there that covers lots of practical GUI/Skinning  
Data?

Thanks everyone!

-e


[flexcoders] Flex Book Sample Code Updates?

2005-11-15 Thread bobk_at
Does anybody know where to get updates for the code samples 
for "Developing Rich Clients with Macromedia Flex"?






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

<*> 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 book and Flex 2

2006-01-26 Thread Chris Velevitch
Apart from AS3, how much different is mxml as described in the book to
mxml in Flex 2?

I'm trying to determine whether the book is still of value in learning
Flex 2. Wil the book be updated for Flex 2


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au


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

<*> 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 book - SlidingPanelExample not working

2005-07-01 Thread pat_ryan_99

Hi Everyone

First - thanks for your help so far.

I am reading the Flex book that is out ("Developing rich clients with
macromedia flex" and I am trying to get the SlidingPanelExample
working.   The sliding panel keeps sliding right and never comes back. 

I realize the book was written for Flex 1.0, and I am running Flex 1.5
so there could be something in the upgrade.

If anyone has tried this example, and has a working
ShoppingBasket.mxml I would love to see it so I can see what is not
working.

Thank you

Pat







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

<*> 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] Flex book chapter 20

2005-03-24 Thread Steven Webster

There is a general debug strategy for an application built with 
Cairngorm, that quickly lets you identify where your problem lies.

1.  Confirm that your event is being broadcast to controller
2.  Confirm that your command class you expect to run is running
3.  Confirm that your delegate method is called
4.  Confirm that your delegate method returns (ie onResult fires)
5.  In the onResult, confirm that the object you got back is
as expected

For your datagrid, create a dummy object and set it on 
mx.core.Application.application.vosviluppo - confirm that
the datagrid correctly binds to that object and eliminate
the binding as your source of error.

Once you have done that, glueing your result from step 5 above
to the datagrid should be an atomic operation that "just works".

You don't appear to be doing anything wrong conceptually, so
it's simply going to be a case of probing your app at all the
right points and testing your assumptions.

Steven 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: 24 March 2005 10:32
> To: Flex Coders
> Subject: [flexcoders] Flex book chapter 20
> 
> 
> Hi, i'm trying to use the examples in chapter 20 of flex 
> book, all work fine, but in my delegate class  i have put this
> 
> 
> public function onResult( result ) : Void
> {
>   var sviluppo:CTabellaSviluppoVO = 
> (CTabellaSviluppoVO) result;
> mx.core.Application.application.vosviluppo = sviluppo;
>  
> }
> 
> 
> i have also debug and flex pass this function ok.
> 
> but if i use in my mxml file this
> 
>import vo.as400.*;
>import com.pdm.control.*;
>public var controller:PdmController;
>public var vosviluppo:CTabellaSviluppoVO;
>   
>   function Test(){
> controller=new PdmController();
>  
> EventBroadcaster.getInstance().broadcastEvent("fetchSviluppo",
> vopf[0]);
>}
> 
> 
> 
> 
> the dataGrid don't display nothing but in the 
> mx.core.Application.application.vosviluppo there are datas.
> 
> Can you help me please.
> Devis
> 
> 
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 23/03/2005
>  
> 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 23/03/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] Flex book chapter 20

2005-03-24 Thread [EMAIL PROTECTED]

Hi Steven,
 i have 2 mxml file one "principal" and one component  (canvas).
I have put in my principal file this

  controller=new PdmController();

EventBroadcaster.getInstance().broadcastEvent("fetchSviluppo",vopf[0]);



and in my compoment





and now work but about you if i call in my "component" don't work!
I have no changed no row in SchedaModello i have only disable
   //controller=new PdmController();

//EventBroadcaster.getInstance().broadcastEvent("fetchSviluppo",vopf[0]);

can you help me please
Devis

>There is a general debug strategy for an application built with 
>Cairngorm, that quickly lets you identify where your problem lies.
>
>1. Confirm that your event is being broadcast to controller
>2. Confirm that your command class you expect to run is running
>3. Confirm that your delegate method is called
>4. Confirm that your delegate method returns (ie onResult fires)
>5. In the onResult, confirm that the object you got back is
>   as expected
>
>For your datagrid, create a dummy object and set it on 
>mx.core.Application.application.vosviluppo - confirm that
>the datagrid correctly binds to that object and eliminate
>the binding as your source of error.
>
>Once you have done that, glueing your result from step 5 above
>to the datagrid should be an atomic operation that "just works".
>
>You don't appear to be doing anything wrong conceptually, so
>it's simply going to be a case of probing your app at all the
>right points and testing your assumptions.
>
>Steven 
>
>  
>
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>>Sent: 24 March 2005 10:32
>>To: Flex Coders
>>Subject: [flexcoders] Flex book chapter 20
>>
>>
>>Hi, i'm trying to use the examples in chapter 20 of flex 
>>book, all work fine, but in my delegate class  i have put this
>>
>>
>>public function onResult( result ) : Void
>>{
>>  var sviluppo:CTabellaSviluppoVO = 
>>(CTabellaSviluppoVO) result;
>>mx.core.Application.application.vosviluppo = sviluppo;
>> 
>>}
>>
>>
>>i have also debug and flex pass this function ok.
>>
>>but if i use in my mxml file this
>>
>>   import vo.as400.*;
>>   import com.pdm.control.*;
>>   public var controller:PdmController;
>>   public var vosviluppo:CTabellaSviluppoVO;
>>  
>>  function Test(){
>>controller=new PdmController();
>> 
>>EventBroadcaster.getInstance().broadcastEvent("fetchSviluppo",
>>vopf[0]);
>>   }
>>
>>
>>
>>
>>the dataGrid don't display nothing but in the 
>>mx.core.Application.application.vosviluppo there are datas.
>>
>>Can you help me please.
>>Devis
>>
>>
>>
>>
>>
>> 
>>Yahoo! Groups Links
>>
>>
>>
>> 
>>
>>
>>-- 
>>No virus found in this incoming message.
>>Checked by AVG Anti-Virus.
>>Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 23/03/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] Flex book chapter 20

2005-03-24 Thread Erik Westra

> var sviluppo:CTabellaSviluppoVO = (CTabellaSviluppoVO) result;

In this line u mixed java syntax with AS2. To cast a variable to a
certain type format your code like this:

var sviluppo:CTabellaSviluppoVO = CTabellaSviluppoVO(result);


This works with all custom types and with most build in Flash type.
There are however some build in classes that have an other effect:

var sviluppo:Array = Array(result);

The above line of code will return an array with one element wich
contains result while u would think that it would just cast result to
the array type. This is because in older versions of Flash the global
function Array was used to create an array.

Greetz Erik


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: donderdag 24 maart 2005 11:32
To: Flex Coders
Subject: [flexcoders] Flex book chapter 20


Hi, i'm trying to use the examples in chapter 20 of flex book, all work
fine, but in my delegate class  i have put this


public function onResult( result ) : Void
{
  var sviluppo:CTabellaSviluppoVO = (CTabellaSviluppoVO)
result;
mx.core.Application.application.vosviluppo = sviluppo;
 
}


i have also debug and flex pass this function ok.

but if i use in my mxml file this

   import vo.as400.*;
   import com.pdm.control.*;
   public var controller:PdmController;
   public var vosviluppo:CTabellaSviluppoVO;
  
  function Test(){
controller=new PdmController();
 
EventBroadcaster.getInstance().broadcastEvent("fetchSviluppo",vopf[0]);
   }




the dataGrid don't display nothing but in the 
mx.core.Application.application.vosviluppo there are datas.

Can you help me please.
Devis




 
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] FLEX Book / Embedding Pixel Fonts

2008-05-21 Thread Muzak
> 1. What is the easiest way to be able to embed pixel fonts in a flex  
> app?

Google:
http://www.google.com/search?hl=en&q=flex+embed+fonts+swf&meta=

http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_09.html
http://blog.flexexamples.com/2007/10/25/embedding-fonts-from-a-flash-swf-file-into-a-flex-application/

- Original Message - 
From: "nihilism machine" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, May 21, 2008 11:09 PM
Subject: [flexcoders] FLEX Book / Embedding Pixel Fonts


> 1. What is the easiest way to be able to embed pixel fonts in a flex  
> app?
> 2. As far as GUI versus backend programming (HTTPService), what is the  
> best FLEX book out there that covers lots of practical GUI/Skinning  
> Data?
> 
> Thanks everyone!
> 
> -e
>



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

<*> 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] Flex Book Sample Code Updates?

2005-11-15 Thread Aldo Bucchi
what kind of updates... Flex2?

If that is the case, then I'm afraid you're out of luck... a lot has
happened since that book was written.
I believe Steven ( and many others ) must be waiting for Flex2 to hit
the road to release new literature.


On 11/15/05, bobk_at <[EMAIL PROTECTED]> wrote:
> Does anybody know where to get updates for the code samples
> for "Developing Rich Clients with Macromedia Flex"?
>
>
>
>
>
>
>
> --
> 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
>
>
>
>
>
>
>


--
: Aldo Bucchi :
mobile (56) 8 429 8300


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

<*> 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] Flex book and Flex 2

2006-01-26 Thread Rob Rusher
There are couple of books in the works that will be timed with the release
of the new version.

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Chris Velevitch
Sent: Thursday, January 26, 2006 5:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex book and Flex 2

Apart from AS3, how much different is mxml as described in the book to
mxml in Flex 2?

I'm trying to determine whether the book is still of value in learning
Flex 2. Wil the book be updated for Flex 2


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au


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

<*> 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] Flex book and Flex 2

2006-01-26 Thread Mika Kiljunen










Very good question Chris! I’would
buy the book (again) if it was updated for Flex 2 J

 

-Mika

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch
Sent: 27. tammikuuta 2006 2:00
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex book
and Flex 2



 

Apart from AS3, how much
different is mxml as described in the book to
mxml in Flex 2?

I'm trying to determine whether the book is still
of value in learning
Flex 2. Wil the book be updated for Flex 2


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au








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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Flex book and Flex 2

2006-01-31 Thread Steven Webster
Chris,

The book will be updated for Flex 2, but we're at the very early stages
of authoring right now.  The current book doesn't cover ActionScript in
any great amount of detail - it's assumed as knowledge that you'll do a
much better job of getting elsewhere.  Similarly, we don't try in the
book to be exhaustive in terms of tags and attributes, but rather try to
go beyond the documentation to give you some concept as to how to think
about pulling the components of the Flex framework together to build
your own real-world apps.

So ... I'm highly confident that until the 2.0 book is available, the
1.5 book will get you almost all of the way to where you need to be with
Flex.  

With that being said; if anyone wants to drop Ali or I private feedback
as to what they liked/disliked about the book, and what you'd like to
see for Flex 2.0 version of the book, it's (almost) not too late for us
to take that feedback into consideration.

Best wishes,

Steven

--
Steven Webster
Practice Director (Rich Internet Applications)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6108
m: +44 (0) 7917 428 947 
[EMAIL PROTECTED] 

 

> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch
> Sent: 27 January 2006 00:00
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex book and Flex 2
> 
> Apart from AS3, how much different is mxml as described in 
> the book to mxml in Flex 2?
> 
> I'm trying to determine whether the book is still of value in 
> learning Flex 2. Wil the book be updated for Flex 2
> 
> 
> Chris
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group www.flashdev.org.au
> 
> 
> --
> 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/

<*> 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] Flex book and Flex 2

2006-02-01 Thread Scott Barnes
Oops,

Sorry, revision of my post meant to say:
".. did however notice that the END PARTS of the book was more of a
starting point to
what we later now know as Cairngorm (not that it was a bad thing,
quite the opposite)..."


On 2/2/06, Scott Barnes <[EMAIL PROTECTED]> wrote:
> Book was fine from my end, so same format (even a clueless git like
> me, got the concepts you were ranting about inside thine book).
>
> oh.. and i'm with you Steven, its Initialisation not Initialization ..
> damn Z spellers...
>
> I did however notice that the book was more of a starting point to
> what we later now know as Cairngorm (not that it was a bad thing,
> quite the opposite). I'd only flag that as if the framework changes,
> it might associate I guess "time" to the book in a more obvious
> manner... (ie is this text still relevant? hasn't the framework
> evolved? ). That and if certain folk on this list who are
> anti-framwork because of some religious reason that most can't
> understand, it could be a negative...
>
>
> That all being said, i'm more then happy to download your next book
> from various news groups without paying for it... (just kidding, i did
> buy your last one).
>
> On 2/1/06, Steven Webster <[EMAIL PROTECTED]> wrote:
> > Chris,
> >
> > The book will be updated for Flex 2, but we're at the very early stages
> > of authoring right now.  The current book doesn't cover ActionScript in
> > any great amount of detail - it's assumed as knowledge that you'll do a
> > much better job of getting elsewhere.  Similarly, we don't try in the
> > book to be exhaustive in terms of tags and attributes, but rather try to
> > go beyond the documentation to give you some concept as to how to think
> > about pulling the components of the Flex framework together to build
> > your own real-world apps.
> >
> > So ... I'm highly confident that until the 2.0 book is available, the
> > 1.5 book will get you almost all of the way to where you need to be with
> > Flex.
> >
> > With that being said; if anyone wants to drop Ali or I private feedback
> > as to what they liked/disliked about the book, and what you'd like to
> > see for Flex 2.0 version of the book, it's (almost) not too late for us
> > to take that feedback into consideration.
> >
> > Best wishes,
> >
> > Steven
> >
> > --
> > Steven Webster
> > Practice Director (Rich Internet Applications)
> > Adobe Consulting
> > Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> > p: +44 (0) 131 338 6108
> > m: +44 (0) 7917 428 947
> > [EMAIL PROTECTED]
> >
> >
> >
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch
> > > Sent: 27 January 2006 00:00
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] Flex book and Flex 2
> > >
> > > Apart from AS3, how much different is mxml as described in
> > > the book to mxml in Flex 2?
> > >
> > > I'm trying to determine whether the book is still of value in
> > > learning Flex 2. Wil the book be updated for Flex 2
> > >
> > >
> > > Chris
> > > --
> > > Chris Velevitch
> > > Manager - Sydney Flash Platform Developers Group www.flashdev.org.au
> > >
> > >
> > > --
> > > 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
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Regards,
> Scott Barnes
> http://www.mossyblog.com
>


--
Regards,
Scott Barnes
http://www.mossyblog.com


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

<*> 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] Flex book and Flex 2

2006-02-01 Thread Scott Barnes
Book was fine from my end, so same format (even a clueless git like
me, got the concepts you were ranting about inside thine book).

oh.. and i'm with you Steven, its Initialisation not Initialization ..
damn Z spellers...

I did however notice that the book was more of a starting point to
what we later now know as Cairngorm (not that it was a bad thing,
quite the opposite). I'd only flag that as if the framework changes,
it might associate I guess "time" to the book in a more obvious
manner... (ie is this text still relevant? hasn't the framework
evolved? ). That and if certain folk on this list who are
anti-framwork because of some religious reason that most can't
understand, it could be a negative...


That all being said, i'm more then happy to download your next book
from various news groups without paying for it... (just kidding, i did
buy your last one).

On 2/1/06, Steven Webster <[EMAIL PROTECTED]> wrote:
> Chris,
>
> The book will be updated for Flex 2, but we're at the very early stages
> of authoring right now.  The current book doesn't cover ActionScript in
> any great amount of detail - it's assumed as knowledge that you'll do a
> much better job of getting elsewhere.  Similarly, we don't try in the
> book to be exhaustive in terms of tags and attributes, but rather try to
> go beyond the documentation to give you some concept as to how to think
> about pulling the components of the Flex framework together to build
> your own real-world apps.
>
> So ... I'm highly confident that until the 2.0 book is available, the
> 1.5 book will get you almost all of the way to where you need to be with
> Flex.
>
> With that being said; if anyone wants to drop Ali or I private feedback
> as to what they liked/disliked about the book, and what you'd like to
> see for Flex 2.0 version of the book, it's (almost) not too late for us
> to take that feedback into consideration.
>
> Best wishes,
>
> Steven
>
> --
> Steven Webster
> Practice Director (Rich Internet Applications)
> Adobe Consulting
> Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> p: +44 (0) 131 338 6108
> m: +44 (0) 7917 428 947
> [EMAIL PROTECTED]
>
>
>
> > -Original Message-----
> > From: flexcoders@yahoogroups.com
> > [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch
> > Sent: 27 January 2006 00:00
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Flex book and Flex 2
> >
> > Apart from AS3, how much different is mxml as described in
> > the book to mxml in Flex 2?
> >
> > I'm trying to determine whether the book is still of value in
> > learning Flex 2. Wil the book be updated for Flex 2
> >
> >
> > Chris
> > --
> > Chris Velevitch
> > Manager - Sydney Flash Platform Developers Group www.flashdev.org.au
> >
> >
> > --
> > 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
>
>
>
>
>
>
>


--
Regards,
Scott Barnes
http://www.mossyblog.com


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

<*> 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] Flex book - SlidingPanelExample not working

2005-07-01 Thread Steven Webster
 

| If anyone has tried this example, and has a working ShoppingBasket.mxml 
| I would love to see it so I can see what is not working.

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06102.html

Best,

Steven



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

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