Re: [flexcoders] FlexBuilder on 64bit machine any good?

2008-12-17 Thread Faisal Abid
same kind of performance really. Never noticed anything, i mean its  
faster because you have more ram, not because you have a 64 bit.

On 15-Dec-08, at 3:01 AM, Ralf Bokelberg wrote:


Hi guys

I'm in the process of choosing a new machine to be placed under my
christmas tree :). I wonder, if anybody has some experiences with 64
bit machines and FlexBuilder? Does it run at all? What is the
performance like? Does it make use of lots of RAM?

Cheers
Ralf.





Re: [flexcoders] 500,000 Malaysia Email Address

2008-12-14 Thread Faisal Abid

You know where popular when we start to get spammed LOL wtf is this


On 14-Dec-08, at 7:58 PM, c-usahawan D wrote:


Perniagaan Internet anda gagal???

Disini saya berikan anda 500,000 Malaysia Email Address untuk anda  
mempromosikan perniagaan anda.


Banyak peniaga Internet membeli Email List ini dan banyak daripada  
mereka menjana pendapatan lumayan dalam seminggu sahaja.


http://www.freewebs.com/senaraiemail/produkkami.htm

Anda tidak pernah menjalankan perniagaan Internet???

Disini saya memberikan anda satu peluang.

Mari kita menjual email address kepada peniaga2 Internet.

Setakat ini, ramai peniaga yang melakukan pembelian sehingga saya  
sendiri


menjana 10k sebulan.

Anda bila lagi??? Ini bukan hyper market tapi ini kenyataan.

Anda tak percaya tapi belum mencuba macam mana nak tahu? Sila check  
package IM dalam website dibawah.


Layari laman web saya dibawah untuk maklumat lanjut.

http://www.freewebs.com/senaraiemail/produkkami.htm

http://www.freewebs.com/senaraiemail/produkkami.htm






Re: [flexcoders] Am i high?

2008-12-11 Thread Faisal Abid

how are you using Flex 4 using the 3.2 sdk?

On 11-Dec-08, at 3:40 PM, djhatrick wrote:


or does it seem sometimes that flex4 (using 3.2 sdk) doesn't always
recompile? Anybody noticed this, I'm on a mac.

Thanks,
Patrick






Re: [flexcoders] [Little off topic] Timezone or TimeZone

2008-12-11 Thread Faisal Abid
One word from what I've come across., but when i write it on a mac it  
underlines it, says its either
Time-zone or Time zone , i think its one of those colour or color  
things (British/Canadian Spelling vs America)


- Faisal
On 11-Dec-08, at 7:33 PM, Nate Beck wrote:

I'm currently writing time zone (timezone sp?) logic for the Flash  
player, and my co-worker and I got into an argument about whether it  
was one word or two, and how it was spelled.



I just wanted to ping the group and get your opinion.

Cheers,
Nate






Re: [flexcoders] Tricky one...adding attachments to an email generated from the app

2008-12-04 Thread Faisal Abid

The Base64 Idea is pretty helpfull in other situations, thanks Ryan.
On 4-Dec-08, at 7:00 PM, Fotis Chatzinikos wrote:

Upload the files to the server, get some unique ids back, send the  
mail text and the ids back to the server,
prepare and send the mail attaching the files the ids descrinbe and  
remember to delete the files ;-)



On Thu, Dec 4, 2008 at 11:36 PM, Ryan Graham  
[EMAIL PROTECTED] wrote:


Perhaps you could gather the attachments in flex, add  a parameter  
to your webservice for them, base64 encode them for transfer via  
that parameter, then base64 decode them back to binary files on the  
server when sending the email?  Note, base64 encoding binary data  
increases its size roughly 30% for the transfer to the server. Not  
sure if bandwidth is an issue in your scenario.



HTH,

Ryan


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]  
On Behalf Of Adrian Williams

Sent: Thursday, December 04, 2008 2:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tricky one...adding attachments to an email  
generated from the app



Hi guys,

And yet another one that I haven't seen...

Part of our app allows a user to send an email to one or more  
folks in their view.  We simply provide a state that has a simple  
email form they fill out and then we pass that information back  
through our web service (.NET) that actually has the procedure to  
send the email.


What I need to be able to do is allow the user to add  
attachments to the email they want to send out.  Is there any way to  
do this and is there a better method to the email solution?  We  
briefly toyed with the idea of just creating the hyperlink to use  
their own email client, but a user can literally send a bulk email  
to several thousand people and a hyperlink would die a slow,  
miserable death trying to handle that.


Thanks!
Adrian


This message is private and confidential. If you have received it in  
error, please notify the sender and remove it from your system.




--
Fotis Chatzinikos, Ph.D.
Founder,
Phinnovation
[EMAIL PROTECTED],






Re: [flexcoders] Why no initial FlexEvent.SHOW event dispatched?

2008-12-02 Thread Faisal Abid
The show event isnt dispatched on creation of the component, the event  
CreationComplete is dispatched because show, for the compiler means to  
go to the displaylist and show the component, but if the component  
isnt in the displaylist it cant show anything instead it creates it.


So have two handlers, creationComplete (i belive) and show, both  
calling the same method


- Faisal


On 2-Dec-08, at 4:43 PM, per.olesen wrote:


I was wondering why a flex control or container does not dispatch a
FlexEvent.SHOW when showing the first time? Given this code:

mx:Panel
id=panel
show=Alert.show('I am showing')
creationComplete=Alert.show('I was created')/

mx:Button
click=panel.visible = !panel.visible
label=Show/Hide/

When the panel Panel is constructed, the creationComplete is fired
and I see my Alert I was created. But I DO NOT get the Alert I am
showing.

If I then click the button to hide it and click it again to show it, I
am getting the show event.

Why no show event initially?

This applies equally well to TitleWindow, Button, Box, ...






[flexcoders] BlazeDS without Flex

2008-11-20 Thread Faisal Abid
I was wondering if its possible to use BlazeDS of LCDS without Flex.  
As in just data push to a java client.



[flexcoders] CF/Flex Builder , Possible to INSERT?

2008-08-01 Thread Faisal Abid
Is it possibile to make the cf/flex builder wizard be able to insert
new data rather then just view and edit? if so how would i do it?



[flexcoders] Re: Flex MDI and View States Error

2008-07-30 Thread Faisal Abid

HEy thanks that worked, I was using Addchild because of this post
http://www.returnundefined.com/2008/03/flexmdi-sans-mxml-2

thanks it worked.


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

 Hi Faisal,
 
 I think the problem is in the way you are adding the window. Since you
 are just using addChild(), the window is never assigned a
 windowManager and I think that is what is null. If you say
 mdic.windowManager.add( window ), it will addChild() for you and also
 set the windowManager property correctly. Try that and I think you
 will be all set.
 
 That said, I think its completely reasonable to expect things to work
 the way you had them coded. I am going to look at overriding
 addChild() in MDICanvas to support that workflow so look for that in a
 future release.
 
 Thanks,
 Ben
 
 
 
 --- In flexcoders@yahoogroups.com, Faisal Abid flex_abid@ wrote:
 
  I have an application where the FlexMDI windows are being created
  dynamicly via actionscript however the MDICanvas is being created on
  inital application creation. When i make the state go to another state
  other then the default and try to add an mdiwindow, it adds fine
  however when you click on it it gives errors about titlebar being
  pressed and bringtofrontproxy . here is the basic code.
  
  btw im using the latest flexlib build (downloaded it today) , i tried
  this with the old flexmdi build also , same problem. 
  
  // on second state call create widgetfunction
  private function createWidgets():void{
  this.mdic.effects = new MDIVistaEffects
   var widgetWindow:MDIWindow = new MDIWindow();
   widgetWindow.title = Your Live Widgets;
  widgetWindow.width = 400;
  widgetWindow.height = 400;
  this.mdic.addChild(widgetWindow);
  }
  
  when i do that the window creates, but when i click on the window i
  get this error
  
  TypeError: Error #1009: Cannot access a property or method of a null
  object reference.
  at
 

flexmdi.containers::MDIWindow/onTitleBarPress()[/_projects/flexmdi/src/flexmdi/containers/MDIWindow.as:1406]
  
  and then this error right after
  
  ypeError: Error #1009: Cannot access a property or method of a null
  object reference.
  at
 

flexmdi.containers::MDIWindow/bringToFrontProxy()[/_projects/flexmdi/src/flexmdi/containers/MDIWindow.as:1316]
 





[flexcoders] SWFloader and css woes

2008-07-28 Thread Faisal Abid
I made an application which loads an external flex app using swf
loader. However the problem is that the flex app im loading the css
styles get overridden by the parent application. How can i prevent this?



[flexcoders] Flex MDI and View States Error

2008-07-27 Thread Faisal Abid
I have an application where the FlexMDI windows are being created
dynamicly via actionscript however the MDICanvas is being created on
inital application creation. When i make the state go to another state
other then the default and try to add an mdiwindow, it adds fine
however when you click on it it gives errors about titlebar being
pressed and bringtofrontproxy . here is the basic code.

btw im using the latest flexlib build (downloaded it today) , i tried
this with the old flexmdi build also , same problem. 

// on second state call create widgetfunction
private function createWidgets():void{
this.mdic.effects = new MDIVistaEffects
 var widgetWindow:MDIWindow = new MDIWindow();
 widgetWindow.title = Your Live Widgets;
widgetWindow.width = 400;
widgetWindow.height = 400;
this.mdic.addChild(widgetWindow);
}

