[flexcoders] Whats Next in Flex ?

2010-07-31 Thread Sajid Hussain
Whats more exciting in Flex ? for future

Re: [flexcoders] setter not setting

2010-07-28 Thread Sajid Hussain
put this if your setter is right it may work Sajid From: aceoohay To: flexcoders@yahoogroups.com Sent: Wed, July 28, 2010 10:59:42 AM Subject: [flexcoders] setter not setting I have a custom component that I have defined a parameter (setter) to allow a

Re: [flexcoders] Flex Builder 3 Installation?

2010-07-26 Thread Sajid Hussain
I think it would work , because it shared different eclipse ide . Sajid From: markflex2007 To: flexcoders@yahoogroups.com Sent: Sun, July 25, 2010 8:55:32 AM Subject: [flexcoders] Flex Builder 3 Installation? Do you think if we can install standalone versi

Re: [flexcoders] Reload an application

2010-07-23 Thread Sajid Hussain
ssomtimes this help public function reloadpage(e:MousEvent):void{ var ref:URLRequest = "javascript:location.reload(true)"; navigateToURL(ref, "_self"); } From: Akshar Kaul To: flexcoders@yahoogroups.com Sent: Fri, July 23, 2010 1:44:58 AM Subject: Re: [fle

Re: [flexcoders] Re: Remote Objects not working with Modules

2010-07-23 Thread Sajid Hussain
debug your service objects ? does your app could access main application objects ? play with charles it may help u From: kannan Mugundan To: flexcoders@yahoogroups.com Sent: Thu, July 22, 2010 9:51:01 AM Subject: Re: [flexcoders] Re: Remote Objects not worki

Re: [flexcoders] Re: Web Services and ObjectProxy question for the Flex Gurus

2010-07-23 Thread Sajid Hussain
Good , From: flexcodemonkey To: flexcoders@yahoogroups.com Sent: Thu, July 22, 2010 7:38:19 AM Subject: [flexcoders] Re: Web Services and ObjectProxy question for the Flex Gurus Thanks! I will look into all of this. Greatly appreciated for the pointers!

Re: [flexcoders] Web Services and ObjectProxy question for the Flex Gurus

2010-07-22 Thread Sajid Hussain
true this issue comes even with remote objects call , I exactly not get the solution , but put some check at the time of return ,if its object create an array or do the this on flex . Sajid From: claudiu ursica To: flexcoders@yahoogroups.com Sent: Thu, J

Re: [flexcoders] Flex/Flash/AIR Screen Record

2010-07-21 Thread Sajid Hussain
its cool idea , its really hard to get done with adobe air individually because you may need to integrate well enough with screen and we dont have such api to even capture the current screen so we might need to run a background server which would be caputring the screen and then it may publish o

Re: [flexcoders] Re: Flex Affecting Web Server Memory?

2010-07-19 Thread Sajid Hussain
Flex executes on client side , and so client load your file on his browser nothing to seems taking virtual memory as it might be happen with execution of code or maybe server it self ,I have more doubt on web orb ? because each time client load ur application it must took the connection with the

Re: [flexcoders] AmfPhp Version Question

2010-01-01 Thread Sajid Hussain
AMfphp now knows as ZendAMF , which is more good even with complete zend framework support , if you lookiing for ZendAMF , I have its code generator which generates zendamf services with CRUD with propel let me know I will share to u Sajid From: Dan Prid

Re: [flexcoders] Seeking Job Position as flex/flash AS 3 Developer (php,.net,java,red5 ,mvc,orm and etc)

2009-10-06 Thread Sajid Hussain
Subject: Re: [flexcoders] Seeking Job Position as flex/flash AS 3 Developer (php,.net,java,red5 ,mvc,orm and etc) 2009/10/6 Sajid Hussain > > >Salary ; Min US $ 15,00 >Well, you are not expensive :)

[flexcoders] Seeking Job Position as flex/flash AS 3 Developer (php,.net,java,red5 ,mvc,orm and etc) [1 Attachment]

