[flexcoders] 50% Promotion for Flex 4 In Action

2009-07-28 Thread Tarik Ahmed
Manning Publications is having a one day (Weds) 50% off promotion for the upcoming Flex 4 In Action. This give you access to the early edition of the book (you get access to the draft chapters as they're written, and then the final book when complete). http://www.manning.com/ahmed2/ Enter

Re: [flexcoders] Problem parsing external XML

2005-07-21 Thread Tarik Ahmed
Can you package up a working sample that demonstrates the problem and send it to the list? You sure you're also referencing the actual file and that it is accessible? Eg you'll get that error when Flex can't acess the file (eg if you typo'd on the spelling), so the error is kind of misleading

Re: [flexcoders] Flex and CFCs -- problems displaying recordsets in datagrids

2005-07-21 Thread Tarik Ahmed
Hi Darius, welcome. Some things to keep in mind: - CF and it's CFCs are not case sensitive, where as Flex is. Eg if you do a CFQUERY and just send the results back, all the fields will be upper case. - I think on your doResult you'll need output.dataProvider = event.result._items; Here's some

[flexcoders] Nice to meet you

2005-07-20 Thread Tarik Ahmed
Hey Justin, Was nice to meet you, you guys have some interesting stuff going on. Wish you guys the best of luck in your endeavors! Thanks! Justin Everett-Church wrote: Hi, I just joined the Flexcoders list today and Im sure Im going to have lots of questions as

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Tarik Ahmed
At Flex's old price making the case was do-able. Where I'm at now... One of our sub-companies wanted us to build a new intranet for them based on the apps we've built; and they were looking at about 16 CPUs in Web Servers and once they saw the price... They decided they'll skip on the Flex

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Tarik Ahmed
I've seen it happen where I work. I.T typically gets the remains of whatever budget is left over. Product Development gets first dibs at the budget. Rick Bullotta wrote: You would have a hard time convincing me that, if there are application development benefits

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Tarik Ahmed
Well what if I developed a Flex application, sold it or gave it to you, and you got it going on your machine. You're 'hosting' my application, which I believe is legal. The only thing I see is section 3c: Unless otherwise provided herein, you may not rent, lease, or sublicense the Software.

Re: [flexcoders] Flex Enhancement Requests

2005-07-15 Thread Tarik Ahmed
Yup, the wishlist url. http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform I also heard PayPal'ing Matt as a 'gift' can help boost the priority of an enhancement. :) Rick Bullotta wrote: Matt: Whats the best official way to get enhancement requests into

Re: [flexcoders] check popup window is open

2005-07-13 Thread Tarik Ahmed
Well... On the click handler you could dispatch an event letting you know when the popup is closed. Otherwise you would assume it's still open. Rajesh Jayabalan wrote: Hi, After a modaless window is opened how do I findout if the window is still open (it has a close button) and the user has

Re: [flexcoders] Flex Builder FYI

2005-07-13 Thread Tarik Ahmed
Ya, the Design View is only good if you want to purposely drain all available memory. :) jwc_wensan wrote: To All: For the past 2 days I have had problems with Flex Builder locking up. I would reboot with no luck. I then uninstalled and reinstalled, ran virus protection, etc. Again no

Re: [flexcoders] How to look over days, output a panel for each day

2005-07-12 Thread Tarik Ahmed
You could use a Repeater. But check out the source to this to give you a boost: http://weblogs.macromedia.com/khoyt/archives/2005/03/custom_calendar.cfm offshorexpert wrote: I'm trying ot build a calendar...how do you loop over the days in a month and output a mx:Panel for each (7 columns, x

Re: [flexcoders] Naming Conventions..

2005-07-12 Thread Tarik Ahmed
Hey Scott, I think it's a good idea. Our naming conventions in the CF world have evolved over time and become pretty solid; but for Flex we tend to redo our approach with each new app as we learn from the last. I'd love to know from someone much more experienced how they're doing their stuff.

[flexcoders] MM Flex Product FAQ

