Re: [flexcoders] [India] Demo development

2006-05-01 Thread dos dedos
Thank you for the tip Manish.Manish Jethani [EMAIL PROTECTED] wrote:On 4/29/06, dos dedos [EMAIL PROTECTED] wrote: Looking for an India based resource to do Flex 2 demo development work. Might help if you post to the RIA India list. http://groups.yahoo.com/group/ria-india/ Manish

[flexcoders] [India] Demo development

2006-04-28 Thread dos dedos
Looking for an India based resource to do Flex 2 demo development work.Reply in private to discuss!Marc New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Flex 2: Multi-document interface

2006-04-06 Thread dos dedos
Thanks for the tip :) ... we're looking into itjeremy lu [EMAIL PROTECTED] wrote:you don't have to start from scratch, everything needed is in the framework, just use buttonbar and panel, should be done in 20 minutes.jeremy.On 4/6/06, dos dedos [EMAIL PROTECTED] wrote:Thanks Jesse

[flexcoders] Flex 2: Multi-document interface

2006-04-05 Thread dos dedos
Anyone knows of a Flex 2 implementation of the Windows multi-document interface?For example, you could launch SWFs in separate panels within the same browser window so that you can move, resize and close each panel separately. If one was to do implement this from scratch, how much work would be

Re: [flexcoders] Flex 2: Multi-document interface

2006-04-05 Thread dos dedos
Message - From: dos dedos To: flexcoders Sent: Wednesday, April 05, 2006 8:59 PM Subject: [flexcoders] Flex 2: Multi-document interface Anyone knows of a Flex 2 implementation of the Windows multi-document interface?For example, you could launch SWFs in separate panels within the same browser

Re: [flexcoders] Re: FLEX and Open Lazslo Comparision

2006-03-29 Thread dos dedos
(eg. one markup generating either AJAX or Flash)As far as I'm aware, there are multimedia functions that can be done in Flex that cannot be done in Ajax. e.g. capturing audio and video streams from the user's PC, mixing audio streams, and other stuff that are not possible (yet) in

RE: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-28 Thread dos dedos
to ActiveX then we may throw the counter argument (not matter how valid it may seem) in favor of the successful track record of the current approach, not that an outsider's argument could change anything so basic.I guess experience always trumps logic ...(self inculcation in progress)dos dedos [EMAIL

Re: [flexcoders] FLEX and Open Lazslo Comparision

2006-03-28 Thread dos dedos
Esoteric factors affecting market penetration/user adoption/developer market:1. "Flex" has a nicer ring to it than "Open Lazslo"2. Flex ends with "ex" for ecstatic. Lazslo ends with "slo" 3. The combination of "sz" is hard to pronounce and foreign to most people. This may be part of an

RE: [flexcoders] Re: FLEX and Open Lazslo Comparision

2006-03-28 Thread dos dedos
With respect to mobile apps I think one plausible idea would be for Adobe to design their own Flash-engine-as-ASIC-library and license it to mobile phone chip makers like Motorola for inclusion in some of their chip architectures. That would improve Flash's performance on mobile phones. Just

[flexcoders] Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
I'd like to POST some XML requests via HTTPService from my Flex app (which is served from e.g. http://xyz.com) to a .cgi server running on my localhost. The cgi server is part of an interface to an existing Java application. It takes XML requests via HTTP POST and returns XML response via

Re: [flexcoders] Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
Relating to the potential timeout issue, I think most likely HTTPService doesn't timeout on its ownHowever, my Java application could crash and reboot so I would have to make sure HTTPService would time out if it's loses connection with the server... No idea how to do that yet ...Any

Re: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
--- In flexcoders@yahoogroups.com, dos dedos [EMAIL PROTECTED] wrote: Relating to the potential timeout issue, I think most likely HTTPService doesn't timeout on its ownHowever, my Java application could crash and reboot so I would have to make sure HTTPService would time out if it's loses

RE: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
x AlliancePartnerhttp://www.cynergysystems.comEmail:[EMAIL PROTECTED]Office: 866-CYNERGY--- Inflexcoders@yahoogroups.com, dos dedos [EMAIL PROTECTED]wrote: Relating to the potential timeout issue, Ithink most likelyHTTPService doesn't timeout on its own However, my Java a

