[flexcoders] Cannot get any effects to work

2006-11-04 Thread dorkie dork from dorktown
How come this code does not work? It seems straigt forward. I just want the header to fade in and slide in from the top when the application first starts. Why does flex hate me? I hope you can help or else I will be execute. ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Cannot get any effects to work

2006-11-06 Thread dorkie dork from dorktown
:) From: flexcoders@yahoogroups.com on behalf of dorkie dork from dorktown Sent: Sat 11/4/2006 10:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cannot get any effects to work How come this code does not work? It seems straigt forward. I just want the header to fade

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread dorkie dork from dorktown
What it means is that the Browser (mozilla in this case) will be able to use ActionScript 3 to manipulate the dom in addition to existing JavaScript. So you will have a new Script type on your HTML page: Script language=ActionScript public var myString:String = hello html document; public var

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread dorkie dork from dorktown
Yes, of course that is what I meant to say but I did not want to expose the conspiracy... Let me fill in the blanks with the ral message...The next generation of _javascript_ will be powered by the Tamarin Virtual Appropriation Machine and that _javascript_ and ActionScript will converge

Re: [flexcoders] Re: Flex Builder Linux

2006-11-17 Thread dorkie dork from dorktown
if adobe went linux with its products... think about it... what - would - hold - you - to -... ...even if you didnt switch, at least you would have the option too... but shhh... dont tell anyone... On 11/17/06, Carlos Rovira [EMAIL PROTECTED] wrote: Hi Matt, Flex Builder in Linux should be a

[flexcoders] Differing versions of the compiler

2006-11-17 Thread dorkie dork from dorktown
This morning's download of the Free Flex SDK had this version. Version 2.0 build 146333 The version I am using in Flex Builder is Version 2.0 build 143459. Is there a place where I can see the latest build number? dorkie version 143459 dork from dorktown

[flexcoders] Fade from one color to another

2006-12-04 Thread dorkie dork from dorktown
I need to fade my application background color from 0xC47D31 to 0x67DEF9 and I have no idea where to start. I've seen AS2 actionscript around that I can try to convert but what I'm looking for is a already built MXML component Effect, similar to mx:Fade or Dissolve. I tried this and received

Re: [flexcoders] Fade from one color to another

2006-12-04 Thread dorkie dork from dorktown
dork from dorktown *Sent:* Monday, December 04, 2006 5:25 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Fade from one color to another I need to fade my application background color from 0xC47D31 to 0x67DEF9 and I have no idea where to start. I've seen AS2 actionscript around that I

[flexcoders] Building workspace - lowering the time

2006-12-05 Thread dorkie dork from dorktown
Is there anything I can do to lower the time it takes for Flex Builder to Build the workspace? Sometimes it takes a few minutes when I first start up. dorkie finger tapping dork from dorktown

Re: [flexcoders] Building workspace - lowering the time

2006-12-06 Thread dorkie dork from dorktown
Project). How many projects are you building, and how many components does the average one have? - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown *Sent:* Tuesday, December 05, 2006 11:19 PM

Re: [flexcoders] Fade from one color to another

2006-12-08 Thread dorkie dork from dorktown
an example that works in the next day or two. -deepa -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown *Sent:* Tuesday, December 05, 2006 11:23 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Fade from

Re: [flexcoders] Fade from one color to another

2006-12-12 Thread dorkie dork from dorktown
. Thanks Darron! Here's the link to his post. http://www.darronschall.com/weblog/archives/000251.cfm Dustin Mercer -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown *Sent:* Friday, December 08, 2006 1:18 PM

Re: [flexcoders]Does the Accordion have an Icon Function?

2006-12-13 Thread dorkie dork from dorktown
Er, I created a simplified example and got that to work. So there must be some gremlins in my code somewhere. I checked the source and did not see an iconFunction. On 12/13/06, dorkie dork from dorktown [EMAIL PROTECTED] wrote: Does the Accordion have an iconFunction? Similar

[flexcoders]Does the Accordion have an Icon Function?

2006-12-13 Thread dorkie dork from dorktown
Does the Accordion have an iconFunction? Similar to the iconFunction used in the Tree and List controls. For example, this code is supposed to set the icon for headers 0 and 1 but each statement sets the icon across all headers. [Bindable] [Embed(source=images/Company-Icon.png)] public