2009-10-05 Thread Sajid Hussain
Doc?docid=0AUhl_pFDod4SZGZzams0bWdfMTFmMjQyOTZmeg&hl=en Sincerely, Sajid Hussain sajidun...@gmail.com 923332494689

[flexcoders] Flex Sprite Double click not working

2009-08-13 Thread Sajid Hussain
very strange and annoying issue I m facing I have one sprite with drawing api I have one circle init ,where I m trying to call double click but its not working where as mouseup or down and click function working Sajid

[flexcoders] Resume for Flex developer [Anyone looking for developer] [1 Attachment]

2009-06-08 Thread Sajid Hussain
Dear Friends , I am Sajid Hussain Web/Flex Architect Rich Internet Applications ,I have around 5 years experience in purely Flash Development and its integration with server side languages like Java,Ms.Net and PHP. In such long time I have done many rich internet applications for web and desktop

[flexcoders] Maybe this could be also good place to share ur thoughts about FLEX at one place

2009-05-28 Thread Sajid Hussain
I have installed elg to my server with such concpet where RIA DEvelopers could mange thier blog , work profille, portfolio pages and jobs group http://dacoders.com/yourspace Sajid

[flexcoders] Need Guidance From CrossDomain Secuirty Expert. Please Reply

2009-04-17 Thread Sajid Hussain
Dudes , I m trying to build a maps application which is calling webservices from "http://kimon.techways.gr:7762/services/testuser/MashupApi?wsdl"; (ws02 mashup server ) everythign is working fine on local machine when I uploaded my maps application on server "http://dacoders.com/mashupmaps

Re: [flexcoders] Re: ZendAmf Setup issue 1.7 where gateway filw working ?

2009-02-06 Thread Sajid Hussain
flexcoders@yahoogroups.com Sent: Thursday, February 5, 2009 2:03:35 AM Subject: [flexcoders] Re: ZendAmf Setup issue 1.7 where gateway filw working ? Hi Sajid Hussain I think you are wrong in setting Gateway file, Do you have set path for Zendamf library, you can setting Zendamf library in php.ini fil

[flexcoders] ZendAmf Setup issue 1.7 where gateway filw working ?