Re: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
...Doug Lowder [EMAIL PROTECTED] wrote:There are some really good responses to This Postthat explain the reasons behind crossdomain.xml. --- In flexcoders@yahoogroups.com, dos dedos [EMAIL PROTECTED] wrote: thanks! bwt, does anyone know what is the security scenario that promoted the introduction

RE: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
. I complained about it but eventually I saw the light. Cheers, Cynergy Systems, Inc. Theodore Patrick Sr. Consultant [EMAIL PROTECTED] tel: 1.866.CYNERGY http://www.cynergysystems.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

RE: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
In your example the SWF should not be allowed to connect to any server other than the server it was served from! That's by default.That is unless it is a SIGNED SWF where the end user may allow or deny it's request to execute with full permissions.If it works for Java and ActiveX it would work

RE: [flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread dos dedos
That is the reverse of the common philosophy on this issue. Usually, the end user is "trusted" with the decision because the assumption is that end user is A) not stupid and B) not evil.Defending all servers out there against the threat of an attack by all Flash clients (irrespective of their

RE: [flexcoders] Opinions sought: Flex and small developers

2006-03-27 Thread dos dedos
Yay and Yay!!!High fives to your product management team! you're strategy overall got some killer moves... dos likesMatt Chotin [EMAIL PROTECTED] wrote:Yes and yesFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos Sent

Re: [flexcoders] Re: FB2 :: Plugin, where is it?

2006-03-26 Thread dos dedos
I understand why they can't be all mixed up in one project but I'd think it's safe to assume they can be all mixed up in one CVS repository ... Ant is a critical component but it may have one of those open source licenses that prohibit commercial use, which would explain why Flexbuilder doesn't

Re: [flexcoders] Flex 2 and FMS 2 for audio conferencing application

2006-03-26 Thread dos dedos
Is it realistic to suggest that Flex 2 could be used (with minimal server side processing [e.g. just to work around flash-to-flash security restriction]) to build a point-to-point VoIP application? That would be nice to try one day ... Brian Lesser [EMAIL PROTECTED] wrote:Yes, audio and

RE: [flexcoders] Re: Flex2: version control plugin

2006-03-26 Thread dos dedos
groups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos Sent: Saturday, March 25, 2006 9:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flex2: version control plugin CVS is accessible in Flexbuilder (under Window-Show View-Other-add CVS repository) I just never lo

Re: [flexcoders] Flex 2 and FMS 2 for audio conferencing application

2006-03-26 Thread dos dedos
dos dedos wrote: Is it realistic to suggest that Flex 2 could be used (with minimal server side processing [e.g. just to work around flash-to-flash security restriction]) to build a point-to-point VoIP application? That would be nice to try one day ... Brian Lesser [EMAIL PROTECTED] wrote: Yes

[flexcoders] Flex 2: Content Menu ... How To?

2006-03-26 Thread dos dedos
HiWhen I right-click on Flash/flex content I get the Adobe "About" context menu...It would be very nice to have a context menu that relates to the functionality of your application not the functionality of the Flash player.I believe I had heard it was possible ... How?Thanks a lot in advancedos

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread dos dedos
speaking of sunday morning hangover, it's CONTEXT not CONTENT :D ... sorrydos dedos [EMAIL PROTECTED] wrote:HiWhen I right-click on Flash/flex content I get the Adobe "About" context menu...It would be very nice to have a context menu that relates to the functionality of your application

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread dos dedos
speaking of sunday morning hangover, it's CONTEXT not CONTENT :D ... sorry dos dedos [EMAIL PROTECTED] wrote: Hi When I right-click on Flash/flex content I get the Adobe "About" context menu... It would be very nice to have a context menu that relates to the functionality of your app

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread dos dedos
var txtField:TextField = new TextField();txtField.text = textLabel;return txtField; } };-)Peace, Mike} On 3/26/06, dos dedos [EMAIL PROTECTED] wrote:speaking of sunday morning hangover, it's CONTEXT not CONTENT :D ... sorrydos dedos [EMAIL PROTECTED] wrote:HiWh

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread dos dedos
hit Frames Then look for ContentMenu, then a big example follows the more green Classes. ;-) The helpp is really laid out well. Peace, MikeOn 3/26/06, dos dedos [EMAIL PROTECTED] wrote:LOL .. I'm using the 600 pages of documentation I printed as a pillow for now... (I can't read while I'm awake [

