[flexcoders] Determining byte size of RemotObject response value

2005-06-09 Thread Kristopher Schultz
Is there a profiling tool or technique that I could use to determine the size (in bytes) of the response that is sent back over the wire as the result of executing a method on a RemoteObject? I'm trying to make some architecture decisions about how much data my remote Java object should return

RE: [flexcoders] Image control does not display dynamically generated images?

2005-06-01 Thread Kristopher Schultz
NOT support progressive JPEG format.   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com     Attempts to use the load() method of an Image component with a URL that creates a server-side generated image (JPEG) do not seem to

[flexcoders] ProgressBar and cached images problem

2005-05-24 Thread Kristopher Schultz
a known issue? How do I work around this problem?   Example       xmlns:mx="http://www.macromedia.com/2003/mxml"    initialize="doLoad()">                                Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 w

[flexcoders] implementing init() in subclass

2005-05-23 Thread Kristopher Schultz
lve it? Is overriding the init() method not the best approach for setting default property values?     Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexc

[flexcoders] XPath support in Flex?

2005-04-28 Thread Kristopher Schultz
Does Flex have any built-in support for XPath? I know Flash supports XPath expressions to a certain extent, but it isn't well documented (It's buried in the "Using Flash" documentation). Is there support in Flex?   Kris   --   Kristopher Schultz Developer   Re

RE: [flexcoders] How to trace the Variables in Flex

2005-04-20 Thread Kristopher Schultz
e output as your app runs.   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul QabizSent: Wednesday, April 20, 2005 3:22 PMTo: flexcoders@yahoog

[flexcoders] Creating custom components with Flash

2005-04-20 Thread Kristopher Schultz
deprecated. The flexforflash.zip file is provided for backward-compatibility only.   =   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders

RE: [flexcoders] problem with TileList

2005-04-15 Thread Kristopher Schultz
ld set the "source" property of the img object to achieve the same result:     img.source = data.thumb   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Forcing text to be anti-aliased

2005-04-11 Thread Kristopher Schultz
How can I force Flex to anti-alias the text of a Label (or any other text based component)? The documentation doesn't seem to be very forthcoming with this info.   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   Yahoo! G

RE: [flexcoders] flex and javascript

2005-04-07 Thread Kristopher Schultz
hasn't been exposed to those of us using Flex, yet. Although I suppose there may be other mechanics at play here as well.   [1] http://www.macromedia.com/software/central/productinfo/whatsnew/   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resourc

RE: [flexcoders] Flex 1.5 price

2005-04-07 Thread Kristopher Schultz
ive proof?   Thanks!   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com     Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]

RE: [flexcoders] Calling Java Servlet

2005-03-28 Thread Kristopher Schultz
he whole ball rolling, you need to trigger the method on the remote object. Here is a button that would do just that:     You'll find more thorough coverage of this topic in the Flex docs here: http://livedocs.macromedia.com/flex/15/flex_docs_en/2244.htm   I hope that helps.       Kris

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-28 Thread Kristopher Schultz
an untyped Object or creating .as classes for each typed Object that can be retured from a remote object call.   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com     The weird thing I've discovered is that if my image pa

[flexcoders] Xamlon Flash Edition (was: Flex 1.5 price)

2005-03-25 Thread Kristopher Schultz
upport accessibility, etc. I'd be happy to be proven wrong, but let's just be careful not to crown a successor to Flex prematurely. Kris -- Kristopher Schultz Developer Resource Interactive p: 614.410.2123 www.resource.com Yahoo! Groups Links <*> To visit your group o

[flexcoders] Security Sandbox Violation when loading image

2005-03-25 Thread Kristopher Schultz
questions. First, why do I get those error messages? Secondly, if there really is a security sandbox violation, why do the images load successfully under the conditions I mentioned above? And finally, how do I prevent these violations from occurring in the first place?   Thanks for any insi

RE: [flexcoders] Flex 1.5 price

2005-03-25 Thread Kristopher Schultz
Title: 메시지 Come on, Yang Lim. You can't just post a message like that and not tell us the source of the information. That's how rumors proliferate! If there isn't official mention of it on Macromedia's site then I wouldn't be too quick to assume that it is true.

RE: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Kristopher Schultz
oing their own admin. Am I missing something?   Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com   From: Robert Stuttaford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 12:30 PMTo: flexcoders@yahoogroups.comSubject: RE: [

RE: [flexcoders] Redraw problems with TileList and custom cell renderer

2005-03-24 Thread Kristopher Schultz
derer.mxml     http://www.macromedia.com/2003/mxml" horizontalAlign="center" verticalAlign="middle" >        Kris   --   Kristopher Schultz Developer   Resource Interactive p: 614.410.2123 www.resource.com     I just tried a big number of things bo

[flexcoders] Redraw problems with TileList and custom cell renderer

2005-03-23 Thread Kristopher Schultz
I am trying to use a custom cell renderer with the tag. The cell renderer displays a dynamically loaded JPG file in each tile. Everything works great at first, but if I try to change the itemWidth and itemHeight properties after the control is initially drawn all my images disappear. That is, unt