Re: [flexcoders]Does the Accordion have an Icon Function?

2006-12-13 Thread dorkie dork from dorktown
, but it sounds like exactly the same thing I ran into when I filed the bug. I don't remember if there was a workaround or not... sorry. -d dorkie dork from dorktown wrote: Er, I created a simplified example and got that to work. So there must be some gremlins in my code somewhere. I checked the source

[flexcoders]Button text not centered vertically with embedded fonts

2006-12-14 Thread dorkie dork from dorktown
When I use embedded fonts on a button the text is aligned too high. I change the font to a normal font and it is aligned correctly again. I am trying to achieve a fix for this because the accordion header is a subclass of the button class and this is where I'm having a problem. mx:Style

[flexcoders]Adding blur or drop shadow filter effects to sub components

2006-12-14 Thread dorkie dork from dorktown
Is it possible, nay probable to add filter effects to sub components? For example, I need to add a drop shadow effect to the label of the Accordion header. Slightly still on subject, how does one manipulate sub components properties? dorkie tinkering dork from dorktown

[flexcoders]Showing hand cursor to List rows

2006-12-14 Thread dorkie dork from dorktown
I am trying to show a hand cursor over each individual rows. This code shows a cursor or the empty rows, which is the list, but not on rows that have content. mx:List id=myList width=155 rowHeight=18 verticalAlign=middle verticalScrollPolicy=off useHandCursor=true buttonMode=true

Re: [flexcoders]Adding blur or drop shadow filter effects to sub components

2006-12-14 Thread dorkie dork from dorktown
Schmalle [EMAIL PROTECTED] wrote: Hey dorky, Check out the filters property of all Sprites. :) It's an array that holds all filters of the specific display object. You can apply any filter to any subcomponent you want. Peace, Mike On 12/14/06, dorkie dork from dorktown [EMAIL PROTECTED] wrote

Re: [flexcoders]Adding blur or drop shadow filter effects to sub components

2006-12-15 Thread dorkie dork from dorktown
/14/06, dorkie dork from dorktown [EMAIL PROTECTED] wrote: Is it possible, nay probable to add filter effects to sub components? For example, I need to add a drop shadow effect to the label of the Accordion header. Slightly still on subject, how does one manipulate sub

Re: [flexcoders] Re: SEO Compatibility

2006-12-16 Thread dorkie dork from dorktown
Adobe: Yes google will index your Flex app. It reads the text in the file and keywords in the html page (basically etc). Flex is SEO friendly. Doug: Sure, google will show your link to your site for resturant review but it does not index the dynamic data in that site. So if someone is searching

Re: [flexcoders] OT:Flex 2 adoption rates so far?

2006-12-16 Thread dorkie dork from dorktown
tell them it is 99%. then when people say they don't have it say they are in the 1%. jk (couldn't resist) On 12/15/06, pk_wasp [EMAIL PROTECTED] wrote: Has anyone got info on this? The lastest investor webcast didn't mention much about Flex 2 disappointly:

[flexcoders]Live preview of swfs

2006-12-18 Thread dorkie dork from dorktown
Is there any way to see a live preview of swfs at design time? I exported a vector image to Flash so I can scale my logo as large or as small as I want without it losing quality but when I bring it into Flex it shows a little swf icon but not the image. I am losing the benefit by not being able

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread dorkie dork from dorktown
that is it. That is what I want. Even if it isn't exactly what everyone wants once something is going or available you will have a plethora of people refactor it for you. dorkie dork from dorktown

Re: [flexcoders] Re: SEO Compatibility

