Re: [flexcoders] Re: Updating and Retriving Data From XML File FLEX 2

2006-04-17 Thread Mark Doberenz
I just noticed it was in an attachment from Tracy. On 4/17/06, flexnadobe [EMAIL PROTECTED] wrote: Any way we can find this Example or have a sample posted usingColdfusion CFC instead of JSP? --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Mark Doberenz
I was seeing this same thing today with some stuff I was working on. I hadn't spent any time trying to remove the event listeners before adding them again though. So, I don't know if that would work, but apparently not. I wonder if the delegate should actually be set up as a Singleton so that

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Doberenz *Sent:* Monday, January 15, 2007 10:31 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events I was seeing this same thing today with some stuff I was working

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
think this may well be some sort of scoping issue caused by the level of abstraction that the Cairngorm framework stipulates. -Original Message- *From:* flexcoders@yahoogroups.com [mailto: [EMAIL PROTECTED] *On Behalf Of *Mark Doberenz *Sent:* Monday, January 15, 2007 10:31 PM

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

2007-01-16 Thread Mark Doberenz
All, Thanks for this discussion! I hadn't heard of this before, so I googled it and found this article: http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/ I'm going to try this out and see how it works. Then maybe I'll be a beneficial poster to this discussion

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
in Cairngorm 2.1 - I'm using 2.0. -Original Message- *From:* flexcoders@yahoogroups.com [mailto:flexcoders flexcoders@ yahoogroups.com] *On Behalf Of *Mark Doberenz *Sent:* Tuesday, January 16, 2007 1:54 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Cairngorm Duplicate Remote

Re: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Mark Doberenz
Do you even need the root node to be visible? If not, there's a ShowRootNode property and you can set it to false. Might be easier, might not. On 2/21/07, jwc_wensan [EMAIL PROTECTED] wrote: I have a tree with one node/root and several branches. When this screen is displayed, I would like

Re: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Mark Doberenz
PROTECTED] *On Behalf Of *Mark Doberenz *Sent:* Wednesday, February 21, 2007 9:56 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Root Node open when displayed. Do you even need the root node to be visible? If not, there's a ShowRootNode property and you can set it to false. Might

[flexcoders] Apollo - multi-window communication

2007-03-22 Thread Mark Doberenz
I've been thinking about using Apollo for an extension to an app I've been working on in Flex. The current issue with the Flex app is that it's locked to a web browser and really only runs on one screen. I know you can stretch the web browser across multiple screens, but that's not quite what

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Mark Doberenz
flash movies 2007/3/22, Mark Doberenz [EMAIL PROTECTED] : I've been thinking about using Apollo for an extension to an app I've been working on in Flex. The current issue with the Flex app is that it's locked to a web browser and really only runs on one screen. I know you can stretch

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Mark Doberenz
, Mike On 22 Mar 2007 14:32:13 -0700, *Mark Doberenz* [EMAIL PROTECTED]dobieag01%40gmail.com mailto:[EMAIL PROTECTED] dobieag01%40gmail.com wrote: Oh yeah, I remember playing with those a long time ago... not the nicest stuff to deal with from what I can remember. Thanks On 22 Mar 2007 14

[flexcoders] Apollo isn't loading my modules

2007-03-23 Thread Mark Doberenz
Is there something special I need to do to make Apollo load my modules? Flex builder is showing them just fine, but when I run the app, they don't show up in the view. The debugger is showing that the SWF is being loaded, but then after clicking around on the app for a bit, the debugger says

[flexcoders] Can't add objects to a new Apollo window

2007-03-23 Thread Mark Doberenz
I have an Apollo app that I want to make open another window and load a module into it. I'm following the instructions from this page... http://labs.adobe.com/wiki/index.php/Apollo:Documentation:Working_with_windows#Creating_windows I can make the new window appear, but nothing ever shows up in

Re: [flexcoders] Re: Apollo isn't loading my modules

