Tutorials - should we write some?

View: New views
5 Messages — Rating Filter:   Alert me  

Parent Message unknown Tutorials - should we write some?

by Nathan Richards :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi, 

I thought I would send this again, but also add a little.

Firstly, does anyone know of any tutorials for using flex and
.Net authentication with fluorine.I know there is the sample
that's include with fluorine, but just wondered if anyone had
written up a tutorial, maybe even include a registation system??

Secondly, Finding decent tutorials on how to use fluorine always
seems like hard work. I just wondered if it might be possible to start
collating a list online resources that document and explain parts of
fluorine. Or is there one already.

Thirdly, I know that explaining and writing up the whole of how to
use fluorine would be one hell of a task for someone to do on their
own and would probable create one hell of a brick of a book, but I was
wondering if a FFX community effort might more easily get the job done.

If some of the fluorinefx community could band together it would only
take some initial chats to decide how to proceed, and a shared blog on
blogger to get started. I'd be happy to get involve myself, but only have
experience of using AMF3 with NetConnection and RemoteObject with a combo of ASP.net
2.0, Visual Studio 2005, AS3 with flash (Netconnection only) and Flex
(Netconnection and RemoteObject).

Part of the reason for doing this is selfish I'll admit, as I would
really like to get to know other parts of Fluorine and lessening
the harshness of the learning curve would really speed that up.
But also I think it would benefit the community at large, and
help others adopt FluorineFX for use on there projects.

Anyone interested??

Many thanks

Nathan


Beyond Hotmail — see what else you can do with Windows Live. Find out more!
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Tutorials - should we write some?

by Support-179 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,
 
