[flexcoders] Flash Media Server Flex - problem with sending an object into flex

2007-09-05 Thread djhatrick
Hi, can you please help? I'm checking data and it should be 1, however it always returns an unedfined value. //from Flex nc.call(joinRoom,new Responder(addUserResult,onFault),data); //from MediServer AMFPHPResult.prototype.addUser_Result = function( data ){ this.client.validuser =

[flexcoders] Flash Media Server Flex - not a lot out there on how to marry the two

2007-09-05 Thread djhatrick
Flexers: I'm trying to send a data object to flash from the server with the call method, i get the result in Flex, but the object is always null that is sent with it. example (from flash media server application): this.client.call(isJoinedRoom_Result, null, data); from flex: private

[flexcoders] scale9 bugs

2007-09-13 Thread djhatrick
I sent off an e-mail to some people at adobe and got back confirmation that there's a bug with scale-9 clips in Flex and Flash... Clips that are made with flash cs3 seem to not respect their scale9 settings right. Has anybody been able to successfully scale-9 a movieclip withe a png in it in

[flexcoders] Adding Plug-ins to Flexbuilder

2007-11-06 Thread djhatrick
Hi, I am trying to add phpeclipse and subclipse to my flexbuilder, though I am getting an error... Eclipse Modeling Framework (EMF) - org.eclipse.emf.codegen.ecore.ui (2.3.0.v200706262000) requires plug-in org.eclipse.jdt.core Any suggestions, by the way which version of eclipse is flex built

[flexcoders] Debug bug

2007-11-10 Thread djhatrick
I am not using the Debug compiler, i am using the flex 2.01 Hot Fix Compiler, but it always pops a debug box? Any suggestions how to fix this?

[flexcoders] Is there some other solution?

2007-11-11 Thread djhatrick
Can I use flex 3 Beta 1 Flex 2.01 Compiler instead? People are asking me about the pop-up debug for our live site and I don't want to say, Update your flash player. Thanks, Patrick

[flexcoders] Swc components - and focus in flex

2007-11-15 Thread djhatrick
I have a swc component that I've added to a UIComponent. I added an FocusEvent.FocusOut on to a text field in flash, I can get a focus In - however I don't get a focusOut event dispatched until the mouse leaves the textfield, but I do when the mouse leaves the browser window. Thanks, Patrick

[flexcoders] non-Flex updates not working with Flex (SVN PHPEclipse etc)

2007-11-26 Thread djhatrick
I use to have Subclipse and PHP Eclipse running on Beta 1 and Flex 2 - which was cool. Now when I try to find and install and download these two plugins I get an error: Eclipse Modeling Framework (EMF) - org.eclipse.emf.converter (2.3.0.v200706262000) requires plug-in org.eclipse.jdt.core.

[flexcoders] DataGrid question

2007-12-21 Thread djhatrick
I asked a while back and didn't see an example of how to override the method that selects an item in a datagrid, or for mouseovers for that reason. I am using a datagrid in an application, and it's a dummy datagrid just shows data - I don't want to select anything or highlight anything. Any

[flexcoders] Re: DataGrid question

2007-12-21 Thread djhatrick
. --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: I asked a while back and didn't see an example of how to override the method that selects an item in a datagrid, or for mouseovers for that reason. I am using a datagrid in an application, and it's a dummy datagrid just shows data - I

[flexcoders] Re: DataGrid question

2007-12-22 Thread djhatrick
://www.venkatj.com --- In flexcoders@yahoogroups.com, djhatrick djhatrick@ wrote: OK, i did this but now i get a compile errror Severity and DescriptionPathResourceLocation Creation Time Id Could not resolve mx:columns to a component implementation. UFC_Beta2/src

[flexcoders] Imports being lost

2008-01-12 Thread djhatrick
I have noticed several times throughout my AS3 project in Flexbuilder, with linked libraries, that sometimes a few of imports at the top of the files, all of a sudden go missing? It's a weird bug. Anybody notice this? Thanks, Patrick