when i do that the window creates, but when i click on the window i
get this error

TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at
flexmdi.containers::MDIWindow/onTitleBarPress()[/_projects/flexmdi/src/flexmdi/containers/MDIWindow.as:1406]

and then this error right after

ypeError: Error #1009: Cannot access a property or method of a null
object reference.
at
flexmdi.containers::MDIWindow/bringToFrontProxy()[/_projects/flexmdi/src/flexmdi/containers/MDIWindow.as:1316]





[flexcoders] Embeding Object Tag in Flex

2008-07-23 Thread Faisal Abid
Does anyone know how to embed an object tag in flex. like the ones
used commonly in widgets ? The current solution I have is use the HTML
IFRAME component in Flex. Does anyone else have an idea? I cant simple
extract the swf address because attached to it is some analytics data. 



[flexcoders] Joining 2 Flv Files in actionscript

2008-01-12 Thread Faisal Abid
Im loading 2 flv files in actionscript , how would i join these and save these 
as one, i have the saving part solved as 
i can individually save these files, but how would i join them into one file 
and save it using actionscript?



[flexcoders] Modifiying The Flex Store Application, How To Get Data From Database

2007-03-29 Thread Faisal Abid
I Have made a cfc which gets data from the database parses it to XML and 
returns it to the Flex store applcation , but it doesnt seem to work , i get an 
error saying it cannot convert XML list to arraycollection? . how wouldi make 
this work



RE: [flexcoders] Modifiying The Flex Store Application, How To Get Data From Database

2007-03-29 Thread Faisal Abid

it still gives me this error but now its tottaly wack 
Type Coercion failed: cannot convert [EMAIL PROTECTED] to 
mx.collections.XMLListCollection

?

here is the code under trail 

 private function productServiceResultHandler(event:ResultEvent):void
{

//HTTPService returns an ArrayCollection for nested arrays
var products:XMLListCollection = event.result.catalog.product;
trace(products)
var temp:XMLListCollection = new XMLListCollection()
var cursor:IViewCursor = products.createCursor()
while (!cursor.afterLast)
{
var product:Product = new Product();
product.fill(cursor.current);
temp.addItem(product);
cursor.moveNext();
}
catalog = temp; 

}

and its this line that is giving the error at present  
 var products:XMLListCollection = event.result.catalog.product; 



From: Alex Harui [EMAIL PROTECTED]
Sent: Thursday, March 29, 2007 2:13 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Modifiying The Flex Store Application, How To Get 
Data From Database 


Use XMLLIstCollection instead of 
ArrayCollection 




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Faisal 
Abid
Sent: Thursday, March 29, 2007 10:16 AM
To: 
flexcoders@yahoogroups.com
Subject: [flexcoders] Modifiying The Flex 
Store Application, How To Get Data From Database

I Have made a cfc which gets data from the database parses it to XML and 
returns it to the Flex store applcation , but it doesnt seem to work , i get an 
error saying it cannot convert XML list to arraycollection? . how wouldi make 
this work






[flexcoders] Flex 2 Survelice Camera Monitor

2007-01-28 Thread Faisal Abid
here is a demo of survelicne camera type thing i made , the tutorial will be 
psoted tonight or tommro . it will cover PngEnc,Remoting,Web Cam Classes 

http://www.g-unix.com/blog/index.cfm/2007/1/28/Flex-2-Surveillance-Camera--Coldfusion-and-Flex



[flexcoders] States and Components

2006-08-26 Thread Faisal Abid



Okay I want to create a new state on the fly, which i can already, but i want to make it so that when my panel is dragged on the first state, then i drag it some more on the second state, when i go back to the first state i want my panel to only be dragged as much as i did in the first state. for exampleI move the panel from 0-20 in first statethen 20-50 in the next statewhen i got back to the first state i want the panel to be at 20 , i tired this and it doesnt work , how would i get this to work.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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.



  






__,_._,___



[flexcoders] Adding Components on the Fly

2006-08-25 Thread Faisal Abid



I have created a simple component which extends the image component, and i Want to add it to the application on the fly. Eg when i clikc start, flex will create the component for me and then i can interact with it, how can this be done.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] Adding Components on the Fly

2006-08-25 Thread Faisal Abid




		Thank you for that, a little late but i also figured out something from yours, i was using the canvas.addchild, but you showed me i didnt have to , so thanks alot.
		

From: "Gordon Smith" [EMAIL PROTECTED]Sent: Friday, August 25, 2006 5:50 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Adding Components on the Fly
		
		
		
		
		

		


		

		mx:Button
click="clickHandler(event)"/

		
		

		
 
		

		
		

		mx:Script

		
		

		
 
		

		
		

		    private function
clickHandler(event:Event):void

		
		

		    {

		
		

		    var myImage:MyImage = new
MyImage();

		
		

		    myImage.source = ...;

		
		

		    addChild(myImage);

		
		

		    }

		
		

		
 
		

		
		

		/mx:Script

		
		

		
 
		

		
		

		- Gordon

		
		

		
 
		

		
		

		

		

		


		

		From:

		
		

[EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Faisal AbidSent: Friday, August 25, 2006 1:16
PMTo: [EMAIL PROTECTED]ups.comSubject: [flexcoders] Adding
Components on the Fly
		
		
		

		
		

		
 
		

		
		

		

		
I have
created a simple component which extends the image component, and i Want to add
it to the application on the fly. Eg when i clikc start, flex will create the
component for me and then i can interact with it, how can this be done.
		

		
		

		
		

		


		



		
		
		
		
		


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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 Bug with Transparent PNGs?

2006-08-17 Thread Faisal Abid




		
Flex has no problem rendering transparent png's as this can be shown on the new site I launched, all the buttons and reflections are transparent png's. www.G-uniX.com --- thats the site
		

From: Daniel Hai [EMAIL PROTECTED]Sent: Thursday, August 17, 2006 3:56 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flex Bug with Transparent PNGs?
		
		
		
		
		


this may not apply -- but are you sure your color depth on the monitors is 32-bit?
 
danielEthan Miller [EMAIL PROTECTED]com wrote: 

		
		
Greetings -I've got a row of skinned buttons that sit right in my main application, on the app desktop if you will. The skins are tranpsarent PNG-8s, the desktop is a fade between two fillColors. Problem is, on some monitors, especially projectors, the transparent regions are visible, about 10% or so. Not true if I place them in
 HTML, but always in Flex =(Anyone else seen this?cheers, ethan
		
		




		
		
		
		
		


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] Re: MediaPlayback for Flex 2

2006-08-16 Thread Faisal Abid




		
You can use normal buttons and make them into a mediaPlayback component. I belive the syntax for stopiing video is VideoComponentId.play()  and etc
		

From: "Bruno Martins" [EMAIL PROTECTED]Sent: Tuesday, August 15, 2006 5:07 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: MediaPlayback for Flex 2
		
		
		
		
		

		
		

I know that the MediaDisplay now is the VideoDisplay but I need the MediaPlayback witch is a component that use the MediaDisplay and MediaController, however the Flex Framework 2 don't have any substitute to the MediaController and also the MediaPlayback. 


		



		On 8/15/06, Renaun Erickson [EMAIL PROTECTED]com
 wrote:
		

		

		

		Name change "VideoDisplay" now.http://livedocs.macromedia.com/flex/2/langref/mx/controls/VideoDisplay.html 



		

--- In [EMAIL PROTECTED]ups.com, "Bruno Martins" [EMAIL PROTECTED] wrote: 
 Any one know where I can find it?  Tks..  --  Bruno Gustavo Martins Office: (11)3443-9527 experience everywhere 
http://www.dclick.com.br/blog


		
		



		

		

		



-- Bruno Gustavo Martins 
Office: (11)3443-9527experience everywherehttp://www.dclick.com.br/blog


-- Bruno Gustavo MartinsOffice: (11)3443-9527experience everywherehttp://www.dclick.com.br/blog
		
		
		
		


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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.



  






__,_._,___



[flexcoders] What is wrong with my component

2006-08-15 Thread Faisal Abid



I am developing a download widget and I have created bindable propertys and etc and my URL var is linked to navigateToURL and when i fill the URL with a property eg ns1:downloadwidget URL=""/ it will nto go to myurl instead it will go to projectroot/myurl . here is the portion of the code. rember it is just a portion of the code , i dont want to reveal all the code.mx:Script    ![CDATA[        import mx.events.*;        import flash.net.*;                [Bindable]        public var URL:String;    ]]/mx:Script        mx:LinkButton x="310" y="82" label="Launch!" click="navigateToURL(new URLRequest('{URL}'))"/         

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  






__,_._,___



[flexcoders] Re: What is wrong with my component

2006-08-15 Thread Faisal Abid
I dont see why I would since it is a dynamic link. here is the full
code  to my component and the part where it is being called in my
main.mxml file

?xml version=1.0 encoding=utf-8?
mx:Panel xmlns:mx=http://www.adobe.com/2006/mxml; width=420
height=144 title={TitlePanel}
mx:Script
![CDATA[
import mx.events.*;
import flash.net.*;

[Bindable]
public var URL:String;
[Bindable]
public var ImageURL:String;
[Bindable]
public var Description:String;
[Bindable]
public var TitlePanel:String;
]]
/mx:Script
mx:Canvas width=100% height=100% cornerRadius=20
borderColor=#00
mx:Image x=6 y=5 width=95 height=94 
source={ImageURL}/
mx:LinkButton x=310 y=82 label=Launch!
click=navigateToURL(new URLRequest('{URL}'))/
mx:Text x=109 y=10 width=291 height=64 
text={Description}/
/mx:Canvas

/mx:Panel


and this is how i am calling it 

ns1:DownloadWidget TitlePanel=G-uniX 
Fifa Explorer
Description=Made For The 2006 Fifa World Cup and For The Upcomming
2010 World Cup URL=http://www.g-unix.com/apps/fifa/index.html;
width=100%
/ns1:DownloadWidget





--
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] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Faisal Abid
I have wrote a proof of concept over at my site
http://www.g-unix.com/blog .