Re: [flexcoders] Flex 2: can you play audio asynchronously?

2006-03-25 Thread dos dedos
Thank you snail, this is exactly what I was looking for :)snail [EMAIL PROTECTED] wrote: hello,dos dedos ����Perhaps you can use the "mx.effects.Parallel()".this method can mix many effect and play them asynchronously.for examplefunction mixEffect(){ var

Re: [flexcoders] Flex2: version control plugin

2006-03-25 Thread dos dedos
again Douglas Knudsen [EMAIL PROTECTED] wrote:CVS client is bult into Eclipse. DK On 3/24/06, dos dedos [EMAIL PROTECTED] wrote: Is there the eclipse plugin for single-user version control (with diff, label, branch, merge, etc)? New Yahoo! Messenger

Re: [flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread dos dedos
CVS is accessible in Flexbuilder (under Window-Show View-Other-add CVS repository) I just never looked under "Other" before.I checked out Eclipse 3.2 and it's looks pretty solid. I'll definitely use the subversion plugin.Anyone working with a Hibrenate plugin for Eclipse? I found this one

[flexcoders] Proposal for Flexcoders Message Traffic Management

2006-03-24 Thread dos dedos
Given the volume of messages here and given the fact that Flex 2 gives us this great publish-subscribe capability out of the box, I would think some clever person here would be able to setup a topic-based publish-subscribe messaging service for this group.Here is how it could work (this is just

Re: [flexcoders] Proposal for Flexcoders Message Traffic Management

2006-03-24 Thread dos dedos
4. The server should save all topics/sub-topics in a list (as it parses the RSS feed) so that the client may display the available topics/sub-topics and so that the user can subscribe to new topics.dosdos dedos [EMAIL PROTECTED] wrote:Given the volume of messages here and given the fact

[flexcoders] Flex2: version control plugin

2006-03-24 Thread dos dedos
Is there the eclipse plugin for single-user version control (with diff, label, branch, merge, etc)? New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Format of UIDUtils.createUid() string is incorrect

2006-03-24 Thread dos dedos
I wonder if Adobe has recruited tens or hundreds of beta testers somewhere who have access to a formal bug tracking system, or if the developers on this list are the only beta testers ...How do these bugs reports get tracked? Tobias Patton [EMAIL PROTECTED] wrote:Hello list;My

[flexcoders] Flex 2: can you play audio asynchronously?

2006-03-24 Thread dos dedos
Let's say you had 8 or 16 "Wav" files that you wanted to play at the same time (e.g. for special sound effects in games) then one way woudl be to issue async calls to play each file in sequence, so that all of them would start at approx the same time.Is that possible in Flex?I've seen games and

RE: [flexcoders] Flex 2: can you play audio asynchronously?

2006-03-24 Thread dos dedos
Woo hoo! + Doh! #1 + Doh #2:)Roger Gonzalez [EMAIL PROTECTED] wrote: Existence proof: http://www.albinoblacksheep.com/flash/homer.php -rg From: flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] On Behalf Of dosdedosSent: Friday, March 24, 2006 6:12 PMTo:

Re: [flexcoders] problem with the newsgroup search?

2006-03-22 Thread dos dedos
It looks like they're having some temporary issue with the server Why don't you use the search function at http://groups.yahoo.com/mygroups/flexcoders ?Libby [EMAIL PROTECTED] wrote: would someone go to this link and do a search and see if u also get an error like me? (I thought maybe a

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread dos dedos
@yahoogroups.com, dos dedos [EMAIL PROTECTED] wrote: It looks like they're having some temporary issue with the server Why don't you use the search function at http://groups.yahoo.com/mygroups/flexcoders ? Libby [EMAIL PROTECTED] wrote: would someone go to this link and do a search and see if u also

[flexcoders] Request to Adobe re: Documentation format

2006-03-22 Thread dos dedos
I'm glad the new Beta 2 IDE includes links to documentation ...I was wondering if we can have it in Adobe Acrobat format so we can print it and read it offline? Yahoo! Mail Use Photomail to share photos without annoying attachments. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread dos dedos
... glad I qualified that with "theoretically"Here is the deal:1. New entries may be fetched via RSS client (you can build one in Flex.. I think I saw a sample RSS reader somewhere) at http://groups.yahoo.com/mygroups/flexcoders/rss2. Old entries may be fetched one by one in a loop using a

Re: [flexcoders] Request to Adobe re: Documentation format

2006-03-22 Thread dos dedos
stem could be final.That's why I stopped worrying and learned to love the inconsistency.:)Cortlandt Winters [EMAIL PROTECTED] wrote: Hi Dos Dedos,They are herehttp://labs.macromedia.com/wiki/index.php/Flex:Release_Notes#Beta_2_documentation If any adobe docs folk do read this to look for requests

RE: [flexcoders] Re: Flex Messaging or J2EE Messaging

2006-03-22 Thread dos dedos
You'll make Adobe cry ...Venu Vasireddy [EMAIL PROTECTED] wrote:I want to toss flex messaging all together for external message exchange and RPC Service to speak with JMS Provider, that way I won't be limited by the Flex messaging restrictions and capabilities. -Original Message-

RE: [flexcoders] Opinions sought: Flex and small developers

2006-03-21 Thread dos dedos
DavidWill the 'limited' free version of FDS include publish-subscribe functionality? if so, will it also include the JMS adapter? David Mendels [EMAIL PROTECTED] wrote: Hi, I guess you missed the news. :) The price model changes completely from 1.X to 2.0. The product is affordable for

Re: [flexcoders] java.util.Map

2006-03-21 Thread dos dedos
just guessing ... but maybe there is no support yet in AS for Java map typelorejava [EMAIL PROTECTED] wrote: Hello, I have a reading problem when I use returned a java.utilMap from a Java class. Follow my code: Java class -- public Map getHashMap() { Map hm = new HashMap();

[flexcoders] Flexbuilder 2 memory usage :o

2006-03-20 Thread dos dedos
When I start Flexbuilder 2 on my Windows 2003 Server PC my memory usage goes up by about 300MB and then grows quickly to 350MB usage as I start using the IDE ...When I start Flexbuilder 2 Eclipse Plugin my memory usage goes up by about 325MB and grows quickly to 375MB as I start using the IDE

Re: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-20 Thread dos dedos
I find the new name FDS to be more accurate ... Richie Rich [EMAIL PROTECTED] wrote: Hello, I went to D/L the Coldfusion/Flex Connection kit and I am recieving Errors when I get to the page. http://trials.macromedia.com/pub/esd/labs/flex2/cf_flexconnect_b2_03-20.exe Everything has the

Re: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-20 Thread dos dedos
" ... smashes into the sun" is it taking it too far to assume it's in reference to Sun buying Adobe? Flex would make the perfect compliment for Java on the front end =)Michael Schmalle [EMAIL PROTECTED] wrote:When the earth smashes into the sun... ;-( Reality sucks.On 3/20/06, Jo�o

Re: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-20 Thread dos dedos
that assumes i won't self-combust once i walk out of the matrix . :oMichael Schmalle [EMAIL PROTECTED] wrote:Man, I gotta shake your hand someday ;-)On 3/20/06, dos dedos [EMAIL PROTECTED] wrote:" ... smashes into the sun" is it taking it too far to assume it's in refere

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread dos dedos
.. reminds me of that part from "Office Space" when they discover they have $325,000 in their bank account which was supposed to accrue over several years from fractional pennies stolen from their ex employer The funny part goes something like this:Michael: I must have missed a decimal

RE: [flexcoders] Re: Weyert // HTTP (or socket) Client and Server in Flex UI

2006-03-19 Thread dos dedos
That's good to know :)Looking forward to your book ... what's the title gonna be? ThanksWeyert de Boer [EMAIL PROTECTED] wrote: Users will have to install the Python server and the SWF will be installed with it so it will run on localhost, i.e. no firewall issues. Aha :-) So you're

[flexcoders] Adobe Best Practices: Deprecate/Remove Cycle?

2006-03-18 Thread dos dedos
Does Adobe normally mark stuff as 'deprecated' in at least a couple of GA releases before they are removed?I hope that's the case. If not then it would be nice to adopt such practice."Darron J. Schall" [EMAIL PROTECTED] wrote: Gordon Smith wrote:Forget StringBuilder... it's

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-18 Thread dos dedos
If I was in your shoes (which I am actually) I would choose to go with Flex 2.0Quick results are not as important when you're thinking long term ... :)Richie Rich [EMAIL PROTECTED] wrote: Hello, I am starting a project that I would like to finish this summer. This is a prototype project,

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
I'm not sure if Mono works on Mac OS X .. .NET is limited to Windows So I decided to use Python .. Needless to say, I'm now officially a .NET deserter ... C# is cool but I got bored with it...I highly recommend Python for cross platform projects#dosManish Jethani [EMAIL PROTECTED] wrote:

Re: [flexcoders] Flex 2: thread management, synchronous methods, etc

2006-03-17 Thread dos dedos
of binary socket) but for now, I'm happy with polling (if it works as advertised, i.e. without blocking user interaction)Manish Jethani [EMAIL PROTECTED] wrote: On 3/17/06, dos dedos [EMAIL PROTECTED] wrote: It would be awesome if it works for "near realtime" polling ... I'm not hitting

RE: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
I'm going to be running the SWF from "localhost" so it won't have to go thru the NAT and can run on the user's machine at, e.g. http://localhost/1234 ... The Python server is on localhost, too, and will poll it from Flex every 1 second using XMLSocket as advised by Stacey (and I assume the

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
Beauty is in the eye of the beholder (or developer) I don't recommend my own kind of thinking on this but to some people having little quirks and weirdness in the language is what's most attractive .. I totally understand what you mean re Python and Ruby.. although I think it comes down to

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
Called it Dagwood Sandwich approach ;I find that just a bit more than intriguing ... lolYour academic cross-referencing style is enviable :)marcNirav Mehta [EMAIL PROTECTED] wrote: Hi, I'm not sure if Mono works on Mac OS X .. .NET is limited to Windows Mono runs on Mac. We actually did