2007-03-23 Thread Mark Doberenz
works fine in flex and works fine from apollo if I build it and run, but when I try exporting and running it will not load the module. I got it to work once or twice initially and that was it. Any ideas? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Mark Doberenz [EMAIL PROTECTED

Re: [flexcoders] Can't add objects to a new Apollo window

2007-03-23 Thread Mark Doberenz
Thanks Michael, Guess I missed that one in the docs. On 3/23/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, If you read the docs, they say you cannot do this in the Alpha version of Apollo. It will be in a beta or for sure the final. Peace, Mike On 23 Mar 2007 08:50:22 -0700, Mark

[flexcoders] Apollo HTMLControl capabilities

2007-03-23 Thread Mark Doberenz
This is more of a general question regarding capabilities of this class. What kind of things in an HTML file will be displayable using this class? What if an HTML file has an object definition in it, like for an ActiveX control. Will it display the ActiveX control like Internet Explorer does?

Re: [flexcoders] Apollo HTMLControl capabilities

2007-03-24 Thread Mark Doberenz
PROTECTED] wrote: Mark What kind of 3D view do you need, could it be achived by utilising Papervision3D which should be able to run in Apollo: http://blog.papervision3d.org/ Andrew On 24/03/07, Mark Doberenz [EMAIL PROTECTED] dobieag01%40gmail.com wrote: This is more of a general question

[flexcoders] Modules not positioning children correctly

2007-03-27 Thread Mark Doberenz
I'm having issues with modules and I'm hoping someone can help me. Create a module project and layout the module using the following code: ?xml version=1.0 encoding=utf-8? mx:Module xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=100% height=100% mx:Label text=Tree Module

[flexcoders] Re: Modules not positioning children correctly

2007-03-27 Thread Mark Doberenz
. Setting it back to CustomModule made it all work again. Hopefully this can help someone. Mark On 3/27/07, Mark Doberenz [EMAIL PROTECTED] wrote: I'm having issues with modules and I'm hoping someone can help me. Create a module project and layout the module using the following code: ?xml

Re: [flexcoders] Re: Modules not positioning children correctly

2007-03-27 Thread Mark Doberenz
percentWidth and percentHeight to 100 in your module tag. This is a known issue posted on the 2.0.1 release notes page, and setting percentWidth works around it. Shaun --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Mark Doberenz [EMAIL PROTECTED] wrote: Well, in case anyone else has

Re: [flexcoders] Re: Variable width ListItems

2007-03-28 Thread Mark Doberenz
You put a repeater inside a hbox and set dataprovider of the repeater to what you're using on the list box. It's not normally best practice to do this, that's why Alex asked if you had a lot of items in the list. Using a repeater is much slower in rendering time than a list. On 28 Mar 2007

Re: [flexcoders] Check out our Apollo screencast

2007-04-02 Thread Mark Doberenz
Awesome, I somehow randomly made your video!! I'll assume this will be my 15 minutes of fame. :) Mark On 4/2/07, Tom Bray [EMAIL PROTECTED] wrote: Hey everybody, We've just launched a new Apollo app and you can check out the demo here: http://labs.searchcoders.com/dashboard/demo/ Let us

Re: [flexcoders] good examples of dynamic rendering

2007-06-05 Thread Mark Doberenz
Yeah, but they can be a bit slow regarding rendering time. If you can get away with doing a List and setting it's ItemRenderer to a Component, it may get you what you want also. This is the way I try to do things since I heard that Repeaters are slow rendering-wise... mx:List

Re: [flexcoders] custom component as item renderer

2007-09-06 Thread Mark Doberenz
what's the namespace that the custom component is in? You may need to specify the full namespace location: *itemRenderer=com.path1.path2.ImageRenderer* On 9/6/07, Tracy Spratt [EMAIL PROTECTED] wrote: Have you declared the default namespace in the root tag of the app? xmlns=* Tracy

[flexcoders] Flex and Server-Side Java classes

2007-09-26 Thread Mark Doberenz
All, I've been a part of this list for a long time and I'm a pretty decent Flex programmer. However, I'm not too familiar with the server-side aspect of things. I wanted to post a server-side noob question for you experts out there. If I have a couple existing applications, one that runs

Re: [flexcoders] Typecast a generic Object into a VO