-Faisal Abid  aka Flex Abid ;)

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

 Can the HTTP Service work with a web server that requires digest
 authentication?
 
 
 
 Rich








--
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] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Faisal Abid




		Oh, I understand. My mistake , I wasnt too sure , but atleast I hope anyone can find that article useful.
		

From: "Dave Wolf" [EMAIL PROTECTED]Sent: Monday, July 31, 2006 9:14 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: HTTP Service Authentication capabilities
		
		
		
		
		
I dont think your example actually answers the original question. 
HTTP-DIGEST is a specific kind of HTTP Authentication as referenced in
the RFC 3310.http://www.ietf.org/rfc/rfc3310.txt
What he is asking is if a Flex application can inherit the http
authenticaed session which used the DIGEST method.  My feedback not
having tried it would be to say yeah, no question it should.  But as I
said I havent sat down to put a little test together.  Maybe later
this week.
-- 
Dave Wolf
Cynergy Systems, Inc.
Adobe Flex Alliance Partnerhttp://www.cynergysystems.comhttp://www.cynergysystems.com/blogs
Email:  [EMAIL PROTECTED]stems.com
Office: 866-CYNERGY
--- In [EMAIL PROTECTED]ups.com, "Faisal Abid" [EMAIL PROTECTED] wrote:

 I have wrote a proof of concept over at my site
 http://www.g-unix.com/blog .
 
 -Faisal Abid  aka Flex Abid ;)
 
 --- In [EMAIL PROTECTED]ups.com, "richmcgillicuddy" rich@ wrote:
 
  Can the HTTP Service work with a web server that requires digest
  authentication?
  
  
  
  Rich
 

		
		
		
		
		


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  






__,_._,___



[flexcoders] Rss Feed CrossDomain Confusion

2006-06-18 Thread Faisal Abid



I am trying to retrive an rss feed from BBC.co.uk, and this is my crossdomain XMl File?xml version="1.0"?!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"cross-domain-policy allow-access-from domain="*" /allow-access-from domain="http://newsrss.bbc.co.uk" //cross-domain-policyand my flex applications runs and retrives the feed locally without a crossdomain xml file , but when i upload it i obviously have to use a crossdomain xml file , and when i upload this to te root of my HTDOCS , i get this error in the flex application[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at ::DirectHTTPMessageResponder/securityErrorHandler() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()Can someone please help this is killing me :{} AHH

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Rss Feed CrossDomain Confusion

2006-06-18 Thread Faisal Abid



Is there a way to do this in PHP? Im not really good with php someone please script it.From: "Carson Hager" [EMAIL PROTECTED]Sent: Sunday, June 18, 2006 9:03 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Rss Feed CrossDomain ConfusionThe crossdomain file has to be on the bbc.co.uk host, not your host. This is a common point of confusion. You can always proxy this kind of stuff very simply with an ASPX, Servlet, JSP, etc. to get around this limitation.   Carson    Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com  Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal AbidSent: Sunday, June 18, 2006 5:55 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Rss Feed CrossDomain Confusion   I am trying to retrive an rss feed from BBC.co.uk, and this is my crossdomain XMl File?xml version="1.0"?!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"cross-domain-policy allow-access-from domain="*" /allow-access-from domain="http://newsrss.bbc.co.uk" //cross-domain-policyand my flex applications runs and retrives the feed locally without a crossdomain xml file , but when i upload it i obviously have to use a crossdomain xml file , and when i upload this to te root of my HTDOCS , i get this error in the flex application[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at ::DirectHTTPMessageResponder/securityErrorHandler() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()Can someone please help this is killing me :{} AHH 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Rss Feed CrossDomain Confusion

2006-06-18 Thread Faisal Abid



Oh Nevermind , I just relized i can do this with Coldfusion easily. Thanks for finally explaining Cross Domain to me ... pff lousy tech teacher couldnt tell me what crossdomian excatly is.From: "Carson Hager" [EMAIL PROTECTED]Sent: Sunday, June 18, 2006 9:03 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Rss Feed CrossDomain ConfusionThe crossdomain file has to be on the bbc.co.uk host, not your host. This is a common point of confusion. You can always proxy this kind of stuff very simply with an ASPX, Servlet, JSP, etc. to get around this limitation.   Carson    Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com  Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal AbidSent: Sunday, June 18, 2006 5:55 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Rss Feed CrossDomain Confusion   I am trying to retrive an rss feed from BBC.co.uk, and this is my crossdomain XMl File?xml version="1.0"?!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"cross-domain-policy allow-access-from domain="*" /allow-access-from domain="http://newsrss.bbc.co.uk" //cross-domain-policyand my flex applications runs and retrives the feed locally without a crossdomain xml file , but when i upload it i obviously have to use a crossdomain xml file , and when i upload this to te root of my HTDOCS , i get this error in the flex application[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at ::DirectHTTPMessageResponder/securityErrorHandler() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()Can someone please help this is killing me :{} AHH 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Nobody wants to help me??

2006-05-21 Thread Faisal Abid



Could be , i will try that now , should work :-)

Gordon Smith wrote:
 I think Matt meant to write (@type == Catalog), not (@type =
 Catalog).

 - Gordon


 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Matt Chotin
 Sent: Saturday, May 20, 2006 4:45 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Nobody wants to help me??

 Using e4x as your format I think it'd be something like this:

 service.lastResult.Products.Product.(@type = Catalog)

 Then you'd need to have have a labelFunction (or do it in your cell
 renderer) that digs down further into Catalog.Thumbnail.Url, e.g.,

 Function label(item:Object):void
 {
 Return item.Catalog.Thumbnail.Url
 }

 That should get you further hopefully

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Saturday, May 20, 2006 4:33 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Nobody wants to help me??

 i have waited well over 24 hours and still no reply ,can anyone please
 help me
 Here is the xml document .
 http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Yah
 ooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Calv
 in%20Kleinshow_subcategories=1
 http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Ya
 hooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Cal
 vin%20Kleinshow_subcategories=1

 I want to get the thumbnails from the product in a tilelist, is this
 right ?

 mx:TileList x=0 y=10 width=772.25 height=344
 dataProvider={service.lastResult.ProductSearch.Products.Product.Catalog
 .Thumbnail.Url}/mx:TileList

 seeing that my service being called is called service..




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








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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubs

[flexcoders] Nobody wants to help me??

2006-05-20 Thread Faisal Abid



i have waited well over 24 hours and still no reply ,can anyone please 
help me
Here is the xml document .
http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=YahooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Calvin%20Kleinshow_subcategories=1 
http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=YahooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Calvin%20Kleinshow_subcategories=1

I want to get the thumbnails from the product in a tilelist, is this right ?

mx:TileList x=0 y=10 width=772.25 height=344
dataProvider={service.lastResult.ProductSearch.Products.Product.Catalog.Thumbnail.Url}/mx:TileList

seeing that my service being called is called service..







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  











[flexcoders] WebService Trouble???

2006-05-18 Thread Faisal Abid



Okay Here is the xml document . 
http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=YahooDemocategory=Clothingquery=football+pantsrefinement=4168-Brand=Calvin%20Kleinshow_subcategories=1

I want to get the thumbnails from the product in a tilelist, is this right ?

mx:TileList x=0 y=10 width=772.25 height=344 
dataProvider={service.lastResult.ProductSearch.Products.Product.Catalog.Thumbnail.Url}/mx:TileList

seeing that my service being called is called service..








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  











[flexcoders] Can Anyone Please Get Me Some Space

2006-05-16 Thread Faisal Abid



I have been working on an application for the Derby but it involves 
MYstic and i have a developers version running, Can anyone please give 
me some space like 5 megs , on there server so i can host my 
coldfusion/flex application. Please...






--
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] Can Anyone Please Get Me Some Space

2006-05-16 Thread Faisal Abid



HUH? what does that have to do with this, but good site.



Mahmoud Elsayess wrote:
 Hi Faisal,
 
 Have you seen my website? I think you would be interested to check it 
 out and you can type any word in Arabic using my Arabic Abacus. 
 www.readverse.com http://www.readverse.com
 
 Mahmoud Elsayess
 www.readverse.com http://www.readverse.com

 - Original Message -
 *From:* Faisal Abid mailto:[EMAIL PROTECTED]
 *To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
 *Sent:* Tuesday, May 16, 2006 1:18 PM
 *Subject:* [flexcoders] Can Anyone Please Get Me Some Space

 I have been working on an application for the Derby but it involves
 MYstic and i have a developers version running, Can anyone please
 give
 me some space like 5 megs , on there server so i can host my
 coldfusion/flex application. Please...


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



 SPONSORED LINKS
 Web site design development
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  Computer software development
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  Software design and development
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ

 Macromedia flex
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
  Software development best practice
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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



  











[flexcoders] Flickr Search Component -- Ready To Use No Config Needed

2006-05-07 Thread Faisal Abid



