[flexcoders] How do you use the img tag with TextLayout.swc

2010-03-26 Thread djhatrick
I know it might sound like a dumb question, but I added something like flow:img src='someurl' flow:img in a paragraph. and nothing showed up. Thanks,

[flexcoders] I've run into som real woes with FB4

2010-03-25 Thread djhatrick
I've had to re-install the application after my application became unusable. I've run into a handful of show stoppers, and real annoying things. noted on OSX first imports started importing in the middle of my class files with the auto mode instead of at the top 4.00 sdk debugger fails

[flexcoders] Why the color change of the flash program icon from red to white in FB4

2010-03-24 Thread djhatrick
Just curious? I liked the red icon, know it's hard to see my .fla icon, amidst all my others, is this icon customizable? Thanks, Patrick

[flexcoders] Wow. Healthcare passed and flashbuilder 4 all in the same day

2010-03-22 Thread djhatrick
Hi, Now how much is the upgrade, and how do i buy it? Looks like the upgrade is not available through the on-line adobe store. Cheers engineers, and qa and the whole loop.

[flexcoders] Re: Make a Timer's first timeout event immediate

2010-03-22 Thread djhatrick
By the way, here's how i skin this cat: 10ms and 0ms might be the same thing to flashplayer, as people have mentioned before me updateTimer = new Timer(); pollTimer = new Timer(6*60*5,0);

[flexcoders] Re: Why most Flex Developer job ads ask now for Knowledge in Java??

2010-02-17 Thread djhatrick
Don't you think those requirements are cut and paste? Being a good flex developer with experience in other structured languages is good, but usually isn't a deal-breaker, I mean really, are you going to be crafting a backend unit and doing all the ui too? If you are, well more power to you, I

[flexcoders] LocalConnection onFlexApp from Air - problem, errors

