Re: [flexcoders] array count?

2009-12-11 Thread Charles Parcell
Do you mean? myArray.length; Charles P. On Fri, Dec 11, 2009 at 9:46 PM, tex_learning_flex tex.learning.f...@gmail.com wrote: how do I best count items in an array? thanks, Tex -- Flexcoders Mailing List FAQ: http://groups.yahoo.com

[flexcoders] Adobe AIR 2.0 up on Labs!

2009-11-17 Thread Charles Parcell
/adobe_air_2_beta_now_available.html Adobe AIR 2 Beta Release Notes on Labs http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#Overview Adobe AIR 2 Beta Developer FAQ http://www.adobe.com/go/air2_faq Adobe AIR 2 Beta Sample Applications http://labs.adobe.com/technologies/air2/samples/ Charles

Re: [flexcoders] Re: Question for Math guys/girls

2009-10-19 Thread Charles Parcell
you are using to allow user interaction). Charles P. On Mon, Oct 19, 2009 at 6:23 PM, Netaman rtigr...@gmail.com wrote: What if the user should make the line shorter then 100 pixels does the marker go away, I don't think it's math more like an array collection of markers. You save the x,y

[flexcoders] [Gumbo] Gumbo equivalent of ViewStack

2009-07-14 Thread Charles Parcell
Is there an equivalent of the the Halo ViewStack? The issue is that it indicates only Halo components can be placed inside a ViewStack. So if I want to put Spark components within what should I use? Charles P.

Re: [flexcoders] How to pass Query String in Url

2009-07-04 Thread Charles Parcell
Instead of POST perhaps you want GET for your method. CP On Sat, Jul 4, 2009 at 2:50 AM, balaji mcabal...@gmail.com wrote: Hi all, I am a newbie to flex , I am trying to pass the querystring to URL but it is not working . The url : http://base_url/?login=loginnamepassword=password I

Re: [flexcoders] AIR Computer Locking

2009-06-01 Thread Charles Parcell
This was going to be my suggestion too. Charles P. On Mon, Jun 1, 2009 at 4:01 PM, Rick Winscot rick.wins...@zyche.com wrote: Is there any reason you can’t capture that point when the application starts and then re-use it for subsequent notifications?

Re: [flexcoders] AIR : how to connect and fetch xml data from oracle in AIR application

2009-05-30 Thread Charles Parcell
...@googlegroups.com or visit : http://groups.google.com/group/air-tight Charles P. On Sat, May 30, 2009 at 1:17 AM, yogeshgaur2 letsrockwi...@gmail.comwrote: hey all … i am looking for solution to connect to oracle database from AIR application …the application is installed on machine is not same as one

Re: [flexcoders] Re: simple array?

2009-05-22 Thread Charles Parcell
Why even have the Array aspect in the second example? It stands as a pointless container for what we are seeing it used for. Unless there will be some additional items added to it that we have not seen yet. I just feel the need to point that out. :) Charles P. On Thu, May 21, 2009 at 3:49 PM

Re: [flexcoders] Re: simple array?

2009-05-22 Thread Charles Parcell
differently. Charles P. On Fri, May 22, 2009 at 10:50 AM, Charles Parcell pokemonkil...@gmail.comwrote: Why even have the Array aspect in the second example? It stands as a pointless container for what we are seeing it used for. Unless there will be some additional items added to it that we have

Re: [flexcoders] Re: simple array?

2009-05-22 Thread Charles Parcell
payment. ]; If there are better ways, I am always happy to hear them. I am still pretty new to this Flex thing. -eric --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: Additionally, utilizing a loop to locate an item can eat up cycles if the list of codes

Re: [flexcoders] Re: simple array?