That would be great .... if there will be contributors :) (of course anyone can ask me for details before writing about something)
I can setup a separate blog for this or a wiki too (there was actually a test wiki here at http://wiki.fluorinefx.com/  .... it just was never used).
 
Zoli


From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Nathan Richards
Sent: Thursday, March 26, 2009 2:52 PM
To: fluorine@...
Subject: [Fluorine] Tutorials - should we write some?

Hi, 

I thought I would send this again, but also add a little.

Firstly, does anyone know of any tutorials for using flex and
.Net authentication with fluorine.I know there is the sample
that's include with fluorine, but just wondered if anyone had
written up a tutorial, maybe even include a registation system??

Secondly, Finding decent tutorials on how to use fluorine always
seems like hard work. I just wondered if it might be possible to start
collating a list online resources that document and explain parts of
fluorine. Or is there one already.

Thirdly, I know that explaining and writing up the whole of how to
use fluorine would be one hell of a task for someone to do on their
own and would probable create one hell of a brick of a book, but I was
wondering if a FFX community effort might more easily get the job done.

If some of the fluorinefx community could band together it would only
take some initial chats to decide how to proceed, and a shared blog on
blogger to get started. I'd be happy to get involve myself, but only have
experience of using AMF3 with NetConnection and RemoteObject with a combo of ASP.net
2.0, Visual Studio 2005, AS3 with flash (Netconnection only) and Flex
(Netconnection and RemoteObject).

Part of the reason for doing this is selfish I'll admit, as I would
really like to get to know other parts of Fluorine and lessening
the harshness of the learning curve would really speed that up.
But also I think it would benefit the community at large, and
help others adopt FluorineFX for use on there projects.

Anyone interested??

Many thanks

Nathan


Beyond Hotmail — see what else you can do with Windows Live. Find out more!
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Parent Message unknown Re: Tutorials - should we write some?

by Abu Khan :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


Hi all:

I have this in my code:

public function init():void{
                                var amfChannel:AMFChannel = new AMFChannel("myAMF", "http://localhost/FlourineAMF/Gateway.aspx");
                                amfChannel.pollingEnabled = false;
                                var myChannelSet:ChannelSet = new ChannelSet();
                                myChannelSet.addChannel(amfChannel);
                                ro.channelSet = myChannelSet;
                        }

   
public function onFluorineResult(result:Complain):void{
                                Alert.show("I am here");
                            CursorManager.setBusyCursor();
                                graphicsLayerComplaint.clear();//4326
                                var wgs:SpatialReference = new SpatialReference(MainMap.spatialReference.wkid);
                                Alert.show(result._points.length.toString());
                                if (result._points.length > 0)
                                {
                                        graphicsLayerComplaint.symbol = smCompTrack;
                                        graphicsLayerComplaint.graphicProvider = result.Points;
                                 
                                }
                               
                                CursorManager.removeBusyCursor();

                        }

 <mx:RemoteObject id="ro" destination="fluorine"
                source="FLAMFService.ComplainLayerInfo"
                fault="onFluorineFault(event)"
                 >
                <mx:method name="getComplains"  result="onFluorineResult"  />
        </mx:RemoteObject>


My issue is : I have remote object initialized, my method gets called(getComplains), but the result method(onFluorineResult) never gets called.

Did I miss something?

Thanks.

Abu






---------- Original Message ----------------------------------
From: Nathan Richards <naths_email@...>
Reply-To: Fluorine Mailing List <fluorine@...>
Date:  Thu, 26 Mar 2009 12:52:16 +0000

>
>Hi,
>
>I thought I would send this again, but also add a little.
>
>Firstly, does anyone know of any tutorials for using flex and
>.Net authentication with fluorine.I know there is the sample
>that's include with fluorine, but just wondered if anyone had
>written up a tutorial, maybe even include a registation system??
>
>Secondly, Finding decent tutorials on how to use fluorine always
>seems like hard work. I just wondered if it might be possible to start
>collating a list online resources that document and explain parts of
>fluorine. Or is there one already.
>
>Thirdly, I know that explaining and writing up the whole of how to
>use fluorine would be one hell of a task for someone to do on their
>own and would probable create one hell of a brick of a book, but I was
>wondering if a FFX community effort might more easily get the job done.
>
>If some of the fluorinefx community could band together it would only
>take some initial chats to decide how to proceed, and a shared blog on
>blogger to get started. I'd be happy to get involve myself, but only have
>experience of using AMF3 with NetConnection and RemoteObject with a combo of ASP.net
>2.0, Visual Studio 2005, AS3 with flash (Netconnection only) and Flex
>(Netconnection and RemoteObject).
>
>Part of the reason for doing this is selfish I'll admit, as I would
>really like to get to know other parts of Fluorine and lessening
>the harshness of the learning curve would really speed that up.
>But also I think it would benefit the community at large, and
>help others adopt FluorineFX for use on there projects.
>
>Anyone interested??
>
>Many thanks
>
>Nathan
>_________________________________________________________________
>View your Twitter and Flickr updates from one place – Learn more!
>http://clk.atdmt.com/UKM/go/137984870/direct/01/
>
>
>


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Parent Message unknown Re: Tutorials - should we write some?

by Nathan Richards :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi Zoli

How about I write a couple of tutorials and have a think about the format and come back to you to see what you think.  I' only be able to write about what little I know at this point, if I was to write about other areas such as Flex Messaging and RTM etc, I might have to get you to talk me through them first, however I would be more than happy to give it a try and put my writing experience to good use.

I also have a few ideas about how to get people involved in contributing to the project, which if you're your happy with my first samples we could discuss further.

Shall I get in touch when I have those samples ready for you?

Nath


Windows Live Hotmail just got better. Find out more!
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

Re: Tutorials - should we write some?

by Support-179 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi Nath,
 
Also consider that new tutorials should possibly include the ChannelSet.login/logout feature and not the old style setCredentials
 
Yes, contact me when they are ready or if you have questions.
 
Zoli


From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Nathan Richards
Sent: Friday, March 27, 2009 1:24 PM
To: fluorine@...
Subject: Re: [Fluorine] Tutorials - should we write some?

Hi Zoli

How about I write a couple of tutorials and have a think about the format and come back to you to see what you think.  I' only be able to write about what little I know at this point, if I was to write about other areas such as Flex Messaging and RTM etc, I might have to get you to talk me through them first, however I would be more than happy to give it a try and put my writing experience to good use.

I also have a few ideas about how to get people involved in contributing to the project, which if you're your happy with my first samples we could discuss further.

Shall I get in touch when I have those samples ready for you?

Nath


Windows Live Hotmail just got better. Find out more!
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com