RE: [flexcoders] Re: Modules the way to go?

2008-05-06 Thread Gregor Kiddie
"I won't develop the modules" Well, that's your biggest problem, without being able to control the modules, you can't guarantee the behaviour. It's quite possible if one misbehaves it could lock your app up. "If I have several small modules opened (say 6 to 10, each of 20K to 60K size), they s

[flexcoders] Re: Modules the way to go?

2008-05-06 Thread Bjorn Schultheiss
Any external swf you load can crash your app. It's a really big issue with the player at the moment. >From my experience Modules provide you a good basis for multi-swf architecture with Flex. --- In flexcoders@yahoogroups.com, "Gregor Kiddie" <[EMAIL PROTECTED]> wrote: > > "I won't develop the

Re: [flexcoders] Child items in custom component

2008-05-06 Thread Stephen Downs
sure you added your '_nodeContainer' Sprite to the display list? On 5 May 2008, at 16:34, Weyert de Boer wrote: Hello! I am currently a bit clueless regarding using Flex components. I am currently trying to port a .NET component to Flex. Only I have some problems. In a simplified form the p

[flexcoders] pass value to a headerRenderer?

2008-05-06 Thread cyrill.zadra
Hi, I have a little test datagrid where each column has a header that contains a label an a combobox. Now I'd like to fill the data from the column as value in the combobox. Is there a way the pass value to a header renderer? the demo you'll find on http://www.zadra.ch/flex/datagridfilter/DataGr

Re: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-06 Thread Tom Chiverton
On Friday 02 May 2008, Battershall, Jeff wrote: > As I said, I'm willing to be convinced otherwise, but you'd have to make > sure that your paths are correct Dev. is the same as live, as far as ColdSpring is concerned (a 'coldspring' mapping) and the generated CFCs use a relative path of '/com/f

[flexcoders] unsubscribe

2008-05-06 Thread Tom Lee

Re: [flexcoders] Re: Use Cairngorm wihtout Dispatch

2008-05-06 Thread Tom Chiverton
On Sunday 04 May 2008, Stephen Downs wrote: > What is the difference of the view knowing what event it has to > dispatch, to it actually knowing the method on the controller it was > to invoke? If your Controller changes, you have to change every view that uses it. -- Tom Chiverton Helping to p

[flexcoders] httpservice.send() problem in flex

2008-05-06 Thread Deniz Davutoglu
Hello everyone, I try to use some data driven tree control with php mysql and apache server. I include or delete new nodes to tree and save it. When I browse page in firefox send() method works fine and save data to mysql, but in ie or opera it doesn't! it seems that it does something because tree

[flexcoders] Re: Checkbox as a headerRenderer

2008-05-06 Thread markgoldin_2000
Not sure I am following. When a user clicks on a checkbox I have to accomplish a few tasks. First, I want to make a column enabled because be default it comes disabled. How do I reference the column from my checkbox rendereder? --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]

[flexcoders] Understanding Actionscript 3 and CFCs with CF8

2008-05-06 Thread corsini.bruno
Hello everyone! I am a developer Italian struggling in the world of flex 3. I apologize for my poor English ... I am planning an authentication system works and RemoteObject CFCs ... I Need some help figuring out how to operate ... Disinguo 2 files: 1) cfc: contains query that comes from the da

[flexcoders] File Uploading

2008-05-06 Thread Pravin Uttarwar
Hi All, I have requirement in my project of uploading the image file only. This can be done through using FileReference class but can anybody tell me how it can be done using BlazeDs with java (not using jsp) Thanks in advance.

[flexcoders] Learning flex !

2008-05-06 Thread Laila Towailib
What is the best way to learn flex coding in your opinion ?

[flexcoders] RTMP vs AMF

2008-05-06 Thread Adolfo Ruiz
What is the difference bettwen these two channels? i cant find a good answer . best regards. Yahoo! Deportes Beta ¡No te pierdas lo último sobre el torneo clausura 2008! Entérate aquí http://deportes.

[flexcoders] Re: How do I add a header or additional post parameter to a RemoteObject Request