I just want to point out that G-uniX Technologies has released a Flickr 
Search Component that is a ready to use Flickr Search applications 
contained within a component. check it out at www.G-uniX.com .. sorry 
for the self promotion ;)






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Re: Please Help. Http Service WTH

2006-05-06 Thread Faisal Abid



mx:Button label=Go
 click=buildMyUrl(textinput.text);myService.send() /

when i do that i get an error at runtime saying
TypeError: Error #1009: null has no properties.
 at index/__search_click()


Doug Lowder wrote:
 It's up to you where you put the call to buildMyUrl(), depending on
 when and how you want your http service to be invoked. You could
 add a button and put it in the click handler:

 mx:Button label=Go
 click=buildMyUrl(textinput.text);myService.send() /

 Or you could even call it in the enter handler for your text imput;
 just type some text and hit enter to call your service:

 mx:TextInput id=textinput
 enter=buildMyUrl(event.target.text);myService.send() ... /


 --- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote:
 
  Okay i see where your going at , so how would i call BuildMyUrl ,
 like
  so i made teh function and then i made trhe service and then i
 made the
  textinput , where do i put BuildMyURL(textinput.text) (and is it
 normail
  brakets or curly) , im sorry if this is an easy question, im sort
 of
  really stressed out and stumped.
 
 
  Doug Lowder wrote:
   Try binding the entire url property to a variable that you build
 in
   code:
  
   var myUrl: String = ;
   function buildMyUrl(s: String) {
   myUrl = http://something.com/api/someting/ +
   s + /somethingelse/something;
   }
  
   mx:HTTPService url="" ... /
  
  
   Then just call buldMyUrl(textinput.text) somewhere, such as the
   click handler for a button or just before you call your
   httpservice's send() method.
  
  
   --- In flexcoders@yahoogroups.com, Faisal Abid Faisal@ wrote:
   
Okay so for the past 4 hours + 3 hours at night ive been
 debugging
   my
application only to come to the conclusion that in a
 httpservice
   url i
cannot do this
   
mx:httpservice
url="" href="http://something.com/api/someting/">http://something.com/api/someting/
   {textinput.text}/somethingelse/something
   
The httpservice is fine , i test it in a broswer by replacijng
texinput.txt to something and it returns what its ment to ,
 but in
   flex
it gives me an error saying i must defind a url, I mean it is
   defined ,
i know there is a workaround to  by puttin amp; But What the
 hec
   is
wrong with my url??
   
  
  
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives: http://www.mail-archive.com/flexcoders%
 40yahoogroups.com
  
  
  
   SPONSORED LINKS
   Web site design development
   http://groups.yahoo.com/gads?
 t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
 Computer+software+developmentw3=Software+design+and+developmentw4=M
 acromedia+flexw5=Software+development+best+practicec=5s=166.sig=L
 -4QTvxB_quFDtMyhrQaHQ
   Computer software development
   http://groups.yahoo.com/gads?
 t=msk=Computer+software+developmentw1=Web+site+design+developmentw
 2=Computer+software+developmentw3=Software+design+and+developmentw4
 =Macromedia+flexw5=Software+development+best+practicec=5s=166.sig
 =lvQjSRfQDfWudJSe1lLjHw
   Software design and development
   http://groups.yahoo.com/gads?
 t=msk=Software+design+and+developmentw1=Web+site+design+development
 w2=Computer+software+developmentw3=Software+design+and+development
 w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
 ig=1pMBCdo3DsJbuU9AEmO1oQ
  
   Macromedia flex
   http://groups.yahoo.com/gads?
 t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
 tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
 exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
 I36cYzBjw
   Software development best practice
   http://groups.yahoo.com/gads?
 t=msk=Software+development+best+practicew1=Web+site+design+developm
 entw2=Computer+software+developmentw3=Software+design+and+developme
 ntw4=Macromedia+flexw5=Software+development+best+practicec=5s=166
 .sig=f89quyyulIDsnABLD6IXIw
  
  
  
   -
 ---
   YAHOO! GROUPS LINKS
  
   * Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.
   
   * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]
 subject=Unsubscribe
   
   * Your use of Yahoo! Groups is subject to the Yahoo! Terms
 of
   Service http://docs.yahoo.com/info/terms/.
  
  
   -
 ---
  
 






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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+develo

[flexcoders] Flickr App in Beta 2?

2006-05-05 Thread Faisal Abid



I have sucessfully got the webservice running and it is displaying but i 
cannot render the objects to images using Thumbnail.mxml because 
Thumbnail was written in Beta 1 and i dont know what to change? BTW this 
is follwing Sho's Instructions on how to make an app in 15 min.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  











[flexcoders] DadtaGrid Distress

2006-05-04 Thread Faisal Abid



Okay, Thanks to alot of people i got that webservice working however, 
Now I have a diffrent problem , im calling an rss feed , but when it is 
retured it doesnt populate the datagrid , i mean you can see something 
is populating but it is invisible , there is a scroll bar and everything 
but it is invisible.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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 2 beta 3 release date

2006-05-04 Thread Faisal Abid



All i can say is really really soon.!!


Samir Pandurangi wrote:
 Does anyone know when beta 3 is going to be released?

 -Samir



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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] remoteobject tutorial for flex 2

2006-05-04 Thread Faisal Abid



Cfflex.net has a tutorial wirrten by an amazing mind Simeon.


Samir Pandurangi wrote:
 Hi there,

 Anyone know of a good example which illustrates the use of the 
 remoteobject
 tag? I would like to see how flex 2 can be used to communicate with java
 server side objects and how the return values are handled/processed. I 
 know
 the docs describe this to a limited extent, but it would be very 
 helpful to
 see a practical example.

 Cristophe Coenraets has a tutorial on his website which makes some 
 limited
 use of the remoteobject tag, but it seems it is for Flex 1.5 and doesn't
 work with the Flex 2 compiler (complains about namespaces and 
 incompatible
 tags).
 http://coenraets.com/tutorials/restaurant/index.jsp

 --
 Samir



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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  












[flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



Okay so for the past 4 hours + 3 hours at night ive been debugging my 
application only to come to the conclusion that in a httpservice url i 
cannot do this

mx:httpservice 
url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/something">http://something.com/api/someting/{textinput.text}/somethingelse/something

The httpservice is fine , i test it in a broswer by replacijng 
texinput.txt to something and it returns what its ment to , but in flex 
it gives me an error saying i must defind a url, I mean it is defined , 
i know there is a workaround to  by puttin amp; But What the hec is 
wrong with my url??






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



You mean it has to be predefined? But i dont think so because in that 
flickr video this is what sho did
http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api_key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text}
and it worked..

Kelly @ Dekayd Media Inc. wrote:
 I could be wrong but I think the url in the mxml tag has to be a compile
 time constant.




 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Wednesday, May 03, 2006 1:34 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Please Help. Http Service WTH

 Okay so for the past 4 hours + 3 hours at night ive been debugging my
 application only to come to the conclusion that in a httpservice url i
 cannot do this

 mx:httpservice
 url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/someth">http://something.com/api/someting/{textinput.text}/somethingelse/someth 
 http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/someth
 ing

 The httpservice is fine , i test it in a broswer by replacijng
 texinput.txt to something and it returns what its ment to , but in flex
 it gives me an error saying i must defind a url, I mean it is defined ,
 i know there is a workaround to  by puttin amp; But What the hec is
 wrong with my url??


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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



Well This is Beta 2, and what do you mean it wont work? how else do you 
expect to call a flickr webservice via HTTP, the only thing basically i 
want to know is how to call a binding within two backslashes like this 
/{binding/whateever.html

And Binding in httpservice does work , try my custom feed reader 
somewhere on www.g-unix.com


Tracy Spratt wrote:
 That should not have worked. You are not supposed to put any arguments
 on the url. This is in the documents somewhere. Assuming we are
 talking 1.5

 The workaround for this is to set the url and request args in AS code.

 Tracy

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Wednesday, May 03, 2006 4:42 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Please Help. Http Service WTH

 You mean it has to be predefined? But i dont think so because in that
 flickr video this is what sho did
 http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api 
 http://www.flickr.com/services/rest/?method=flickr.photos.searchapi
 _key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text}
 and it worked..

 Kelly @ Dekayd Media Inc. wrote:
  I could be wrong but I think the url in the mxml tag has to be a
 compile
  time constant.
 
 
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Faisal Abid
  Sent: Wednesday, May 03, 2006 1:34 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Please Help. Http Service WTH
 
  Okay so for the past 4 hours + 3 hours at night ive been debugging my
  application only to come to the conclusion that in a httpservice url i
  cannot do this
 
  mx:httpservice
 
 url="" href="http://something.com/api/someting/{textinput.text}/somethingelse/so">http://something.com/api/someting/{textinput.text}/somethingelse/so 
 http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/so
 meth
 
 http://something.com/api/someting/%7Btextinput.text%7D/somethingelse/so
 meth
  ing
 
  The httpservice is fine , i test it in a broswer by replacijng
  texinput.txt to something and it returns what its ment to , but in
 flex
  it gives me an error saying i must defind a url, I mean it is defined
 ,
  i know there is a workaround to  by puttin amp; But What the hec is
  wrong with my url??
 
 
  --
  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
 
 
 
  SPONSORED LINKS
  Web site design development
 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+ 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+
 site+design+developmentw2=Computer+software+developmentw3=Software+des
 ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
 ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  Computer software development
 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We
 b+site+design+developmentw2=Computer+software+developmentw3=Software+d
 esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
 acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  Software design and development
 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1= 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=
 Web+site+design+developmentw2=Computer+software+developmentw3=Software
 +design+and+developmentw4=Macromedia+flexw5=Software+development+best+
 practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 
  Macromedia flex
 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+ 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+
 developmentw2=Computer+software+developmentw3=Software+design+and+deve
 lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
 66.sig=OO6nPIrz7_EpZI36cYzBjw
  Software development best practice
 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice
 w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw
 are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
 st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
 
 
 
 
 
  YAHOO! GROUPS LINKS
 
  * Visit your group flexcoders
  http://groups.yahoo.com/group/flexcoders on the web.
  
  * 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 of
  Servic