[flexcoders] Milestone 4 - beta - color code and formatting for code

2008-02-15 Thread djhatrick
HI, I just got the latest milestone, my previous one expired. Now, my actionscript projects, and flex projects have no code formatting or color coding. I just can't code with out indentation or color :( Any suggestions how to enable or fix this? Thanks, Patrick

[flexcoders] Re: Milestone 4 - beta - color code and formatting for code

2008-02-15 Thread djhatrick
Actually, I am using the stand alone Flex Builder. Can I ask specific instructions of how to start with the /clean command, ie in terminal. Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: HI, I just got the latest milestone, my previous one

[flexcoders] Re: Milestone 4 - beta - color code and formatting for code

2008-02-15 Thread djhatrick
Tho, i am on a mac, thanks Patrick --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: I'm using FB standalone too :) just open a command prompt and execute flexbuilder.exe /clean -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] Re: Milestone 4 - beta - color code and formatting for code - Solved

2008-02-15 Thread djhatrick
Simply uninstalling with the the uninstall tool and re-installing makes it work right. Yay, now i am golden Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: Tho, i am on a mac, thanks Patrick --- In flexcoders@yahoogroups.com, João Fernandes

[flexcoders] Re: Milestone 4 - beta - color code and formatting for code - Solved

2008-02-15 Thread djhatrick
Simply uninstalling with the the uninstall tool and re-installing makes it work right. Yay, now i am golden Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: Tho, i am on a mac, thanks Patrick --- In flexcoders@yahoogroups.com, João Fernandes

[flexcoders] FLV bug - using Flex compiler in an actionscript project with flv's in swc's

2008-02-22 Thread djhatrick
Hi, I have an actionscript project that I am created in flex, I've created multiple Flv's in timelines and export my swcs, in Flash my flv's play correctly when I compile, but when I compile with the flex sdk 3, my FLV's have scrambled video and all show as 1 flv, this happens when I embed the

[flexcoders] Dealing with Lists and Complex ArrayCollection

2008-03-24 Thread djhatrick
I have an array collection with about 10 objects in one set. How do I populate a list display with a specific object paramter from my AC? For instance, I want title to display for my list? Also, what if have htmlText as the source, do i have to customize an itemRenderer? Thanks, Patrick

[flexcoders] Flex Beta 3 Beta to Flex 1.0 - now 'air' project and compiler is missing

2008-03-30 Thread djhatrick
I upgraded to Flex 1.0 from the latest milestone. 1. Missing - is my Create New Flex Project wizard from the new project Panel 2. Missing - is my Air Compiler Is air not included automatically with Flex, do i have download an installer or pay for it now too? Thanks, Patrick Below The error,

[flexcoders] Flex Beta 3 Beta to Flex 1.0 - Need help on Air Migration

2008-03-31 Thread djhatrick
Sorry, I should clarify.. I can create an air project, the problem is that I opened my workspace and my air project would no longer compile. Do you know if there are any steps to take to migrate from flex 3 Milestone 4 to Flex 3.0 1.0? Thanks, Patrick /Applications/Adobe Flex Builder

[flexcoders] More migration woes to Flex 3 1.0 - Class imports missing

2008-03-31 Thread djhatrick
Anybody have issues with class imports showing up not as compile time constants. For instance, ApplicationFacade of puremvc doesn't show up along with about 4 other classes, cleaning my project has no result. Thanks, boy this is frustrating. Patrick

[flexcoders] Re: Flex Beta 3 Beta to Flex 1.0 - Need help on Air Migration

2008-03-31 Thread djhatrick
it (but my memory is rubbish these days). -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djhatrick Sent: 31 March 2008 15:50 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Beta 3 Beta to Flex 1.0 - Need help on Air Migration Sorry

[flexcoders] AIr and NativeDragEvents