2008-05-06 Thread jennie_mai_nguyen
Valdhor, thanks for the reply. I actually call the function directly on the service with the args: myService.getMyStuff(data1, data2); I want to put "uniqueToken" on the POST request itself, so that I don't have to change all the method signatures to include the token. When the request goes th

[flexcoders] How to clear an ArrayCollection

2008-05-06 Thread timgerr
Is there a command that will clear an array collection or do I have to use a loop to do it? Thanks, timgerr

[flexcoders] Re: FB and command line mxmlc inconsistency

2008-05-06 Thread marstonstudio
I posted a bug in the adobe flex database on this issue. Vote for it if you have experienced the same issue https://bugs.adobe.com/jira/browse/SDK-15466 Jon Marston --- In flexcoders@yahoogroups.com, "bhaq1972" <[EMAIL PROTECTED]> wrote: > > In Flexbuilder, the following declaration (in a styles

AW: [flexcoders] How to clear an ArrayCollection

2008-05-06 Thread Andreas Santoro
var arr:ArrayCollection = new ArrayCollection(); arr.removeAll() Andreas Santoro Senior Consultant Plan-B GmbH Kolpingstr. 6 D-73433 Aalen Tel.: +49 (0) 177 1762129 Mail: [EMAIL PROTECTED]-b-gmbh.com Web: www.plan

[flexcoders] Re: How do I add a header or additional post parameter to a RemoteObject Request

2008-05-06 Thread valdhor
The only way I see to do what you want is to delve into sockets but this would be a very difficult proposition. I still think you are better off putting all your data into a generic object (Or better yet, a VO) and pulling it out on the server. This will give you a lot more flexibility in the futu

Re: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii

2008-05-06 Thread Greg Hess
Thanks folks, much appreciated! Fresh new flash app and code base it is :-(. -Greg On Fri, May 2, 2008 at 3:23 PM, Battershall, Jeff < [EMAIL PROTECTED]> wrote: >I wouldn't get your hopes up - at least as far as Flex 2 or 3 is > concerned. You can use component versions that shipped with F

[flexcoders] Re: AdvancedDataGrid (focus?) problem

2008-05-06 Thread sameerbhatt13
Kindly log a bug here - http://bugs.adobe.com/flex/ --- In flexcoders@yahoogroups.com, "kummallinen_puu" <[EMAIL PROTECTED]> wrote: > > I'm having some weird issues with ADG that seem to be somehow focus > related. In some cases ADG will open editor for the last edited cell > even though the editi

Re: [flexcoders] Learning flex !

2008-05-06 Thread Riccardo Cohen
1) I've read the book "Programming Flex 2" from Joey Lott and Chafic Kazoun, it helped me very much. They have published a flex3 version that seems valuable too. 2) using flex builder instead of free sdk is easier because there are a lot of helpers. Laila Towailib wrote: > What is the best wa

Re: [flexcoders] itemUpdated() functionality for XML properties?

2008-05-06 Thread Daniel Gold
I believe I've seen XMLChangeWatchers used in generated source to listen for attribute changes, etc, on XML data. I think the DataBinding chapter of the Flex developers guide claims you can only bind to XML attributes and changes in MXML, but at some point it gets compiled to AS. On Mon, May 5, 20

[flexcoders] FlashVars & CF issue

2008-05-06 Thread nwebb
Hi, I've set up my project so that when I hit "Run" or "Debug" my swf gets published to a location on a development machine (rather than to the local bin folder(s)) While the swf gets published to the correct location, my problem is that, by default, Flex generates an HTML wrapper to go with it.

[flexcoders] What are the analogous properties of Event Audio Play back and Stream Audio Play back in FLEX 3.0 vs. Flash?

2008-05-06 Thread Robert Thompson
I'm a very proficient ActionScript 2.0 programmer still learning to reach the same proficiency in ActionScript 3.0 So I wanted to ask anyone from Adobe or any other flexcoder experts out there: What are the analogous properties of Event Audio Play back and Stream Audio Play back in FLEX 3

RE: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-06 Thread Battershall, Jeff
Tom, C'mon - I'm not questioning your decision to take that approach - all I was just trying to help the guy with the off-the-wall behavior he was seeing. What's your take on his problem? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

RE: [flexcoders] Learning flex !