Re: [flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



Okay i see where your going at , so how would i call BuildMyUrl , like 
so i made teh function and then i made trhe service and then i made the 
textinput , where do i put BuildMyURL(textinput.text) (and is it normail 
brakets or curly) , im sorry if this is an easy question, im sort of 
really stressed out and stumped.


Doug Lowder wrote:
 Try binding the entire url property to a variable that you build in
 code:

 var myUrl: String = ;
 function buildMyUrl(s: String) {
 myUrl = http://something.com/api/someting/ +
 s + /somethingelse/something;
 }

 mx:HTTPService url="" ... /


 Then just call buldMyUrl(textinput.text) somewhere, such as the
 click handler for a button or just before you call your
 httpservice's send() method.


 --- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote:
 
  Okay so for the past 4 hours + 3 hours at night ive been debugging
 my
  application only to come to the conclusion that in a httpservice
 url i
  cannot do this
 
  mx:httpservice
  url="" href="http://something.com/api/someting/">http://something.com/api/someting/
 {textinput.text}/somethingelse/something
 
  The httpservice is fine , i test it in a broswer by replacijng
  texinput.txt to something and it returns what its ment to , but in
 flex
  it gives me an error saying i must defind a url, I mean it is
 defined ,
  i know there is a workaround to  by puttin amp; But What the hec
 is
  wrong with my url??
 






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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 



 
 YAHOO! GROUPS LINKS

 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Re: Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid



I havent tried any of the methods yet , though the first one sounds 
extremely simple to do , however how would i do this if i had multiple 
textinputs and multiple varaibles in the url string , would i have to 
define each on in the function eg

function Deploy(s: String, p:String, and so on and so on)
or is there another way?


Doug Lowder wrote:
 And about parameters in the url, instead of this, for example:

 myUrl = http://server.com/page?firstname=Johnlastname=Doe 
 http://server.com/page?firstname=Johnlastname=Doe;
 myService.send();

 Do this:

 myUrl = http://server.com/page;
 myService.send( {firstname: John, lastname: Doe} );

 You might be able to get the first case to work in certain
 situations, but it would likely cause problems with a service that
 has its method property set to POST.


 --- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote:
 
  Ahh rite rite rite , Thanks SO much i will add your name in the
 credits
  for your help
 
 
  Doug Lowder wrote:
   It's up to you where you put the call to buildMyUrl(), depending
 on
   when and how you want your http service to be invoked. You could
   add a button and put it in the click handler:
  
   mx:Button label=Go
   click=buildMyUrl(textinput.text);myService.send() /
  
   Or you could even call it in the enter handler for your text
 imput;
   just type some text and hit enter to call your service:
  
   mx:TextInput id=textinput
   enter=buildMyUrl(event.target.text);myService.send() ... /
  
  
   --- In flexcoders@yahoogroups.com, Faisal Abid Faisal@ wrote:
   
Okay i see where your going at , so how would i call
 BuildMyUrl ,
   like
so i made teh function and then i made trhe service and then i
   made the
textinput , where do i put BuildMyURL(textinput.text) (and is
 it
   normail
brakets or curly) , im sorry if this is an easy question, im
 sort
   of
really stressed out and stumped.
   
   
Doug Lowder wrote:
 Try binding the entire url property to a variable that you
 build
   in
 code:

 var myUrl: String = ;
 function buildMyUrl(s: String) {
 myUrl = http://something.com/api/someting/ +
 s + /somethingelse/something;
 }

 mx:HTTPService url="" ... /


 Then just call buldMyUrl(textinput.text) somewhere, such
 as the
 click handler for a button or just before you call your
 httpservice's send() method.


 --- In flexcoders@yahoogroups.com, Faisal Abid Faisal@
 wrote:
 
  Okay so for the past 4 hours + 3 hours at night ive been
   debugging
 my
  application only to come to the conclusion that in a
   httpservice
 url i
  cannot do this
 
  mx:httpservice
  url="" href="http://something.com/api/someting/">http://something.com/api/someting/
 {textinput.text}/somethingelse/something
 
  The httpservice is fine , i test it in a broswer by
 replacijng
  texinput.txt to something and it returns what its ment to ,
   but in
 flex
  it gives me an error saying i must defind a url, I mean it
 is
 defined ,
  i know there is a workaround to  by puttin amp; But What
 the
   hec
 is
  wrong with my url??
 






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



 SPONSORED LINKS
 Web site design development
 http://groups.yahoo.com/gads?
  
 t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
  
 Computer+software+developmentw3=Software+design+and+developmentw4=M
  
 acromedia+flexw5=Software+development+best+practicec=5s=166.sig=L
   -4QTvxB_quFDtMyhrQaHQ
 Computer software development
 http://groups.yahoo.com/gads?
  
 t=msk=Computer+software+developmentw1=Web+site+design+developmentw
  
 2=Computer+software+developmentw3=Software+design+and+developmentw4
  
 =Macromedia+flexw5=Software+development+best+practicec=5s=166.sig
   =lvQjSRfQDfWudJSe1lLjHw
 Software design and development
 http://groups.yahoo.com/gads?
  
 t=msk=Software+design+and+developmentw1=Web+site+design+development
  
 w2=Computer+software+developmentw3=Software+design+and+development
  
 w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
   ig=1pMBCdo3DsJbuU9AEmO1oQ

 Macromedia flex
 http://groups.yahoo.com/gads?
  
 t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
  
 tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
  
 exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
   I36cYzBjw
 Software development best practice
 http://groups.yahoo.com/gads?
  
 t=msk=Software+development+best+practicew1=Web+site+design+developm
  
 entw2=Computer+software+developmentw3=Software+design+and+developme
  
 ntw4=Macromedia+flexw5=Software+

[flexcoders] How To Get ANT,Eclipse,FLEX SDK working?

2006-05-01 Thread Faisal Abid



Hello, i rember a while ago i was at a seminar and Simon of(Flexcf.com) 
had a cool workspace where he had the flex sdk running in eclipse and 
compiling using ANT. I want to know if anyone knows how to do that and 
it will be really cool if simon himself explains how he did that if he 
has time and reads this email.







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Re: Help! ( Dynamic URLs for HTTPServices )

2006-05-01 Thread Faisal Abid



I have a good example of this using Dynamic RSS feeds at my site. 
http://g-unix.com/?p=54


[EMAIL PROTECTED] wrote:
 Not sure if somebody already responded - I just deleted my newest 
 (flexcoders)
 mail without really looking at it... and I must add the disclaimer 
 that I'm
 still pretty new to Flex so I could be off base here. That said,

 I had the same issue trying to use one HTTPService component to access any
 number of sites by dynamically changing the url attribute. What I 
 found (and I
 think you too by now) is that it's not the dynamic nature of the url 
 causing the
 problem, but rather the cross-domain issue - hitting a different 
 domain than the
 one serving your swf. You mentioned using a php proxy file for your 
 weather.com
 project. Do the same thing here, just pass the dynamic url in the 
 querystring
 and extract it in the php file before going there. Assuming you put 
 your php
 file in the same folder as your swf, your example below would look like:

 mx:HTTPService
 id=myService
 url="">
 resultFormat=text/ ...

 and you entire php file would be:

 ?php
 $dataURL = $_GET[url];
 readfile($dataURL);
 ?

 If the url you're passing already has a querystring, I found a simple 
 way to
 handle that is to replace the '' character with something unlikely (I use
 '~AND~') in Flex and re-replace the '' in php, so the entire thing 
 becomes one
 value, instead of trying to re-assemble the querystring in php.

 In this case your example would look like:

 mx:HTTPService
 id=myService
 
 url="">
 resultFormat=text/ ...

 and you entire php file would be:

 ?php
 $replacethis = ~AND~; // was replaced by ~AND~ in Flex 
 before sending the
 httprequest
 $withthis = ;
 $dataURL = $_GET[url];
 $dataURL = str_replace($replacethis, $withthis, $dataURL);
 readfile($dataURL);
 ?

 Why does this work locally when obviously C:\ is not the same domain as
 www.yahoo.com? Because of Flash 8 security model which gives a locally
 executing swf access to EITHER the local file system OR the www, but 
 not both
 (unless it's in trusted mode). In Flash, you choose which you want in the
 publish settings. I'm pretty sure Flash defaults to local access, and
 obviously Flex defaults to www access. Search Macromedia site for 
 Flash 8
 security model for all the info on that.

 Sorry for the long-winded response (and for telling you stuff you 
 already knew),
 but I tried to be as detailed as possible to also benefit all the 
 newbie lurkers
 like myself. This just happens to be an issue I wrestled with for a 
 LONG time
 both in Flash and in Flex and I'm pretty condfident I can actually 
 help here -
 and start to give back.

 Rick


 -Original Message-
 From: oca_gw [mailto:[EMAIL PROTECTED]
 Sent: Sunday, April 30, 2006 10:32 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Help! ( Dynamic URLs for HTTPServices )


 Hi Again all.

 To further demonstrate this problem, I have developed the following
 sample application:



 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 layout=absolute width=763 height=371

 mx:HTTPService
 id=myService
 url="">
 resultFormat=text/
 mx:TextArea x=10 y=220 width=155 height=141
 text={myDataGrid.selectedItem.SiteTitle} -
 {myDataGrid.selectedItem.Address}/
 mx:TextArea x=173 y=11 width=580 height=350
 text={myService.result}/
 mx:DataGrid x=10 y=11 width=155 height=141 id=myDataGrid
 click=myService.send();
 mx:columns
 mx:DataGridColumn headerText=Site 
 dataField=SiteTitle/
 /mx:columns
 mx:dataProvider
 mx:Array
 mx:Object SiteTitle=Google 
 Address=http://www.google.com/
 mx:Object SiteTitle=Yahoo 
 Address=http://www.yahoo.com/
 mx:Object SiteTitle=Graham Weldon
 Address=http://graham.weldon.ath.cx/
 /mx:Array
 /mx:dataProvider
 /mx:DataGrid

 /mx:Application





 This works fine when i click Run in the Flex 2,0 beta 2 builder, to
 launch it as a SWF/HTML through the local browser, but as soon as I
 put it on the webserver to be deployed and publically accessible, the
 Security errors popup when the HTTPService should send().

 Any thoughts?

 Cheers, Regards,
 Graham Weldon
 Web Development Manager
 Object Connections


 --- In flexcoders@yahoogroups.com, oca_gw [EMAIL PROTECTED] wrote:
 
  Hi All.
 
  I'm working with Flex 2.0 beta 2
 
  This response interested me, as I have been experiencing some issues
  with HTTP Services, and the usage of dynamic destinations.
 
  One example that claims to be able to do this is GuniX technology's
  administrator's RSS2.0 Reader version 0.2. (
  http://www.g-unix.com/bin/rss/index.swf )
  Running this sample, entering in any RSS feed causes the following
  error to pop up:
 
  Error: faultCode:Channel.Security.Error faultString:'Security error
  accessing url' faultDetail:'Destination: DefaultHTTP'
  at
 
 mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() 
 http://www.adobe.com/2006/flex/mx/internal::faultHandler%28%29
  at 

Re: [flexcoders] Re: Help! ( Dynamic URLs for HTTPServices )

2006-05-01 Thread Faisal Abid



Oops ,, and also the source file http://www.g-unix.com/bin/rss/source.rar
read my first email and then this one


[EMAIL PROTECTED] wrote:
 Not sure if somebody already responded - I just deleted my newest 
 (flexcoders)
 mail without really looking at it... and I must add the disclaimer 
 that I'm
 still pretty new to Flex so I could be off base here. That said,

 I had the same issue trying to use one HTTPService component to access any
 number of sites by dynamically changing the url attribute. What I 
 found (and I
 think you too by now) is that it's not the dynamic nature of the url 
 causing the
 problem, but rather the cross-domain issue - hitting a different 
 domain than the
 one serving your swf. You mentioned using a php proxy file for your 
 weather.com
 project. Do the same thing here, just pass the dynamic url in the 
 querystring
 and extract it in the php file before going there. Assuming you put 
 your php
 file in the same folder as your swf, your example below would look like:

 mx:HTTPService
 id=myService
 url="">
 resultFormat=text/ ...

 and you entire php file would be:

 ?php
 $dataURL = $_GET[url];
 readfile($dataURL);
 ?

 If the url you're passing already has a querystring, I found a simple 
 way to
 handle that is to replace the '' character with something unlikely (I use
 '~AND~') in Flex and re-replace the '' in php, so the entire thing 
 becomes one
 value, instead of trying to re-assemble the querystring in php.

 In this case your example would look like:

 mx:HTTPService
 id=myService
 
 url="">
 resultFormat=text/ ...

 and you entire php file would be:

 ?php
 $replacethis = ~AND~; // was replaced by ~AND~ in Flex 
 before sending the
 httprequest
 $withthis = ;
 $dataURL = $_GET[url];
 $dataURL = str_replace($replacethis, $withthis, $dataURL);
 readfile($dataURL);
 ?

 Why does this work locally when obviously C:\ is not the same domain as
 www.yahoo.com? Because of Flash 8 security model which gives a locally
 executing swf access to EITHER the local file system OR the www, but 
 not both
 (unless it's in trusted mode). In Flash, you choose which you want in the
 publish settings. I'm pretty sure Flash defaults to local access, and
 obviously Flex defaults to www access. Search Macromedia site for 
 Flash 8
 security model for all the info on that.

 Sorry for the long-winded response (and for telling you stuff you 
 already knew),
 but I tried to be as detailed as possible to also benefit all the 
 newbie lurkers
 like myself. This just happens to be an issue I wrestled with for a 
 LONG time
 both in Flash and in Flex and I'm pretty condfident I can actually 
 help here -
 and start to give back.

 Rick


 -Original Message-
 From: oca_gw [mailto:[EMAIL PROTECTED]
 Sent: Sunday, April 30, 2006 10:32 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Help! ( Dynamic URLs for HTTPServices )


 Hi Again all.

 To further demonstrate this problem, I have developed the following
 sample application:



 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 layout=absolute width=763 height=371

 mx:HTTPService
 id=myService
 url="">
 resultFormat=text/
 mx:TextArea x=10 y=220 width=155 height=141
 text={myDataGrid.selectedItem.SiteTitle} -
 {myDataGrid.selectedItem.Address}/
 mx:TextArea x=173 y=11 width=580 height=350
 text={myService.result}/
 mx:DataGrid x=10 y=11 width=155 height=141 id=myDataGrid
 click=myService.send();
 mx:columns
 mx:DataGridColumn headerText=Site 
 dataField=SiteTitle/
 /mx:columns
 mx:dataProvider
 mx:Array
 mx:Object SiteTitle=Google 
 Address=http://www.google.com/
 mx:Object SiteTitle=Yahoo 
 Address=http://www.yahoo.com/
 mx:Object SiteTitle=Graham Weldon
 Address=http://graham.weldon.ath.cx/
 /mx:Array
 /mx:dataProvider
 /mx:DataGrid

 /mx:Application





 This works fine when i click Run in the Flex 2,0 beta 2 builder, to
 launch it as a SWF/HTML through the local browser, but as soon as I
 put it on the webserver to be deployed and publically accessible, the
 Security errors popup when the HTTPService should send().

 Any thoughts?

 Cheers, Regards,
 Graham Weldon
 Web Development Manager
 Object Connections


 --- In flexcoders@yahoogroups.com, oca_gw [EMAIL PROTECTED] wrote:
 
  Hi All.
 
  I'm working with Flex 2.0 beta 2
 
  This response interested me, as I have been experiencing some issues
  with HTTP Services, and the usage of dynamic destinations.
 
  One example that claims to be able to do this is GuniX technology's
  administrator's RSS2.0 Reader version 0.2. (
  http://www.g-unix.com/bin/rss/index.swf )
  Running this sample, entering in any RSS feed causes the following
  error to pop up:
 
  Error: faultCode:Channel.Security.Error faultString:'Security error
  accessing url' faultDetail:'Destination: DefaultHTTP'
  at
 
 mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() 
 

Re: [flexcoders] Full Screen Flex App

2006-04-27 Thread Faisal Abid
Alex MacCaw wrote:
 I was just wondering if anyone had a few tips on making a flex app fullscreen 
 (that is when the swf is run directly without a browser).
 I’ve tried this under the Application tag:
 fscommand(fullscreen,true); 
 When the application is initially loaded it isn’t full screen, but if you 
 click on a menu item, it becomes so.
 Basically what I’m saying is that fscommand fullscreen works, but not on the 
 initial load.
 Is there a way of doing this?
 Thanks in advance
 Alex



 --
 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
   http://groups.yahoo.com/group/flexcoders on the web.
 * 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 of
   Service http://docs.yahoo.com/info/terms/.


 

try puttin fscommand under initlize or creationcomplete


--
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] Developing Rich Clients with Macromedia Flex , out of date?

2006-04-24 Thread Faisal Abid



Alex MacCaw wrote:
 I'm just starting to learn Flex 2.0 and wondered if Developing Rich
 Clients with Macromedia Flex is too out of date, or if it's still
 useful with Flex 2.0.
 Also, does anyone have any 'getting started' material, like links to
 tutorials etc.
 Thanks
 Alex



 --
 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
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 

The Concept of Flex is still availble from DRCIMF but I would wait for a 
Flex 2.0 book to hit the shelves






--
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 2 Beta 2 Mouse Over Property

2006-04-19 Thread Faisal Abid
Thank You So Much Matt :)




Matt Chotin wrote:
 In your mx:states section I think it would be something like this.

 mx:State name=whatever
 ...
 mx:SetEventHandler target={theObj} name=mouseOver handler={null}
 /
 /mx:State

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Monday, April 17, 2006 5:21 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Flex 2 Beta 2 Mouse Over Property

 Matt Chotin wrote:
  You can use the mx.states.SetEventHandler to set the handler to null.
 
  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Faisal Abid
  Sent: Sunday, April 16, 2006 7:28 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Flex 2 Beta 2 Mouse Over Property
 
  How do i remove the mouseOver=' when I go to a diffrent state ,, like
 i
 
  have it grow on mouse over and then when i click it, it grows into
 full
  form but when it is in its big form if i mouse the mouse it wil
 activate
 
  the mouseOver tag i have , How do i go about removing this in my new
  state?
 
 
  --
  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
 
 
 
  SPONSORED LINKS
  Web site design development
 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+ 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+
 site+design+developmentw2=Computer+software+developmentw3=Software+des
 ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
 ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
Computer software development
 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We
 b+site+design+developmentw2=Computer+software+developmentw3=Software+d
 esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
 acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
Software design and development
 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1= 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=
 Web+site+design+developmentw2=Computer+software+developmentw3=Software
 +design+and+developmentw4=Macromedia+flexw5=Software+development+best+
 practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 
  Macromedia flex
 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+ 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+
 developmentw2=Computer+software+developmentw3=Software+design+and+deve
 lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
 66.sig=OO6nPIrz7_EpZI36cYzBjw
Software development best practice
 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice; 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice;
 w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw
 are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
 st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
 
 
 
 
 
  YAHOO! GROUPS LINKS
 
  *  Visit your group flexcoders
http://groups.yahoo.com/group/flexcoders on the web.

  *  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 of
Service http://docs.yahoo.com/info/terms/.
 
 
 
 
 
 Im just statrting to learn this , so how would i do this , like what
 will be the sample code in Flex 2.0 and why?


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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 






--
Flexcoders Mailing List
FAQ: http

[flexcoders] What IS The URL For The Breeze Meetng Today for BACFUG

2006-04-19 Thread Faisal Abid



What IS The URL For The Breeze Meetng Today for BACFUG? The one about 
passing data between flex and coldfusion






--
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] What IS The URL For The Breeze Meetng Today for BACFUG

2006-04-19 Thread Faisal Abid



Okay thanks, but its still much better to see this happeing live , I 
wonder where Jen is, she hasnt even put the link on her site



Simeon Bateman wrote:
 Hey I will have NO hecklers! Mr Reactor Assembler maker!

 Thats a good question though, and one I will have to defer to Jen to 
 answer :)

 simeon
 PS. I am the presenter tonight, and the sample code will be on 
 http://flexcf.com after the meeting.

 On 4/19/06, *Faisal Abid* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]  wrote:

 What IS The URL For The Breeze Meetng Today for BACFUG? The one about
 passing data between flex and coldfusion




 --
 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
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * 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 of
 Service http://docs.yahoo.com/info/terms/.


 








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



  