2009-05-21 Thread Charles Parcell
. }; Second you can then do the following... CODE = grid.selectedItem.PAYMENT_TYPE_CODE; if(records[CODE] != null ){ Alert.show(records[CODE]); } Charles P. On Thu, May 21, 2009 at 1:14 PM, Jason B nos...@advancedonsite.com wrote: var records:Array = new Array({ AC

Re: [flexcoders] Re: simple array?

2009-05-21 Thread Charles Parcell
the refund payment.; Charles P. On Thu, May 21, 2009 at 2:37 PM, Charles Parcell pokemonkil...@gmail.comwrote: First off, how about this then... var records:Object = new { AC: Remember to reset the station address., RN: Remember to reset the station expiration date., CP: Remember

Re: [flexcoders] Re: Form layout question

2009-05-11 Thread Charles Parcell
text={pricelist.style} change={pricelist.style=style.text} width=100% / /mx:FormItem http://livedocs.adobe.com/flex/3/langref/index.html Charles P. On Mon, May 11, 2009 at 9:07 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: Sure. Here

Re: [flexcoders] Re: Anyone using Flex with LCDS ColdFusion

2009-05-09 Thread Charles Parcell
I am not at all familiar with the LiveCycle products. What does it do for you? within the context of ColdFusion? Charles P. On Sat, May 9, 2009 at 2:54 AM, Brendan Meutzner bmeutz...@gmail.comwrote: LiveCycle DataServices ES... comes packaged w/ Coldfusion installation, or on it's own

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Charles Parcell
You have the Flex 4 compiler? Not that I am complaining about hearing things about Flex 4 but isn't that NOT a public beta yet? Shouldn't this question be for the beta list and not a public forum? Charles P. On Fri, May 8, 2009 at 10:28 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: I

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Charles Parcell
Well shoot! I missed this somehow. Are you using the nightly builds? Try updating to a newer. Charles P. On Fri, May 8, 2009 at 10:38 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: I am simply trying Flex 4 SDK: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Charles Parcell
Yeah, key is that it is not on Labs but in Open Source. I was checking the Labs site. :( Charles P. On Fri, May 8, 2009 at 10:51 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Friday 08 May 2009, Charles Parcell wrote: You have the Flex 4 compiler? Not that I am complaining

Re: [flexcoders] Does ADG work with Gumbo?

2009-05-08 Thread Charles Parcell
Could it be a professional license thing. Not sure why that would be the case for an unreleased SDK, but... Charles P. On Fri, May 8, 2009 at 12:05 PM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: That's the error I am getitng: TypeError: Error #1007: Instantiation attempted on a non

Re: [flexcoders] Anyone using Flex with LCDS ColdFusion

2009-05-08 Thread Charles Parcell
I am going to go ahead and out myself. What is LCDS? Could you explain what this configuration is? Charles P. On Fri, May 8, 2009 at 12:11 PM, Brendan Meutzner bmeutz...@gmail.comwrote: Hi All, I've already got another post up with a conundrum I'm facing with LCDS and ColdFusion

Re: [flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Charles Parcell
Going out on a limb here but try changing the one line of code that injects an child object to... Object(myCollection[0]).children= obj; Charles P. On Fri, May 8, 2009 at 3:04 PM, timgerr tgallag...@danati.com wrote: Thanks for the response, I have a question about arraycollection

Re: [flexcoders] ASP.NET .ashx handler - POST variables not working

2009-05-08 Thread Charles Parcell
not familiar with ASP.NET syntax but in PHP it is the difference between $_GET and $_POST. Charles P. On Fri, May 8, 2009 at 12:47 PM, Matthew A. Wilson korb...@yahoo.comwrote: I created a web handler (.ashx) in ASP.NET and it takes 4 post variables, all strings. When I manually type in the URL

Re: [flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Charles Parcell
://blog.flexexamples.com/2008/01/11/displaying-the-number-of-children-in-each-branch-of-a-flex-tree-control/ Charles P. On Fri, May 8, 2009 at 3:39 PM, timgerr tgallag...@danati.com wrote: That did it, now how do you get the text to change color in your code here in the Groups??? thanks, timgerr

Re: [flexcoders] cover file to ByteArray in Air.

2009-05-08 Thread Charles Parcell
Wouldn't writeUTF() work? or you can do myByteArray.toString() Charles P. On Fri, May 8, 2009 at 11:41 AM, markflex2007 markflex2...@yahoo.comwrote: Hi, I try to use File class,FileStream and ByteArray Class to convert a text file( test.txt) to ByteArray. I also need covert

Re: [flexcoders] where does AdvancedDataGridColumn.id come from?

2009-05-08 Thread Charles Parcell
I believe there is an 'id' for every element you add via MXML. http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html See the second example on this page. Charles P. On Fri, May 8, 2009 at 4:01 PM, Pan Troglodytes chimpathe...@gmail.comwrote: This puzzles me a bit

Re: [flexcoders] scrollbar inside 100% sized background image in container?

2009-05-08 Thread Charles Parcell
This is dumb, I know, but put your Canvas (with the scrollbars) inside another Canvas and apply the background to the parent Canvas so that it never has to deal with scrollbar scaling. And set the child Canvas background to transparent. Charles P. On Thu, May 7, 2009 at 4:54 PM, gwangdesign

Re: [flexcoders] Setting currentState from a function located a child mxml file

2009-05-08 Thread Charles Parcell
Application.application.currentState = 'invoiceDetailsInfoPanel'; or parentDocument.currentState = 'invoiceDetailsInfoPanel'; Either of these work for you? Charles P. On Fri, May 8, 2009 at 4:05 PM, rdell123 rdell...@yahoo.com wrote: Is it possible to set the currentState from a function

Re: [flexcoders] VBox that scrolls without a scrollbar

2009-05-07 Thread Charles Parcell
Thanks! I found this via Google. Because I am deploying to AIR this seems like the best option for me. http://blog.earthbrowser.com/2009/01/simple-solution-for-mousewheel-events.html Charles P. On Wed, May 6, 2009 at 10:14 PM, Igor Costa igorco...@gmail.com wrote: Charles As Alex said

Re: [flexcoders] which component in AIR to browser file in local pc?

2009-05-07 Thread Charles Parcell
Not a component. File Class http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html browseForDirectory() browseForOpen() browseForOpenMultiple() browseForSave() Charles P.

Re: [flexcoders] which component in AIR to browser file in local pc?

2009-05-07 Thread Charles Parcell
Sorry my brain was thinking along a single line of thought... mx:FileSystemList / Charles P. On Thu, May 7, 2009 at 1:14 PM, Charles Parcell pokemonkil...@gmail.comwrote: Not a component. File Class http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html browseForDirectory

Re: [flexcoders] FileFilter and browseForSave

2009-05-07 Thread Charles Parcell
of the listing for filter in the generic syntax example? http://ria.args.cn/uploads/documents/ASLR/flash/filesystem/File.html#browseForSave() Charles P. On Thu, May 7, 2009 at 1:45 PM, stevepruitt97 steve.pru...@hp.com wrote: I have a need to control (at least suggest) a file extension when saving

[flexcoders] VBox that scrolls without a scrollbar

2009-05-05 Thread Charles Parcell
I have a VBox and I want it to scroll using the mouse wheel and some arrow buttons that I will build. The problem is, if I set the verticalScrollPolicy = off then the VBox does not scroll at all. How can I visually turn off the scrollbar and keep the ability to scroll? Thanks, Charles P.

Re: [flexcoders] Window Shade component

2009-05-02 Thread Charles Parcell
Indeed there is! Thanks. Charles P. On Fri, May 1, 2009 at 5:25 PM, Jeffry Houser j...@farcryfly.com wrote: I thought there was one in Flexlib. Charles Parcell wrote: I am looking for a Window Shade component to use in my application. Can someone point me in the right direction

[flexcoders] Window Shade component

2009-05-01 Thread Charles Parcell
I am looking for a Window Shade component to use in my application. Can someone point me in the right direction? Thanks, Charles P.

[flexcoders] Drag and drop issues

2009-04-14 Thread Charles Galpin
. But if the only way to do this is to move them on the parent, do edge detection, and then initiate the drag when leaving, then please let me know. thanks, charles ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script

Re: [flexcoders] Embed image from flex library (SWC)

2009-04-09 Thread Charles Galpin
Hi Pedro yes I tried every conceivable path to the assets (other than hard coding the full system path which won't work for us as we develop on multiple platforms and have different paths to our workspaces. charles On Apr 3, 2009, at 2:25 PM, Pedro Sena wrote: Have you tried /assets

Re: [flexcoders] Alternative to using ToolTips for popup

2009-04-09 Thread Charles Galpin
I don't recall why, but I ruled that out for some reason. I'm revisiting this today, so I guess I'll see. For other unrelated reasons I am re-implementing this component and will probably just draw/manage the popup myself (unless this causes other problems :) thanks, charles On Mar 25

[flexcoders] Embed image from flex library (SWC)

2009-04-03 Thread Charles Galpin
projects? I want to do the same with css (I think this is working right now) thanks, charles

Re: [flexcoders] Getting Error when trying to destroy a tooltip

2009-03-23 Thread Charles Galpin
Tim, you have to declare myTip to be of the type IToolTip. public var myTip:IToolTip; hth charles On Mar 19, 2009, at 4:05 PM, timgerr wrote: Hello all, I am creating my own tooltip and I am getting an error, this code comes from adobe examples. Here is the code: mx:Application

[flexcoders] Alternative to using ToolTips for popup

2009-03-23 Thread Charles Galpin
; But aside from the negatives of monkey patching this feels wrong. Can anyone suggest an alternative method to get the same behavior without using ToolTips? thanks charles

Re: [flexcoders] URLLoader, FileReference and file download from server - Open or Save options

2009-03-20 Thread Charles Galpin
(bytes.length); response.getOutputStream().write(bytes); hth charles On Mar 19, 2009, at 4:49 PM, Vijay Ganesan wrote: Anyone know how I could give the user the Open or Save choice on download of a file using URLLoader or FileReference or something else?

[flexcoders] Enhanced Constraints Confusion...

2007-11-15 Thread Charles Dale
Hi guys, I'm trying to work out how to use the Flex 3 constraints to replace a currently hand-coded layout. I'm running into a problem with content-sized constraints: how to have child components that position themselves on a particular constraint but don't actually affect the size of that

Re: [flexcoders] Words Disappearing when Printing

2007-11-14 Thread Charles Dale
Chris Infanti wrote: The problem is...the last word of any Text components I have in the container disappear whenever I print. Otherwise it prints as expected. I've encountered this many times. It's really irritating and hard to debug... The root cause is most likely the scaling rather

[flexcoders] event or method called when TileList renderer becomes visible?

2007-11-08 Thread Charles Galpin
assumptions (or make it redraw itself then). thanks charles

Re: [flexcoders] comboBox as itemRenderer and rendererIsEditor

2007-10-31 Thread Charles Galpin
) { newType = value; selectedIndex = i; break; } } hth charles On Oct 31, 2007, at 8:53 AM, Scott Melby wrote: Looks like you could just override set data(value:Object):void in your mxmlcomponents.TypeComboBoxRenderer class. That override could looks something like

[flexcoders] AdvancedDataGrid expand nodes on cell click

2007-10-16 Thread Charles Galpin
a clue as to what is editable so added itemRenderer=MyItemEditor rendererIsEditor=true but now the cell height is a little small and is cropping the editors. I have overridden the measure method in the editor so I'm not sure why it's not working this way. Any ideas? thanks charles

Re: [flexcoders] SOLVED: AdvancedDataGrid expand nodes on cell click

2007-10-16 Thread Charles Galpin
Got these solved thanks On Oct 16, 2007, at 9:57 AM, Charles Galpin wrote: Hi All I have an AdvancedDataGrid with a Hierarchical dataprovider. You can click on the little triangle icons to open/close nodes that have children. Can anyone recommend how to get the equivalent of clicking

Re: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Charles Galpin
an editor, I think you could just not have an editor, but a click handler do the work. But if you want an editor to appear but have the state changed in a single click (and still be editable), just have the editor listen for the creationComplete event and toggle its state there. hth charles

Re: [flexcoders] TileList.selectedIndices problem

2007-10-03 Thread Charles Galpin
in Problem.mxml on line 162 to see what happens when you undo the delete. http://labs.lhsw.com/~cgalpin/flex/Problem2/bin/Problem.html thanks charles On Oct 2, 2007, at 6:11 PM, Alex Harui wrote: I'd have to build it and step through it which I don't have time to do right now, but I'm

Re: [flexcoders] TileList.selectedIndices problem

2007-10-02 Thread Charles Galpin
Done, https://bugs.adobe.com/jira/browse/SDK-12870 thanks charles On Oct 1, 2007, at 7:48 PM, Alex Harui wrote: It is a bug that you can have selectedIndices but that selectedIndex = -1. Please file a bug for that. Thanks, -Alex

Re: [flexcoders] Re: Problem filtering custom list component

2007-10-02 Thread Charles Galpin
I wish I could help other than tell you I am facing similar problems with selections and think this stuff needs a good look at by adobe. I managed to make a simple test case that displayed my problem and Alex offered a workaround, but the workaround isn't working on my actual app! charles

[flexcoders] TileList invalidateList not working

2007-10-02 Thread Charles Galpin
, then they refresh. How can I get my TileList to refresh when data changes? thanks charles ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute applicationComplete=appInit() mx:Script ![CDATA

Re: [flexcoders] Re: My column doesn't sort correctly in Flex 3 Beta 2

2007-10-02 Thread Charles Galpin
Just FYI this example works fine here (Beta 1) so I think they are being interpreted as numbers in actionscript. charles On Oct 2, 2007, at 2:33 PM, Nate Pearson wrote: The code below demonstrates the problem. Although I am not specifically typing margin revenue to a number I think AS3

Re: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Charles Galpin
() and enableAutoUpdate() methods which I'll try for our objects with bindable properties. thanks charles p.s. In case you don't hear it enough, thanks for the time you devote to this list - I am sure it goes well beyond the call of duty as an adobe employee.

Re: [flexcoders] TileList.selectedIndices problem

2007-10-02 Thread Charles Galpin
Sorry, try now. charles On Oct 2, 2007, at 5:38 PM, Alex Harui wrote: Your viewsource link is not working. This slightly more complex test case (right click to see source) shows it nicely though if you follow the steps above http://labs.lhsw.com/~cgalpin/flex/Problem/bin/Problem.html

Re: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Charles Galpin
What version of Moxie? i am running M2 Beta 1 Release (build 3.0.172437) and it doesn't work. charles On Oct 2, 2007, at 5:52 PM, Alex Harui wrote: When I ran your app, I used Moxie and it worked fine. In 2.x, it does not and the reason has to do with those pesky 'can't bind... warnings

Re: [flexcoders] TileList.selectedIndices problem

2007-10-02 Thread Charles Galpin
each time it is called. charles On Oct 2, 2007, at 6:11 PM, Alex Harui wrote: I'd have to build it and step through it which I don't have time to do right now, but I'm suspicious of having centralized selectedIndices properties that point to the tilelist or grid. Seems like it could

[flexcoders] TileList.selectedIndices problem

2007-10-01 Thread Charles Galpin
provider, clear the selectedIndices, then re-populate the data provider and re-apply the same selections, the setting of the selectedIndices fails. Does anyone know a workaround? Alex? Can someone with moxie beat2 tell me if it still behaves this way? thanks charles ?xml version=1.0

Re: [flexcoders] TileList.selectedIndices problem

2007-10-01 Thread Charles Galpin
Whoohoo, thank you much! charles On Oct 1, 2007, at 4:14 PM, Alex Harui wrote: You fell into a hole created by our attempt to allow you to specify selectedIndex/Indices on the MXML tag and set the collection later after a server fetch. Having a collection of length=0 queues

Re: [flexcoders] TileList.selectedIndices problem

2007-10-01 Thread Charles Galpin
a problem or not. thanks charles On Oct 1, 2007, at 4:14 PM, Alex Harui wrote: You fell into a hole created by our attempt to allow you to specify selectedIndex/Indices on the MXML tag and set the collection later after a server fetch. Having a collection of length=0 queues the selection

[flexcoders] TileList refresh issues, maintaining selection states, binding issues, etc.

2007-09-28 Thread Charles Galpin
something stupid for all of the above! Thanks for reading this far and have a good weekend, charles [1] Please ignor stuff like the creationPolicy=all on the ViewStack - just wanted to put something quick and dirty to get my point across. No effort has been made to show best practices

[flexcoders] stage.quality in AIR vs Browser

2007-09-17 Thread Charles Galpin
. This is not a large image - 2878x1863. The inability to handle large images is another problem altogether :( http://lhsw.com/flex/image.png http://lhsw.com/flex/StageQualityTest.mxml Any help is appreciated, charles ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http

[flexcoders] How to Pass Data From Server to Client On App Load

2007-09-09 Thread Charles Dale
Hi guys, I've been banging around solutions to this (apparently) simple problem for a few months. I still haven't found something I'm happy with. In our system users load Flex apps off an Apache server, authenticating to Apache using Single Sign-On (mod_auth_kerb against an ActiveDirectory

Re: [flexcoders] setFocus on TextInput created in AS

2007-06-15 Thread Charles Galpin
On Jun 15, 2007, at 1:05 AM, Joan Lafferty wrote: You can call setFocus() on the creationComplete event for the TextInput. Thanks Joan! That's exactly what I was looking for. charles

Re: [flexcoders] Storing Values

2007-06-15 Thread Charles Galpin
On Jun 15, 2007, at 9:13 AM, Christopher Olsen wrote: Does flex have something similar to cookies? Yup. flash.net.SharedObject hth charles

Re: [flexcoders] Force Tree to redraw using custom itemEditors

2007-06-15 Thread Charles Galpin
is the function I'm using of where I need the tree to re-draw. And help would be much appreciated. I think the problem is you are not updating your data provider. Update that, and the tree will automatically show the new info. hth charles

Re: [flexcoders] Client-side with Flex2 without server components on Tomcat

2007-06-14 Thread Charles Galpin
? You do not need any service side components if you don't want them. This is very easy to test, so my suggestion is try it and decide for yourself :) You don't need a license to deploy things built using the SDK. hth charles

[flexcoders] setFocus on TextInput created in AS

2007-06-14 Thread Charles Galpin
to put the focus on it after I create it. If it matters, this is for a custom item editor. thanks charles p.s. Flex guys, I'd think this is a bug in TextInput.setFocus() to not check that textField is not null.

Re: [flexcoders] Can Flex/SVN take a site-wide 'snapshot'?

2007-06-10 Thread Charles Galpin
and more. Useful in many programming environments as well as eclipse. hth charles

Re: [flexcoders] Re: Image scaling problem

2007-06-09 Thread Charles Galpin
but then stops displaying it all when I zoom in one more to 7920x5124. thanks, charles --- In flexcoders@yahoogroups.com, Charles Galpin [EMAIL PROTECTED] wrote: I have found that at some point while zooming in on an image (scaling), the image mysteriously no longer displays portions

Re: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread Charles Galpin
variables don't contain anything, but $HTTP_RAW_POST_DATA had it all. hth charles

Re: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread Charles Galpin
with source that you can look at that talks to wordpress over xmlrpc using an open source xmlrpc lib http://www.arpitonline.com/blog/downloads/as3_wordpress/ http://code.google.com/p/as3-rpclib/ I'd take a good look at it and go from there. hth charles On 6/8/07, Charles Galpin [EMAIL

Re: [flexcoders] Image scaling problem

2007-06-06 Thread Charles Galpin
Can anyone from Adobe comment on this? It would take literally a minute to run this example and see it. thanks, charles On Jun 5, 2007, at 8:28 AM, Charles Galpin wrote: I have found that at some point while zooming in on an image (scaling), the image mysteriously no longer displays

Re: [flexcoders] Max image size?

2007-06-05 Thread Charles Galpin
Thanks Daniel That bites. Does anyone know if this will ever be raised? I'm trying to avoid having to implement a tile based solution since the quality is nearly good enough as-is. thanks charles On Jun 4, 2007, at 8:45 PM, Daniel Freiman wrote: The max is 2880 pixels in each direction

[flexcoders] Image scaling problem

2007-06-05 Thread Charles Galpin
down and you'll see the top of the image disappeared. Am I hitting another maximum limit? It appears to zoom in well past 2880 pixels. What can I do to prevent this, or even detect when this will happen so I can limit the zooming to the point before it will happen? tia charles ?xml version

[flexcoders] Max image size?

2007-06-04 Thread Charles Galpin
to work around this. tia charles

[flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-29 Thread Charles Havranek
Greg, Without Flex Data Services, I do get the basic error code message , but have to look at server logs to see stack traces.

[flexcoders] Re: How do you format your code?

2007-01-29 Thread Charles Havranek
There is already a formatter built into eclipse, but I haven't had time to figure out how to make it work, as it's disabled the CTRL-ALT-F auto format eclipse feature, but what does work is copy and paste the code from the *.as *.mxml files and paste into a *.java or *.xml file, then do the

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

2007-01-28 Thread Charles Havranek
How are you on making web services? If you can do that I do have a code generator that creates a test UI and all supporting code to talk to the service using best practice patterns. (I still need to handle ArrayCollections to populate grids/dropdowns, but that's just a couple hours away and I

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

2007-01-28 Thread Charles Havranek
Really depends on what you need to do, but per the below link it's not a recommended architecture. Isn't IT fun? :) http://www.onjava.com/pub/a/onjava/2003/02/26/flash_remoting.html Use a Service-Oriented Architecture While you can directly access and invoke methods on servlets, JSPs, and

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

2007-01-27 Thread Charles Havranek
Oops, here's the XSD for the complex types FYI constructive comments welcome SalesDeveloper.xsd Description: 2098159505-SalesDeveloper.xsd

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

2007-01-25 Thread Charles Havranek
Yes it does, you can use plain HTTP/HTTPS GET POST or Web Services. (Maybe some others, but that's all I looked at) I end up using fine grained REST style Web Services which results in excellent performance and memory usage. I did find some problem returning multiple serialized unbounded

[flexcoders] Re: Code behind- do you use it?

2007-01-17 Thread Charles Havranek
Using the ARP framework @ http://osflash.org/ARP Once you get past a simple application a GUI framework is critical for maintainability. Takes a bit more to get going, but you end up reusing a lot of code.

[flexcoders] Re: Array Inefficiencies??

2007-01-03 Thread Charles Parcell
discover. Charles P.

[flexcoders] Re: Flex Presentation Server vs Flex Data Services

2006-12-09 Thread Charles
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charles Sent: Friday, December 08, 2006 4:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Presentation Server vs Flex Data Services Hi all, Can anyone tell me the difference between Flex

[flexcoders] Flex Presentation Server vs Flex Data Services

2006-12-08 Thread Charles
Hi all, Can anyone tell me the difference between Flex Presentation Server and Flex Data Services. I'm aware of FDS, and I've used it myself. But I haven't found much info on Flex Presentation Server and I'm a little curious as to what it's for. Thanks in advance Charles

[flexcoders] Re: Problems making SOAP calls via WSDL file

2006-08-01 Thread Charles
problem isn't actually with connecting. It's that when I make the RPC through the WSDL, I get an error returned: The request XML was invalid. So that is currently where I'm hung up. Thanks for the reply though. Charles --- In flexcoders@yahoogroups.com, Franck de Bruijn [EMAIL PROTECTED

[flexcoders] Re: Problems making SOAP calls via WSDL file

2006-08-01 Thread Charles
No I don't currently have one. Is there any in particular that you would suggest? Charles --- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote: Do you have any kind of proxy tool, like the SOAPMonitor or Tcptunnel where you can see the response coming back? -- Dave Wolf

[flexcoders] Re: Problems making SOAP calls via WSDL file

2006-08-01 Thread Charles
? Is that right? Charles --- In flexcoders@yahoogroups.com, Franck de Bruijn [EMAIL PROTECTED] wrote: I checked the WSDL with SOAPUI and the WSDL looks fine. I do see however that the WSDL is of the type doc/literal. I have had some serious issues with that connecting with Flex to such a web

[flexcoders] Problems making SOAP calls via WSDL file

2006-07-31 Thread Charles
operation name="getAllJobs" result="ResultHandler(event)" fault="FaultHandler(event)" mx:request/ /mx:operation /mx:WebService ...I can connect to the webservice, but only to get an error returned; "The request XML was invalid"If anyone has

[flexcoders] SOAP messaging in Flex

2006-07-26 Thread Charles
SOAP messaging in Flex is constrained to only use HTTP as the transport mechanism Is this true for Flex 2? And, does this mean that if I were to connect to a WSDL file via a WebService object, then I couldn't do that if the WSDL is hosted remotely via HTTPS? Thanks Charles -- Flexcoders

[flexcoders] Re: SOAP messaging in Flex

2006-07-26 Thread Charles
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charles Sent: Wednesday, July 26, 2006 8:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SOAP messaging in Flex SOAP messaging in Flex is constrained to only use HTTP as the transport mechanism

[flexcoders] Anyone worked with Google API's and Flex/AS3?

2006-07-25 Thread Charles
direction, that would be GREATLY appreciated. Thanks! Charles Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/SktRrD/hOaOAA/yQLSAA/nhFolB/TM

[flexcoders] How can I reference the particular item I am using?

2006-06-21 Thread Charles
Hi everyone,This post title isn't all that descriptive but I couldn't think of a better one. The question is pretty straightforward though. I think it's best explained with an example. Let's say I have an image... mx:Image source="../pictures/banner.jpg"/Now, let's say that if I click the

[flexcoders] How can I get variable height in datagrid rows?

2006-06-21 Thread Charles
Hi everyone,I am populating a datagrid, and for some items, there are pictures, and others there are not. I am displaying the pictures using an itemRenderer (the only way I know how), and so to fit the pictures, I've set the height of the renderer to be 100. This works fine. However, for the

[flexcoders] Re: How can I get variable height in datagrid rows?

2006-06-21 Thread Charles
Wow...I feel so foolish...haha Thanks! --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Do you have variableRowHeight set to true on the DataGrid instance? On 6/21/06, Charles [EMAIL PROTECTED] wrote: Hi everyone, I am populating a datagrid

[flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Charles
Great. Got it! Thanks for the help everyone! --- In flexcoders@yahoogroups.com, Peter Hall [EMAIL PROTECTED] wrote: XMLDocument is the old XML object, which has firstChild, nextSibling etc. Use XML to use e4x. public var xml_object:XML = new XML(); Peter On 6/7/06, Charles

[flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Charles
.com").ItemID), but still nothing. Thanks again Charles --- In flexcoders@yahoogroups.com, "Charles" [EMAIL PROTECTED] wrote: Great. Got it! Thanks for the help everyone!--- In flexcoders@yahoogroups.com, "Peter Hall" peterjoel@ wrote: XMLDocument is the old XML ob

[flexcoders] Using E4X with attributes in XML tags

2006-06-07 Thread Charles
ow to access those child nodes with the attribute on there, or to somehow parse the XMl and remove the attribute before I try to access the child nodes. Thanks in advance Charles __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archive

[flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-06 Thread Charles
t.Item.toString();// ERROR - "Access of possibly undefined property Item"//just_item_id = xml_object.childNodes.Item;// no error, but displays nothing} // ParseXML]]/mx:Script mx:Label id="everything"/!-- should show full xml after button is clicked --mx:Label id="just_

[flexcoders] Constants in a separate .as file?

2006-06-02 Thread Charles
port files.*, but since the file is just a list of constants, and not a class, it doesn't work. I've also tried include "files/file_name.as", but I get an error for having "more than one externally visible definition"...? Any help would be great...my code is too bloated to st

  1   2   >