RE: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
Systems, Inc. Theodore Patrick Sr. Consultant [EMAIL PROTECTED] tel: 1.866.CYNERGY http://www.cynergysystems.comFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos Sent: Friday, March 17, 2006 9:34 AM To: flexcoders@yahoogroups.com Subject: Re: [flexco

RE: [flexcoders] Re: Weyert // HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
Users will have to install the Python server and the SWF will be installed with it so it will run on localhost, i.e. no firewall issues.i.e. you can always receive events/messages.So you're saying that instead of polling the Python server from Flex UI every N seconds, I could do the opposites

RE: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-17 Thread dos dedos
groups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos Sent: Friday, March 17, 2006 10:06 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] HTTP (or socket) Client and Server in Flex UI I'm going to be running the SWF from "localhost" so it won't have to go thru

[flexcoders] Flex 2: thread management, synchronous methods, etc

2006-03-16 Thread dos dedos
On most programming platforms, you have the event model (non-frame based events are raised and handled asynchronously), the synchronous model (blocking calls the halt execution within the thread/process until they return) and the inter-thread communication and thread management model.I haven't

[flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-16 Thread dos dedos
Hey, does anyone have an idea how to build an HTTP (or socket) client + server inside a Flex app? I could use HTTPService for the client stuff but in my scenario I need to allow the Flex app to both send requests as well as receive them, so HTTPService is only half of the solution.. unless I'm

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-16 Thread dos dedos
Replying to my own tired brain:I should probably settle for polling!!1dos dedos [EMAIL PROTECTED] wrote:Hey, does anyone have an idea how to build an HTTP (or socket) client + server inside a Flex app? I could use HTTPService for the client stuff but in my scenario I

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-16 Thread dos dedos
Yikes! I forgot there are no threads in Flex! so a polling/listening loop won't work ... I would have to have a timer to poll periodically ... no so pretty ... :(dos dedos [EMAIL PROTECTED] wrote:Replying to my own tired brain:I should probably settle for polling!!1dos

Re: [flexcoders] Re: 2.0B1 - Use of CSS style sheet with DataGridColumn styleName

2006-03-16 Thread dos dedos
not being too useful here, but I think this is typical of beta phase documentation ... it's typical with the release early and release often model .. i'd rather have fuzzy documentation than no documentation, or worse having to wait until a product is perfected ... things are bound to get

RE: [flexcoders] Flex 2: thread management, synchronous methods, etc

2006-03-16 Thread dos dedos
Hi TedRe: If the player was 20 times faster ... I'm sure you can build any language feature you need on top of a language that executed fast enough, but I think it's about more subtle things like the ease of programming and the elegance you can achieve out of the box ... Re: "N Threads -

Re: [flexcoders] HTTP (or socket) Client and Server in Flex UI

2006-03-16 Thread dos dedos
: http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/http_authentica.php -abdulOn 3/16/06, dos dedos [EMAIL PROTECTED] wrote:Yikes! I forgot there are no threads in Flex! so a polling/listening loop won't work ... I would have to have a timer to poll periodically ... no so pretty

RE: [flexcoders] Flex 2: thread management, synchronous methods, etc

2006-03-16 Thread dos dedos
n. I think it will do what you need. TracyFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos Sent: Thursday, March 16, 2006 2:32 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex 2: thread management, synchronous methods, etc

RE: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread dos dedos
I've seen many AJAX examples of drag and drop. Is drag and drop planned for Flex in the future (beyond 8.5) or is their some kind of fundamental reason not to have it? I have a feeling it can be done already but not it should be made easier. Drag and drop is a common feature of rich user

Re: [flexcoders] Flex2 :: 3rd party Components :: blog/site(future)

2006-03-15 Thread dos dedos
coolI think there is also a big need for Actionscript libraries ... with examples :)I think 3rd party UI components and Actionscript libraries will go hand in hand to enable more rapid development. :)Michael Schmalle [EMAIL PROTECTED] wrote:Hello list, Since I ask more questions than

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread dos dedos
ou've seen with AJAX for drag and drop, you could probably do the same in Flex. - Original Message ----- From: dos dedos To: flexcoders@yahoogroups.com Sent: Wednesday, March 15, 2006 8:20 AM Subject: RE: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app I've seen

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread dos dedos
, and dragging over top of a Flex interface, dropping it there, and having Flex respond to it. - Original Message - From: dos dedos To: flexcoders@yahoogroups.com Sent: Wednesday, March 15, 2006 9:10 AM Subject: Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0