[flexcoders] Getting Drap Drop Panels

2006-04-19 Thread Faisal Abid



Does Anyone Know How To Impliemet Drag And Drop Panels






--
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] Re: Question about Flex Beta

2006-04-18 Thread Faisal Abid
Darin Kohles wrote:
 --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote:
 
  How easy is it to use Flex Beta to make an application where you
 have a 
  password that is secure from being seen, you know to store information?
 

 Most text components have a Boolean called 'password' that you can set
 to hide display as in html *.





 --
 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
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 

The you can use the tutoril on PHP and Flex from labs.macromedia.com and 
modify it to make a login app


--
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 2 Beta 2 Mouse Over Property

2006-04-17 Thread Faisal Abid
How do i remove the mouseOver=' when I go to a diffrent state ,, like i 
have it grow on mouse over and then when i click it, it grows into full 
form but when it is in its big form if i mouse the mouse it wil activate 
the mouseOver tag i have , How do i go about removing this in my new state?


--
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 2 Beta 2 Mouse Over Property

2006-04-17 Thread Faisal Abid
How do i remove the mouseOver=' when I go to a diffrent state ,, like i 
have it grow on mouse over and then when i click it, it grows into full 
form but when it is in its big form if i mouse the mouse it wil activate 
the mouseOver tag i have , How do i go about removing this in my new state?