2008-04-02 Thread djhatrick
HI, I am working with Air and dragging from the desktop to my application. I've got notice that my NativeDragEvent is working. When I get my File list array from my clipboard event, what's next? How can I access the data for conversion to byteArray to send to the server (if that's even

[flexcoders] Air and linking out from a minibrowser

2008-04-07 Thread djhatrick
I have a mini-browser air client, when a user hits a link, i want them to be linked out with their preferred browser. I hear this requires javascript, any tutorials on this? Thanks, Patrick

[flexcoders] Package installs and Air

2008-04-07 Thread djhatrick
I have the air client already, when somebody doesn't have an air client is the package install for the air runtime included automatically? If not, how do I include it, please? Thanks, Patrick

[flexcoders] UIComponent - updateDisplayList

2008-04-30 Thread djhatrick
I've created a UIComponent, isn't the this.graphics called automatically on all UIComponents that are added to the the stage? code snippet: override protected function updateDisplayList(unscaledWidth:Number,unscaledHeight:Number):void{ Debug.out(update

[flexcoders] Issues with Air...

2008-04-30 Thread djhatrick
Hi, I've logged the following bugs in JIRA for adobe, but I'm having issues with NativeWindows and extending a sprite and drawing graphics into that sprite and then adding it to my nativeWindow - the sprite is never added and is never visible. Has anyone had issues with the NativeWindow

[flexcoders] mx:List and dataChangeEffects

2008-06-10 Thread djhatrick
Hi, I recently came across an example for adding list effects to a List Control. However, I don't see a property for dataChangeEffect on the mx:List as in the example at http://bkflex.wordpress.com/2007/07/05/flex-3-built-in-data-grid-animation-effects/ Also, the download is corrupt on the

[flexcoders] Re: mx:List and dataChangeEffects

2008-06-10 Thread djhatrick
I found that the examples are in the C:\Flex3\sdks\3.0.0\samples\explorer\effects directory.. So I see that it's itemChangeEffect not DataChangeEffect for the effects to run Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: Hi, I recently came across

[flexcoders] showing the HandCursor over itemRenderers

2008-06-19 Thread djhatrick
Hi, I have a list component, problem is the handCursor only shows by the edges, (yes, buttonMode=true, handCursor = true and mouseEnabled=false is set on my itemRenderer... Is there a way to make the handcursor to show up over the entire itemRenderer... or is there a way to force the handCursor

[flexcoders] Forcing an itemRenderer to reRender

2008-06-20 Thread djhatrick
I am doing some real tricky stuff with itemRenderers, how Do i refresh a particular itemRenderer or refresh the entire list. (the only thing that seems to be re-render the list is if I scroll the renderer out of view and then back down into view. any help, Thanks, Patrick

[flexcoders] Here's a great idea for flex 4 - simple color pallette utility

2008-06-23 Thread djhatrick
How about a simple color browser, say if you have a hex color in your code and you want to see the value, you can highlight the color and then a little window you show you the color, without having to switch to design view. I have used flex for 2 years now, and don't really use the need for

[flexcoders] How do I add an swf/image in meta data in my setter

2008-06-26 Thread djhatrick
I was trying to follow the logic in the mx:Button class on how to add an icon to a simple UIComponent i created with a setter that looks like this: view:SimpleFunComponent id=toolButton icon=@Embed(source='/assets/tool_icon.swf')/ I don't really understand how to cast my classname (as i was

[flexcoders] Skinning a scrollBar

2008-07-02 Thread djhatrick
I extended the programmatic skin class, and drew into updateDisplayList, however, my arrowskin does not show up, any suggestions? I'm working right from the Adobe example... import mx.skins.ProgrammaticSkin public class DownArrowSkin extends ProgrammaticSkin {

[flexcoders] Re: Skinning a scrollBar

2008-07-02 Thread djhatrick
It's all about mesuredWidth and MeasuredHeight, it has to be override, after a while of fiddling, i picked up the my flex cookbook and it all made sense again. patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: I extended the programmatic skin class, and drew

[flexcoders] Getting at itemRenderers from list

2008-07-10 Thread djhatrick
what trick is there, other than an event to get at the itemRenderers in a list? I need them... I thought of dispatching events back, but man, that seems really cheesy.. Any suggestions?

[flexcoders] getting the trueTextArea height - validateNow() etc never works for me

2008-07-14 Thread djhatrick
I have been having some real difficulty with measuring textArea heights. It's something that I have spent a lot of time trying to figure out why, or rather how to accurately get the height of a textfield. I have a complex layout, with many nested canvas and vbox containers, about 10. The

[flexcoders] Wacky padding issue with textArea by setting fontSize

2008-07-14 Thread djhatrick
I have a textArea that is inside a vbox inside a canvas. The text area has about 2000 words. When I scale the fontSize up, at some font sizes, the textArea adds about 1500 pixels of padding to the top and the bottom of the textArea. Help, this is yicky. Thanks, Patrick

[flexcoders] Re: Wacky padding issue with textArea by setting fontSize

2008-07-14 Thread djhatrick
. --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: I have a textArea that is inside a vbox inside a canvas. The text area has about 2000 words. When I scale the fontSize up, at some font sizes, the textArea adds about 1500 pixels of padding to the top and the bottom of the textArea

[flexcoders] Images jumping into next row of itemRenderer in list when scrolling

2008-07-15 Thread djhatrick
Anybody else have images from pre

[flexcoders] Upcoming release of Gumbo

2008-07-17 Thread djhatrick
I am probably the only person that does this, I use a few different kind of tween engines in flex. I got into TweenLite, and for most of my needs, I find TweenLite works great with Flex and it's simple to use. I know some people like to code tweening in MXML, which personally I think is obtuse

[flexcoders] Adding a progressBar to an itemRenderer

2008-07-17 Thread djhatrick
Anybody done this successfully, accounting for the itemRenderer being destroyed and re-used again, (perhaps when a scroll takes place). Here's what i thought adding a progressBar and manually setting it by looking for a property in the data setter for the progressBar position, and then updating

[flexcoders] Monitoring receiving (and sending a byteArray's progress in AMFPHP)

2008-07-23 Thread djhatrick
I am sending a byteArray to my air app in AMFPHP, is it possible to monitor the progressEvent, somehow, by adding a listener to a socket or some other way... of that operation. Please advise... Thanks, Patrick

[flexcoders] Flex woes, wo-iz-o, i hate it (sometimes)

2008-07-30 Thread djhatrick
I am having one of those days where i want to throw this computer off the 30th floor of midtown Manhattan onto a taxi-cab's hood, and leave for the day never come back. This is the problem, I can't get, getDefinitionByName to work right, what a load of horse pucky... Sorry for being so salty, but

[flexcoders] Re: Flex woes, wo-iz-o, i hate it (sometimes)

2008-07-30 Thread djhatrick
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djhatrick Sent: Wednesday, July 30, 2008 1:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex woes, wo-iz-o, i hate it (sometimes) I am having one of those days where i

[flexcoders] Re: Flex woes, wo-iz-o, i hate it (sometimes)

2008-07-30 Thread djhatrick
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djhatrick Sent: Wednesday, July 30, 2008 1:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex woes, wo-iz-o, i hate it (sometimes) Alex, Say for instance, you want to create this instance, from a class name defined

[flexcoders] Re: Fading out text

2008-08-01 Thread djhatrick
There is an alternative not having to embed fonts to create a fade...: http://blogs.adobe.com/flexdoc/2008/04/alternatives_to_fade_effect_fo_1.html --- In flexcoders@yahoogroups.com, Laurent Cozic [EMAIL PROTECTED] wrote: Actually it doesn't really matter what the defautl font is or if it's

[flexcoders] Instantiating class references and adding to a tabNavigator...

2008-08-01 Thread djhatrick
This gave me some problems, changing the selections don't work when I tried to to this... Anybody else ever tried this successfully in an app? Thanks, Patrick

[flexcoders] Re: Instantiating class references and adding to a tabNavigator...

2008-08-01 Thread djhatrick
Nevermind, can i delete this post, the problem was the component was not drawing... thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: This gave me some problems, changing the selections don't work when I tried to to this... Anybody else ever tried

[flexcoders] Event Phase clarification bubbling - please Diagram

2008-08-06 Thread djhatrick
Fellow FlexCoders... I am sitting here having a debate on how the event phases works in AS3. A couple of us have differing opinions of how events bubble, up or down, inside or out. Maybe I've always been a little confused exactly how bubbling works through the display object hierarchy, can you

[flexcoders] Re: Event Phase clarification bubbling - please Diagram

2008-08-06 Thread djhatrick
dispatching component contains the application in its ancestry (parental chain), so eventually the event will bubble up to that level. hth Scott djhatrick wrote: Fellow FlexCoders... I am sitting here having a debate on how the event phases works in AS3. A couple of us have differing

[flexcoders] Curses Adobe

2008-08-26 Thread djhatrick
Give us real http status codes in flex. You are killing us developers out here. Instead of going home and being with my family, i have to deal with these kludge work arounds to handle the lack of having our services handle status codes. Please, tell the flashplayer team to get off their butts

[flexcoders] Re: Curses Adobe

2008-08-26 Thread djhatrick
makes HTTP requests, not Player. And the plugin API hides *all* non-200 results from plugins. IOW, call Microsoft / Mozilla and complain to them, Flex/Flash is not the problem. On Tue, Aug 26, 2008 at 10:12 AM, djhatrick [EMAIL PROTECTED] wrote: Give us real http status codes in flex

[flexcoders] Did 3.1 fix a bug with copypaste with keyboard shortcuts in textInputs?

2008-09-17 Thread djhatrick
We had really inconsistent behavior with keyboard shortcuts, Ctrl-C Cmd-C, Ctrl-V and Cmd-V until recently, now these seem to be working better and we've been using the 3.1 compiler lately too? Does anyone else notice this behavior too? Why were there issues with this before? Thanks, Patrick

[flexcoders] List DataEffects - best way to handle animations...

2008-09-17 Thread djhatrick
One of the things that list animations are cool, however there's something that I've noticed about list animations that doesn't seem optimized, for my use case anyway. For instance, when I have an effect play on removing an item from an arrayCollection, i don't necessarily want animations to play

[flexcoders] Why use private functions and dropping mx_internal all together

2008-09-18 Thread djhatrick
I'm wondering, and other people wonder too why even use private functions in components in flex? How about protected instead? When a developer is programming these UIComponents, I know it's hard to understand how your component might be used. But, let's take an example of the List component.

[flexcoders] Why use private functions and dropping mx_internal all together

2008-09-18 Thread djhatrick
I'm wondering, and other people wonder too why even use private functions in components in flex? How about protected instead? When a developer is programming these UIComponents, I know it's hard to understand how your component might be used. But, let's take an example of the List component.

[flexcoders] DefaultListEffect issues, effects don't play on every added item

2008-09-19 Thread djhatrick
Hi, I am using the defaultListEffect and I am having issues with animations playing on adding items, while the removeItem animations are playing nicely, the addItem anims are only playing every other time or not all. Has anyone else got better results than me? It seems the problem is with

[flexcoders] Open Flux

2008-09-24 Thread djhatrick
Anybody have any difficulty using Open Flux, I compile projects and nothing works, ie mouse clicks etc. Is there a specific compilier i need to use to make em work. Thanks, Patrick

[flexcoders] Resolved: Open Flux

2008-09-24 Thread djhatrick
There's a long list of compiler arguments that i was missing --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: Anybody have any difficulty using Open Flux, I compile projects and nothing works, ie mouse clicks etc. Is there a specific compilier i need to use to make

[flexcoders] mx.messaging.channels.RTMPCHannel

2008-10-02 Thread djhatrick
I'm doing a proof of concept to switch to rails, and flex wants this class mx.messaging.channels.RTMPCHannel because it's delclared in the service config. The docs read that it's part of Flex2 DataServices, but isn't Flex2 DataServiced that a changed product product, to LiveCycle and BlazeDS?

[flexcoders] Re: mx.messaging.channels.RTMPCHannel

2008-10-02 Thread djhatrick
Found this in my LCDS download. --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: I'm doing a proof of concept to switch to rails, and flex wants this class mx.messaging.channels.RTMPCHannel because it's delclared in the service config. The docs read that it's part

[flexcoders] flex library project compile errors ---bugs--- degrafa library project

2008-10-07 Thread djhatrick
Hard working peoples, keep getting these errors like these Could not resolve degrafa:Circle to a component implementation. Meanwhile, other components in the name space work. Does upgrading to 3.1 sdk fix compiler bugs like these? Thanks, Patrick

[flexcoders] Will flashplayer ever handle multiple mouseEvents at same time?

2008-10-14 Thread djhatrick
I am curious, when flashplayer will handle multiple mouseEvents at the same time? With the new macbook track pad, and surface technology coming to be really popular, I'm wondering what that means in the future of the flash world, even for kiosks... etc? Is this working in a lab somewhere?

[flexcoders] Flash CS4 - Flex Harmony

2008-10-29 Thread djhatrick
Hi, I installed CS4 and what happens is when I go to compile Flex or Actionscript projects in Flex Flash cs4 starts. Any suggestions? Also how do I configure Flex to use the stand alone Flash 10 debug player for actionscript projects? Thanks, Patrick

[flexcoders] Anyone come across this bug in opening a new window in air

2008-11-04 Thread djhatrick
Type Coercion failed: cannot convert mx.managers::[EMAIL PROTECTED] to mx.managers.ISystemManager2.

[flexcoders] Air throws an error opening a new window - need help

2008-11-05 Thread djhatrick
Hi, I got this error trying to open a new window? How can I can I create a window? This is definitely a show stopper. I have other projects and this works fine. Thanks, Patrick TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::[EMAIL PROTECTED] to

[flexcoders] Is this a problem when my project decompiles??

2008-11-14 Thread djhatrick
[SWF] someSwf.swf - 12,262,803 bytes after decompression [SWF] someSwf.swf - 593 bytes after decompression [SWF] someSwf.swf - 629 bytes after decompression [SWF] someSwf.swf - 629 bytes after decompression [SWF] someSwf.swf - 629 bytes after decompression [SWF] someSwf.swf - 629 bytes after

[flexcoders] Gumbo: enabling netmon.swc on a flex 3.2 project

2008-11-21 Thread djhatrick
Is that possible to do, because i get a flex error when I try? Thanks, Patrick

[flexcoders] Re: Is this a problem when my project decompiles??

2008-11-22 Thread djhatrick
a library project... I didn't even think of this! By the way I am using Gumbo now, it's really nice. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Do you have embedded SWFs? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djhatrick Sent

[flexcoders] Am i high?

2008-12-11 Thread djhatrick
or does it seem sometimes that flex4 (using 3.2 sdk) doesn't always recompile? Anybody noticed this, I'm on a mac. Thanks, Patrick

[flexcoders] Solved: Issue with selectedItem Indices with lists and uiComponent..

2008-12-17 Thread djhatrick
--- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: I have an itemRenderer that copies bitmapdata into my uiComponent inside my itemRenderer. the problem comes up when I try to run a filter on my list and then the bitmapData changes, I am clearing out the bitmapData

[flexcoders] Issue with selectedItem Indices with lists and uiComponent in ItemRenderer

2008-12-17 Thread djhatrick
I have an itemRenderer that copies bitmapdata into my uiComponent inside my itemRenderer. the problem comes up when I try to run a filter on my list and then the bitmapData changes, I am clearing out the bitmapData and the bitmap Container, on my commitProperties. Any suggestion on this? the

[flexcoders] Can only seem to connect to flash remoting service in air running charles

2009-01-06 Thread djhatrick
If I run Charles it works, but when i stop Charles i get this error. Anybody seen this one? Thanks, Patrick TypeError: Error #1006: value is not a function. at mx.rpc::Responder/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:53] at

[flexcoders] Whipping the itemRenderers Ass

2009-01-28 Thread djhatrick
OK, we've all done it, made custom gradients for highlight fills in list itemRenderers, the way I do it is to use properties in my valueObjects. So, I set a property called highlighted or selected on my value object when one item is highlighted or selected I loop over the rest of my objects in

[flexcoders] mimicking UIComponent's addChild and addChildAt, how to properly handle nested

2009-02-03 Thread djhatrick
I was working with the Window class, extending it in actionscript so I could tween inner containers outside etc. and i am tryig to add I've overrode addChildAt and addChild so I could add my uiComponents to child container. All works well, with adding objects by actionscript, but when I try to

[flexcoders] Re: mimicking UIComponent's addChild and addChildAt, how to properly handle nested

2009-02-04 Thread djhatrick
guide at Adobe to get the finer details. HTH, Ryan -Original Message- From: flexcoders@yahoogroups.com on behalf of djhatrick Sent: Tue 2/3/2009 7:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] mimicking UIComponent's addChild and addChildAt, how to properly handle

[flexcoders] Multiple tool tip styles

2009-02-05 Thread djhatrick
How do i apply multiple tooltip styles to a flex app? Thanks, patrick By the way: YahooGroups search sucks, ugh, i hate it, always busy, why do we have to have this here?

[flexcoders] Another itemRenderer question, a simple one

2009-02-10 Thread djhatrick
Is there a way to access the styleName property of the list through the itemRenderer? thanks, Patrick

[flexcoders] Going Bananas with Lists and drag and drop

2009-02-25 Thread djhatrick
Alex H, I am having an issue with drag and drop in a list in air, I am trying to drop an item into the same list to change it's order. What happens is when my item actually drops in, it goes into the wrong place in the list and then it duplicates that item. It's really weird, If I set

[flexcoders] NativeDragEvents vs. DragEvents

2009-02-26 Thread djhatrick
OK, this is a real challenge. How do I handle both dragEvents and NativeDragEvents inside a list... For instance, files need to be able to dragged in and the list (doing this on the itemRenderer) also the list needs to handle the ablility to be reordered with it's own drag and drop. It seems

[flexcoders] Re: NativeDragEvents vs. DragEvents

2009-02-26 Thread djhatrick
--- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: OK, this is a real challenge. How do I handle both dragEvents and NativeDragEvents inside a list... For instance, files need to be able to dragged in and the list (doing this on the itemRenderer) also the list needs

[flexcoders] When is Gumbo expiration date?

2009-02-27 Thread djhatrick
Hope it's not March 1? Just checking... In case. Thanks, Patrick

[flexcoders] Re: Help the Flex Team by taking our survey!

2009-02-28 Thread djhatrick
Matt, i had a problem with the survey, it wouldn't let me finish it, it said my answer was needed on a question i answered already. --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: That's what the Other section is for, help us figure out what we're missing :-) So far

[flexcoders] HandCursor (pointing version)

2009-03-02 Thread djhatrick
I am having bugs with handCursor, where can i find that little pointer png. So I can make my own cursor I would just clip one out of a screenshot, but screenshots hide the mouse :(

[flexcoders] Question, I am having problems with my encrypted local store

2009-03-13 Thread djhatrick
I am saving some info, and when i save the int goes in correctly, but when I readInt() it comes out a lot bigger, I can't find the relationship Here's what i am dealing with: ##VirtualBounds (x=0, y=0, w=3200, h=1200) READING this.virtualBounds 0 0 819200 307200 It's really

[flexcoders] Re: Simple actionscript that I cannot understand! Please help. Thanks

2009-03-16 Thread djhatrick
Fred, Use event targets, look how easy it is, works from any button, you can use casting... HTH, Patrick import mx.controls.Button; private function changeStyle(e:MouseEvent):void

[flexcoders] Re: Question, I am having problems with my encrypted local store

2009-03-16 Thread djhatrick
into a userVO with a getter/setter, because saving a rectangle as an object with writeObject returns null? Any ideas?? Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: I am saving some info, and when i save the int goes in correctly, but when I readInt() it comes

[flexcoders] Re: Question, I am having problems with my encrypted local store - Solved

2009-03-16 Thread djhatrick
I was using a setter in an encrypted local store from a rectangle object, I store a generic object... I guess it couldn't write fast enough or something? but generic objects work fine. -- --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: ok, it looks like some byte

[flexcoders] Item Rendererer Question

2009-03-17 Thread djhatrick
I have custom ItemRenderers, after a filter Function, it looks like my itemRenderers are not being cleared out, I have double the items in my list. How do I make sure they are reset and their visual content is removed after I perform a refresh() Thanks, Patrick

[flexcoders] Re: Item Rendererer Question

2009-03-20 Thread djhatrick
? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, March 17, 2009 9:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Item Rendererer Question

[flexcoders] TypeError: Error #1006: value is not a function. AMF Error

2009-03-25 Thread djhatrick
Hi, I've set up Zend and running my zendAMF on localhost, i can hit localhost/amftest with the browser, and it looks like it's trying to send AMF data. but when I try with Flex, this error is thrown. I am using a delegate for my service calls, and all examples shows an mxml remote object

[flexcoders] Suggestion for the Suggestion Box

2009-03-26 Thread djhatrick
How about in a future version of Flex, releasing the text engine for Buzzword as a component in Flex, please The rich text editor is really lacking, I am preaching to the converted here, but there's more and more demands for better text integration into Flex by the people who we make flex

[flexcoders] Remoting: Sending a typed object with zendAMF to the server

2009-03-27 Thread djhatrick
I am always getting a fault when I try this, I don't know what the param should look like for a typed object for sending a value object back to the server... Any help thanks? patrick

[flexcoders] Re: Remoting: Sending a typed object with zendAMF to the server

2009-03-27 Thread djhatrick
out there? I can retrieve my typed value objects, but I can't send them to the server. --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: I am always getting a fault when I try this, I don't know what the param should look like for a typed object for sending a value object

[flexcoders] Re: When is Gumbo expiration date?

2009-04-06 Thread djhatrick
Matt, How do we keep Gumbo running? the 'old set the date on the computer back' trick??? P --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: Hi, March 31 I believe. We are not going to have the new beta out by then either. Matt On 2/27/09 2:46 PM, djhatrick djhatr

[flexcoders] Quick Question: How do i control the number of item renderers to be created as

2009-04-16 Thread djhatrick
a buffer in all directions... I forget how to do that, please? Thanks, Patrick

[flexcoders] Adobe Air HTTPServices problem

2009-05-12 Thread djhatrick
I have an air application that polls the server, I've been developing it for a for a couple months. All of a sudden, now this may have been the result of a server change, but now I get a 2032 Error. Which seems odd, it just broke. The api still works... Has anyone known any issues where

[flexcoders] focus Rect around validator

2009-05-13 Thread djhatrick
What's the default style where the red focus rect that puts the halo around bad validated form items, I am having to set that style manually because it won't set on it's own... If you can tell me that would be appreciated, not sure otmh where that style is applied, but looking for it..

  1   2   3   >