Re: [flexcoders] Flex2 :: 3rd party Components :: blog/site(future)

2006-03-15 Thread dos dedos
... which I guess is like the doggy style of programming (not too subtle, eh?) .. Back to Python ..Michael Schmalle [EMAIL PROTECTED] wrote:I like your sense of humor, very sutle ;-) Peace, MikeOn 3/15/06, dos dedos [EMAIL PROTECTED] wrote:coolI think there is also a big need

Re: [flexcoders] Flex Builder 2 Beta - Wrong Flash Player Version?

2006-03-15 Thread dos dedos
I ran into this a coupel of weeks ago...Here's a recount of what happened:I installed Flex 2 without the Flash Player 8.5 for IE (I use Firefox)But when I launched IE with Flexstore.html it started downloading the player *.cab file then went blank .. The same thing happened when I tried to

Re: [flexcoders] Re: Google, Yahoo hooked on AJAX?

2006-03-14 Thread dos dedos
half a day, then it taste mmm mm good.But, it wans't pudding to begin with, only if you read the directions first. :)Peace, MikeOn 3/13/06, dos dedos [EMAIL PROTECTED] wrote: Usable pudding? *Michael Schmalle [EMAIL PROTECTED]* wrote: I think it will be 'the proof is in the pudding

[flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread dos dedos
Google has purchased at least one company that uses Flash or Flex (a Web analytics startup) but their own internal efforts seem to be always focused on AJAX ... e.g. the latest Google Mars (http://www.google.com/mars/)So it's fair to wonder why Google isn't doing more with Flex at this time ...

Re: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread dos dedos
for awhile, and works. Flex 2 isn't even out yet. Sparkle's awesome, but you don't see people, even Microsoft, creating Sparkle apps. - Original Message - From: dos dedos To: flexcoders@yahoogroups.com Sent: Monday, March 13, 2006 12:24 PM Subject: [flexcoders] Google, Yahoo hooked

RE: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread dos dedos
, this forum can bemore fruitfull if anybody from Adobe do share his/her idea on this forum. Afterall its their duty to make people encourage to use flex over AJAX, and the community always likes to hear Flex expert's comment on such intensive topic? On 3/13/06, dos dedos [EMAIL PROTECTED

Re: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread dos dedos
and if they see usable flex2 apps in a year, paradigm shift happens. Peace, MikeOn 3/13/06, dos dedos [EMAIL PROTECTED] wrote:I agree re: no envangelismHowever, it's very helpful for some of of us to understand the context and not just the content of what we're getting into. :) Nick Weekes [EMAIL

Re: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread dos dedos
good. But, it wans't pudding to begin with, only if you read the directions first. :) Peace, MikeOn 3/13/06, dos dedos [EMAIL PROTECTED] wrote:Usable pudding?Michael Schmalle [EMAIL PROTECTED] wrote:I think it will be 'the proof is in the pudding'. BTW, isn't it the actual developers

RE: [flexcoders] Flex job posting ...

2006-03-12 Thread dos dedos
I pointed that person to 'cflex' per Ryan's suggestion and gave her Tariq's email address @ cflex to follow up. She was looking for someone with Flex and Java experience in SF bay area ... There seems to be some unmet demand for Flex + Java developers. Steven Webster [EMAIL PROTECTED] wrote:

RE: [flexcoders] SEO strategies for RIA?

2006-03-10 Thread dos dedos
I believe the same problem exists with dynamically generated HTML pages. Some very complex database-driven sites are made of only one physical page, with content for all the different views (and the view templates) being pulled from the database. This way the only content that get indexed by

Re: [flexcoders] SEO strategies for RIA?

2006-03-10 Thread dos dedos
there you go!can you show an example of how to do that?Manish Jethani [EMAIL PROTECTED] wrote: On 3/10/06, dos dedos [EMAIL PROTECTED] wrote: Color Blind Bots? How about inserting HTML text contents in your index.htm in white font (on white background)? The index.htm would load the Flash

RE: [flexcoders] SEO strategies for RIA?

2006-03-10 Thread dos dedos
unsavory sites do those kinds of tricks to get unsuspecting people.From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dos dedos Sent: Friday, March 10, 2006 3:26 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SEO strategies for RIA? I believe

[flexcoders] Flex job posting ...

2006-03-10 Thread dos dedos
Someone asked me today where they should post flex jobs ... For future reference, is this list the right place? how about the forum? Or is there another more suited place for job posts? Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -- Flexcoders Mailing List

Re: [flexcoders] Flex job posting ...

2006-03-10 Thread dos dedos
Thanks, RyanRyan Stewart [EMAIL PROTECTED] wrote: The best resource I've seen is probably CFlex - http://www.cflex.net/They tend to have a pretty good listing and I would assume their traffic is high with flexers.-RyanFrom: dos dedos[mailto:[EMAIL PROTECTED]Sent: Friday, March 10, 2006 7:05

Re: [flexcoders] Adobe Bridges Flash, Flex with AJAX

2006-03-09 Thread dos dedos
I agree that it's a politically clever move, but not so from a purely technical point of view.Since Flex Builder 2 is based on Eclipse and since there are several AJAX platforms that have plugins for Eclipse, I suppose that one of the AJAX tool vendors (e.g. Zimbra, Bindows et al) could develop

Re: [flexcoders] This is my mistake.

2006-03-09 Thread dos dedos
"Inculcate" is a scary word...flash6designeronline [EMAIL PROTECTED] wrote: Hi All, This is my mistake. Here is the the link http://www.fruition.in/openmacro.html Let me know your thoughts. Flash:) Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a