--
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] Re: Updating and Retriving Data From XML File FLEX 2

2006-04-17 Thread Faisal Abid
mdoberenz wrote:
 --- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote:
 
  Does anyone know how to retrive and update data from an XML file in
 Flex 2??
 

 You can retrieve data from an XML file using a HTTPService object. 
 However, I'm not sure if it's as easy to update an XML file.  I'm
 planning on trying it, but I haven't yet.






 --
 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
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 

 I know how to retrive and show the data contained in an XML file but i 
do not know the update procedure , Im pretty sure that you have to use a 
technology such as FDS, Coldfusio or PHP, im not sure


--
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] File Upload In Flex 2.0 Using PHP??

2006-04-17 Thread Faisal Abid
Does anyone know how to  File Upload In Flex 2.0 Using PHP??


--
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] All the bunch of idiots at Adobe, please note!

2006-04-17 Thread Faisal Abid
t_msreddy wrote:
 I wanted to share this aweful story to this group.

 Over months we have been trying to get a Flex expert from Adobe to
 do a code review of our application as a part of our partnership
 building process. They agreed to do it in person and finally on the
 day, they sent out an email saying they cannot come and will do this
 over breeze presentation. This was not ok for us but we had no other
 option and we oked it. BTW the guys were Brian O'Connor, Adobe
 Consulting, John Bennet, Architect.

 Finally during the presentation, we went through the agenda for the
 meeting and basically we wanted to get some useful tips for the
 problem we were having in flex app and things that we could not
 implement. Over the presentation, they were treating themselves as
 gods and us as no good developers. And at times it
 went like OK we got it, next... next, I was very offended while
 driving the presentation. At one point I was showing them a slide
 with cairngorm and i said we are using viewhelpers and value
 objects and .., one of the guys said quickly viewhelpers are
 not values objects.  They were very disrespectful all over the
 meeting. Also he mentioned that Cairngorm is not the bible. So he
 thinks we dont know this?

 I mean this is total lack of professionalism by Adobe guys. They
 should treat the flex developer community with respect and show some
 sensitivity when they talk to people and treat them as experts
 rather than dont-know-even-this-guys.

 On top of that they did not give one single useful tip for us. They
 were blabbering like inexperienced developers.


 All the bunch of idiots at Adobe, please note this aweful story







 --
 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
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 

You cant call everyone at adobe idiots, becuase of two people , Im sure 
that they didnt want to offend you and it was just in there nature like 
the way they talk , but im sure they didnt want to offend you


--
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] Updating and Retriving Data From XML File FLEX 2

2006-04-17 Thread Faisal Abid
Tracy Spratt wrote:
 In case you missed it, I posted a sample done in 1.5 that may help.  It
 is under the subject, 1.5 Sample App to read,edit and save XML file

 Tracy

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Sunday, April 16, 2006 8:38 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Updating and Retriving Data From XML File FLEX 2

 Does anyone know how to retrive and update data from an XML file in Flex
 2??


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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 

Yes indeed i did get that sample, thank you so much :)


--
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 2 Beta 2 Mouse Over Property

2006-04-17 Thread Faisal Abid
Matt Chotin wrote:
 You can use the mx.states.SetEventHandler to set the handler to null.

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Faisal Abid
 Sent: Sunday, April 16, 2006 7:28 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex 2 Beta 2 Mouse Over Property

 How do i remove the mouseOver=' when I go to a diffrent state ,, like i

 have it grow on mouse over and then when i click it, it grows into full
 form but when it is in its big form if i mouse the mouse it wil activate

 the mouseOver tag i have , How do i go about removing this in my new
 state?


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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  
   Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  
   Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
  

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
  
   Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
  



 
 YAHOO! GROUPS LINKS

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 

Im just statrting to learn this , so how would i do this , like what 
will be the sample code in Flex 2.0 and why?


--
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 Flash Remoting Question

2006-04-15 Thread Faisal Abid
Thank You That Clears Up Everything, Thank You So Much :)

Simeon Bateman wrote:
 Hi Faisal,

 In the code you posted the id is the name you reference the remote 
 object by in AS.  so you could call methods on your remote cfc by 
 mycfc.cfFunctionName().

 The source attribute is the path from the webroot to your cfc.  
 Remember to use the package notation to specify this. An example could be

 source=appname.remote.userService

 Where userService.cfc is in a folder called remote in side a folder 
 called appname.  The appname folder would be at the root of your 
 site.  Of course you could also just have your cfc in the root of the 
 site and not use any folders :)

 Hope that helps you get on the path.

 simeon


 On 4/14/06, *Faisal Abid* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:


 What does ID mean ? Does it mean the file name of the cfc eg
 myCFC.cfc
 or is it just a name give to the RemoteObject Call?

 Also what does the source= mean, like what exatly do i have to put
 there if my cfc is in the folder [webroot]/coldfusion/get_posts.cfc?




 --
 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
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 




--
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 Flash Remoting Question

2006-04-14 Thread Faisal Abid
these are 2 newbie questions but im just getting started with remoteobject
When i do this in my mxml document

mx:RemoteObject
id=myCfc
destination=ColdFusion
source=myApplication.components.User/

What does ID mean ? Does it mean the file name of the cfc eg myCFC.cfc 
or is it just a name give to the RemoteObject Call?

Also what does the source= mean, like what exatly do i have to put 
there if my cfc is in the folder [webroot]/coldfusion/get_posts.cfc?