2008-05-06 Thread Matt Horn
The Flex Getting Started Experience has examples and conceptual information that are mean to give you an introduction to Flex coding: http://learn.adobe.com/wiki/display/Flex/Getting+Started hth, matt horn flex docs From: flexcoders@yahoogroups.com [

[flexcoders] questionfor AdvancedDataGrid?

2008-05-06 Thread markflex2007
Hi, I have the following question about AdvancedDataGrid? The code works fine:(code 1) http://www.adobe.com/2006/mxml"; backgroundColor="#32669D" xmlns:ext="nl.wv.extenders.panel.*" width="854">

[flexcoders] SWFLoader Object and Panel

2008-05-06 Thread hokjay
Hi All, I am new to Flex, so please bear with me. I can load my swf sucessfully into both a SWFLoader and Image Component, and both as a static file and binary. My problem is when I render it in my panel, if the SWFLoader or Image component is smaller than than the panel, it floats on top (and

[flexcoders] Custom renderers - need help

2008-05-06 Thread markgoldin_2000
I am still having problem understanding how to do some things with custom renderers. Here is a scanario (The code is simplified): There is a HBox. That would have a few children: public class columnHeaderCheckBox extends HBox { public function columnHeaderCheckBox() { super(); } ov

AW: [flexcoders] questionfor AdvancedDataGrid?

2008-05-06 Thread Andreas Santoro
you have a local Variable in your function private function QueueRequest():void{ var dpFlat:ArrayCollection = new ArrayCollection([ {Region:"Southwest", Territory:"Arizona", Territory_Rep:"Barbara Jennings", Actual:38865, CHANGE TO private function QueueRequest():void{ dpFlat= new ArrayCollec

RE: [flexcoders] Learning flex !

2008-05-06 Thread Dale Fraser
I think the best way to learn is to have some reference book that you either read or reference when needed. Then have a real project in mind, and try to write it, when you get stuck ask questions, refer to your book, search google, use this list etc, you will make a lot of mistakes, but you wil

[flexcoders] Re: datagrid using button or checkbox wHat Code to Trigger

2008-05-06 Thread Jason B
actually ive not heard of dataprovider until now for this before you mentioned a php issue or xml ? thats the reason i feel confused. also i mentioned if i could get a working example off the web, which is still desired but not given. I'll search and see what i can find. but basically your stating

Re: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-06 Thread Tom McNeer
On Tue, May 6, 2008 at 9:51 AM, Battershall, Jeff < [EMAIL PROTECTED]> wrote: > C'mon - I'm not questioning your decision to take that approach - all I > > was just trying to help the guy with the off-the-wall behavior he was > > seeing. What's your take on his problem? > > > > > > > > I'm stil

[flexcoders] Re: questionfor AdvancedDataGrid?

2008-05-06 Thread markflex2007
Thanks. But I get error when I do this. private function QueueRequest():void{ dpFlat= new ArrayCollection([ {Region:"Southwest", Territory:"Arizona", Territory_Rep:"Barbara Jennings", Actual:38865, 'illegal assignment to class ArrayCollect' Now the question seems how to set a public array

Re: [flexcoders] FlashVars & CF issue

2008-05-06 Thread Tom Chiverton
On Tuesday 06 May 2008, nwebb wrote: > My initial thought was to open up the Debug Dialogue/Run Dialogue and swap > the url/path to point to the original html. The problem is that the > original html wrapper is actually generated from a ColdFusion file, and > pointing to the ColdFusion file directl

RE: [flexcoders] questionfor AdvancedDataGrid?

2008-05-06 Thread Gregor Kiddie
"I have the following question about AdvancedDataGrid?" Yeah, there is a closed bug about it (can't find the number just now!) The Grouping and Hierarchical dataproviders don't throw events when their contents change, so the binding never fires with what you have there. The workaround is to subc

Re: [flexcoders] Custom renderers - need help

2008-05-06 Thread Tom Chiverton
On Tuesday 06 May 2008, markgoldin_2000 wrote: > But what if I want to run some code on one of the children of > columnHeaderCheckBox before it actually is shown? Why can't you do this in createChildren() ? -- Tom Chiverton Helping to greatly empower fifth-generation infomediaries on: http://the

AW: [flexcoders] Re: questionfor AdvancedDataGrid?

2008-05-06 Thread Andreas Santoro
First, use CreationComplete as Event if you wannt to wait till the Application is ready. After you added your data to the ArrayCollection, you have to call gc.refresh() if you using Groupping in AdvancedDatagrid. this version works. http://www.adobe.com/2006/mxml"; backgroundColor="#32669D" x

Re: [flexcoders] Flex/ColdFusion use-mappings ignored?

2008-05-06 Thread Tom Chiverton
On Tuesday 06 May 2008, Tom McNeer wrote: > I don't expect anyone to do extensive legwork on something this arcane. > I'll keep hammering at it myself. I'd take the .xml config files and 'diff' them, might produce a ton of false positives, and you might have to tidy up the XML first, but it might

RE: [flexcoders] questionfor AdvancedDataGrid?

2008-05-06 Thread Gregor Kiddie
Found it ;) http://bugs.adobe.com/jira/browse/FLEXDMV-1334 I think the code below should work (untested and rough but you get the idea) package com.inpses.util { import flash.events.Event; import mx.collections.HierarchicalData; import mx.events.Collecti

[flexcoders] Flash 9 cs3 component rendering issues

2008-05-06 Thread kwigbo
I have an actionscript project that uses a SWC exported from CS3. The SWC is just a MovieClip with nested components. These components won't show correctly on any flashplayer prior to 9.0.115. Any ideas why?

[flexcoders] Adding/Removing child components

2008-05-06 Thread kalpkat9
Hi, I am working with a component where I can add and remove line items ('remove' buttons). I dont know where I am missing it, but I am only able to remove the lines from the bottom of the stack and I wish to remove the line items as such with their relevant index. Please take a look at this co

Re: [flexcoders] Adding/Removing child components

2008-05-06 Thread Tom Chiverton
On Tuesday 06 May 2008, kalpkat9 wrote: > I dont know where I am missing it, but I am only able to remove the > lines from the bottom of the stack and I wish to remove the line > items as such with their relevant index. If you use a Repeater bound to an ArrayCollection of the items, you could use

[flexcoders] Re: TextField - how does it calculate the number of lines?

2008-05-06 Thread Dmitri Girski
Anyone? --- In flexcoders@yahoogroups.com, "Dmitri Girski" <[EMAIL PROTECTED]> wrote: > > Question to Alex and the rest from Adobe gang: > > Why the TextField does not include in numLines the number of lines > which ends up with CR or LF? > > I.e. if you have a text: > > Mary has a little la

Re: [flexcoders] FlexBuilder3 and Web Service proxy generation tool

2008-05-06 Thread pitirre
Robert, I'm using Flextense to generate the proxy and I'm having excellent results using the proxy to communicate with dotNet web services. The proxy generated by Flextense generate arrayCollections (denpend on how complex is your WSDL) and I had to fix the Flex SDK 3.0 XMLDecoder/XMLEncoder to m

[flexcoders] Design Choices and best practices for using RTMP/AMF over HTTP/XML communication

2008-05-06 Thread Jalal ud Din
Hi, I am new to flex/RIA. I am exploring different design choices especially in client server communication. On client side we will be using Flash based RIA (using Actions scripts). There will be some simple forms (like for login, registration, payments etc) and some simple reports including wi

[flexcoders] Re: RTMP vs AMF

2008-05-06 Thread valdhor
I think these two articles explain them both very well: http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol http://en.wikipedia.org/wiki/Action_Message_Format --- In flexcoders@yahoogroups.com, Adolfo Ruiz <[EMAIL PROTECTED]> wrote: > > What is the difference bettwen these two channels? i

[flexcoders] ProgressBar issue in release build

2008-05-06 Thread Danish Tehseen
On login while loading data in module, users are shown indetermined progress bar. There might be more than one module showing progress bar at the same time. i have used the same control in other modules as well and they are working fine but those modules are opened in a popup window. If i simply

RE: [flexcoders] Adding/Removing child components

2008-05-06 Thread Tracy Spratt
Yes, unless you have some special needs, using Repeater for your dynamic instantiation will save you a lot of work. Plus Repeater supports recycleChildren, which will help with performance over creating and removing children. Tracy -Original Message- From: flexcoders@yahoogroups.com [mai

RE: [flexcoders] Re: datagrid using button or checkbox wHat Code to Trigger

2008-05-06 Thread Tracy Spratt
Man, if you do not know what a "dataProvider" is, you have a lot of studying to do. Hit the documents for a while before you try to go further. You will at least need the basic terminology to understand any advice I may give you. I fear you will have difficulty finding a full example because

[flexcoders] Re: datagrid using button or checkbox wHat Code to Trigger

2008-05-06 Thread Jason B
yea i would love to know where to begin reading? i've yet to find a published flex 3 book on any bookstore in my area? do you have an online beginning on flex 3 covering this info? --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Man, if you do not know what a "da

RE: [flexcoders] Re: datagrid using button or checkbox wHat Code to Trigger

2008-05-06 Thread Tracy Spratt
The Adobe Flex Getting Started documentation is a great place for, well, getting started. http://learn.adobe.com/wiki/display/Flex/Get+oriented+to+Flex That link also has a list of books in the comments as well. Plus the Adobe resources, including the livedocs and Flex Style Explorer are l

[flexcoders] NumericStepper goes nuts. Who to stop it?

2008-05-06 Thread Dmitri Girski
Hi all, Just bumped into some strange effect - if you click on the NumericStepper, then processing function disables it, does something and re-enables it - it starts clicking by itself. Any ideas how to stop this? Here is the code: http://www.adobe.com/2006/mxml"; layout="absolute">

RE: [flexcoders] Re: RTMP vs AMF

2008-05-06 Thread Seth Hodgson
And if you're more interested in channel behavior versus raw protocol details, there's a short summary of the various channels and their respective pros and cons here: http://www.dcooper.org/blog/client/index.cfm?mode=entry&entry=8E1439AD-4E22-1671-58710DD528E9C2E7 Seth From: flexcoders@yahoog

[flexcoders] AdvancedDataGrid doesn't update with real data?

2008-05-06 Thread markflex2007
Hi, I am working with cairngorm with Flex 3. I use Datagrid before in the page and it works fine.The Datagrid automatically update when the data updated in database. ...

[flexcoders] Re: Bind to Dynamic Component or Panel

2008-05-06 Thread gjessup1
I am on the path of creating an associative array with reference to the objects (which is this case is a datagrid). However I can't seem to figure out how to update the data provider when a new message is received from my source. Here is how I create the GUI dynamically. CONFIGARRAY gets populate

[flexcoders] Re: Puzzling Drag Drop Issues/Bug??

2008-05-06 Thread rueter007
Apparently, this issue still remains in the AIR release version. works fine in the flex version though. The mouseY never changes while dragging and hence, dragScroll does not work either. Has anyone found a work around? --- In flexcoders@yahoogroups.com, "jmfillman" <[EMAIL PROTECTED]> wrote: > >

[flexcoders] Re: NumericStepper goes nuts. Who to stop it?

2008-05-06 Thread valdhor
I can see why - you are triggering the fOnChange function on a change event. Then you go ahead and change the numeric stepper by changing the enabled flag which triggers the change event and so on... --- In flexcoders@yahoogroups.com, "Dmitri Girski" <[EMAIL PROTECTED]> wrote: > > Hi all, > >

[flexcoders] Only 2 weeks until FlexManiacs 2008

2008-05-06 Thread Steve Drucker
Flex/AIR conference in Washington, DC on May 21-23. View the conference schedule here: http://www.webmaniacsconference.com/sessions/schedule.cfm View the list of topics here: http://www.webmaniacsconference.com/sessions/flextopics.cfm

[flexcoders] PlotSeries plots on baseline when it shouldn't, anyone else have this issue?

2008-05-06 Thread mecasetta
Is anyone else getting this? Anyone know any workaround or resolution? The issue is that the PlotSeries plots on the zero line of my chart when there is no data to support it. In my example the chart should only render one plot on the graph, it renders one correctly and then others appear at

[flexcoders] Cartesian vs ColumnChart Issue

2008-05-06 Thread j_lentzz
Does anyone know of an underlying reason why a column chart would display the second vertical axis and not a cartesian chart? I have a mixture of mxml and actionscript I use to create a chart. If I have the chart as a ColumnChart, the second axis appears just fine, but the mixture of columns and

RE: [flexcoders] Re: TextField - how does it calculate the number of lines?

2008-05-06 Thread Alex Harui
Sorry, haven't gotten around to it yet. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitri Girski Sent: Tuesday, May 06, 2008 8:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: TextField - how does it calculate the numb

[flexcoders] Re: Adding/Removing child components

2008-05-06 Thread Tim Hoff
Tom and Tracy both have good suggestions. However, I'd recommend using any of the List based controls, with an itemRenderer, instead of using a repeater. Unlike the Repeater component, which instantiates all objects that are repeated (no recycling), the List based controls instantiate only objec

RE: [flexcoders] SWFLoader Object and Panel

2008-05-06 Thread Alex Harui
There is no clipping unless there are scrollbars. Why are your swfs being placed outside the Panel? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hokjay Sent: Tuesday, May 06, 2008 6:58 AM To: flexcoders@yahoogroups.com Subject: [flex

[flexcoders] Re: Adding/Removing child components

2008-05-06 Thread Tim Hoff
Wanted to clarify that when I say (no recycling), I'm refering to itemRenderer reuse with the same set of data. The recycleChildren property of a Rpeater does allow for the re-use of children; when a new data is used. -TH In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > >

[flexcoders] how to remove the shade of ApplicationControlBar

2008-05-06 Thread coder3
Hi All, the comes with a default shade. I would like to remove it but can't find out which attribute handles it. help? thanks! c. -- View this message in context: http://www.nabble.com/how-to-remove-the-shade-of-ApplicationControlBar-tp17089637p17089637.html Sent from the FlexCoders maili

Re: [flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when "labelFunction" property is set

2008-05-06 Thread Andriy Panas
Thanks Alex for the hint, it worked for us after we began to call event.preventDefault() in our custom itemEditEnd event handler. Personally, I think we had hit quite a widespread issue here as it is visible from the google search for "labelFunction, itemEditEnd" keywords http://www.google.com/

[flexcoders] Re: Learning flex !

2008-05-06 Thread x77686d
I've found "Adobe Flex 3: Training from the Source" by Tapper et al. to be useful. I also like "Flex Solutions" by Casario. "Flex 3 in Action" is available via Manning's Early Access Program. I've learned some things from it but, as you'd expect with "early access", a lot of rough spots remain.

[flexcoders] Adobe Help Please: Expired License Hell

2008-05-06 Thread Ethan Miller
Greetings - I'm a licensed owner of FlexBuilder 3.0 Pro (Upgrade version) which was installed and happily running on my Mac G5 Tower. On day two weeks ago or so when I launched Flex Builder it told me that I was in trial mode and that I had x days left. I reentered my license numbers, which it

[flexcoders] Re: NumericStepper goes nuts. Who to stop it?

2008-05-06 Thread Dmitri Girski
So, "change" event comes if you do enabled = false/true. Here is the description from docs: "Dispatched ["change" event] when the value of the NumericStepper control changes as a result of user interaction. " I always though that user interaction means clicks and keyboard input. Does it mean th

[flexcoders] Re: TextField - how does it calculate the number of lines?

2008-05-06 Thread Dmitri Girski
No problem, Alex! I just found this thing while printing the contents of TextArea and I am not sure is this a bug or not. Thanks! Dmitri. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Sorry, haven't gotten around to it yet. > > > > ___

[flexcoders] Is this possible?

2008-05-06 Thread Phill B
I want to have a Flex app that will run on server A but it will upload and delete images from server B. Is this easy to do or is this going to be a pain in the butt? -- Phil

[flexcoders] Socket receive limit

2008-05-06 Thread Michael Baird
Working with the AS3 Socket class, I'm trying to connect to a .NET socket server. I can establish the connection and send and receive data successfully, but if the data from the server-side is greater than 1260 bytes, the packet gets severed. However, this isn't always the case... My packet is var

Re: [flexcoders] how to remove the shade of ApplicationControlBar

2008-05-06 Thread coder3
ok, i've found it. thx. coder3 wrote: > > Hi All, > > the comes with a default shade. I would like > to remove it but can't find out which attribute handles it. > > help? > > thanks! > > c. > -- View this message in context: http://www.nabble.com/how-to-remove-the-shade-of-Applicat

[flexcoders] a datagrid always shows all rows?

2008-05-06 Thread coder3
Hi, Can i make my datagrid always shows all the rows? I want to datagrid height be adjusted with the rows of dataprovider. Is this possible? thx. C. -- View this message in context: http://www.nabble.com/a-datagrid-always-shows-all-rows--tp17091081p17091081.html Sent from the FlexCoders maili

RE: [flexcoders] a datagrid always shows all rows?

2008-05-06 Thread Alex Harui
Use measureHeightOfItems and add in viewMetrics.top and bottom From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coder3 Sent: Tuesday, May 06, 2008 1:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] a datagrid always shows all ro

RES: [flexcoders] Is this possible?

2008-05-06 Thread Luciano Manerich Junior
Hi, Flex will just call some remote method. You will have to develop some "server" (java, php, asp, ...) to do that for your flex app. There's a lot of samples over the internet. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Phill B Envi

[flexcoders] Re: Adobe Help Please: Expired License Hell

2008-05-06 Thread spitnas
Hi, I also had a similar problem on my iMac G5 with FlexBuilder 3.0 Standard. After some research on Google and emailing Adobe Support I concluded it was permission issue on my install. I installed FlexBuilder in a non-admin account, but the install to FlexBuilder attempts to put the license in

[flexcoders] Datagrid sort order: is there a natsort() such as in PHP?

2008-05-06 Thread mr_j_harris
Datagrid sort order: is there a natsort() such as in PHP? This is sort order on some strings: 1 10 11 2 21 23 This natsort order on the same strings: 1 2 10 11 21 23 In short, it deals sanely with a numeric string suffix. Anything like that in Flash/Flex out-of-the-box? -- John

[flexcoders] Re: Modules the way to go?

2008-05-06 Thread Daniel
40 modules running at the same time with no issues? God... That's an accomplishment... Does RAM and processor have something to do with it? Our test computers are running on 1GB RAM, and most have Flex Builder opened at a time... The desktop manager load the modules per user request... The same f

[flexcoders] Strange behavior

2008-05-06 Thread markgoldin_2000
I am trying to implement a checkbox as a headerRenderer: public class CheckBoxHeaderRenderer extends CheckBox { private var _parentGrid:DataGrid = new DataGrid(); public function CheckBoxHeaderRenderer() { super(); selected = true;

RE: [flexcoders] Re: TextField - how does it calculate the number of lines?

2008-05-06 Thread Alex Harui
I get 3 using \n, and 5 using \r\n with this test: package { import flash.display.*; import flash.events.*; import flash.filters.*; import flash.geom.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*;

RE: [flexcoders] Strange behavior

2008-05-06 Thread Alex Harui
Even headerRenderers get recycled. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, May 06, 2008 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Strange behavior I am trying to implement a c

Re: [flexcoders] Preventing default onClick-behaviour in List-Component

2008-05-06 Thread Andriy Panas
Hi Alex, What are API design considerations behind of making most of mx.events.ListEvent events not cancelable? I just wanted to use event.preventDefault in my custom event handler for ListEvent.ITEM_DOUBLE_CLICK event, but I could not. > That is because those events are not cancelable. Are yo

[flexcoders] DateField on Windows

2008-05-06 Thread Richard Rodseth
I wonder if anyone else has encountered this situation. I have a DateField which functions perfectly on my Macintosh running under Flexbuilder, but when QA runs the app on a Windows machine, and the app is hosted on a Windows server, the datefield is not editable, and the calendar doesn't pop up.

RE: [flexcoders] Preventing default onClick-behaviour in List-Component

2008-05-06 Thread Alex Harui
I don't think it would change the API as much as add complexity to the underlying code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andriy Panas Sent: Tuesday, May 06, 2008 2:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcod

RE: [flexcoders] DateField on Windows

2008-05-06 Thread Alex Harui
Any securityErrors in the flashlog.txt? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Tuesday, May 06, 2008 2:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DateField on Windows I wonder if anyone

RE: [flexcoders] Is this possible?

2008-05-06 Thread Tracy Spratt
Yes, in this case it would be worth getting our language accurate. Flex is a client-side technology, and does not "run on a server". The swf executes in a Flash Player instance hosted in a browser. Except for security sandbox issues, it is irrelevant what server "serves" the swf. If you "r

[flexcoders] Re: Datagrid sort order: is there a natsort() such as in PHP?

2008-05-06 Thread dougco2000
You have to do a sortCompareFunction, ala and then create something like: private function sortOnNumber( obj1:Object, obj2:Object ):int { if( obj1["number"] < obj2["number"] ) { return -1;

[flexcoders] itemRender Debug Warnings

2008-05-06 Thread jmfillman
Since implementing some itemRenderers, I've been getting warnings, in Debug mode, that read like this: warning: unable to bind to property 'display' on class 'Object' (class is not an IEventDispatcher) >From what I've been able to find on the www, is that this is related to setting RemoteObjec

[flexcoders] Re: Strange behavior

2008-05-06 Thread markgoldin_2000
I see. I am looking into your blog to find the answer but I can't find it. Could you please help me to understand what do I do with recycling problem? Thanks alot. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Even headerRenderers get recycled. > > > > _

RE: [flexcoders] Re: Strange behavior

2008-05-06 Thread Alex Harui
If you look at the comboboxheaderrenderer example you'll see that it always pulls its data from the column so the renderer can be recycled or recreated. It does not store state within itself From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] itemRender Debug Warnings

2008-05-06 Thread Tracy Spratt
Neither Array nor Object are bindable, they do not dispatch the necessary events. Wrap your Array in an ArrayCollection. One other cause of this warning is when you have a bindable object that you reference through a property typed as Object, as with selectedItem, currentItem, data, getRepeate

[flexcoders] Re: Strange behavior

2008-05-06 Thread markgoldin_2000
But I am using checkbox (is that what you meant?) in the header. Does it have any kind of data to base the checkbox's state on? --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > If you look at the comboboxheaderrenderer example you'll see that it > always pulls its da

[flexcoders] Re: itemRender Debug Warnings

2008-05-06 Thread jmfillman
Thank you for the reply Tracy! So instead of adding the items to the list as an Object I should..? var objDG:Object = {itemID: myID, index: myAC[myID].id, display: gridDisplay, toolTip: tipText}; myList.dataProvider.addItem(objDG); --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAI

[flexcoders] Re: Adding/Removing child components

2008-05-06 Thread Amy
--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Tom and Tracy both have good suggestions. However, I'd recommend using > any of the List based controls, with an itemRenderer, instead of using a > repeater. Unlike the Repeater component, which instantiates all ob

Re: [flexcoders] DateField on Windows

2008-05-06 Thread Richard Rodseth
All is well. Crossdomain.xml *was* missing, but a missing flashvar appears to have been the actual cause. Thanks. On Tue, May 6, 2008 at 3:03 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Any securityErrors in the flashlog.txt? > > > > > > > From:

[flexcoders] showcase

2008-05-06 Thread mcmoisei
Hello, I'm looking for the source code of a large application such as http://flex.org/showcase/ Anyone can gimme a hint how is done ? I think would be extremely beneficial to the community if such source would be available. I'm joining RIA word from the lame world of request-response where the a

[flexcoders] showcase

2008-05-06 Thread mcmoisei
Hello, I'm looking for the source code of a large application such as http://flex.org/showcase/ Anyone can gimme a hint how is done ? I think would be extremely beneficial to the community if such source would be available. I'm joining RIA word from the lame world of request-response where the a

Re: [flexcoders] Is this possible?

2008-05-06 Thread Phill B
So I would have a set of remote object's on server a that would deal with the database and such. Then a remote object on server B that would take care of the image. I guess I was over thanking. Thanks. Phil On Tue, May 6, 2008 at 3:45 PM, Luciano Manerich Junior < [EMAIL PROTECTED]> wrote: >

  1   2   >