2006-10-24 Thread Mark Doberenz
I figured it out. I just made the VO have a constructor that set the values if you wanted to convert it to a VO: public class TestVO{[Bindable] public var i_test:int;[Bindable] public var o_test:Object;[Bindable] public var s_test:String;public function TestVO(obj:Object=null):void{if (obj !=

Re: [flexcoders] how do i access properties of a component inside a repeater?

2006-10-26 Thread Mark Doberenz
You could try binding the button's width and height to the slider's value using the following: mx:Button height={outerDocument.slider1.value} width={SAME_AS_HEIGHT} label={String(rp.currentItem)}/ I think that'll work. On 10/26/06, shemeshkale [EMAIL PROTECTED] wrote: i have a Tile with

[flexcoders] Using As with a string Class type

2006-10-31 Thread Mark Doberenz
I'm trying to work on a serializer for objects coming from a Web Service call.I've got a clean way of doing it for basic classes, but when the class has another custom class in it, I'm failing to figure it out. Any help would be greatly appreciated. The highlighted code is what I'm having

Re: [flexcoders] Re: ModuleLoader 'SWF is not a loadable module' Error

2007-12-10 Thread Mark Doberenz
I've worked on an app too where I used modules heavily. I had/have issues where the module doesn't load. I've noticed that the trace log shows that the SWF is decompressed, but it never throws the Complete event. I've found that sometimes recompiling the app will work. I'm not sure if it's an

Re: [flexcoders] Re: ModuleLoader 'SWF is not a loadable module' Error

2007-12-11 Thread Mark Doberenz
] *On Behalf Of *Mark Doberenz *Sent:* Monday, December 10, 2007 7:20 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: ModuleLoader 'SWF is not a loadable module' Error I've worked on an app too where I used modules heavily. I had/have issues where the module doesn't load. I've

Re: [flexcoders] Application Help.

2008-03-01 Thread Mark Doberenz
Date has a year property just loop through something like this var dArray:Array = new Array(); var d:Date = new Date(birthDay.time); // This will create a new instance of a Date with the same time as the birthday var now:Date = new Date(); While (d.year now.year) { dArray.push(d); d = new

Re: [flexcoders] Module Preloader?

2008-05-13 Thread Mark Doberenz
Can't you just have the module start up in a state that has some sort of loading screen and then it transitions to a different state once the data's loaded. States or View Stacks could both work to do this. On Tue, May 13, 2008 at 6:02 PM, Nate Pearson [EMAIL PROTECTED] wrote: I'm loading

Re: [flexcoders] Error #2044: Unhandled ioError:. text=Error #2032: Stream Error.

2008-06-09 Thread Mark Doberenz
I came to find out that this is a general error that gets sent to Flex when an error is getting generated by the server. Essentially, the error is throwing an error. I'd suggest using Fiddler to see what the communication is and what the actual error is. A limitation of IE/Firefox hosting a Flex

[flexcoders] Howto Create Flex Builder Custom Component folders?

2008-06-09 Thread Mark Doberenz
Builder? I tried searching for this before I'm posting this, but I can't find anything about it on the web. Any help would be greatly appreciated. Mark Doberenz

Re: [flexcoders] Howto Create Flex Builder Custom Component folders?

2008-06-09 Thread Mark Doberenz
of luck with this. You could file an enhancement request for Flex Builder 4. :) Mike On Mon, Jun 9, 2008 at 11:26 AM, Mark Doberenz [EMAIL PROTECTED] wrote: I'm creating a Flex library project for work and it's ending up being a BUNCH of little custom components. So, when I use

Re: [flexcoders] Re: Modules not loading in some browsers! Why?

2008-06-12 Thread Mark Doberenz
It also may be that you're not making a hard link to the module and it's getting garbage collected before you're doing anything with it. I don't remember exactly the details, but I had an issue with modules sometimes loading and sometimes not loading between compiles of my app. Once I added a

Re: [flexcoders] Howto Create Flex Builder Custom Component folders?

2008-06-14 Thread Mark Doberenz
some hints where to start On Mon, Jun 9, 2008 at 7:29 PM, Mark Doberenz [EMAIL PROTECTED] wrote: Johannes, I was actually thinking that this would be what I'd need to do. Do you have any more info on what this would look like? Creating an installer for this library wouldn't be a big

Re: [flexcoders] canvas with styles and clickable? how to??

2008-06-26 Thread Mark Doberenz
Try Flexlib. It has a really nice canvas button component. http://code.google.com/p/*flexlib * On Thu, Jun 26, 2008 at 3:57 AM, David Pariente [EMAIL PROTECTED] wrote: Hello, Im making a list of elements in a VBox, each of them has a canvas, with a pic, a title and a text... Now i

Re: [flexcoders] using an event to trigger an action in a sibling component

2009-01-31 Thread Mark Doberenz
I tend to create a public method on my Login screen called reset() or something like that.Then, I can easily call it to reset that form. Mark On Sat, Jan 31, 2009 at 8:58 PM, weezee49 rainygl...@comcast.net wrote: I have the following structure: Application |___ViewStack |SplashBox

Re: [flexcoders] Profiler telling lies?

2009-05-05 Thread Mark Doberenz
Check your event listeners because if you're not using weak references then the garbage collector won't remove it. Disregard if you already knew that one :) On May 5, 2009, at 7:58 AM, Gregor Kiddie gkid...@inpses.co.uk wrote: Hi all, I’m trying to work out where a memory leak is