--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
Okay, Thank You So Much , Also can anyone lead me to a sample code or a 
tutorial on how to make this happen ? Just so i can build on that sample 
code and learn form it.
 You don't need FDS to update databases. Using remoteObject is enough.
 One of big advantages of FDS is mantaining all clients synchronized 
 with data.

 João Fernandes


 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of Faisal Abid
 Sent: Thu 13-Apr-06 1:40 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Do I have To Use FDS to update databases?

 Sinple question , Do I have To Use FDS to update databases? like i will
 call a funciton via coldfusion in flex and it will update the database ,
 but do i haev to use FDS to make this happen, or can i use simple http
 rpc calls?


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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

 *  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 of
   Service http://docs.yahoo.com/info/terms/.


 




--
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] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
where is the link , it says that I have to personally attend and i live 
no where near that area, should I rsvp and then ill get the breeze link ??

Simeon Bateman wrote:
 Mike,

 if you would like to see an example of this done, please feel free to 
 tune into my breeze presentation for the BACFUG next wednesday night.  
 I will be walking though using Flex and CF together in a Standard RPC 
 Remoting method.

 Check out http://bacfug.org/ for more details.

 simeon

 On 4/13/06, *Mike Anderson*  [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Actually, I would benefit from a quick tutorial like this too -

 I did this a ways back with Flex 1.5 and .NET Remoting - but I
 have to track down all my old source code.

 I am sure there are some differences now with Flex 2.0 as well -
 so I'd love a definitive example, on how to create a quick and
 dirty app that incorporates RemoteObject, and maybe just
 populating a DataGrid with a Result Set (or something like that).

 Thanks anybody, if you could throw a quick example up here, or a URL.

 Take Care!

 Mike



 -Original Message-
 From: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com] On
 Behalf Of Faisal Abid
 Sent: Thursday, April 13, 2006 10:45 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Do I have To Use FDS to update databases?

 Okay, Thank You So Much , Also can anyone lead me to a sample code
 or a tutorial on how to make this happen ? Just so i can build on
 that sample code and learn form it.
  You don't need FDS to update databases. Using remoteObject is enough.
  One of big advantages of FDS is mantaining all clients synchronized
  with data.
 
  João Fernandes
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com on behalf of Faisal Abid
  Sent: Thu 13-Apr-06 1:40 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
  Subject: [flexcoders] Do I have To Use FDS to update databases?
 
  Sinple question , Do I have To Use FDS to update databases? like i
  will call a funciton via coldfusion in flex and it will update the
  database , but do i haev to use FDS to make this happen, or can i
 use
  simple http rpc calls?
 
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 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
 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
http://groups.yahoo.com/group/flexcoders on the web.

  *  To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   
  mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]?subject=Unsubscribe

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



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

   #  Visit your group  flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
  
   #  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 of
 Service http://docs.yahoo.com/info/terms/ .

 




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



 SPONSORED LINKS
 Web site

Re: [flexcoders] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
Also 
http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector
 
i just found that example and relized that it uses what i want to learn.. :)

Simeon Bateman wrote:
 Mike,

 if you would like to see an example of this done, please feel free to 
 tune into my breeze presentation for the BACFUG next wednesday night.  
 I will be walking though using Flex and CF together in a Standard RPC 
 Remoting method.

 Check out http://bacfug.org/ for more details.

 simeon

 On 4/13/06, *Mike Anderson*  [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Actually, I would benefit from a quick tutorial like this too -

 I did this a ways back with Flex 1.5 and .NET Remoting - but I
 have to track down all my old source code.

 I am sure there are some differences now with Flex 2.0 as well -
 so I'd love a definitive example, on how to create a quick and
 dirty app that incorporates RemoteObject, and maybe just
 populating a DataGrid with a Result Set (or something like that).

 Thanks anybody, if you could throw a quick example up here, or a URL.

 Take Care!

 Mike



 -Original Message-
 From: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com] On
 Behalf Of Faisal Abid
 Sent: Thursday, April 13, 2006 10:45 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Do I have To Use FDS to update databases?

 Okay, Thank You So Much , Also can anyone lead me to a sample code
 or a tutorial on how to make this happen ? Just so i can build on
 that sample code and learn form it.
  You don't need FDS to update databases. Using remoteObject is enough.
  One of big advantages of FDS is mantaining all clients synchronized
  with data.
 
  João Fernandes
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com on behalf of Faisal Abid
  Sent: Thu 13-Apr-06 1:40 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
  Subject: [flexcoders] Do I have To Use FDS to update databases?
 
  Sinple question , Do I have To Use FDS to update databases? like i
  will call a funciton via coldfusion in flex and it will update the
  database , but do i haev to use FDS to make this happen, or can i
 use
  simple http rpc calls?
 
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 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
 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
http://groups.yahoo.com/group/flexcoders on the web.

  *  To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   
  mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]?subject=Unsubscribe

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



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

   #  Visit your group  flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
  
   #  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 of
 Service http://docs.yahoo.com/info/terms/ .

 




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

Re: [flexcoders] Do I have To Use FDS to update databases?

2006-04-13 Thread Faisal Abid
7 pm us pacifi will be about what in canadian eastern time?

Jennifer Larkin wrote:
 We have a location where BACFUG will be meeting (in San Francisco) but 
 if you are not able to attend in person, we will be broadcasting the 
 meeting via Breeze. In fact, not even Simeon will be there in person. 
 I will be there in person giving away stuff. As Simeon mentioned, I 
 will be posting the meeting URL to my blog and to the BACFUG mailing 
 list on the day of the lecture, which is Wednesday, April 19. The 
 meeting will start around 7PM US Pacific time.

 Jennifer

 On 4/13/06, *Simeon Bateman* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Jen Larkin runs the BACFUG and on her blog she mentions the url
 for the breeze meeting wont be available until day of. 

 Glad you found the phones example.  That is the example that Ben
 Forta is using on his User Group tour.  The BACFUG did have him
 stop by but the example itself doesnt use any queries for moving
 data.  Its also only one way, no data is sent to CF.  Not that
 either of these are impossible to sort out, but I was asked to
 demo how it can be done.

 So if you are interested in the presentation I would expect you
 should keep an eye on Jens site.
 
 http://www.blivit.org/blog/index.cfm?mode=entryentry=8F733682-65B8-E0AE-E515ECF0A9532367
 
 http://www.blivit.org/blog/index.cfm?mode=entryentry=8F733682-65B8-E0AE-E515ECF0A9532367

 Thanks,

 simeon


 On 4/13/06, *Faisal Abid*  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 Also
 
 http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector
 
 http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Phone_Selector

 i just found that example and relized that it uses what i want to
 learn.. :)


 Simeon Bateman wrote:
  Mike,
 
  if you would like to see an example of this done, please feel
 free to
  tune into my breeze presentation for the BACFUG next wednesday
 night. 
  I will be walking though using Flex and CF together in a Standard
 RPC
  Remoting method.
 
  Check out http://bacfug.org/ for more details.
 
  simeon
 
  On 4/13/06, *Mike Anderson*  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 
  Actually, I would benefit from a quick tutorial like this too -
 
  I did this a ways back with Flex 1.5 and .NET Remoting - but I
  have to track down all my old source code.
 
  I am sure there are some differences now with Flex 2.0 as well -
  so I'd love a definitive example, on how to create a quick and
  dirty app that incorporates RemoteObject, and maybe just
  populating a DataGrid with a Result Set (or something like that).
 
  Thanks anybody, if you could throw a quick example up here,
 or a URL.
 
  Take Care!
 
  Mike
 
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com
  mailto:flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com [mailto:
  flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com mailto:
 flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com] On
  Behalf Of Faisal Abid
  Sent: Thursday, April 13, 2006 10:45 AM
  To: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com mailto:
 flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Do I have To Use FDS to update
 databases?
 
  Okay, Thank You So Much , Also can anyone lead me to a sample
 code
  or a tutorial on how to make this happen ? Just so i can build on
  that sample code and learn form it.
   You don't need FDS to update databases. Using remoteObject
 is enough.
   One of big advantages of FDS is mantaining all clients
 synchronized
   with data.
  
   João Fernandes
  
  
   -Original Message-
   From: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com
  mailto:flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com on behalf of Faisal Abid
   Sent: Thu 13-Apr-06 1:40 AM
   To: flexcoders@yahoogroups.com
 mailto:flexcoders@yahoogroups.com mailto:
 flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
   Subject: [flexcoders] Do I have To Use FDS to update databases?
  
   Sinple question , Do I have To Use FDS to update databases?
 like i
   will call a funciton via coldfusion in flex and it will
 update the
   database , but do i haev to use FDS to make this happen, or
 can i

[flexcoders] Do I have To Use FDS to update databases?

2006-04-12 Thread Faisal Abid
Sinple question , Do I have To Use FDS to update databases? like i will 
call a funciton via coldfusion in flex and it will update the database , 
but do i haev to use FDS to make this happen, or can i use simple http 
rpc calls?


--
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] RPC Http Calls In Flex HOW TO??/

2006-04-11 Thread Faisal Abid
I am having trouble calling a function via XML-RPC ,, I have called an 
Http Service and it is running , but when i do this 
posting.send({blogger_getRecentPosts: 'blogid,user,password,posts'}) I 
have replaced the params for security resons, anways when i call 
posting.send({blogger_getRecentPosts: 'blogid,user,password,posts'}) 
like this click=posting.send({blogger_getRecentPosts: 
'blogid,user,password,posts'})  it will get the HTTP service but will 
not display the function blogger_getRecentPosts when i bind it to the 
text feild. Instead it will get this message at 
www.g-unix.com/xmlrpc.php  XML-RPC server accepts POST requests 
only. I do not know what to do , ive been trying to get this to work 
all weekend and yes i do have the http tag method set to POST


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