RE: [flexcoders] Restricting number of lines in a multiline textarea

2007-05-29 Thread Alex Harui
Not to my knowledge. You can track the number of lines and set maxChars when you hit the end of the number of lines you want, but that's not a perfect solution. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paromitadey Sent: Monday,

RE: [flexcoders] Struggle with TileList refresh

2007-05-29 Thread Alex Harui
The largest hammer is invalidateList(). Id be putting a listener for collectionChange on the dataprovider to see if you're getting notifications or not. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Marchbanks Sent: Monday, May

Re: [flexcoders] Showing item roll over color in a data grid manually

2007-05-29 Thread learner
use the hitData object of the ChartItemEvent class sample is as follows : ?xml version=1.0? !-- Simple example to demonstrate the PieChart control. -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Alert;

RE: [flexcoders] How to get the target node in dragEnter()

2007-05-29 Thread Alex Harui
I don't think the default tree behavior is to set selectionItem on dragEnter. There doesn't look like there is a documented way to do this, but maybe using some mx_internal stuff (_dropData) you can get what you want. From: flexcoders@yahoogroups.com

RE: [flexcoders] changing focus between textinput fields?

2007-05-29 Thread Alex Harui
focusManager.getNextFocusManagerComponent From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Monday, May 28, 2007 12:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] changing focus between textinput fields? I

RE: [flexcoders] Tree and XML data containing two similar text nodes

2007-05-29 Thread Alex Harui
This is a known bug. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deh_ats Sent: Monday, May 28, 2007 3:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree and XML data containing two similar text nodes Hi there,

RE: [flexcoders] getPixels() returns byteArray bigger than rectangle

2007-05-29 Thread Alex Harui
Each color channel and alpha channel get a byte From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maybe later... Sent: Sunday, May 27, 2007 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] getPixels() returns byteArray bigger

RE: [flexcoders] RemoteClass

2007-05-29 Thread Michael Herron
Have you strongly reference the com.beans.Sale class in your Application? Your RemoteClass meta-data looks fine, but if you've not got a hard reference to the class inside your flex app, it won't be compiled in to the SWF and won't be mapped correctly at runtime. You can get round this by just

[flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Ariel Jakobovits
Here is the stack trace of an error that is preventing me from using CFEclipse within FlexBuilder 2.0.1. I am wondering if there is a resolution for this, and if not, if this error can be avoided by using FlexBuilder as a plugin into Eclipse. java.lang.NullPointerException at

Re: [flexcoders] Flex HotFix 2 and Cairngorm 2.2

2007-05-29 Thread Tom Chiverton
On Friday 25 May 2007, Alistair McLeod wrote: HotFix 2 for Flex has been released, and as part of that release, some classes have moved from the main SDK into FDS (eg, Consumer). Bwuh !?! I assume this is because the classes were only ever intended to be used by FDS-based applications ? But

[flexcoders] Print in Landscape mode

2007-05-29 Thread Jaganathan.K
any idea on how to print a page in landscape mode?

Re: [flexcoders] Linux Flash Player 9 buggy ?

2007-05-29 Thread Tom Chiverton
On Monday 28 May 2007, Marcelo de Moraes Serpa wrote: However, I found out that the Linux version of Flash Player 9 appears to be somewhat buggy. It starts with the context menu, though not a bug in itself, its appearance is kind of ugly and out of context. shrug Hardly anyone uses it, as far

Re: [flexcoders] Re: Flex and Flex Data Services Hosting .... Silverlight is coming ...

2007-05-29 Thread Tom Chiverton
On Monday 28 May 2007, Joseph S. Terry, Jr. wrote: Does anyone know of a host that is FDS, that is JTA compatible and cheaper than US$30 per month. You plan to support thousends of users but can't spare 15 pounds a month ? -- Tom Chiverton Helping to heterogeneously extend unique materials

Re: [flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Ariel Jakobovits wrote: Here is the stack trace of an error that is preventing me from using CFEclipse within FlexBuilder 2.0.1. I am wondering if there is a resolution for this, and if not, if this error can be avoided by using FlexBuilder as a plugin into Eclipse.

Re: [flexcoders] Restricting number of lines in a multiline textarea

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Alex Harui wrote: Not to my knowledge. You can track the number of lines and set maxChars when you hit the end of the number of lines you want, but that's not a perfect solution. Do that on keyDown() and throw away the event if it's beyond the end, and you should be

Re: [flexcoders] Re: DataGrid with multiple rowheaders / colheaders - Flex 3?

2007-05-29 Thread Gunnar André Reinseth
Thanks for the reply! To clarify, see the following picture which illustrates a typical report that i want to model: http://www.reinseth.org/example_grid.png By multiple column headers I mean column groups, which I guess can be achieved by using the item renderers. The same goes for row

[flexcoders] Re: Tree and XML data containing two similar text nodes

2007-05-29 Thread deh_ats
Well, that's bad news. I'm surprised I never found any blog post, forum thread, bug report, or anything talking about this (god knows I tried). As far as I'm concerned, the Tree component seems almost useless, since you can't even display (let alone editing) such a basic XML data file. Users

[flexcoders] Datagrid with bound dataProvider not updating.

2007-05-29 Thread beecee1977
Hi, I have a datagrid with the dataProvider bound to an array of objects. If I remove one of the items from the array the datagrid doesn't update to reflect this. Debugging and looking at the dataProvider's length it has updated, but that's not what's displayed. I've tried using

[flexcoders] Re: VideoDisplay volume problem

2007-05-29 Thread beecee1977
Have you looked at the reply in this thread? Anyway, here's another thread on same: http://tech.groups.yahoo.com/group/flexcoders/message/75277 If you don't want to subclass, another trick that might help is setting the volume to some random value before setting it to the value you want. (I

[flexcoders] Re: Memory leak? IE7 Crashes!

2007-05-29 Thread beecee1977
Still crashing Internet Explorer 7. Surely this is a pretty major problem for flash player to be able to do this? Has anyone else seen this? Is it because I have a debug version of flash player? When I look in the Event Viewer I get this log: Faulting application iexplore.exe, version

[flexcoders] Re: Memory leak? IE7 Crashes!

2007-05-29 Thread beecee1977
Looks like it's a known issue: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm? forumid=44catid=184threadid=1257667enterthread=y I just hope that it's not exascerbated to something I'm doing in code! --- In flexcoders@yahoogroups.com, beecee1977 [EMAIL PROTECTED] wrote: Still

Re: [flexcoders] Re: Memory leak? IE7 Crashes!

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, beecee1977 wrote: module fldbg9b.ocx, version 9.0.28.0, fault address 0x001b5063. There are newer releases, aren't there ? Is that the debug version ? What about the normal one if so. -- Tom Chiverton Helping to conveniently scale real-time eyeballs on:

[flexcoders] Re: Memory leak? IE7 Crashes!

2007-05-29 Thread beecee1977
Indeed there are. It happens with v9.0.45.0 as well. Judging from the link I attached it's not just a problem with the debug version, but I'll give it a go and report back. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 29 May 2007, beecee1977 wrote:

Re: [flexcoders] RemoteClass

2007-05-29 Thread André Rodrigues Pena
Michael, thanks for your reply. Actually I have already realized that the applications with strong reference map correctly. But it's so weird that I thought there could be something like this: DataService.mapClass(Sale); Adobe should take a look at this. On 5/29/07, Michael Herron [EMAIL

Re: [flexcoders] Datagrid with bound dataProvider not updating.

2007-05-29 Thread Angus Johnson
arrayCollection or array? Try calling refresh() after the change. On 29/05/07, beecee1977 [EMAIL PROTECTED] wrote: Hi, I have a datagrid with the dataProvider bound to an array of objects. If I remove one of the items from the array the datagrid doesn't update to reflect this. Debugging

[flexcoders] Flexbook - always open?

2007-05-29 Thread bjorn -
Hi, is it possible to use Ely's FlexBook in a way that makes it always stay open? (e.g. the front/back cover cannot be grabbed and closed) Best regards, Bjørn -- http://www.juicability.com - flex blog http://www.43min.com - funny movies

[flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-05-29 Thread beecee1977
Call refresh() on what? The dataGrid doesn't have a refresh() method. It is an Array rather than an ArrayCollection. Could that be the problem? This could require a lot of refactoring! Scratch all that... myDatagrid.invalidateDisplayList() did the trick! Thanks! --- In

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

2007-05-29 Thread reude
I found a trick which, though not perfect, helps quite a lot for the mxml formatting. In Eclipse, Go to 'Window | Preferences | General | File Associations' Make sure that the *.mxml file type is selected, then to the bottom of Associated editors, click Add Select Ant

[flexcoders] asdoc on linux, and the --footer argument

2007-05-29 Thread Tom Chiverton
First off all, a big thank you to Adobe for making ASDoc run on Linux (as of hotfix 2) - we're setting up our own version of livedocs as we speak :-) I am having one issue with it. I want to append a customer footer, so you'd think the following would do: # /opt/flex-sdk-2.0.1-hotfix2/bin/asdoc

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

2007-05-29 Thread André Rodrigues Pena
Adobe, please implement the famous Eclipse's CTRL+SHIFT+F on Flex Builder On 5/29/07, reude [EMAIL PROTECTED] wrote: I found a trick which, though not perfect, helps quite a lot for the mxml formatting. In Eclipse, Go to 'Window | Preferences | General | File Associations' Make sure that

[flexcoders] Barcode scanning with pda (MC50 for instance)

2007-05-29 Thread amigo_fd
Hello, any ideas on how to communicate with the built in barcode scanner on a device like the Symbol MC50 ? I know the scanner returns just text, so that's ok, but how to start/stop the scanning ? best regards, Frank

Re: [flexcoders] asdoc on linux, and the --footer argument

2007-05-29 Thread Tom Chiverton
Oh, I forgot to say, if I run the asdoc.jar directly: # java -Xbootclasspath/p: $FLEX_HOME/asdoc/lib/xalan.jar -classpath $FLEX_HOME/lib/asdoc.jar flex2.tools.ASDoc +flexlib=$FLEX_HOME/frameworks --output=../doc/ --exclude-dependencies=true --footer=foo bar ... it works fine. -- Tom

[flexcoders] unable to set origin point for zoom effect

2007-05-29 Thread flashcrow2000
Hello everybody, I have the following problem: I have a custom title window built from scratch (extends Canvas); I also have a number of widgets which extend this window (they actually contain one instance of this window, and the content is generated and loaded inside it at runtime) and all

Re: [flexcoders] asdoc on linux, and the --footer argument

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Tom Chiverton wrote: Oh, I forgot to say, if I run the asdoc.jar directly: ... it works fine. Found the problem :-) If you suffer from this problem, the SDK's bin/asdoc file's last line needs altering to read java $VMARGS -classpath $FLEX_HOME/lib/asdoc.jar

[flexcoders] Channel.Connect.Failed error undefined url

2007-05-29 Thread Misael Ferreira
Hi, I´m running Flex Test Drivehttp://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/and when trying hibernate samples i get the following message: [FaultEvent fault=[RPC Fault faultString=Send failed faultCode= Client.Error.MessageSend

RE: [flexcoders] DataGrid and complex types

2007-05-29 Thread Alex Harui
There's also an example of using custom DataGridColumns on by blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Santambrogio Sent: Sunday, May 27, 2007 5:33 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] DataGrid and complex types

2007-05-29 Thread Tracy Spratt
labelfunction is how I would do it. But note: custom label function for each column Since you have the entire item Object and know which column is being processed, a single labelFunction will work for multiple columns. Tracy From:

Re: [flexcoders] Please help!! Reduce alpha value of a color in a bitmap image?

2007-05-29 Thread Johannes Nel
loop, getPixel() setPixel32() On 5/28/07, arpan srivastava [EMAIL PROTECTED] wrote: Hi all, I am facing a lot of problem with bitmap image. Can anyone tell me a filter with which i can reduce the alpha value of a particular color. e.g. suppse i have a flag of Japan in which there is a

[flexcoders] Change default loader, etc

2007-05-29 Thread dnk
Hi there, I am working on my first flex app, and have set some color changes, etc for the background and other things. Now for some reason when loading, the background is the default color (as is the loader bar), then changes over. Where can I seet this to match the app? Regards, DNK

Re: [flexcoders] DataGrid and complex types

2007-05-29 Thread André Rodrigues Pena
Of course this helped Andrea. Thanks. I think Adobe should think of allowing the dataField attribute to work with properties of Objects On 5/27/07, Andrea Santambrogio [EMAIL PROTECTED] wrote: On 27/05/2007, at 21:57, André Rodrigues Pena wrote: Although when I try to populate de DataGrid,

[flexcoders] Re: Creating live streaming video player in flex ,something like youtube

2007-05-29 Thread u4zoran2002
Hello G, thanks for your help, i had discussion with my professor and he told me that what i need to do is just the video player like client and it doesnt need to have any videos inside, only the player. Like for example i go to www.youtube.com and i watch the videos(videos included in youtube

Re: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-29 Thread Ian M. Jones
Just to follow up... I installed hot fix 2 yesterday, which cleared up my problem with setting the width of non-visible columns (i.e. scrolled off to right in this case). So, thank you jake247, your code is working very well for me. Regards, Ian

[flexcoders] scrollToIndex with TileList

2007-05-29 Thread jthieret
Can't get this to work. The call returns true, saying the list was scrolled, but it hasn't. I have read everything I can find on problems with scrollToIndex in the forums and have tried validateNow(). Nothing works. Anyone else have this problem? Anyone found the fix? The tilelist has 8 rows

[flexcoders] PopUpManager

2007-05-29 Thread kgnytia
Hi all! Im trying to open a client form pop up from another form. This is the code im using in the parent. public var pop : Client; /*this is the class that is to be created for the popup: Client.mxml*/ private function selectClient() : void{ pop =

[flexcoders] Re: Creating live streaming video player in flex ,something like youtube

2007-05-29 Thread u4zoran2002
I hope you got the reply to this message and my explanation of what i need to do. I must have video player created in flex and i should use it as a client on youtube.com to watch some random videos. My professor said that the player created in flex should be able to open random video from

Re: [flexcoders] Barcode scanning with pda (MC50 for instance)

2007-05-29 Thread Clint Modien
Sounds like a fun little project... what programming language were you thinking of using for interfacing with the Symbol scanner? I'm guessing you don't care about web security as this sounds like it's a local application so you'll be able to create a socket connection to a program listening on

[flexcoders] Re: Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread barry.beattie
how come othere eclipse plug-ins can allow you to select code and push it around with the mouse (eg: cfeclipse) but not flexbuilder?

[flexcoders] Cairngorm (server) error handling pattern(s)

2007-05-29 Thread pgp.coppens
Hello, I was wondering whether anyone has any guidance on how to deal with server/service errors, including, but not limited to field validation errors. Something like what is explained in http://onrails.org/articles/2007/03/06/mapping-rails-errors-to-flex-fields but then as a natural Cairngorm

[flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Jason
I must confess I was really surprised when I rotated a text object and re-positioned. And discovered scrollbars appearing because although the rotated objects were placed on the canvas. The original positions were what the system used for determining the necessity of scrollbars. This definitely

RE: [flexcoders] RemoteClass

2007-05-29 Thread Peter Farland
Can you show us the code where you import com.beans.Sale and show how it is actually referenced in your code so a compile time dependency exists on the class and thus ensures it is linked into the SWF? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] How to access last node atributes with e4x?

2007-05-29 Thread Peter Farland
You can get the length via XMLList.length() so just substract 1 and you'll have the last position. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mocalocamm Sent: Monday, May 28, 2007 8:22 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: compiling java classes for flex data services

2007-05-29 Thread Peter Farland
Did you add flex-messaging.jar and flex-messaging-common.jar to your classpath when compiling? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mayur Bais Sent: Monday, May 28, 2007 1:14 AM To: flexcoders@yahoogroups.com Subject: Re:

Re: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-29 Thread jake247
Hmmm ... I just tried your scenario by changing the width of a column that you have to get to using the horizontal scroll bar (our grid is about 25 columns). I then saved the grid settings (we trigger it via a right click and a context menu selection), close the app, and restart it. The new

Re: [flexcoders] Re: Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, barry.beattie wrote: how come othere eclipse plug-ins can allow you to select code and push it around with the mouse (eg: cfeclipse) but not flexbuilder? It's a feature of CFE and/or Eclipse 3.3. FlexBuilder is built on Eclipse 3.1, so doesn't have it unless the plugin

Re: [flexcoders] Checking if an Object has as property/element

2007-05-29 Thread Troy Gilbert
You're absolutely right, and in fact I got bit by this this weekend... we have a bunch of object serialization code that uses that idiom of if ( xml.myTag) and it broke this weekend when we fed it XML docs that lacked tags! Troy. On 5/25/07, Daniel Freiman [EMAIL PROTECTED] wrote: The

[flexcoders] Access a viewstack

2007-05-29 Thread Giro
I have a viewstack on my main application. I have two views, in one of this view I have a component. I another I have a simple panel. When I push a button inside the component, I want to change main viewstack, but the problem is that I can't access the main viewstack ID from my component.

Re: [flexcoders] Access a viewstack

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Giro wrote: How can I do it? Either give your component a function call back (onClick ?) so it can fire code in the parent directly when stuff happens, refer to the view via parent., or investigate something like a ModelLocator. -- Tom Chiverton Helping to

RE: [flexcoders] Access a viewstack

2007-05-29 Thread Giro
I solve it using this: http://www.nielsbruin.nl/flex_examples/modelexample/ModelExample.html But for me is strange that flex dont have a more easy solution. Giro. -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tom Chiverton Enviado el: martes,

Re: [flexcoders] Access a viewstack

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Giro wrote: But for me is strange that flex dont have a more easy solution. The thing about Flex is that it doesn't force any one way of doing things. -- Tom Chiverton Helping to professionally monetize cross-media systems on: http://thefalken.livejournal.com

RE: [flexcoders] ComboBox ItemRenderer Issues

2007-05-29 Thread Alex Harui
Itemrenderers are not used in the text portion ComboBox itself, just the dropdown. You can use labelFunction to change what the text portion displays or subclass. Check out the Icons In ComboBox example on my blog (blogs.adobe.com/aharui) From:

RE: [flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Alex Harui
It's a bunch of work and can hurt performance for all of the containers to handle rotated objects in layout so we simply haven't done it yet. You should be able to get around it by subclassing though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

Re: [flexcoders] scrollToIndex with TileList

2007-05-29 Thread Ben Marchbanks
As an alternative method could you use myTileList.selectedIndex = (myTileList.dataProvider.length()-1) jthieret wrote: Can't get this to work. The call returns true, saying the list was scrolled, but it hasn't. I have read everything I can find on problems with scrollToIndex in the

RE: [flexcoders] PopUpManager

2007-05-29 Thread Alex Harui
Check out how we wrote mx.controls.Alert. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kgnytia Sent: Tuesday, May 29, 2007 1:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] PopUpManager Hi all! Im trying to open a

RE: [flexcoders] scrollToIndex with TileList

2007-05-29 Thread Alex Harui
Can you post an example? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jthieret Sent: Monday, May 28, 2007 3:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] scrollToIndex with TileList Can't get this to work. The call

RE: [flexcoders] DataGrid and complex types

2007-05-29 Thread Alex Harui
We'll probably just keep pointing people to the example on my blog. There dataField is checked quite often during initial rendering and scrolling and we don't want to do any extra thinking looking for dot-paths unless you know you're going to need it.

RE: [flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-05-29 Thread Alex Harui
We'll wrap the array in an ArrayCollection, so call dataGrid.dataProvider.refresh(). Or dataGrid.invalidateList() However, neither approach may work until you refactor to modify the ArrayCollection and not the array. Arrays do not have change notifications so we can't see what is

RE: [flexcoders] Change default loader, etc

2007-05-29 Thread Alex Harui
Depends on how you set your changes and are building the app. FlexBuilder should try to set the background of the HTML wrapper for you. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Monday, May 28, 2007 9:42 PM To:

RE: [flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Ely Greenfield
Right on all counts Jason. Our layout system isn't really written to handle rotation in a deeply integrated manner. It's something we'd like to include, but most use cases don't really require rotation, so it's a bit lower down on the priority list. As Alex points out, doing it

[flexcoders] Syntax highlighting library in ActionScript 3

2007-05-29 Thread Robert Cadena
Hi everyone, I am releasing the first version of my syntax highlighting library written in actionscript 3. I use this library in the chatrooms in my SearchCoders/Dashboard application to parse as3 code in the chatrooms. Here's an example:

[flexcoders] passing an ArrayCollection to a CFC

2007-05-29 Thread mark_watts01
does anybody have any examples of passing an ArrayCollection to a ColdFusion CFC and having the CFC do something with it? I cant seem to get the syntax correct maybe it is impossible?

Re: [flexcoders] Re: Converting the output of ObjectUtil.copy() to custom type

2007-05-29 Thread Troy Gilbert
All of these techniques copy generic objects (as in property containers, name value pairs). Typed objects do not function in exactly the same way. As a result, you can't clone them generically. Troy. On 5/26/07, Lucas Pereira [EMAIL PROTECTED] wrote: Hi. Right now I'm having the same

RE: [flexcoders] Re: Converting the output of ObjectUtil.copy() to custom type

2007-05-29 Thread Peter Farland
You can use this technique for typed objects too, you just need to ensure that you have registered a remote alias for the class. This is because ByteArray serialization is really making use of a player feature that is intended for sending AS3 data to remote agents. import

RE: [flexcoders] show value in combobox

2007-05-29 Thread Tracy Spratt
As I understand it, selectedItem requires a *reference* to the item you want to select. It does not do a search of the dataProvider item properties (how could it know which properties to use?) to find a match for a value. I think you will need to use the iteration logic. Tracy

RE: [flexcoders] Re: Datagrid with bound dataProvider not updating.

2007-05-29 Thread Tracy Spratt
I think Alex called invalidateDisplayList a big hammer. The best solution to this is to never use Array, or XMLList for dynamic dataProviders, since their methods do not dispatch the necessary events to update the UI. Instead, wrap Array in ArrayCollection, and CMLList in XMLListCollection,

RE: [flexcoders] How to get the target node in dragEnter()

2007-05-29 Thread Tracy Spratt
...don't think the default tree behavior is to set selectionItem on dragEnter... No, it is not, but that is the technique all the examples I see use to determine the target tree node. But that technique changes the dragSource. I am going to use a different UI for my needs this time. Tracy

RE: [flexcoders] show value in combobox

2007-05-29 Thread Alex Harui
You correct. A reference is required, although for straight strings, all strings of the same value refer to the same object. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, May 29, 2007 10:36 AM To:

[flexcoders] Re: [cairngorm-devel] Flex HotFix 2 and Cairngorm 2.2

2007-05-29 Thread kyle.vanvranken
It's really not that big of a deal. I mean extracting a zip is not that hard I was just saying in an ideal situation using the updater would be nice. I suppose that if I had to choose between waiting longer for hotfixes or having to manual patch I most defiantly choose manual patching! :) Also

[flexcoders] Re: Client IP Address

2007-05-29 Thread lanlin998
Adam, Thanks for the suggestion. You are exactly right about the anonymous client login. However, we don't just have anonymous users. Here is the goal: We have two types of clients: one from a unique touch-screen panel mounted on the wall that stays in a fixed location. Since there is

Re: [flexcoders] Re: Client IP Address

2007-05-29 Thread Guillermo Villasana
Lan, why don't you wrap the flex application in a simple .jsp or .php, and let that file take care of the IP using a session or something of the sort? Best regards Terius lanlin998 wrote: Adam, Thanks for the suggestion. You are exactly right about the anonymous client login. However, we

[flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Ariel Jakobovits
is anyone running cfeclipse in flex builder standalone? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] FileSize: modules/rsl

2007-05-29 Thread mapper2255
Good Morning, I am trying to move from the newbie class to a moderately capable Flex Programmer. I would like to make some income as I do this. I have decided to use the Flex Explorer (with proper credits of course) structure as a learning platform. For my purposes Flex Explorer is too

[flexcoders] Two was chat

2007-05-29 Thread Christopher Olsen
Anyone here working on a two way chat application? -Christopher

Re: [flexcoders] Best way to convert PNG to for usable in Flex

2007-05-29 Thread Impudent1
We are working on a project where we need to be able to work with large size PNG files using transparency. What is the best way to convert these transparent PNG files so that they can be properly displayed and worked with in Flash? Why not use Bridge from CS3? In

RE: [flexcoders] Re: Client IP Address

2007-05-29 Thread Tracy Spratt
I do exactly this, but using a .net backend. There I use: Request.ServerVariables(remote_addr) To get the client IP address. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Tuesday, May 29, 2007 2:22 PM

{Disarmed} Re: [flexcoders] Flex on Mac

2007-05-29 Thread fuad_kamal
I guess we must be running on diferent platforms, versions, or something. In flexbuilder (not the eclipse plug-in) on Mac, there is no new window option under File, and File-New pulls up a secondary menu (new MXML, etc.), of which new window is not an option. --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: Client IP Address

2007-05-29 Thread Paul deCoursey
I had a similar setup. What I did was added an optional onscreen keyboard on the login page. and if you use a certain login id then it sets a localSharedObject that is a authentication key that associates the client as a kiosk from that point on. Then when the app is loaded it checks for

[flexcoders] Re: Showing item roll over color in a data grid manually

2007-05-29 Thread Sandeep Malik
Hi there, Thanks a lot for your code snippet and thanks for your time! However, I wanted to have a itemRollOver color on the data grid. Setting of selectedIndex on data grid sets the selectionColor and may change certain other things as selectedIndex is a bindable property. Is there any other

[flexcoders] Re: Superimposing chart.

2007-05-29 Thread Sandeep Malik
Not sure, but try to use one of the following: 1. Use annotationElements of area chart and put line series as annotation element. 2. Use backgroundElements of line series and put area chart as background element. PS: Suggestion 2 might interfere with the grid lines of line series. Regards,

Re: [flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Muzak
Yup, have been since I first got FB (when it was released). Never had any problems with it. Now running FB 2.01 standalone and CFEclipse 1.3.1.4 I do not have the CF extensions for FB installed though. regards, Muzak - Original Message - From: Ariel Jakobovits [EMAIL PROTECTED] To:

[flexcoders] Weird behavior with URLStream

2007-05-29 Thread Sandeep Malik
Guys, We're seeing something weird. We're streaming a lot of data from server. This data comes in three chunks, each of size ~ 4 M. We fire all the three requests simultaneously with three different URLStreams. However, it seems like Flash Player only loads at max 2 requests at a given point

Re: [flexcoders] Re: Client IP Address

2007-05-29 Thread Jamal Romero
Hi, I came across this problem using Axis. I remember that org.apache.axis.MessageContext holds all the information related to the application context. Just a small google search I'v found this page: http://www.nomachetejuggling.com/2006/01/31/getting-remote-ip-address-in-axis/ which explains the

Re: [flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Derrick Anderson
i installed cfeclipse on FB standalone, the install seemed to go fine- but something is keeping it from loading- i do not see the cfeclipse perspective - Original Message From: Muzak [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 29, 2007 3:14:14 PM Subject: Re:

Re: [flexcoders] Re: Superimposing chart.

2007-05-29 Thread Brendan Meutzner
If you're talking about series data that is using the same axis values, you can just add multiple AreaSeries and LineSeries elements to a single CartesianChart instance. If the LineSeries uses a different scale, just add it to the secondVerticalAxis instance using the secondDataProvider as it's

[flexcoders] FDS 30 Minute Testdrive Project - problems creating a new project

2007-05-29 Thread annespg
I'm trying to use the FDS 30 Minute TestDrive sample apps inside Flex Builder. I downloaded the test drive and all the samples work just dandy fine, and I can view the source etc. So I wanted to load some of the sample apps into Flex Builder so that I could modify and play with them with the

RE: [flexcoders] Re: Superimposing chart.

2007-05-29 Thread Ely Greenfield
CartesianChart series AreaSet type=stacked AreaSeries ... / AreaSeries ... / / LineSeries ... / / / From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Malik Sent: Tuesday, May 29,

Re: {Disarmed} RE: {Disarmed} RE: [flexcoders] Flickr - Issue with LoaderContext

2007-05-29 Thread Jurgen Beck
All true. Seeing that there really is no alternative other than using a proxy server, I implemented a solution that seems to be working for this specific application. I ended up using at32.com ReverseProxy (http://www.at32.com), which is for Windows. As long as the reverse proxy is bound to

RE: [flexcoders] Re: Showing item roll over color in a data grid manually

2007-05-29 Thread Alex Harui
I would consider customizing the renderers to show a different backgroundColor, not necessarily the highlightColor. There's an example of a lightweight background renderer on my blog (blogs.adobe.com/aharui) which you would tie into some logic as to whether that item is the current chart item

[flexcoders] examples of advanced datagrid functions (paging/filters)

2007-05-29 Thread Derrick Anderson
Hi, does anybody know where i can find a good example of a datagrid that does recordset paging (where each page makes a request to the server to lazy load the data). i'm also looking for a nifty way of handling search filters as well. i'm googling but coming up blank. thanks in advance. d.

[flexcoders] Defining a dynamic UI

2007-05-29 Thread gary_mangum
Is it possible to pre-define a set of MXML components but not create them or add them to a Container in the application until a later time. In other words, I want to define some components, complete with properties, events, etc. that will not be part of my UI until I dynamically add them as the

[flexcoders] Re: Client IP Address

2007-05-29 Thread lanlin998
It worked !! Thanks Jamal for such a prompt and effective response. Credit to Rod Hilton for posting the solution as well.

  1   2   >