2010-02-17 Thread djhatrick
[AsyncErrorEvent type=asyncError bubbles=false cancelable=false eventPhase=2 text=Error #2095: flash.net.LocalConnection was unable to invoke callback passUser. error=ReferenceError: Error #1069: Property passUser not found on flash.net.LocalConnection and there is no default value.

[flexcoders] LocalConnection onFlexApp from Air - problem, errors

2010-02-17 Thread djhatrick
[AsyncErrorEvent type=asyncError bubbles=false cancelable=false eventPhase=2 text=Error #2095: flash.net.LocalConnection was unable to invoke callback passUser. error=ReferenceError: Error #1069: Property passUser not found on flash.net.LocalConnection and there is no default value.

[flexcoders] Copy/Paste Camino

2010-02-16 Thread djhatrick
Copy and Paste, will this work on Camino in the near future?

[flexcoders] Re: Copy/Paste Camino

2010-02-16 Thread djhatrick
This actually works now... nm... Maybe Camino 2.01 fixed this it works now. --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Copy and Paste, will this work on Camino in the near future?

[flexcoders] Copy/Paste Camino Fedora 12 Linux

2010-02-16 Thread djhatrick
Fails. anybody? --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: This actually works now... nm... Maybe Camino 2.01 fixed this it works now. --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: Copy and Paste, will this work on Camino in the near

[flexcoders] Re: PureMVC Folks...

2010-02-16 Thread djhatrick
ew. javascript :( But me loves puremvc --- In flexcoders@yahoogroups.com, jamesfin james.alan.finni...@... wrote: For you PureMVC/AS3 Folks... There's a new PureMVC Port in town...JavaScript. Well sort of. There's really an update using MooTools which will really move JavaScript along

[flexcoders] Keyboard constants gone....

2010-02-16 Thread djhatrick
OMG, why were these removed from the flex sdk. why? Annoying.

[flexcoders] FocusManager throws an error once in a while - defaultButton null

2010-02-12 Thread djhatrick
TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.managers::FocusManager/focusInHandler()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\FocusManager.as:601] There's nothing in the debugger but this error, happens a lot,

[flexcoders] Re: FocusManager throws an error once in a while - defaultButton null

2010-02-12 Thread djhatrick
Looks like this has been fixed in the 3.5 sdk, thanks engineers if (_defaultButton) _defaultButton.emphasized = true; --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: TypeError: Error #1009: Cannot access a property or method

[flexcoders] Re: LocalConnection has me really confused

2010-02-11 Thread djhatrick
this hurdle. Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Has anybody successfully got air and a flash app in the browser to working? --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: Alex, yes, I did, localConnection has some

[flexcoders] Flash 10.1 - When???

2010-02-09 Thread djhatrick
When are the official releases for Flashbuilder, Flash 10.1 and Air 2.0. I am bragging about some of the new features , and i get asked when? Please don't reply with, when it's ready thanks, Patrick

[flexcoders] Re: HTTPService token: a bug or by design?

2010-02-09 Thread djhatrick
This is a bug with the 3.4 sdk, pick up the 3.41 , or 3.5 sdk. P --- In flexcoders@yahoogroups.com, Tim Romano tim.rom...@... wrote: I've run into one bug in the mx.rpc.http.HTTPService class in FB4 beta 2 -- the AsyncResponder's onResult function fires *twice* unless you wire up a

[flexcoders] Will there be any changes in the current 3.x SDK to measure text correctly

2010-02-09 Thread djhatrick
This is a fundamental thing, right, measuring text? It shouldn't require some hacks, with timeouts to try to measure text after you change it. This is my biggest complaint, please. Fix text. Fix Text. Make it measure, give us internal access to numRows, or something and the internal

[flexcoders] Re: LocalConnection has me really confused

2010-01-28 Thread djhatrick
Has anybody successfully got air and a flash app in the browser to working? --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Alex, yes, I did, localConnection has some problems in flash 10, connections stay open, and the api is unreliable at best. Unfortunately, I am

[flexcoders] Re: LocalConnection has me really confused

2010-01-20 Thread djhatrick
://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_4.html On 1/15/10 3:51 PM, djhatrick djhatr...@... wrote: I can't get localConnection working with flashplayer and the air app. Is this going to be fixed in 10.1. I'm into about 5 hours

[flexcoders] LocalConnection has me really confused

2010-01-15 Thread djhatrick
I can't get localConnection working with flashplayer and the air app. Is this going to be fixed in 10.1. I'm into about 5 hours of trying to make this to work and getting nowhere. I've read about connections staying open, but have yet to send anything successfully between flash and air.

[flexcoders] Issue with packages and folders - ui

2010-01-13 Thread djhatrick
I have a package 'flexlib.controls.gauge' and there are no class files in controls, just the folder/package gauge The way flashbuilder works with packages, I can't drag/save a file into the flexlib.controls folder...The workaround is to drag and drop outside flex into the my flexlib.controls

[flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread djhatrick
You need to use Live Cycle Data Service, or Air. Unfortunately, PDF support is not baked into Flex. But I wish it was, it would be fantastic if it came bundled, it would make Flex so much more popular. --- In flexcoders@yahoogroups.com, vikranth4u vikrant...@... wrote: Hi can anybody help

[flexcoders] Re: mx.controls.Text

2009-12-23 Thread djhatrick
? --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: is there anyway to find the number of textRows in a TEXT. I can't seem to get my text to measure properly, it's anywhere between 5 and 80 pixels off. It's a subject of much frustration, unfortunately, the the Text component has a lot

[flexcoders] Custom List

2009-12-23 Thread djhatrick
I have a custom item renderer, and it's based on textInput. I want the user to use my list control, much like a textArea, where he/she can just, ENTER,TAB,DOWN_CURSOR, through the control. And after, the next item is added and focus is set automatically. I can't seem to manage focus on this

[flexcoders] mx.controls.Text

2009-12-22 Thread djhatrick
is there anyway to find the number of textRows in a TEXT. I can't seem to get my text to measure properly, it's anywhere between 5 and 80 pixels off. It's a subject of much frustration, unfortunately, the the Text component has a lot of protected properties. Any suggestions on a free component

[flexcoders] Flash components in Flex

2009-12-21 Thread djhatrick
I built a gauge component all in Actionscript, that I added to a uicomponent. My question is, what's the best way to use fonts from an actionscript based Flash component, in a uiComponent shell. I tried using a UITextField in my component and using the textFormat class to set my fontFamily,

[flexcoders] html_template replaces in js folder at random

2009-12-02 Thread djhatrick
It's always replacing these files - I don't know where it gets them from, they are not in my project. Is there a way to make the ones I want 'stick', I have my html_template connected with subversion, so I can get my files back. Thanks for your time, patrick

[flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-02 Thread djhatrick
If you don't need it to by dynamic put this at the top of your constructor: [SWF(width=1000, height=1000, frameRate=24, backgroundColor=#00)] P --- In flexcoders@yahoogroups.com, Calbeans jwrigh...@... wrote: --- In flexcoders@yahoogroups.com, Michael mportuesi@ wrote:

[flexcoders] Re: html_template replaces in js folder at random

2009-12-02 Thread djhatrick
I misspoke, it's actually my bin_debug js folder that's getting these mysterious js files in there... Does just replacing the folder fix this issue, thx? --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: It's always replacing these files - I don't know where it gets them

[flexcoders] LocalConnection - Meh!

2009-11-23 Thread djhatrick

[flexcoders] Anyone having issues with the debugger not working correctly in Flashbuilder

2009-11-16 Thread djhatrick
I have lines of code where I can't step through in the debugger, flashbuilder seems to skip them

[flexcoders] Flashbuilder and SnowLeopard ok?

2009-11-12 Thread djhatrick
I want to upgrade to Snow Leopard, first things first, do Flasbuilder and SnowLeopard work ok together?

[flexcoders] Suggestion for Adobe Team: Open Browser project

2009-11-10 Thread djhatrick
Open Browser project... Since Adobe has done such a masterful job with 'The Open Screen Project'. I think you should follow suit and do an Open Browser Project. I am one of those developers who would like to see the flashplayer get more horsepower to handle the ever-growing scope of our

[flexcoders] Re: What's up with Flashbuilder beta2 and the export release build

2009-11-04 Thread djhatrick
Right. Tanks for remindin me. --- In flexcoders@yahoogroups.com, Nick Collins ndcoll...@... wrote: Um.. that's why it's Beta. On Tue, Nov 3, 2009 at 6:41 PM, djhatrick djhatr...@... wrote: Takes a half hour, then says my project has errors and can't do it -- the compiler can't

[flexcoders] Re: Fonts re-vanishing in module - Solved finally

2009-11-04 Thread djhatrick
. From: flexcoders@yahoogroups.com [flexcod...@yahoogroups.com] On Behalf Of djhatrick [djhatr...@...] Sent: Tuesday, November 03, 2009 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Fonts re-vanishing in module var myLoaderContext:LoaderContext

[flexcoders] SwfObject and 3.41 compiler - why not?

2009-11-04 Thread djhatrick
I've been using the swfobject compiler for a while now and, it's ease of use and simple api is great. I know on Flashbuilder 4 projects that use the new compiler and actionscript project, the swfOBject template is used Question: How come after the cross-scripting vulnerability in the

[flexcoders] Line 717 of ModuleManager

2009-11-03 Thread djhatrick
Anybody have a problem with this line moduleEvent.bytesLoaded = loader.contentLoaderInfo.bytesLoaded; sometimes I get a null reference. Thanks, patrick

[flexcoders] What's up with Flashbuilder beta2 and the export release build

2009-11-03 Thread djhatrick
Takes a half hour, then says my project has errors and can't do it -- the compiler can't find em i guess -- what a suck-a-thon!

[flexcoders] Fonts re-vanishing in module

2009-11-03 Thread djhatrick
Only one module gives me this problem, but it went away for an hour and is back. I'm :( Thanks, Patrick

[flexcoders] Re: Fonts re-vanishing in module

2009-11-03 Thread djhatrick
var myLoaderContext:LoaderContext = new LoaderContext(); myLoaderContext.applicationDomain = ApplicationDomain.currentDomain; why would applicationDomain be null after setting it in a creationComplete? --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Only one module gives me

[flexcoders] Mind telling us progress on very annoying bugs in the sdk

2009-10-21 Thread djhatrick
The Scrollbug where if you are scrolling through a big page, the flashplayer loses focus IResponder being called twice with http service results in 3.4? Are these bugs going to be fixed in 3.5? They are pretty important to us (speaking on behalf of every developer) Thanks, Parick

[flexcoders] Re: Mind telling us progress on very annoying bugs in the sdk

2009-10-21 Thread djhatrick
. -TH --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: The Scrollbug where if you are scrolling through a big page, the flashplayer loses focus IResponder being called twice with http service results in 3.4? Are these bugs going to be fixed in 3.5? They are pretty

[flexcoders] calling new CSSStyleDeclaration

2009-10-20 Thread djhatrick
causes all my components to flash, is there a way to avoid this? Thanks, Patrick

[flexcoders] Re: calling new CSSStyleDeclaration

2009-10-20 Thread djhatrick
[mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, October 20, 2009 6:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] calling new CSSStyleDeclaration causes all my components to flash, is there a way to avoid this? Thanks, Patrick

[flexcoders] SSL - POSTS and GETS Stream Errors 2032's/401 errors, confusing...

2009-10-12 Thread djhatrick
Anyone, have problems that happen when trying to use SSL, where these errors happen: I get an OS dialog that prompts me for a username/password from my API? Which fails if I enter it... I tried to make my call a POST and it is transformed as a GET somewhere?? I am running Charles, but I

[flexcoders] Re: SSL - POSTS and GETS Stream Errors 2032's/401 errors, confusing...

2009-10-12 Thread djhatrick
thinking I would have put my header in my message without changing that first. Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Anyone, have problems that happen when trying to use SSL, where these errors happen: I get an OS dialog that prompts me

[flexcoders] Copy/Paste from textInput

2009-10-08 Thread djhatrick
I am using Camino, and when the user makes a selection over a textinput and copies, all seems to go well, but then it fails to paste... Are there any limitations to this? This is standard requirement for my app. Thanks, Patrick

[flexcoders] Re: variableRowHeight

2009-10-06 Thread djhatrick
: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Friday, October 02, 2009 10:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: variableRowHeight OK makes sense, the problem I am having

[flexcoders] Re: variableRowHeight

2009-10-02 Thread djhatrick
instance. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Thursday, October 01, 2009 6:19 AM To: flexcoders@yahoogroups.com

[flexcoders] variableRowHeight

2009-10-01 Thread djhatrick
I have collapsing/expanding item renderers in a List, all works well, but there is a case where the scrolling doesn't work correctly? Is there a way to force the list to measure all of it's item renderers correctly please? Thanks, Patrick

[flexcoders] Re: Flash is weak because it can't handle proper status codes in AS

2009-09-30 Thread djhatrick
STILL the case but could have been in older browsers. No one I spoke to had the answer for sure so I'd still be very interested in a more precise explanation. 2009/9/29 djhatrick djhatr...@... Sorry, I am tired to explaining why this doesn't work to our REST api programmers, and it's been

[flexcoders] Re: title Window added to the sytemManager breaks tabIndex

2009-09-29 Thread djhatrick
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, September 01, 2009 10:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] title Window added to the sytemManager breaks tabIndex I can't seem to tab through my form

[flexcoders] Flash is weak because it can't handle proper status codes in AS

2009-09-29 Thread djhatrick
Sorry, I am tired to explaining why this doesn't work to our REST api programmers, and it's been years and still no solution It's so annoying, because it makes programming very difficult... Standards are out there for a reason! Will somebody raise their hand ask the teams why this still

[flexcoders] Crafting a unique solution to handle status codes other than 200

2009-09-29 Thread djhatrick
So we're getting ready for our first release of this massive flex app, and we've just switched to SSL for our auth... Since we have this new central auth server, our API developers want to use status codes for results. So, I am at the juncture, again for the 5th time in my dev career how am I

[flexcoders] Hiding a specific divider in in dividedbox

2009-09-25 Thread djhatrick
Is there a way to do this? Thanks, Patrick

[flexcoders] Re: SDK 3.2 upgrade to 3.4 issue

2009-09-24 Thread djhatrick
I use this template here for my html template... under 3.3 sdk is this still affected? SWFObject flex template http://www.robgonda.com/blog/index.cfm/2008/7/15/SWF-Object-21-Flex-Template --- In flexcoders@yahoogroups.com, Jim Cheng li...@... wrote: If you do hang back with 3.3 _AND_ are

[flexcoders] Re: Flickering in datagrid Header Renderer while loading data

2009-09-22 Thread djhatrick
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Monday, September 21, 2009 10:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flickering in datagrid Header Renderer while loading data I'm having

[flexcoders] .swc files / base classes and flash-flex playing nicely together

2009-09-21 Thread djhatrick
I have a complex project and I have .swc file, I've added classes in flash that have their linkage set up. I compile my .swc add it to my project, and then when I compile in flex I get ambiguous references. What's the sure-fire way to make this work correctly. This is a powerful feature, and

[flexcoders] Re: How to dynamically add series to an areaChart/cartesian chart

2009-09-21 Thread djhatrick
and includeInLayout=false. From: djhatrick djhatr...@... Sent: Thursday, September 03, 2009 9:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to dynamically add series to an areaChart/cartesian chart Hi, I am working with about 8

[flexcoders] Event.ADDED_TO_STAGE triggering twice twice inside my uiComponent

2009-09-21 Thread djhatrick
I made a module, create a flash component added it to my uiComponent, and the result is that objects inside my flash component, movieclip and sprites get the ADDED_TO_STAGE method fired twice. Anyone else notice this? Thanks, Patrick

[flexcoders] Re: Flickering in datagrid Header Renderer while loading data

2009-09-21 Thread djhatrick
I'm having this issue and it sucks. To work around it internally I am adding a bitmap image-copy of the datagrid inside until it renders completely, which I've figured on some arbitrary number... This really sucks for us developers, makes our projects look unstable... Is this going to be

[flexcoders] using curve, drawPolyLine throws error.. any suggestions

2009-09-14 Thread djhatrick
love when classes are sealed, how do i debug? mx.charts.chartClasses::GraphicsUtilities$/drawPolyLine TypeError: Error #1010: A term is undefined and has no properties. at

[flexcoders] How to dynamically add series to an areaChart/cartesian chart

2009-09-03 Thread djhatrick
Hi, I am working with about 8 charts in my ui, they all share common functionality, how do I dynamically add series to my charts... is it as simple as setting series on my super.chart? Are there any examples out there that show this? Best practices too? Using mxml or actionscript? Thanks,

[flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-09-01 Thread djhatrick
://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Monday, August 31, 2009 2:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Modules and fonts vanishing is giving me the cramps

[flexcoders] Sealed Classes and how to debug

2009-09-01 Thread djhatrick
I am using the method findDatapoints with some mouse action, and a lot of the time, I get a findDataPoints error. Although, since the class is sealed any suggestions on how to debug this type of thing? Thanks, patrick

[flexcoders] title Window added to the sytemManager breaks tabIndex

2009-09-01 Thread djhatrick
I can't seem to tab through my form with Application.application.systemManager.addChild(value) Any suggestions how to re-implement this functionality? Thanks, Patrick

[flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-08-31 Thread djhatrick
else. Maybe that'll help. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Friday, August 07, 2009 10:13 AM To: flexcoders

[flexcoders] Re: Modules and fonts vanishing is giving me the cramps

2009-08-31 Thread djhatrick
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Monday, August 31, 2009 9:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Modules and fonts vanishing is giving me the cramps All of a sudden this happened again, to my modules

[flexcoders] BrowserManagerShim, the workaround to fix preloader issues throws error...

2009-08-20 Thread djhatrick
Any suggestions how to overcome this error with the BroswerManagerShim: ReferenceError: Error #1065: Variable ContextMenuClipboardItems is not defined. I need a preloader to work with anchor tags... thanks. Software should operate like a German car, not a French car. Thanks, Patrick

[flexcoders] Embedded .swf's as classes with meta-data not always compiling

2009-08-17 Thread djhatrick
I have a few uicomponent classes that have movieclips linked up through metadata. It seems every time that I compile, I have to switch up the base-class from sprite to movieclip in my class, or movieclip to sprite, in order for the code to actually compile into the project. Is there a list of

[flexcoders] Weird issue with movieclip/sprite uiComponent

2009-08-12 Thread djhatrick
I have an embedded UIComponent, with a sprite inside, what's weird is that every time I compile I either have to extend Sprite, or MovieClip to make my component work. I understand that Flex automatically uses a movieclip as a sprite if it has one frame in the timeline, like usually all my

[flexcoders] Re: Flex 3d Tweening and best practice/results for Text

2009-08-11 Thread djhatrick
portable : +33601 822 056 2009/8/5 djhatrick djhatr...@...mailto:djhatr...@... I have a displayObject, a panel, doing 3d stuff with the panel... However after I tween my object to z=0, the text looks blurry after the animation has stopped. Is there a way to make the text look sharp

[flexcoders] Charts - how to disable the little arm stroke to the chart dataTip

2009-08-11 Thread djhatrick
I want to hide that element, if possible. Thanks, Patrick

[flexcoders] Modules and fonts vanishing is giving me the cramps

2009-08-07 Thread djhatrick
Alex (or/and others) Here's my issue, I have a module that loads another module, a sub module. I am trying to access the loaded module, the problem is that first, if I add it to my shared code file, doesn't it compiled into the shell? or just a reference I can access methods on my module

[flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-05 Thread djhatrick
I have a displayObject, a panel, doing 3d stuff with the panel... However after I tween my object to z=0, the text looks blurry after the animation has stopped. Is there a way to make the text look sharp: fontAntiAliasType=advanced I've tried but that gives not-passable results. Thanks,

[flexcoders] contextMenus and Modules and Tree == Fail

2009-07-27 Thread djhatrick
I am having the difficult time, trying to apply a context Menu to a TreeList in module, has anybody had such a difficult time? I've tried this: http://blog.arc90.com/2008/04/adding_a_contextmenu_to_a_flex.php and I've tried this:

[flexcoders] Solved with Inredi-Hack - Re: contextMenus and Modules and Tree == Fail

2009-07-27 Thread djhatrick
update to flex4 in at Adobe's pace unfortunately, especially for projects we just started a few months ago... my food for thought. Thanks, Patrick (Now if i can get that big white ugly box from showing up!) --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: I am having

[flexcoders] Re: Sticky Scroll bars

2009-06-24 Thread djhatrick
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, June 23, 2009 7:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sticky Scroll bars I use Firefox, like most in our office. Is this possible with the the help

[flexcoders] Re: Radio Button in DataGrid urgent Plz

2009-06-23 Thread djhatrick
The flex 3 Cookbook covers this pretty well. --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan hsivaramakrish...@... wrote: Use a boolean property (ex: selected) in the dataProvider Object and bind the CheckBox in the itemRenderer's 'selected' property to {data.selected} Cheers

[flexcoders] Re: IP Adress

2009-06-23 Thread djhatrick
Only with the help of a server telling you it's ip address. --- In flexcoders@yahoogroups.com, christophe_jacquelin christophe_jacque...@... wrote: Hello, Is it possible to get the IP adress or the computer name on the client side from a flex application ? Thank you, Christophe,

[flexcoders] Re: Sticky Scroll bars

2009-06-23 Thread djhatrick
/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Saturday, June 20, 2009 7:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sticky Scroll bars After a mouse up on my flex app the scroll

[flexcoders] Module height and width

2009-06-23 Thread djhatrick
Modules seem to get their height from the screen rect bounds and not the parent container. What I've done to work around this, is make my container follow my vScroll Position so it won't allow my module to get cut off, since it's a non-modal container... Any ideas is this is going to

[flexcoders] Sticky Scroll bars

2009-06-20 Thread djhatrick
After a mouse up on my flex app the scroll bar still sticks as I move the mouse around, until another click. This is a real annoying bug, anybody know if this is going to be addressed? How did this bug get out in the first place from QA?

[flexcoders] Modules - Height and width doesn't work correctly

2009-06-20 Thread djhatrick
Modules don't get correct width and height from the framework? Are there any plans to get this working in another SDK release for flex 3. This bug will stop my app from going to production, and the thing is, I don't know how to work around to fix it? Thanks, Patrick

[flexcoders] Re: Modules - Height and width doesn't work correctly

2009-06-20 Thread djhatrick
, djhatrick djhatr...@... wrote: Modules don't get correct width and height from the framework? Are there any plans to get this working in another SDK release for flex 3. This bug will stop my app from going to production, and the thing is, I don't know how to work around to fix it? Thanks

[flexcoders] Sticky scrollbars

2009-06-19 Thread djhatrick
Sticky scrollbars, even with livescrolling set to false.. This is so frustrating, tell me this stuff is fixed in fb4? I wouldn't call developing in flex as RIA, there's just too many things like these bugs that are annoying... I am venting today. But the framework drives me crazy when things

[flexcoders] Re: Accurate way of measuring a datagrid

2009-06-19 Thread djhatrick
timeout? Thanks For your help. Patrick --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: I hate to be picky but my math makes it 52. Anyway, did you count things like padding, vertical gap etc? --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: Tom

[flexcoders] Accurate way of measuring a datagrid

2009-06-18 Thread djhatrick
My datagrid won't measure correctly, i have variable row height, but it can't seem to get it right, I don't want any scroll bars..., is there an easy way to override some function so i can get the actual rowheight of each row and determine my height correctly Thanks,Patrick Wow, i had to

[flexcoders] Accurate way to measure variable row datagrid

2009-06-18 Thread djhatrick
Is there an accurate way to measure a datagrid's height with variable row height? Can I extend datagrid and extend something to find this property? By the way, are other people having issues with posts not showing up on flexcoders? What's the delay before something shows up, I forget who

[flexcoders] Re: Accurate way of measuring a datagrid

2009-06-18 Thread djhatrick
=resizeDataGrid() -TH --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: My datagrid won't measure correctly, i have variable row height, but it can't seem to get it right, I don't want any scroll bars..., is there an easy way to override some function so i can get the actual

[flexcoders] Modules - Just can't get it right when it comes to width and height

2009-06-15 Thread djhatrick
I have non-modal module in a layout container... in a canvas, my app is big, it expands vertically, unfortunately, there's this cut off - of invisibility where the module is hidden... and I can't figure out for the life of me make this module box be as big as the stage... Believe me, I've

[flexcoders] Anybody else having issues with the debugger in Flex4?

2009-06-13 Thread djhatrick
I get null lang exceptions all the time and variables doens't work, kind of a big bummer. Patrick

[flexcoders] Re: Flash and REST

2009-05-20 Thread djhatrick
Hello, we use REST as well, unfortunately, browser limitations prevent the browser from sending anything but a 200 to the flash. The way we work around this issue, is we use our own status codes, that basically wraps normal status codes, so inside your result event handler switch on the status

[flexcoders] Re: Pure MVC vs Cairgorm

2009-05-20 Thread djhatrick
Pure mvc whips the camel's ass! You should use it, I absolutely love the way it just works. P --- In flexcoders@yahoogroups.com, aphexyuri yuriv...@... wrote: So which one is the Ferrari and which the mini ;) One of the biggest advantages of PureMVC has, lies with the multicore build.

[flexcoders] Re: VO Issues

2009-05-20 Thread djhatrick
I think we'd need to see more code to help you more. Usually, something is being casted with as and it doesn't match the data type, it will throw null. I would try removing the class alias, and see what happens. Also, try calling registerClassAlias(com.rottmanj.model.vo.CompanyVO) In your

[flexcoders] Re: How do I do a sort on IHierarchicalCollectionView

2009-05-20 Thread djhatrick
ICollectionView which is where the sort is defined. --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: By the way, why is the sort different from ICollectionView? This makes this confusing because all my items duplicate... etc. private function sortDataField(value:String

[flexcoders] Foaming at the mouth for Flex4... or Flashbuilder4

2009-05-19 Thread djhatrick
BTW, I am going to keep calling myself a flex developer (pays better)... When's the beta coming out? June when? thanks, Patrick

[flexcoders] LangRef == FAIL

2009-05-19 Thread djhatrick
http://livedocs.adobe.com/flex/3/langref/

  1   2   3   >