2009-02-04 Thread Sajid Hussain
Hello Gurus , I am facing one issue where i am attempting to use Zend_amf but that code exactly work well with Amfphp, I have seen all internet resources for zend and I am very courios on thier machine same code is working why not at mine :( if I am trying to access gateway(Zend File) it wor

Fw: [flexcoders] ZendAmf Setup issue 1.7 where gateway filw working .?

2009-02-04 Thread Sajid Hussain
ANy Idea Please? - Forwarded Message From: Sajid Hussain To: amfphp-gene...@lists.sourceforge.net; Code Sent: Sunday, February 1, 2009 1:13:09 AM Subject: [flexcoders] ZendAmf Setup issue 1.7 where gateway filw working .? Hello Gurus , I am facing one issue where i am attempting

[flexcoders] ZendAmf Setup issue 1.7 where gateway filw working .?

2009-02-01 Thread Sajid Hussain
Hello Gurus , I am facing one issue where i am attempting to use Zend_amf but that code exactly work well with Amfphp, I have seen all internet resources for zend and I am very courios on thier machine same code is working why not at mine :( if I am trying to access gateway(Zend File) it work w

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Sajid Hussain
well that was not my idea behind this posting , I was like to be part of some experience team .its very clear this group is specifically for flex developers -s From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009 8:56:31 AM Subject:

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Sajid Hussain
(www.dacoders.com) On Jan 23, 2009, at 11:16 AM, Sajid Hussain wrote: please review our company profile looking for favorable response as we are start up with tough time Hour Rate : $12+ US ... no wonder a lot of developers are having a tough time finding work in the US (not all, but a lot

[flexcoders] Dear friend :

2008-11-02 Thread Sajid Hussain
Dear friend :     we are the large wholesaler of the electronics . we mainly sell phones , TVs ,laptops and so on . if you are interested in our products ,please contact us through the email or add us on MSN .we must give you the Satisfying answers . Hope to establish long-time cooperation with

Re: [flexcoders] Embedding Image from dynamic string

2008-10-11 Thread Sajid Hussain
Hey Dudes var a:String="sources/ top2Over. jpg"; [Bindable] [Embed(source= a)] or public var top2Over:Class; I want to create object embed adders to be fetched by string .liek the given simple wrong code Sajid

[flexcoders] Embedding Image from dynamic string

2008-10-10 Thread Sajid Hussain
Hey Dudes var a:String="sources/top2Over.jpg"; [Bindable] [Embed(source=a)] or public var top2Over:Class; I want to create object embed adders to be fetched by string .liek the given simple wrong code Sajid

Re: [flexcoders] flex and amfphp

2008-10-07 Thread Sajid Hussain
hi , these will help u http://www.sephiroth.it/tutorials/flashPHP/flex_remoteobject/ http://www.sephiroth.it/amfphp.php (see links at left bottom) - Original Message From: karthikeyan.sivanantham <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, October 8, 2008 4:46

Re: [flexcoders] Thermometer Component

2008-09-28 Thread Sajid Hussain
maybe this could help http://samples.degrafa.com/ThermometerSkin/Thermometer.html http://samples.degrafa.com/ Sajid   - Original Message From: Dan Pride <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sunday, September 28, 2008 6:06:35 PM Subject: [flexcoders] Thermometer Comp

Re: [flexcoders] html in flex

2008-09-26 Thread Sajid Hussain
it seems htmltext cant support inline images , try flowlayout control from flexlib I was looking for same problem http://kiorull.com/Flex/FlexSmilies/FlexSmilies.html this is not related to ur requirment but we could do our code with tht Sajid   - Original Message From: abhishekchess

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
ne who's already done this. On Thu, Sep 25, 2008 at 4:43 PM, Sajid Hussain wrote: Sorry Ryan . right now I cnat gave sample as I m out of work but as i m developing mesenger so I m sending richtexteditor html type format for textarea from one user to another when my another user got

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
tual markup? If you could post a small example of your exact setup, it would help to give more specific advice.   HTH, Ryan From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sajid Hussain Sent: Thursday, September 25, 2008 1:25 PM

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
in the docs.   With htmlText, try some of the spacing properties to affect the way that internal HTML representation is built:   textArea.condenseWh ite = true;   HTH, Ryan From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sajid H

[flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
Hi Guys , for web messenger's emoticons ,I need to put images into textarea I have used htmltext and loading up tag ,one image(emoticon ) work fine but with more then one img tag it comes as vertically where image at the bottom of image where it seems some html thing , any suggestion I could

Re: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Sajid Hussain
I have this same issue with super tab navigator .I left this for my pending work but it seems to be genral fix like tab navigators on click event and settign up our required tab . furhter this forum is full of gurus

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Sajid Hussain
Allan , you are quite right I m curios who is going to update amfphp with the its expected features lets say comparing with weborb php ,I searched zendamf is quite promising and its developer said it wil be release with zendframe work 1.6, zend framework 1.6rc3 even avablable but no support

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Sajid Hussain
d rtmp ZendAMF will probably displace AMFPHP. http://theflashblog .com/?p=441 Especially since Wade ( current 'parent' of AMFPHP ) is spending his time on ZendAMF instead. ZendAMF is also officially supported by Adobe, AMFPHP is not, and never will be. Alan On Sep 25, 2008, a

[flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Sajid Hussain
Guys . I  m realy waiting about amfphp's new version to with dataservice suuport and maybe rtmp too I heard about amfphp2 but never see its link to have it(download). Sajid

[flexcoders] Flex and FMS Screen session recordign ?

2008-09-24 Thread Sajid Hussain
Dudes , I want to record  my confrence applications videos and all event , exactly like camtesia screen recordign , what are posblities to record my application as flv when its runing to clients browsers  ? sajdi

[flexcoders] Creating TextArea height from String;

2008-09-22 Thread Sajid Hussain
Gurus, I want to create or set textarea's height from string(message from other user) I did folwoing code   messageBox.htmlText=msg; messageBox.validateNow(); messageBox.height=messageBox.textHeight;   but height got chance but stiill it dont work exactly it shows scrollbar to textarea about som

Re: [flexcoders] Problem with Cross domain policies by calling remote methods on same domains

2008-09-04 Thread Sajid Hussain
Plz Suggestion Gurus , I have problem calling remote services,when I m accessing my project http://www.mydomain .com it works fine but if I m accesing like this http://mydomain. com it creates error. As i read flash player consider http://www.mydomain .com and http://mydomain. com as diffe

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-04 Thread Sajid Hussain
Guys Any points about this ? - Original Message From: Sajid Hussain <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, September 3, 2008 4:55:46 PM Subject: Re: [flexcoders] AMFPHP and date/datetime data from MySQL Guys , I also need some help on this thing I

[flexcoders] Problem with Cross domain policies by calling remote methods on same domains

2008-09-03 Thread Sajid Hussain
Gurus , I have problem calling remote services,when I m accessing my project http://www.mydomain.com it works fine but if I m accesing like this http://mydomain.com it creates error. As i read flash player consider http://www.mydomain.com and http://mydomain.com as different domains ,basicaly I

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-03 Thread Sajid Hussain
Guys , I also need some help on this thing I m not getting exactly how to get this thing solved if is there any way to transform flex date objects to php through amfphp ,same as reverse it will be great right now I m storing date in php as dateandtime object and fetching as string into flex bu

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-03 Thread Sajid Hussain
Guys , I also need some help on this thing I m not getting exactly how to get this thing solved if is there any way to transform flex date objects to php through amfphp ,same as reverse it will be great right now I m storing date in php as dateandtime object and fetching as string into flex bu

Re: [flexcoders] Re: SuperTabNavigator any idea howto blink tab

2008-09-02 Thread Sajid Hussain
e Effect which should give u the effect you want or you can use this http://www.onflex. org/BlinkTag/ > > > http://VadexFX. com > http://Sherifabdou. com > ----- Original Message - > From: Sajid Hussain > To: [EMAIL PROTECTED] ups.com > Sent: Monday, Septembe

Re: [flexcoders] Re: SuperTabNavigator any idea howto blink tab

2008-09-01 Thread Sajid Hussain
ould like to have method when any tab window get message it shud blink , as we have on windows task bar on receiving messages > > Sajid Hussain >

Re: [flexcoders] SuperTabNavigator any idea howto blink tab

2008-08-31 Thread Sajid Hussain
and i remember it being pretty easy...ill try to look for the code. On Sun, Aug 31, 2008 at 7:29 AM, Sajid Hussain wrote: Gurus , I m developing web-messenger with flex , everything going very smooth for users chat widnow I have used super tab bar navigator , I would like to have method when a

[flexcoders] SuperTabNavigator any idea howto blink tab

2008-08-31 Thread Sajid Hussain
Gurus , I m developing web-messenger with flex , everything going very smooth for users chat widnow I have used super tab bar navigator , I would like to have method when any tab window get message it shud blink , as we have on windows task bar on receiving messages Sajid Hussain

Re: [flexcoders] Adobe has no love for Mac users?

2008-08-31 Thread Sajid Hussain
good title :D - Original Message From: Robert Thompson <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sunday, August 31, 2008 9:30:03 AM Subject: Re: [flexcoders] Adobe has no love for Mac users? Not sure if you're referring to my response. But the thread title was Adobe ha

Re: [flexcoders] Flexbuilder for iPhone?

2008-08-10 Thread Sajid Hussain
TED]> To: flexcoders@yahoogroups.com Sent: Saturday, August 9, 2008 11:57:35 AM Subject: Re: [flexcoders] Flexbuilder for iPhone? - Original Message - From: Sajid Hussain To: [EMAIL PROTECTED] ups.com Sent: Saturday, August 09, 2008 10:09 AM Subject: Re: [flexcoders] Flexbuilder for

Re: [flexcoders] Flexbuilder for iPhone?

2008-08-09 Thread Sajid Hussain
Hi , Matt quick questions for you , Does iphone has capability to run Flash Player 9 applications ? or Adobe team is trying to develop some Lite Flash player for iphone ? - Original Message From: Sajid Hussain <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sa

Re: [flexcoders] Can we record microphone input and save as mp3 in flex?

2008-08-09 Thread Sajid Hussain
Hi , You could record your voice with flex by using Red5 and FMS 2 but instead of mp3 format they both create flv(which will have only sound no video) I guess maybe fms 3 suppoprts its better to check and with flash platform we cant create files locally , you will create them on server side and

Re: [flexcoders] Flexbuilder for iPhone?

2008-08-09 Thread Sajid Hussain
- Original Message From: Matt Chotin <[EMAIL PROTECTED]> To: "flexcoders@yahoogroups.com" Sent: Friday, August 8, 2008 10:14:33 PM Subject: Re: [flexcoders] Flexbuilder for iPhone? Read the follow-up tweets, they were joking around. No Flex Builder on the iPhone. No Flex Builder

Re: [flexcoders] Question about AMFPHP

2008-08-04 Thread Sajid Hussain
it seems you got answer , I belive its best practise to have individual copy of amfphp bcos major thing is only services folder - Original Message From: Aaron Miller <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, August 4, 2008 6:07:06 PM Subject: Re: [flexcoders] Qu

[flexcoders] Red 5 Flv Player

2008-05-08 Thread Sajid Hussain
Dudes , I m creting Flv player for red 5 , all functions are mostly done but I m stuck with its buffering bar . u may say I dont have more knwoldge about buffer :P but could any one suggest how to create buffer bar ? Sajid Pakistan _

Re: [flexcoders] Mp3 player causing 40% CPU power (thanks to rueter007)

2008-03-27 Thread Sajid Hussain
sday, March 27, 2008 8:06 PM > To: [EMAIL PROTECTED] ups.com > Subject: Re: [flexcoders] Mp3 player causing 40% CPU power > > > > > > > > it would be the itunes art in bottom which would consume the cpu, We > have no problems with Video files

[flexcoders] Mp3 player causing 40% CPU power

2008-03-27 Thread Sajid Hussain
Hello , I have done one mp3 player with flex 2 but during streaming its taking more cpu power any suggestion? http://www.synergyi.com/videos/player2/MusicPlayer.html Sajid Be a better friend, newshou

[flexcoders] Help!!!!! Flv Rtmp Security exception on changing viewstacks

2007-12-31 Thread Sajid Hussain
intouch by changing screens from home to other . Looking for your response ,Thanks in advance and Happy new year to all Thanks Sajid Hussain . Be a better friend, newshound, and know-it-all

[flexcoders] FLex Bse contact Importer(Grabber)

2007-12-19 Thread Sajid Hussain
Hello , Friends , I developed very simple code to grab google and yahoo contacts in hotmail with , php and json plz have a look and appreciate me I will be happy :D try this it will not email to anyone its just testign app http://www.synergyi.com/intouch/contactimporter.html Sajid Hussain

Re: [flexcoders] Re: DataGrid ItemRenderes HEADERS?

2007-12-19 Thread Sajid Hussain
m the click handler rather than trying to call a method. Just make sure you register as a listener (on the datagrid) for the event type that you are dispatching. Seems the event should bubble out to you. hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlane sw.com Sa

[flexcoders] AMFPHP 2.0 beta ?

2007-12-19 Thread Sajid Hussain
Hello , with cureent browse of http://amf-php.org/ , it seems amfphp working going to do something more abt lcds formaly FDS , it seems thy dint give amfphp 2 for download , here amf-php code developers also exist so my question is from them that how much effort it will took to migration from

Re: [flexcoders] Re: DataGrid ItemRenderes HEADERS?

2007-12-19 Thread Sajid Hussain
hey . I want to add checkbox control in datagrid header ,I alredy render tht checkbox but problem is that I m not able to call function from on that click even I tried parentDocument.callMyfunction(); ..its giving me error but the same method I have applied to rows checkbox its working but

Re: [flexcoders] FLEX Video & Audio Recording Component

2007-12-19 Thread Sajid Hussain
Hi , I guess these will work for u , if u ned assistance with video recording component with red5/flex let me know maybe I could help . http://fms.denniehoopingarner.com/ http://sziebert.net/posts/server-side-stream-recording-with-red5/ - Original Message From: Jeffry Houser <[E

Re: [flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Sajid Hussain
this ...Post is really awesome and very cleared for newbies like me . Patrick Mineault <[EMAIL PROTECTED]> wrote: > Keep in mind that AMFPHP may go under the radar (or drop off it completely) as the lead developer has decided to pursue another career and I hav

Re: [flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Sajid Hussain
is it realy better to use Frameworks with weborb php or amfphp .. with ORM and with VOs, TOs and DTOs ??? if yes then which will be best ? Impudent1 <[EMAIL PROTECTED]> wrote: just to note as well, my reason for switching back to amfphp originally was that I

Re: [flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Sajid Hussain
Amfphp is realy goood and hopefully within few time ..we will have data services in it and I think weborb will miss this functionality Impudent1 <[EMAIL PROTECTED]> wrote: I recently changed over from weborb back to amfphp. amfphp1.9 with the server running t

Re: [flexcoders] WebORB or AMFPHP for big Application

2007-04-09 Thread Sajid Hussain
WebOrb are just ready to show Thier commercial edition with DataManagment like Flex Data Services ,if u could buy that in future then go for weborb php else amfphp 1.9 seems also good and I hope not surely when but they realy shud do something more then RPC calls in it.amfphp is working with fla

Re: [flexcoders] Suggestion .. WebOrbPHP Zend MySql + Flex 2

2007-03-29 Thread Sajid Hussain
e been using Flex Builder 2.0.1 and WebOrb/PHP 1.3.2 with SQL Server 2005 with very good results. I have also spec'd out some improvements to WebOrb to make it more useful as well as more like FDS than WebOrb. - Original Message From: Sajid Hussain <[EMAIL PROTECTED]&g

[flexcoders] Suggestion .. WebOrbPHP Zend MySql + Flex 2

2007-03-29 Thread Sajid Hussain
Hi . Could any one have work with weborbphp zend and flex 2 database integrated websites ?? or any idea how it will work good or give me alternative ? - No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.

Re: [flexcoders] I want to write a tutorial

2007-03-04 Thread Sajid Hussain
Using AmfPhp as FDS like sabreAmf I saw one artcile on that and if amfphp supports Php webServices and Flex Flex and Php Streaming Flv Flex and Appollo Differce danneri21 <[EMAIL PROTECTED]> wrote: Hey guys, I want to write another tutorial on Flex.

RE: [flexcoders] Announcing FlexLib - open source flex component library

2007-03-01 Thread Sajid Hussain
Wow :) leds usop <[EMAIL PROTECTED]> wrote: Great work as always! --- "Merrill, Jason" <[EMAIL PROTECTED]> wrote: > Awesome! I hope this grows into something really > great. > > > Jason Merrill > Bank of America > Global Technology & Operation

RE: [flexcoders] Announcing FlexLib - open source flex component library

2007-03-01 Thread Sajid Hussain
Wow :) leds usop <[EMAIL PROTECTED]> wrote: Great work as always! --- "Merrill, Jason" <[EMAIL PROTECTED]> wrote: > Awesome! I hope this grows into something really > great. > > > Jason Merrill > Bank of America > Global Technology & Operation

[flexcoders] how to create Sessions in Flex with FDS based on Tom Cat Server

2007-02-28 Thread Sajid Hussain
Dear Group ., we are a bit confuse how to create sessions in flex where our server is Tom Cat and we are using FDS Any Help or suggestion Thanks Sajid Hussain - Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

[flexcoders] Flex and Database Things ( Help needed which is best and what probelms and good things they have )

2007-02-27 Thread Sajid Hussain
Hello Group No doubt ,its best technical group to ask Few Questions About Flex 2 and DataBase connectivity I have studies lot of different technologies which allows server side integration for remote objects but still confuse I never use them practically all but this time I am looking for best

[flexcoders] Happy Eid Mubarak and New Year Wish

2006-12-31 Thread Sajid Hussain
brings happiness and success to your life Amen Thanks Sajid Hussain 92-321-2332623 __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[flexcoders] Flex 2 and Flourine with amf 3

2006-11-28 Thread Sajid Hussain
Hello to all, I just called hello world asp.net code in flex 2 with flourine.net remoting ,and it just give me Greeting in flex from .net the example as they have said flourine supports amf 3 ..so i want to work on that :) Could any one tell scope of flourine with flex 2? and plz let me kno

[flexcoders] Looking for some Hellow World with FDS/Remoting

2006-11-16 Thread Sajid Hussain
Hi All, I am looking for some example or tutorials using HelloWorlds Flex2 with Fds with java code,I am not getting how to integreate .java file with that . plz let me know ? - Sponsored Link Don't quit your job - take classes online and earn your

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-14 Thread Sajid Hussain
Inc. http://www.cynergysystems.com Office: 866-CYNERGY --- In [EMAIL PROTECTED]ups.com, Sajid Hussain ...> wrote:>> Hi ! as few days experince with flex and .net ..I am thinking to start flex with php or with JavaRemote Objects ,and infact as i think .net will be more strong with

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-13 Thread Sajid Hussain
ive it in only one string comma separated... this is the normal way or something was wrong? Thanks. If someone has problems with asp webservice/IIS please ask me, if I can, I help.Bye. 2006/10/12, Sajid Hussain <enchanter_saj@yahoo.com >:Could u telll ...what was the problem

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
XML AUTO, or cast> > > your dataset to a class. Here is a casting example:> > >> > > http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&ChannelID=1> > >> > >> > > -TH> > >> > > P.S. Yes, WebOrb allows

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
an either use a stored procedure with FOR XML AUTO, or cast> > > your dataset to a class. Here is a casting example:> > >> > > http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&ChannelID=1> > >> > >> > > -TH> > >>

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
aren't natively recognized by Flex. To> > > solve this, you can either use a stored procedure with FOR XML AUTO, or cast> > > your dataset to a class. Here is a casting example:> > >> > > http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
't natively recognized by Flex. To> > > solve this, you can either use a stored procedure with FOR XML AUTO, or cast> > > your dataset to a class. Here is a casting example:> > >> > > http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&Chann

[flexcoders] Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-11 Thread Sajid Hussain
Hi to all . I am new to flex Development ,I am stuck with following concepts   I have one webservice method who is returning DataSet ,What will be the best way to retrive Datafrom it I m getting player parsing error   Is necceasry to get Data as Custom Objects from .net to flex I saw one

[flexcoders] Project Creation Problem During Compile

2006-08-18 Thread Sajid Hussain
Hello All,  When I am tryign to create my project by pressing ctrl+f11 mean executing its showing me html problem ,actuly project execution is not creating Html any suggestion even I have re installed my Flex .   any have expeince Flex and Smart Fox Server;   ?:>   Tha

[flexcoders] why and HOw ? Web 2.0 development with Flash Platform

2006-08-04 Thread Sajid Hussain
moviie or its cokkies ???   Regards Thanks Sajid Hussain InfiniLogic   Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Flex 2 .0 and .NET

2006-07-18 Thread Sajid Hussain
Hi , See these two links for .net remoting support in Flex ,its a open source project which allow  remoting support,well I dint use htis ..but I read ..might be it could help u . if ur project suceed with this then let us Know Thanks...   http://fluorine.thesilentgroup.com/ http://fluorine.thes