2005-07-12 Thread Tarik Ahmed
I was reading the Flex product FAQ: http://www.macromedia.com/software/flex/productinfo/faq/ Regarding the Flex Hosting, it mentions MM is working on a hosting program. Was just curious if Macromedia cares to comment as to what is the status of that; are we years away from that or months

Re: [flexcoders] Re: application flow, logic question . . .

2005-07-11 Thread Tarik Ahmed
Well pros for Jrun: - License comes with CF Enterprise (ie you may not have to buy another license) - It's cheap if you buy it separately - Easy to install on various platforms - Will work great for CF and Flex - Easy to use web based management interface If you're operating is a really high

Re: [flexcoders] data binding remoting data . . .

2005-07-07 Thread Tarik Ahmed
Hi Chris. It sounds like you mostly got this working; are you saying you're getting stuck on selectedIndex part of it? But in general ya... I would an mx:RemoteObject, with a method where upon completion have a result=resultHandler(event.result) that assigns the resulting data to a local

Re: [flexcoders] embedded sounds

2005-07-06 Thread Tarik Ahmed
Thanks for attaching the example! - Original Message - From: "Tarik Ahmed" [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 05, 2005 6:46 PM Subject: Re: [flexcoders] embedded sounds For fun I thought I'd test this out. The snd= new Sound(this); didn't make

[flexcoders] something going on with markme.com ?

2005-07-05 Thread Tarik Ahmed
Hey is there something going on with markme.com? I can't seem to get to it from home, work, etc... -- 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

Re: [flexcoders] embedded sounds

2005-07-05 Thread Tarik Ahmed
For fun I thought I'd test this out. The snd= new Sound(this); didn't make a difference for me, and I am able to reproduce Tom's problem. [Embed('test1.mp3')] var soundSymbol1:String; [Embed('test2.mp3')] var soundSymbol2:String; function

Re: [flexcoders] Document root element is missing

2005-07-04 Thread Tarik Ahmed
Do your CF apps work, and your Flex apps exhibit this problem? If you're running CF+Flex on a shared instance, then the first thing I'd look at is the web.xml file and make sure it looks right. Perhaps the updater made some changes to it that breaks the Flex integration. Fernando Barros

Re: [flexcoders] can anyone tell me about log4f for flex?

2005-06-30 Thread Tarik Ahmed
Welp... There's this project: http://sourceforge.net/projects/log4f Headed up by Peter Armstrong I believe. nithya karthik wrote: hai. i want to have details about log4f for flex. can anyone help me with a link or thread which gives details about this? thanks, nithya Send

Re: [flexcoders] Re: Installing Flex CF. Issues with RemoteObject

2005-06-24 Thread Tarik Ahmed
it? or when u say u have JRUN are you referring to the integrated JRUN with CF? Or did you install CF on JRUN then Flex within the CF? Sorry if I just didnt catch on - been a long week hehe. Thanks for all your info by the way. d, --- In flexcoders@yahoogroups.com, Tarik Ahmed [EMAIL PROTECTED

Re: [flexcoders] Re: Is there a way to Search all Messages in this group at once?

2005-06-22 Thread Tarik Ahmed
The living FAQ can be found any time at: http://www.cflex.net/faq/ Gordon Smith wrote: The official FAQ is posted from time to time to flexcoders, but the last one was three weeks ago so you have to look back more than 1000 messages to find it:

Re: [flexcoders] Installing JRun Flex CF. Issues with CF

2005-06-22 Thread Tarik Ahmed
You might wanna check out: http://www.flexauthority.com/articlesArchive/FlexCF7Merge.cfm as well as: http://www.cflex.net/showfiledetails.cfm?ObjectID=177 DavidLand wrote: We are installing JRUN and then CF and Flex under the JRUN server as a cluster through IIS. They have both Windows

Re: [flexcoders] popup in subdirectory ?

2005-06-10 Thread Tarik Ahmed
This is a name space problem. In your mx:Application if you do a xmlns="popups.*" that should do it I think. http://livedocs.macromedia.com/flex/1/flex_builder_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Using_Flex_Builderfile=brady405.htm Though if you do a xmlns:popups="popups.*"

[flexcoders] JBoss updates partner program, eyes client software

2005-06-07 Thread Tarik Ahmed
http://www.computerworld.com.au/index.php/id;773117770;fp;16;fpid;0 JBoss is reorganizing its partner program and considering moves into new types of software, including tools for building rich client interfaces, as it prepares to fend off increased competition from other providers of

Re: [flexcoders] Re: file handling

2005-06-06 Thread Tarik Ahmed
Oh My Lord... this is the feature I've been DYING to have! This has made my day. Thank you MM Ian Welsh wrote: Just for info., the recent news on the Flash Platform here .. http://www.macromedia.com/platform/whitepapers/platform_overview.pdf mentions file upload and download

[flexcoders] MfgQuote Launches Rich Internet Application

2005-06-06 Thread Tarik Ahmed
ATLANTA, Georgia, June 6, 2005 MfgQuote Inc., a leading provider of online sourcing management technology for the manufacturing marketplace, today announced the launch of its first rich Internet application (RIA) capabilities developed with Macromedias Flex technology, part of the Flash

Re: [flexcoders] MfgQuote Launches Rich Internet Application

2005-06-06 Thread Tarik Ahmed
Hi Dave. I'm not sure, I just saw the headline and posted it. I think the MfgQuote guys are on this list though. dave buhler wrote: Tarik, Are there any publically accessible parts of the application or screenshots? Dave On 6/6/05, Tarik Ahmed [EMAIL PROTECTED] wrote: ATLANTA

Re: [flexcoders] 'Active Directory' authentication

2005-06-02 Thread Tarik Ahmed
Well there's an article here: http://www.macromedia.com/devnet/server_archive/articles/integrating_cf_apps_w_ms_active_directory.html#auth But if their windows login is the same as AD, so you can also try this: cftry cfscript ntauth = createObject(java,

[flexcoders] The Softer Side of On Demand: A Peek at Software and Workflow News

2005-05-27 Thread Tarik Ahmed
http://members.whattheythink.com/home/od05sherburne7.cfm "...Exstream was showing its brand-new Dialogue Version 5, which, according to Vice President of Marketing Kelley Sloane, has over 250 enhancements. With this release, Exstream teamed up with Macromedia to use its Flex Server to

Re: [flexcoders] Saving a flex chart as a jpeg

2005-05-25 Thread Tarik Ahmed
That was my original thought; but I didn't want to suggest such a low tech method. :) Basically if you want really flexible screen capture beyong the Print-Screen button get yourself SnagIT, and screen cap away... greenfishinwater wrote: I had a quick look at the swf converter that was

Re: [flexcoders] Re: Flex on the Web

2005-05-23 Thread Tarik Ahmed
Hi Michel. I think you need to focus on is what you/your company/your clients challenges are and whether RIA's will provide a satisfactory return on investment that yields a productivity gain. I view RIA's as the next generation of web based applications; the 'rich' part enables you to

re: [flexcoders] Problems using percentage in Width property for container...

2005-05-23 Thread Tarik Ahmed
Well if there's no closing tag on whatever you're using you need to end it like:height="100%"/ From: "Mike Anderson" [EMAIL PROTECTED]Sent: Monday, May 23, 2005 8:11 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Problems using percentage in Width property for container...I am terribly

Re: [flexcoders] Web Services and CF7

2005-05-18 Thread Tarik Ahmed
These may be of use: http://www.cflex.net/showfiledetails.cfm?ObjectID=177 http://www.cflex.net/showfiledetails.cfm?ObjectID=141 Theodore E Patrick wrote: I am looking at using CF7 and CFC web services with Flex 1.5. I understand that some have seen issues with using these two togther or was

Re: [flexcoders] New Guy (aka CF7 + Flex)

2005-05-12 Thread Tarik Ahmed
Were you guys able to get CF7+Flex going where your Flex and CF are running under the same Jrun instance with a shared context root in that you can put your CF and Flex files in the same dir and have no issues with remoting and such? Ben Elmore wrote: We are about to deploy on a

Re: [flexcoders] Re: FLEX and CF7..

2005-05-12 Thread Tarik Ahmed
Hey Paul did you follow these instructions: http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html Paul Lee wrote: OK... here is my setup. CFMX7 Ent. Full Version.. Also I have Flex 1.5 Installed. I am running CFMX7 under IIS 5 on XP... everything is great.

Re: [flexcoders] Anyone seen this...Bueller???

2005-05-12 Thread Tarik Ahmed
Have you tried the licensetool to see what it says? Rob Dickey wrote: Ok, so I'm happily (well, most of the time) coding away in Flex Builder.I am using Tomcat as my testing server, which has been working great for months.I have a non-trial license for both Flex and FlexBuilder.and much to my

[flexcoders] Wish List Item...

2005-05-12 Thread Tarik Ahmed
Uhmm... In CF you can display, compare, and format time in any way imaginable with ease. I'm finding in ActionScript that dealing with Dates is pretty cumbersome. I did some googling with no luck.. But I've got to believe someone has made some kind of DateUtil class out there so you can

Re: [flexcoders] Wish List Item...

2005-05-12 Thread Tarik Ahmed
/blog/actionscript/?asfile=getDateFromString.as JesterXL wrote: http://www.darronschall.com/weblog/archives/40.cfm CF + AS2 = Yum Yum For You! - Original Message - From: Tarik Ahmed [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, May 12, 2005 6:35 PM Subject

Re: [flexcoders] Wish List Item...

2005-05-12 Thread Tarik Ahmed
Now yer talkin! JesterXL wrote: I LOVE Arul's parser, I use it on my blog all the time; he's da man! How about these; you could use as is, or convert to AS2: http://proto.layer51.com/l.aspx?p=9 - Original Message - From: "Tarik Ahmed" [EMAIL PROTECTED] To:

Re: [flexcoders] Auto-complete

2005-05-11 Thread Tarik Ahmed
Along the lines of that, check out the "suggest" implementation on this search engine. When I saw this, the first thing that came to my mind was this would be cool to do in Flex. http://www.snap.com/ Manish Jethani wrote: On 5/11/05, seesaw25 [EMAIL PROTECTED] wrote: Has

Re: [flexcoders] calling a CFR from a CFC

2005-05-11 Thread Tarik Ahmed
I haven't used CF7 so a blind guess is perhaps you need to add a CFHEADER to the cfm file to identify the mime-type. Or try it this way: cfobject component=gvs_techneeds name=myCFC cfoutput#myCFC.Needs_Report(PDF)#/cfoutput Try asking this on BACFUG (www.bacfug.org), someone on there will

[flexcoders] AS Question: Creating packages n stuff...

2005-05-11 Thread Tarik Ahmed
Hey guys. I'm trying to create a common area for our re-usable stuff that fits within the rest of our CF realm - almost there. With a test.mxml anywhere in my file structure, I can do a var x:MyClass = new MyClass(); Where MyClass.as is located at \\fileserver\wwwroot\flex\MyClass.as by doing

[flexcoders] Re: AS Question: Creating packages n stuff... - Self Solved kinda

2005-05-11 Thread Tarik Ahmed
it? Thx. Tarik Ahmed wrote: Hey guys. I'm trying to create a common area for our re-usable stuff that fits within the rest of our CF realm - almost there. With a test.mxml anywhere in my file structure, I can do a var x:MyClass = new MyClass(); Where MyClass.as is located at \\fileserver

Re: [flexcoders] getting the Integerated Flex server to work

2005-05-09 Thread Tarik Ahmed
If you're using IE do you see the _javascript_ warning/error logo on the bottom left of your browser complaining about some lc_id variable? [EMAIL PROTECTED] wrote: I am not sure if its neccessarily the server but when I start the server and I try to access the following url on my

[flexcoders] Segue is First to Provide Performance Testing Support for Macromedia Flex

2005-04-27 Thread Tarik Ahmed
Segue is First to Provide Performance Testing Support for Macromedia Flex; SilkPerformer Optimizes Performance of Flex Applications, Ensuring a Positive User Experience LEXINGTON, Mass.--(BUSINESS WIRE)--April 27, 2005--Segue Software (NASDAQ-SCM: SEGU), the leader in software quality

Re: [flexcoders] Re: Do you know of any Flex jobs?

2005-04-25 Thread Tarik Ahmed
Job postings are archives on CFLEX which you'll find on the home page or directly via: http://www.cflex.net/shownews.cfm?lkpNewsType=jobChannelID=1 adk365 wrote: I'm currently in Provo, Utah, U.S., but I'm willing to relocate for a great job with a great company. I'm even willing to go

Re: [flexcoders] enter event for TextInput

2005-04-25 Thread Tarik Ahmed
Are you sure it's not being invoked? I'd do a little test like: function onEnter(event) { alert("yo"); } mx:TextInput id="dbpassword" password="true" widthFlex="1" enter="onEnter(event)"/ If that alert pops up - then its being invoked but whatever is going on in onEnter isn't as

Re: [flexcoders] Adobe aquires Macromedia

2005-04-18 Thread Tarik Ahmed
Ya totally. Though there's a way to go; MM and Adobe have to get past a shareholders vote, and regulatory approvals, etc... I'm not sure how I feel about this move. I like both companies; they both make excellent products. But almost every company I've worked at got bought by another

Re: [flexcoders] CF Session Variables

2005-04-15 Thread Tarik Ahmed
One way would be to make a CFC function to return the session structure to Flex. Minster, Jack wrote: is it possible to access ColdFusion session variables within a Flex application on an integrated CF/Flex JRun server instance? Jack D. Minster Web

Re: [flexcoders] CF Session Variables

2005-04-15 Thread Tarik Ahmed
wonder if those are the same set as: http://livedocs.macromedia.com/flex/1/flex_docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0884.htm Tarik Ahmed wrote: One way would be to make a CFC function to return the session structure to Flex. Minster, Jack wrote

Re: [flexcoders] Mozilla on Linux

2005-04-08 Thread Tarik Ahmed
I believe this is a known problem. http://www.cflex.net/showfiledetails.cfm?ObjectID=84 Michel Jansen wrote: Dear Flexcoders, Since i downloaded the latest Mozilla on my Debian Linuxbox flex shows only 20% of the screen... It displays onnly 1 column on the left which is just 20% of the

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Tarik Ahmed
Ya apparently I need to be sending out my resume to companies that can afford this stuff! :) Scott Barnes wrote: On Thu, 31 Mar 2005 09:02:32 +0200, Michel Jansen [EMAIL PROTECTED] wrote: An old dutch saying : Prices can only go down... Laszo/BackBase time?? heh

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Tarik Ahmed
Financially, obviously they ran their cost/market/etc analysis and came up with those numbers. I think one thing that is a risk play for MM is the intangible value of the critical mass when it comes to community knowledge. Eg there are so many Coldfusion guys that you have city level user

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Tarik Ahmed
I think a more serious contender is Xamlon. Previewing on April 6th. http://news.com.com/Software+turns+.Net+to+Flash/2100-1032_3-5647420.html Jeff Steiner wrote: My guess is that you will be back. Lazslo, while the samples look great, is still based upon Flash player 5 (Beta 3 of

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Tarik Ahmed
I've owned MACR shares since Sept. It's one of my best performing stocks! JesterXL wrote: Forbes recommended that investors do so. - Original Message - From: "Michel Jansen" [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 31, 2005 2:26 PM Subject: Re:

Re: [flexcoders] loading the data from xml file

2005-03-30 Thread Tarik Ahmed
Check out the Blog viewer that comes with Flex - it loads in an XML file. Pathy wrote: Hi all, i am very new toFlex. i want to load the data from the xml filetodataGrid component in flex. please help me out Thanks and reg. venkat Do you Yahoo!? Yahoo! Small

Re: [flexcoders] Flex 1.5 price

2005-03-28 Thread Tarik Ahmed
After the dot bomb companies began to scrutinize their I.T spending much more closely. You have to do your due diligence and make sure you're selecting the right technology, and part of the criteria is price. I've seen a lot of enterprises go with the second best option (features wise)

Re: [flexcoders] java.lang.NullPointerException - Answer

2005-03-23 Thread Tarik Ahmed
and noticed that Execute Permission difference. Thanks! Tarik Ahmed wrote: Hmm...Well my development Flex server decided it hates me. It was working fine up until today. Not sure what happened. I'm running Flex + CF over Jrun and IIS. All my Coldfusion stuff works fine, and Flex runs

[flexcoders] java.lang.NullPointerException

2005-03-22 Thread Tarik Ahmed
Hmm...Well my development Flex server decided it hates me. It was working fine up until today. Not sure what happened. I'm running Flex + CF over Jrun and IIS. All my Coldfusion stuff works fine, and Flex runs with the Coldfusion server instance. WE've been relocating machines from one data

CMP Media's Software Development Magazine Announces Winners for the 15th Annual Jolt Product Excellence Productivity Awards

2005-03-17 Thread Tarik Ahmed
http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=109STORY=/www/story/03-17-2005/0003204586EDATE= SAN FRANCISCO, March 17 /PRNewswire-FirstCall/ -- Winners of the 15th Annual Software Development Jolt Product Excellence and Productivity Awards were announced last night, Wednesday, March 16, by

Re: [flexcoders] Handling Complex Data With Remote Object and Coldfusion CFC

2005-03-16 Thread Tarik Ahmed
Hi Erik, I believe he's asking how to pass all those parameters as just one single (complex) datatype. IE along the lines of this: http://www.macromedia.com/devnet/flex/articles/complex_data_03.html Is it possible to Object.registerClass a CFC? class samples.data.EmployeeVO { public var

Re: [flexcoders] dataprovider for mx:Array tag

2005-03-14 Thread Tarik Ahmed
What is your remote object returning? If it doesn't return an array, you could create a function that processes the result of the remote object function and manage it that way. Doodi, Hari - BLS CTR wrote: Hi, I need to develop a UI such that when user click 'Prev' button system should

Re: [flexcoders] Using flex to generate a random number

2005-03-14 Thread Tarik Ahmed
Well there's a Math class, with a random() function. Here's something you can refer to: http://www.actionscripts.org/tutorials/intermediate/Random_Functions/index.shtml [EMAIL PROTECTED] wrote: Is there any way to use flex to generate a random number then round that number to the nearest number

Re: [flexcoders] problem with RemoteObject and Flash Remoting

2005-03-04 Thread Tarik Ahmed
Title: Message Sorry I missed the start of this thread. But could it be that you CFC is bombing? I usually create test cfm's to try out the CFC passing the same data that the Flex app would to make sure that everything is cool on the CF side of things. Alessio Prosperi wrote: The

Macromedia rich internet embedded in Straker CMS

2005-03-01 Thread Tarik Ahmed
http://www.e-consultancy.com/newsfeatures/360236/macromedia-rich-internet-embedded-in-straker-cms.htmlWeybridge, Surrey, UK, March 1, 2005 A new licensing agreement is enabling Macromedia Flex Rich Internet Application development and ColdFusion MX 7 Enterprise solutions to be embedded in the

RE: [flexcoders] Looping through content of a DG

2005-02-25 Thread Tarik Ahmed
Omg... I'm such loser, that was too easy. Thanks Art. From:[EMAIL PROTECTED]Sent: Thursday, February 24, 2005 4:30 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Looping through content of a DGHi Tarik,Try: myDg.dataProvider.length-ArtQuoting Tarik Ahmed <[EMAIL PROTECTED]>: He

advice on drag n drop

2005-02-24 Thread Tarik Ahmed
Hey guys. So I got a data grid that I enabled drag and drop to easily allow users to position the items. And that works. However the previous functionality I had was that when you click on a row a pop-up happens that let's you edit the details. The problem now is that when you drag a row, the

RE: [flexcoders] Pre-selecting a Combo Box from Bound Data

2005-02-24 Thread Tarik Ahmed
Matt posted a solution on this earlier:http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=111 From: "Tracy Spratt" [EMAIL PROTECTED]Sent: Thursday, February 24, 2005 2:51 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Pre-selecting a Combo Box from Bound DataI

RE: [flexcoders] Looping through content of a DG

2005-02-24 Thread Tarik Ahmed
From: Tarik Ahmed [mailto:[EMAIL PROTECTED]] Sent: Wednesday,February 23, 2005 6:36 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] advice on drag n drop Hey guys. So I got a data grid that I enabled drag and drop to easily allow users to position the items. And that works. However th

re: [flexcoders] Flex license install

2005-02-23 Thread Tarik Ahmed
Hi Mark. "and I need to recompile and redeploy the apps." - Redeploy meaning... you compile, and copy the swf's somewhere else? Welp, you can't do that, the SWF's will expire as you've noted. Also the MM Flex license forbids doing that anyways. From: "Mark Hitchcock" [EMAIL PROTECTED]Sent:

re: [flexcoders] Flex Developer / San Diego / Contract

2005-02-23 Thread Tarik Ahmed
I have a section on the CFlex.net home pagefor job postings; I just added this. From: "Cameron Childress" [EMAIL PROTECTED]Sent: Wednesday, February 23, 2005 2:56 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex Developer / San Diego / ContractHopefully this message is welcome on this

re: [flexcoders] Newbie - Where do I start?

2005-02-19 Thread Tarik Ahmed
Welp You need this book:http://www.amazon.com/exec/obidos/ASIN/0321255666/qid=1108775674/sr=2-1/ref=pd_bbs_b_2_1/103-5110671-1006235Read it.. try out some of the examples. The authors are also on this list.The flex 1.5 docs

re: [flexcoders] Directory Browser in Flex

2005-02-18 Thread Tarik Ahmed
One of the most requested features for intranet application/content managementdevelopers. Due to aflash limitation it's not easily done; though there are some work arounds. Check this out:http://www.markme.com/mchotin/archives/006375.cfmAsk for file upload abilty in Flash/Flex at the Macromedia

Tons of warnings in flashlog.txt

2005-02-17 Thread Tarik Ahmed
Warning: redraw is not a functionat setColor()My player maxes out on this warnings in the flaglog.txt file. Is that something I'm doing that causes that?

RE: [flexcoders] Tons of warnings in flashlog.txt - TY

2005-02-17 Thread Tarik Ahmed
Thanks! From: Matt Chotin [EMAIL PROTECTED]Sent: Thursday, February 17, 2005 12:52 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Tons of warnings in flashlog.txt Yep, set MaxWarnings=1 inmm.cfg (0 will be unlimited)

re: [flexcoders] Re: popup

2005-02-14 Thread Tarik Ahmed
Yup, you can have pop-ups creating pop-ups.And call webservices or remote objects. From: Miguel Daz Valenzuela [EMAIL PROTECTED]Sent: Monday, February 14, 2005 1:54 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re:popupI dont know if im bad, butI can understand that popup is a childobject

SYS-CON Media Readers Cast More Than 4,000 Votes In First Week Of Voting

2005-02-10 Thread Tarik Ahmed
http://www.sys-con.com/story/?storyid=48165"The ever-popular "Most Innovative Application of XML" category has at present a top four that reflects where some of the newest energy is right now in Web services: eBay Developers Program (eBay) currently leads, followed by Altova xmlspy (Altova),

Re: [flexcoders] Session Management Authentication

2005-02-08 Thread Tarik Ahmed
Doing pretty much the exact same thing myself.User log into the portal/cms (a cf app), and then you launchvarious Flex apps from there - where by we pass tokens and ids that the Flex app uses to figure out if the dude is valid. But it's just checked upon initial load. This this is an internal