2006-12-21 Thread dorkie dork from dorktown
One of the open source solutions I occasionaly use *cough* *cough* *drupal* *cough* has a mod redirect / mod rewrite htaccess file (i'm combining words). Any url that is entered into the site gets rewritten or redirected. It is a dynamic system that allows you to dynamically redirect to the

Re: [flexcoders] Flex help on IRC

2006-12-22 Thread dorkie dork from dorktown
bump. On 11/28/06, Andrew D. Goodfellow [EMAIL PROTECTED] wrote: Great idea Louie! I've been using this channel for about a day now and I'm finding it very useful. I'd definitely encourage everyone on the list to come and participate, or at least lurk. :o) -Andy On 11/27/06, Louie Penaflor

Re: [flexcoders] Re: SEO Compatibility

2006-12-22 Thread dorkie dork from dorktown
should be passed to the flash swf in the flash vars section. Dang. I think this can be done rather quickly. This would be basic. A front end / front end manager could be created for this later on top of this. On 12/22/06, Kevin Newman [EMAIL PROTECTED] wrote: dorkie dork from dorktown wrote: One

Re: [flexcoders] How to align text in middle in a row ?

2006-12-23 Thread dorkie dork from dorktown
This works with List components and it should work with the datagrid. mx:DataGrid verticalAlign=middle/ On 12/23/06, eren bali [EMAIL PROTECTED] wrote: ok than set your itemrenderer to a custom hbox like this: HBox verticalAlign=middle String id=text / Label text={text} / /HBox i did

Re: [flexcoders] Flex Marketing

2006-12-24 Thread dorkie dork from dorktown
I agree Paul for the most part but at the same time I have two theories on it. 1. It's the little dogs that bark the loudest. The big dogs don't have to. If Adobe / Macromedia team is confident in their work then word of mouth will spread it. It will get a reputation by virtue of its value. 2.

Re: [flexcoders] Re: SEO Compatibility

2006-12-28 Thread dorkie dork from dorktown
i see what you are saying in your words. when we go to a new state, say foo.com/bar/ you want the url to change to foo.com/bar/monkey not foo.com/bar/#monkey correct? have a look at www.neave.tv. as you move the app the browser's location bar is updated. are we changing topics again or are we

Re: [flexcoders] Re: Need help about Wysiwyg

2006-12-30 Thread dorkie dork from dorktown
First and foremost we need more tags supported by htmlText and the rte for many more HTML tags than currently supported. This is first priority. Adobe's or any takers. Second, I have been working on a HTML Component that will sit on top of your Flex project. It works nicely and is very easy to

[flexcoders] Application scrollbars will not go away in frameset - Solved Already

2007-01-02 Thread dorkie dork from dorktown
This is a post I was about to send to the list. I figured it out right before sending but I am going to send it anyway in case someone else runs into it. I have a frameset that contains Flash/Flash/HTML/Flash. In the top Flash banner the Flex scroll bars always appear. I have turned off

[flexcoders]Eclipse 3.2.1 installed now how to install Flex Builder 2.0.1 plugin

2007-01-05 Thread dorkie dork from dorktown
It took me a while to get Eclipse 3.2.1 up and installed the way I want it (newbie to eclipse) and I would like to install the Flex Builder plugin but I don't want to screw up my existing setup. I'm running the installer and it looks like it will over write the Java Runtime Environment. This

[flexcoders]Flex Project Nature

2007-01-08 Thread dorkie dork from dorktown
I cannot find information on Flex Project nature anywhere. The company I work for has an existing Java project that I am now doing parts of the front end in Flex. I have been wondering if it's possible to combine Flex behavior to the Java project and put mxml applications in certain directories

[flexcoders]503 Service Unavailable

2007-01-08 Thread dorkie dork from dorktown
I installed Eclipse and Flex Builder 2.0.1 as a plug in and I'm getting a error when I try to look at the Help Content: 503 Service UnavailableFailed to resolve the name of server *127.0.0.1* to connect Is this something I botched up or is there something else I have to do? dorkie help-less

[flexcoders]Font embedding FlashType in 2.0.1 error

2007-01-09 Thread dorkie dork from dorktown
I cannot get Flash Type to work in my project. I have simplified everything by going to the link below, using the example, !-- fonts/EmbeddedFontFaceActionScriptByName.mxml -- and specifying Times New Roman. as the system font. Only changing that I get the following error. You can try it too!

[flexcoders]Does Flex work with Java without FDS?

2007-01-12 Thread dorkie dork from dorktown
Does Flex work with Java without requiring FDS? I want to load up a Flex app and using services similar to Flash Remoting run methods of a Java class and return complex objects back.

Re: [flexcoders] Adding an item to binded data XML source does not refresh view in a mx:Tree

2007-01-21 Thread dorkie dork from dorktown
The XMLListCollection has a special design interfaces that allow it to be used correctly with databinding. The XML object does not. Remember how you use MyList.addItem(myItem) instead of myArray.push(myItem)? This is because addItem inspects data and dispatches events. It is the same thing with

Re: [flexcoders] Adding an item to binded data XML source does not refresh view in a mx:Tree

2007-01-21 Thread dorkie dork from dorktown
They explain it better than I do. :P http://livedocs.macromedia.com/flex/2/docs/0499.html Search on the page for raw data object Remember the race??? ;) On 1/21/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: The XMLListCollection has a special design interfaces that allow

Re: [flexcoders] Adding an item to binded data XML source does not refresh view in a mx:Tree

2007-01-22 Thread dorkie dork from dorktown
, dorkie dork from dorktown [EMAIL PROTECTED] wrote: They explain it better than I do. :P http://livedocs.macromedia.com/flex/2/docs/0499.html Search on the page for raw data object Remember the race??? ;) On 1/21/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: The XMLListCollection

Re: [flexcoders] Re:Does Flex work with Java without FDS?

2007-01-24 Thread dorkie dork from dorktown
Thanks, I looked at OpenAMF and it is dated April 5, 2006. Do you still use it? Do you know if its still being developed? I looked at WebORB for Java and it looks like they don't have a Java version for Flex. Is this because FDS covers all the Java needs? I couldn't find a price for FDS on

Re: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread dorkie dork from dorktown
I, for one, welcome our new rapid release cycle! All hail the dawn of a new millinium! joking aside, i really cannot wait for the new release. i have heard hints of the features it will add that will really speed up the development and design process and address some issues needed for mass

Re: [flexcoders] Re: Does Flex work with Java without FDS?

2007-01-26 Thread dorkie dork from dorktown
Charles, Thank you for your response. You already know what my next question is? How did you do this magic? Do you have an example or can you point to one? On 1/25/07, Charles Havranek [EMAIL PROTECTED] wrote: Yes it does, you can use plain HTTP/HTTPS GET POST or Web Services. (Maybe some

[flexcoders] List of styles for the StyleName properties

2007-01-29 Thread dorkie dork from dorktown
The DateChooser has a property headerStyleName. The datagrid and other components have the same type of somethingStyleName property. Where do I find the list of supported properties for the DateChooser headerStyleName property and in the future the other stylename properties?

[flexcoders] 503 Service Unavailable

2007-01-30 Thread dorkie dork from dorktown
Whenever I try to access the Flex help I get a 503 Service Unavailable. I am using Eclipse with Flex Builder plugin. This didnt happen with the stand alone. Is something I am doing or a bug? 503 Service UnavailableFailed to resolve the name of server *127.0.0.1* to connect

[flexcoders] Embedding all or part of SWF assets

2007-01-31 Thread dorkie dork from dorktown
Lets say I have a swf file that has 10 assets (say skins) in it. If I use this swf in my flex project but I only use one of those assets does Flex compile in the other nine? For example, I saw a theme.swf that contained skinning elements for a theme. I want to embed one skin from it but I don't

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread dorkie dork from dorktown
Pan, I see the background in one and no background in the other. I think I am having the same problem and I have had no idea what is causing it. Take a look at my post about it. http://www.judahfrangipane.com/blog/?p=71 You can see it works on a page by itself but embedded into my blog header

Re: [flexcoders] Html in Flex?

2007-01-31 Thread dorkie dork from dorktown
I have been secretly working on an html component for the last 2 months that is close to release. It has support for iframes but also support for straight html without iframes. I will be doing a beta in a few weeks and post a link to examples in the next couple of days. I've tested a bunch of

[flexcoders] Usergroup in Minneapolis?

2007-01-31 Thread dorkie dork from dorktown
Are there any usergroups in Minneapolis? There is an Adobe office 2 miles from where I live so I would imagine there should be something nearby but the offices are heavily guarded with laser beams and newbie be gone.

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread dorkie dork from dorktown
heres my image: http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.png i'm loading it in externally though. it works at the first url but does not work in the second url: http://judahfrangipane.com/blog/wp-content/themes/default/bin/header.html

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-02-01 Thread dorkie dork from dorktown
heres the psd http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.psd On 2/1/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: heres my image: http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.png i'm loading

Re: [flexcoders] Re:HTML in Flex

2007-02-08 Thread dorkie dork from dorktown
I was going to wait until it i had a few more things done but what the heck... http://www.judahfrangipane.com/ On 2/8/07, Robi Ray [EMAIL PROTECTED] wrote: You can use the iframe trick, but rather than iframe try using the 'div' 'layer' html tags along with JavaScript. This will remove cross

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread dorkie dork from dorktown
Hi Alex, It sounds like OpenAMF might be a good place to start as well. I would personally like to see more support (documentation, installation docs) on this project. Let me know what you decide (contact offlist). On 2/12/07, Igor Costa [EMAIL PROTECTED] wrote: Hi Alexander you could start

Re: [flexcoders] Flex 2 and the Browser

2007-02-13 Thread dorkie dork from dorktown
you could try this: mx:Button x=10 y=200 label=Button click={trace( ExternalInterface.call('eval','document.location.href'));}/ put in a feature request to get the wrapper url and parameters. Feature Request http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform On 8/2/06, Rick Root [EMAIL

[flexcoders]Find if item exists before adding it in XMLListCollection

2007-02-14 Thread dorkie dork from dorktown
I'm trying to find if a row with the same name exists in an XML List Collection. The problem is, the e4x I try is not supported by XMLListCollection. I keep getting a Error #1123: Filter operator not supported on type mx.collections.XMLListCollection. Here is my code: public function

Re: [flexcoders] Re: flex and IE 7 problems.

2007-02-14 Thread dorkie dork from dorktown
i've run into some problems with ie6, https and frames. i had to come up with a crazy workaround. here is what you do. come up with a simple test sandbox so that you can isolate the problem. if it persists then post it to the list so we can verify. On 2/14/07, mthielman11 [EMAIL PROTECTED]

Re: [flexcoders]Find if item exists before adding it in XMLListCollection

2007-02-15 Thread dorkie dork from dorktown
the above Class to use the XMLListCollection. pd --- In flexcoders@yahoogroups.com, dorkie dork from dorktown [EMAIL PROTECTED] wrote: I'm trying to find if a row with the same name exists in an XML List Collection. The problem is, the e4x I try is not supported by XMLListCollection. I keep getting

Re: [flexcoders] Re: flex and IE 7 problems.

2007-02-16 Thread dorkie dork from dorktown
escaping the characters before you send them. if you can isolate the source you have something to work with. On 2/15/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: i've run into some problems with ie6, https and frames. i had to come up with a crazy workaround. here is what you do. come up

Re: [flexcoders] checkbox with tree component

2007-02-23 Thread dorkie dork from dorktown
Saurav, In case you want to buy a solution http://www.teotigraphix.com/flex2/components/controls/checkboxtreefx. On 2/22/07, sauravsinha79 [EMAIL PROTECTED] wrote: Hi, I want to add a check box with each tree node(branch/leaf). Any help will be really appreciated.I went through some sample

Re: [flexcoders] New Project: FlexCRUD -- Create Update Delete for Flex/amfphp/cairngorm

2007-02-26 Thread dorkie dork from dorktown
it sounds very useful to me. the link doesn't seem to work for me. On 2/24/07, Mike Crowe [EMAIL PROTECTED] wrote: Hi folks, I'm in the process of releasing my system generation utility via riaforge. Essentially, I'm using about 15 templates to generate 100 files. From a 1'

Re: [flexcoders] Re: DB access in Apollo

2007-03-06 Thread dorkie dork from dorktown
familiarity for me, my vote as well. and if i need to ever take my db online i can point to mysql online db. On 3/6/07, jason_williams_mm [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Impudent1 [EMAIL PROTECTED] wrote: Russell Sprague wrote: I vote for MySQL. Agreed

Re: [flexcoders] Re: DB access in Apollo

2007-03-07 Thread dorkie dork from dorktown
mysql is familiar and it is on nearly every online hosting company. if you want to port your app from desktop to online you don't have to rewrite your sql statements / queries. just point to the online db. so portability. i dont want to learn another db. i know phpmyadmin and mysql. i dont know

Re: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread dorkie dork from dorktown
It is a must have IMO. I thought it was already going to be built in. Lets say you have a client that says we don't have database support but you can use files, XML or shared objects. How would that limit your application? If you needed a database you would have to go online to get it defeating

Re: [flexcoders] Re: DB access in Apollo

2007-03-10 Thread dorkie dork from dorktown
btw, the way this thing works is by feature request (voting system). at least at the company i work for. so if you aren't asking for it ask for it now. http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform On 3/9/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: It is a must have

Re: [flexcoders] Re: DB access in Apollo

2007-03-10 Thread dorkie dork from dorktown
i agree. it should be built in. at some point the Apollo team realized they needed to include built in support for HTML container and support css, etc. and not rely on outside technology being there. thats its strong point in that if it is built in we don't have to worry about installing

Re: [flexcoders] HTML in Flex

2007-03-16 Thread dorkie dork from dorktown
this dork has a pretty cool html component. i think he said it was coming out weekend. there's some demos on this page (check out the fit to height feature) http://www.judahfrangipane.com/blog/?p=79 On 3/16/07, Jatin Nanda [EMAIL PROTECTED] wrote: There are a couple of guys who've already

[flexcoders]Apollo Training Videos by Mike Chambers free at Lynda.com

2007-03-19 Thread dorkie dork from dorktown
Apollo Training videos by Mike Chambers are free on Lynda.comhttp://lynda.com/ http://movielibrary.lynda.com/html/modPage.asp?ID=378 Join Mike Chambers, Adobe's Senior Product Manager for Developer Relations, as he gives an exclusive, hands-on glimpse of the alpha version Apollo: a powerful new

Re: [flexcoders] Apollo Now Live on Labs | http://labs.adobe.com/technologies/apollo/

2007-03-19 Thread dorkie dork from dorktown
Apollo Training videos by Mike Chambers are available free on Lynda.comhttp://lynda.com/ http://movielibrary.lynda.com/html/modPage.asp?ID=378 Join Mike Chambers, Adobe's Senior Product Manager for Developer Relations, as he gives an exclusive, hands-on glimpse of the alpha version Apollo: a

Re: [flexcoders] Group

2007-03-26 Thread dorkie dork from dorktown
nobody in here but us chickens On 3/26/07, Luís Gustavo Sanabio [EMAIL PROTECTED] wrote: Is anybody here?

[flexcoders]Databinding two way

2007-03-27 Thread dorkie dork from dorktown
I have a textarea that is bound to a datagrid. It is actually bound to the selectedItem. Whenever a user clicks a row in the datagrid the text from selectedItem.description is displayed in the textarea. What I can't figure out is how to bind the text in the textarea back to that property. Usage

Re: [flexcoders]Databinding two way

2007-03-27 Thread dorkie dork from dorktown
seemed to easy to be true but this works. mx:Binding source=text3.text destination=text4.text/ mx:Binding source=text4.text destination=text3.text/ On 3/27/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: I have a textarea that is bound to a datagrid. It is actually bound

[flexcoders]Flex got the shaft in CS3

2007-03-29 Thread dorkie dork from dorktown
After watching the Adobe CS3 Launchhttp://www.adobe.com/products/creativesuite/launchevent/webcast/event I can't help but feel Flex got the shaft. Why was Flex not mentioned? Why is it not mentioned in any of the Adobe CS3 suite? If you notice it is not mentioned as being apart of any of the cs3

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
can you guys post your eclipse ini or just the line of code that you changed? i have a couple of different memory values i'm not sure which to change. On 29 Mar 2007 09:40:46 -0700, slangeberg [EMAIL PROTECTED] wrote: Yeah, mine is regularly that high (~300MB) or even more. I set my limit to

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
forgot to mention, this file is FlexBuilder.ini in the C:\Program Files\Adobe\Flex Builder 2 directory. not sure what that minheap deal is or does. On 3/29/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: thats odd. i must have changed it at some point in the past. -vmargs -Xms256M

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
, slangeberg [EMAIL PROTECTED] wrote: -vmargs -Xms256m -Xmx768m On 3/29/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: can you guys post your eclipse ini or just the line of code that you changed? i have a couple of different memory values i'm not sure which to change. On 29 Mar

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
, slangeberg [EMAIL PROTECTED] wrote: I posted eclipse.ini from the eclipse folder. Not sure if/how you can change these for a FlexBuilder (not plug-in) install. -Scott On 29 Mar 2007 11:43:46 -0700, dorkie dork from dorktown [EMAIL PROTECTED] wrote: forgot to mention, this file

[flexcoders]PHP and Flex questions

2007-04-03 Thread dorkie dork from dorktown
Can someone tell me if these statements are true or false and if false what is the correct answer? - When a Flex application in a browser communicates with a php page for the first time a session is created. This is the same behavior as user receiving a PHP page in their browser. - This session

Re: [flexcoders]PHP and Flex questions

2007-04-04 Thread dorkie dork from dorktown
. - Original Message From: dorkie dork from dorktown [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, April 3, 2007 8:37:15 PM Subject: [flexcoders]PHP and Flex questions Can someone tell me if these statements are true or false and if false what is the correct answer

Re: [flexcoders]PHP and Flex questions

2007-04-06 Thread dorkie dork from dorktown
that executes this code session.destroy( ); -- not sure what the recommended method to clear the session on the server. - true , depending on your php session you will call the correct function to destroy the session Hope this helps. - Original Message From: dorkie dork from dorktown

[flexcoders]How to parse bad XML into valid XML

2007-04-06 Thread dorkie dork from dorktown
I am trying to get results from google and use e4x to show the results in a list component. The problem is that the XML parser is giving me a 1090: XML parser failure: element is malformed. Is there a class or property that will unmalform the xml so I can use it as an xml object?

Re: [flexcoders] Sending multiple HTTPService requests - how to really cancel all but the last

2007-04-08 Thread dorkie dork from dorktown
arent httpservice requests asyncronous? i thought you could have a bunch running at the same time and receive a response from each as you got them. are they returning in linear order? in an application i'm working on i make three different service request calls. i'll see if i can find out how to

Re: [flexcoders] Sending multiple HTTPService requests - how to really cancel all but the last

2007-04-09 Thread dorkie dork from dorktown
So what you are saying is if I have 3 httpservice requests send at the same time 2 go out and 1 is queued up. When a result or fault event occurs on one of them then the 3rd service request is sent correct? How do I know if I am using a persistent connection? I was asking this question earlier,

Re: [flexcoders] Re: Help !!! How to decode URL encoding

2007-04-10 Thread dorkie dork from dorktown
i didnt see it but is there a function that decodes that url encoded string into an object with name value pairs? for example, http://www.mysite.com/mypage.php?name=dorkiedorktown=dorktown into: trace(myRequest.name) // dorkiedork trace(myRequest.town) //dorktown On 10 Apr 2007 13:23:41

Re: [flexcoders] Help !!! How to decode URL encoding

2007-04-10 Thread dorkie dork from dorktown
cheers! :) On 10 Apr 2007 13:41:33 -0700, Mike Kelp [EMAIL PROTECTED] wrote: The URLVariables class is great for this: http://livedocs.adobe.com/flex/2/langref/flash/net/URLVariables.html If I remember correctly, it can be as simple as this: var test:URLVariables = new URLVariables();

[flexcoders] Does AS3 support Strong Typing, Class casting or intrinsics

2007-04-10 Thread dorkie dork from dorktown
I'm not sure if I'm using the right term (please correct me) but does AS3 support strong typing? In Java it is: strong type would be telling that ArrayCollection the type of object you are going to store in it. Like CollectionUserObject list = new VectorUserObject(10); - In this statement I

[flexcoders]Where is the right property?

2007-04-11 Thread dorkie dork from dorktown
I am trying to constrain my component 10 pixels from the right edge in ActionScript and mxml editor is telling me there is no right property. This code throws the following error: myLabel.right = 10; myImage.right = 10; 1119: Access of possibly undefined property right through a reference with

Re: [flexcoders]Where is the right property?

2007-04-11 Thread dorkie dork from dorktown
*To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders]Where is the right property? I think its a style. You might need myLabel.setStyle( 'right', 10 ); Bjorn On 12/04/2007, at 9:22 AM, dorkie dork from dorktown wrote: I am trying to constrain my component 10 pixels from the right edge

[flexcoders]Is there an event that the application dispatches when a flash swf has not been interacted with for a certain amount of time?

2007-04-11 Thread dorkie dork from dorktown
Is there an event that the application dispatches when a flash swf has not been interacted with for a certain amount of time? For example, I have a site that a user has to log into. After they login if they have not interacted at all with the application is there a event that is dispatched that

Re: [flexcoders] Re: Tree component that doesn't display all nodes?

2007-04-12 Thread dorkie dork from dorktown
if you use e4x format and regexp with your xml object then you can filter to show whatever data you want. i am not familiar with them enough to give you an example. note, you can also use regexp with xml. On 12 Apr 2007 15:30:51 -0700, hosey hosey [EMAIL PROTECTED] wrote: The main issue

Re: [flexcoders] Re: Tree component that doesn't display all nodes?

2007-04-12 Thread dorkie dork from dorktown
i see. what i would do is use a lazy loading mechanism. so you only display the top level branches. when the user opens a branch then you lazy load the child nodes. when the user opens the branch then you can get the node they opened and filter the node they opened of all the noshow nodes. // in

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread dorkie dork from dorktown
I'd like to say me too to the FDS thing. It really is an issue. They only address Java while ignoring the .NET, PHP and Ruby crowd. They also market FDS way above what the market can bear. In marketing you have to know what clients are willing to pay for your solution over another solution.

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-22 Thread dorkie dork from dorktown
you wrote, How many enterprise / companies do you know are shopping around for electronic forms built in PDF vs SAAS solutions? PDF is a danger in some organisations, it's something they want to put as much distance away from as possible and prefer to leave them buried in the Document Management

Re: [flexcoders] Re: IFrame problem

2007-04-22 Thread dorkie dork from dorktown
you can also check out the html component at www.drumbeatinsight.com/htmlcomponent follow the quickstart guide to get going. On 4/20/07, gotjosh819i [EMAIL PROTECTED] wrote: Mane, (blog entry) http://www.deitte.com/archives/2006/05/update_to_embed.htm A cpl things that need to be done

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-23 Thread dorkie dork from dorktown
will be enveloped under that umbrella. dorkie dork from dorktown On 4/23/07, Brian Lesser [EMAIL PROTECTED] wrote: Sadly, this seems to describe Scott's post Microsoft behavior: http://en.wikipedia.org/wiki/Internet_troll I wish it was otherwise... -Brian Scott Barnes wrote: http://www.youtube

Re: [flexcoders] Re: IFrame problem

2007-04-24 Thread dorkie dork from dorktown
What is it doing? On 4/23/07, manfred.maierhofer [EMAIL PROTECTED] wrote: Thanks for the help and now I got it working in IE, but in Mozilla Firefox 2.0.0.3 it doens't show the iframe properly. Are there any known problems with this browser and the IFrame component? Thanks, Mane

Re: [flexcoders] Re: IFrame problem

2007-04-24 Thread dorkie dork from dorktown
can you send me an example off list? On 4/24/07, manfred.maierhofer [EMAIL PROTECTED] wrote: I got it working with the wmode setting. But now I have the next problem. I'm using state transitions to navigate within my application and the IFrame is supposed to move and resize in one of the

[flexcoders]SecurityError: Error #2148: SWF file file:///T:/.../html_designs_22/banner2.swf cannot access local resource file:///T:/.../html_designs_22/images/YBNET-Globe.png.

2007-04-24 Thread dorkie dork from dorktown
i copied my files out onto the network and i am now getting this error. the weird thing is, the image shows up in my application and none of the other images have problems. can someone explain this error to me more? SecurityError: Error #2148: SWF file file:///T://html_designs_22/banner2.swf

[flexcoders]How does Flex work on Mobile devices

2007-04-27 Thread dorkie dork from dorktown
My boss asked, What options does Flex have for deploying to mobile devices?

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-29 Thread dorkie dork from dorktown
the problem with microsoft is they live in a bubble. they live in their own little world where only windows exists. well, at the college i visit half the people have macs. i am in a college coffee / study shop with about 150 people and half have macs. this all changed when the mac books came out

Re: [flexcoders]How does Flex work on Mobile devices

2007-04-30 Thread dorkie dork from dorktown
lol. i'll try that. ;) On 4/27/07, Nick Collins [EMAIL PROTECTED] wrote: tell him laptops are technically mobile devices? :-) On 4/27/07, Clint Tredway [EMAIL PROTECTED] wrote: none at this point as the player for devices is not able to run flex apps. On 4/27/07, dorkie dork from

  1   2   3   4   5   >