RE : [flexcoders] custom map image geocoding ser vice?

2008-06-17 Thread Christophe Jolif
Hi Rich, Not sure it fits your needs as it would require you to change your map but if you are ok with that ILOG Elixir dashboard maps are allowing you to convert lat/long to x,y position on the map. Hope this helps, Christophe -- http://elixir.ilog.com

[flexcoders] Re: How to sorting the results of an OLAPQuery?

2008-06-17 Thread Cosma
Fine, your answer put me on the right track. Just a note: I can't override directly the compareMembers method without breaking things, because the original implementation relies on a *private* member variabile to control the sort direction (which is needed by the hierarchize and union methods).

[flexcoders] ComboBox selectedLabel bug?

2008-06-17 Thread williamkusumo
I can't seem to get selectedLabel out of a ComboBox, it always returns empty string for me. Is this a known bug? I ended up doing this instead: cb.itemToLabel(cb.selectedItem) Any help is appreciated, thank you.

Re: [flexcoders] Example of HTTPService.

2008-06-17 Thread Fidel Viegas
Hi Harshal, Have a look at the documenation. You have some examples. Or just search on google. There are plenty of examples on the net. Fidel. On Mon, Jun 16, 2008 at 10:09 AM, Harshal Anil Bhave [EMAIL PROTECTED] wrote: Hello People, I am new to the group and new to Flex as well.

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tom Chiverton
On Tuesday 17 Jun 2008, Anatole Tartakovsky wrote: messages a day on all kinds of topic - unless I can spend 30+ minutes that day to sort them out it goes directly into garbage can. Most people in the It doesn't take me half and hour to scan down the list and click 'ignore thread' for the ones

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tom Chiverton
On Tuesday 17 Jun 2008, Doug McCune wrote: The biggest issue I see is simply that there are way too many questions being asked that have already been answered (or that don't deserve answers because of the ridiculous way they are asked). Having many places to ask silly* questions will not stop

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tom Chiverton
On Tuesday 17 Jun 2008, Bjorn Schultheiss wrote: A corresponding wordpress blog/website for each list updated with info by the moderators and contributors. It wouldn't have to be an InsideRIA style blog, just info relating to the list. This would just be static, on the order of months if not

[flexcoders] can a custom non displayObject class call PopUpManager?

2008-06-17 Thread grimmwerks
Hey - I've got a singleton class that I was going to use as data class with a debug function to display popup titlewindows with text when need be. However something as simple as this won't work as the data class isn't a displayObject class so it can't call PopUpManager and pass a ref as

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Michael Schmalle
Wow, This sounds like deja vu. Months ago I got off this list becasue that was exactly what was happening (ridiculous posts, repeats). But I got back on a month ago just to get back into the community. When you have put your time in a list(which I have, this one and flexcomponents), it starts

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Paul Andrews
- Original Message - From: Josh McDonald To: flexcoders@yahoogroups.com Sent: Tuesday, June 17, 2008 2:25 AM Subject: Re: [flexcoders] Splitting FlexCoders in smaller, focused groups Define enterprise without resorting to some variation of mo' bettah What about best

Re: [flexcoders] can a custom non displayObject class call PopUpManager?

2008-06-17 Thread Josh McDonald
Try just passing Application.application as the owner (or parent, whatever it is). If it's just debugging info, is there a reason you're not just using Alert.show() ? -Josh On Tue, Jun 17, 2008 at 7:44 PM, grimmwerks [EMAIL PROTECTED] wrote: Hey - I've got a singleton class that I was going

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
Who actually owns the list? Can we start a FAQ on a wiki somewhere and point to it in the sig that Yahoo applies to all the messages? -Josh On Tue, Jun 17, 2008 at 8:39 PM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - *From:* Josh McDonald [EMAIL PROTECTED] *To:*

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Michael Schmalle
no matter how hopeless rudely the question is put. Subject :: NED helllp plzz I didn't even talk to my mom like that. ;-) I know there are hundreds of cultures out there but common, isn't this about simple and respectful language protocol? Mike On Tue, Jun 17, 2008 at

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
Sure there are people who are probably 16year olds who don't think before they post, but there's nothing we can do about that, splitting lists up won't help that :) -Josh On Tue, Jun 17, 2008 at 8:57 PM, Michael Schmalle [EMAIL PROTECTED] wrote: no matter how hopeless rudely the question is

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Michael Schmalle
Josh, Threads that get over 30 seem to get muddled. You talking to me? My opinion is splitting up this list won't help. Why do I know this? In my previous post, flexcomponents list is a ghost town, why, devs will ask on flexcoders because that is 'where we ask'. I was part of the group

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Michael Schmalle
Oh yeah, one last thing; Looking in my inbox I see one cross post; Struts and Hiberante This was posted on flexcoders and flexcomponens. What does struts and hibernate have to do with flexcomponents. If you read on flexcomponents it explicitly says what that is for. No, this person just wants

Re: [flexcoders] Re: Using fds.swc as RSL

2008-06-17 Thread Marvin Froeder
Well, I use flex-mojos to this. Now it is resolving RSL order. =D VELO On Fri, May 30, 2008 at 5:34 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 29 May 2008, Marvin Froeder wrote: According to our adobe support contact we must add RSL in order first framework.swc after

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Josh McDonald
Yeah, long threads are a problem, mainly I think due to yahoo's stupid table-based ads they throw in. I don't really think a FAQ will help in that people will read it before they post, but it will help in making it real quick to answer questions that are common (but asked politely). The search

[flexcoders] Force change event after manual edit

2008-06-17 Thread thedauntless_ff
Hi, Situation: --- ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:RadioButtonGroup id=group change=test(event) / mx:RadioButton x=10 y=10 label=Radio groupName=group

[flexcoders] AS3 coding environment

2008-06-17 Thread fdt_powerflasher
Hey folks!! my name is Frank, and I am writing you from Germany, Europe. I am Product Manager for FDT 3.0 (fdt.powerflasher.com), the right now most professional coding environment for AS3. We have recently visited a lot of conferences as FITC Toronto, Flashbelt Minneapolis, Flash on the

Auto: [flexcoders] Force change event after manual edit

2008-06-17 Thread yavuz
Mailiniz icin tesekk�r ederim. Mailiniz [EMAIL PROTECTED] adresime yonlendirilmistir. Yavuz Yeniceri Intra Travel Telefon : +(90.212) 219 19 25 / Ext. 134 Faks: +(90.212) 247 30 85

[flexcoders] Stop Loader.load before redirect

2008-06-17 Thread kramus0
Hi, I have the problem that I want to cancel a Loader.load(...) request before it follows any redirects (done by a HTTP 302). Is the any chance to do it? I have tried to use Loader.close() but it didn't work. Thanks a lot. Markus

Auto: [flexcoders] Stop Loader.load before redirect

2008-06-17 Thread yavuz
Mailiniz icin tesekk�r ederim. Mailiniz [EMAIL PROTECTED] adresime yonlendirilmistir. Yavuz Yeniceri Intra Travel Telefon : +(90.212) 219 19 25 / Ext. 134 Faks: +(90.212) 247 30 85

[flexcoders] Re: Help me understand custom drag/drop events(Solved)

2008-06-17 Thread bredwards358
Okay, I believe my problem is solved, I never did think that after I got my first programming job that I would have moments where I felt like a complete and utter moron sometimes. While experimenting with where to put the placeholder trace statements which stand in for the actual function calls to

Auto: [flexcoders] Re: Help me understand custom drag/drop events(Solved)

2008-06-17 Thread yavuz
Mailiniz icin tesekk�r ederim. Mailiniz [EMAIL PROTECTED] adresime yonlendirilmistir. Yavuz Yeniceri Intra Travel Telefon : +(90.212) 219 19 25 / Ext. 134 Faks: +(90.212) 247 30 85

Auto: Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread yavuz
Mailiniz icin tesekk�r ederim. Mailiniz [EMAIL PROTECTED] adresime yonlendirilmistir. Yavuz Yeniceri Intra Travel Telefon : +(90.212) 219 19 25 / Ext. 134 Faks: +(90.212) 247 30 85

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Daniel Freiman
I agree that the definition of Enterprise is fuzzy here. It's a definition of how well something is supposed to work. It's technology agnostic (in theory only). Everything that interacts with the Flex could go in this group if the project specifications demand a certain level of application

[flexcoders] Re: ImageSnapshot in bounds

2008-06-17 Thread flexawesome
I was loading a image by using swfLoader --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: You're trying to load a bunch of pixels as a swf or something? On Tue, Jun 17, 2008 at 11:42 AM, flexawesome [EMAIL PROTECTED] wrote: any suggestions? --- In

Re: RE : [flexcoders] custom map image geocoding service?

2008-06-17 Thread jtgrassie
I have done a lot of this sort of thing. Simply put, to convert long,lat into x,y you need to know the projection of you image. Once you know that, it is a simple matter of writing a function to convert your long,lat based on the projection algorithm. See:

[flexcoders] Spell Check, Google API replacement...

2008-06-17 Thread aceoohay
There are open source spell check backends such as aspell and ispell. There are open source flex front ends that use the Google API. Has anyone written a Google API replacement for one of the spell check backends? I am looking for an open source spell check tool for flex, I have searched

[flexcoders] Re: Spell Checker API in Google

2008-06-17 Thread aceoohay
Aaron: I was just trying to find your code, and posted a new thread here (before searhing of course) I would like a copy of your spell check software, if it's still available. Paul --- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: In regards to a free API, I wrote

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread John McCormack
How about an agreed list of acronyms that we use to prepend the Subject line with: NEWB, MXML, AS3, DESIGN, HTTP, ALL, etc., and we do the sorting ourselves with the mail rules? John

[flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Mark
HI, I guess what I'm not understanding is the fact that when I run this code from Flex Builder 2 it works, but when I run it out of FB 3 it doesn't. The Flash Player version would make sence to me but not working in one and not the other. I'm using 9.0.124.0 Debug. HERE'S MY ERROR IN FB3:

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Amy
--- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: no matter how hopeless rudely the question is put. Subject :: NED helllp plzz I didn't even talk to my mom like that. ;-) I know there are hundreds of cultures out there but common,

RE: [flexcoders] Flex Charts/DataProvider sum

2008-06-17 Thread Mikhail Pauw
Hello, I too am interested in a generic function. Recently I needed the same you wrote below . For that I made my own function that goes through (for each) my dataprovider and makes makes an object with client name as one value and time as another (taken your example). It isn't hard to

Re: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Josh McDonald
What are you seeing over http? I mean with Charles or something similar? On Tue, Jun 17, 2008 at 11:34 PM, Mark [EMAIL PROTECTED] wrote: HI, I guess what I'm not understanding is the fact that when I run this code from Flex Builder 2 it works, but when I run it out of FB 3 it doesn't. The

[flexcoders] change bindings witin mx:State

2008-06-17 Thread Hongsheng Chen
Can someone please help me out on how to change variable binding when changing state? For example, I have something like below to align a Canvas' right edge to the center of my stage mx:Canvas id=tryMe x={this.width/2.0 - tryMe.width} ... / And when changing states I'd like it to align to a

[flexcoders] Re: Example of HTTPService.

2008-06-17 Thread Amy
--- In flexcoders@yahoogroups.com, Fidel Viegas [EMAIL PROTECTED] wrote: Hi Harshal, Have a look at the documenation. You have some examples. Or just search on google. There are plenty of examples on the net. I found this in a quick search at Adobe.com

[flexcoders] Infinity value in Datagrid

2008-06-17 Thread shrike6_7
Hi, I have a Datagrid with dataProvider={productList}, productList is an ArrayCollection, when I get the records from the server in XML format I have a string 8e4376, but the DataGrid show me 'Infinity'. How can I tell to the grid that 8e4376 is a string? this is the code of the httpservice:

[flexcoders] cornerRadius and focusRoundedCorners of textInput and popUpMenuButton

2008-06-17 Thread videogamer2791
Hi all, I am trying to make a little search boxthat looks a little nicer than the rest. I have a textInput and apopUpMenuButton next to each other with no gap, but I would like it tolook sorta like one component. I know about cornerRadius andfocusRoundedCorners, but they just don't seem to be

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tom Chiverton
On Tuesday 17 Jun 2008, Josh McDonald wrote: Yeah, long threads are a problem, mainly I think due to yahoo's stupid table-based ads they throw in. /me doesn't get ads, but I'm subscribed via 'plain text' email. Frankly I agree the list doesn't need splitting. But a nice FAQ from which We

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tom Chiverton
On Tuesday 17 Jun 2008, John McCormack wrote: How about an agreed list of acronyms that we use to prepend the Subject line with: NEWB, MXML, AS3, DESIGN, HTTP, ALL, etc., and we do the sorting ourselves with the mail rules? This makes the list less accessible to new comers. -- Tom Chiverton

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Michael Schmalle
How bout people starting to trim their messages...? heh, yeah well that one has been asked before, I'm guilty due to trying to get other things done in the day. Gmail doesn't make it easy since the 'hide quoted text' is always collapsed. But really, I could care less about trimmed messages,

[flexcoders] Using ColdFusion for file upload in Flex 2

2008-06-17 Thread Walter K
I'm having weird issues with file uploading. Here's the scenario: I use a fileReference to get things ready to browse, selected, and upload a file from Flex. I have a ColdFusion template that's using CFFILE to upload. In the CF template, for the destination in the CFFILE tag, I had hardcoded a

[flexcoders] working with forms in flex

2008-06-17 Thread Derrick Anderson
hi everyone, what do you guys use for advanced form controls? basically, I need my forms to have a view/edit functionality that I control with permissions- so I was looking into Ely's IPE controls, but i cant get them to work with flex 3. also, in most of the popular JS libraries- there is some

[flexcoders] Please help. Trouble setting button's color via actionscript

2008-06-17 Thread Body Works Studio
Hello All. I have been asked to color the text in a series of buttons in a color series (blue, then green, then grey, then repeat). The buttons are being dynamically made via an array that the script reads. I can create the button, set the label, and set the alpha, but when I get to color,

[flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Mark
I don't have Charles or anything like that so I can't see. I work for a company that doensn't really allow that kind of thing without a fight first. :( --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: What are you seeing over http? I mean with Charles or

[flexcoders] Re: Please help. Trouble setting button's color via actionscript

2008-06-17 Thread Greg C.
Color is defined as a style, not as a normal property. You want to do similar to the following: tagLabel.setStyle(color, 0x1B82A1); --- In flexcoders@yahoogroups.com, Body Works Studio [EMAIL PROTECTED] wrote: Hello All. I have been asked to color the text in a series of buttons in a color

[flexcoders] How to compose a super tree item renderer using TreeItemRenderer and others

2008-06-17 Thread an0one
Hi, I want a custom tree item renderer that consists of a basic TreeItemRenderer(to reuse its tree node icons) and several other standard controls(they are also IListItemRenderer implementors). Let's call it ComboTreeItemRenderer, and to simplify the matters, assume it is composed of a

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Doug McCune
How about an agreed list of acronyms that we use to prepend the Subject line with: NEWB, MXML, AS3, DESIGN, HTTP, ALL, etc., and we do the sorting ourselves with the mail rules? You can't force people to add keywords to their subjects (I'd also argues that any categories you come up with are

[flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread valdhor
I work for the same kind of company - It is a real headache to get any kind of new software. I finally had to bite the bullet and pay for Charles personally. This piece of software is just too useful to do without. --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I don't have

[flexcoders] Re: AS3 coding environment

2008-06-17 Thread b_alen
Good to know that you guys are still alive and kicking. I was amazed by FDT when AS2 was around. I can say some pretty big Flash projects would never see the light of day without it. But I know you were a bit slow and were postponing the 3.0 release for quite a while. At that point we also

Re: [flexcoders] Re: AS3 coding environment

2008-06-17 Thread Nick Collins
Right now the biggest thing I'm waiting on is MXML support in Enterprise. I know it's coming later this year, so I'm eagerly anticipating it. Then I can switch to FDT from FlexBuilder, since in my experience, they don't always play nicely together in the same installation of Eclipse. On Tue, Jun

[flexcoders] LineSeries and itemRenderer

2008-06-17 Thread y.mauron
Hi all, I have a LineChart, with a lineSeries and a renderer for this series: mx:series mx:Array mx:LineSeries xField=x yField=y mx:itemRenderer

Re: [flexcoders] Keeping the MXML clean

2008-06-17 Thread Tom Chiverton
On Monday 16 Jun 2008, Richard Rodseth wrote: 3) Duplicate one line functions in the MXML file, that called shared static utility functions This has the advantage of creating an interface from the user of the shared code to the actual shared code itself, which could be handy if/when it

[flexcoders] Re: closing and reopening windows in Air App

2008-06-17 Thread valdhor
According to the NativeWindow documentation (Window is a subclass of NativeWindow ), Closed windows cannot be reopened. If the window is already closed, no action is taken and no events are dispatched. Try this instead: private var AboutWin:AboutWindow = null; private

[flexcoders] WebService timeout to Axis on Tomcat

2008-06-17 Thread andrewwestberg
In my flex app, I keep getting a webservice fault after 30 seconds. I've set the requestTimeout property higher, but it doesn't seem to have an effect. It only happens on a long-running webservice call that will most likely always take longer than 30 seconds. Is there some timeout happening on

[flexcoders] Programmatic change of PopUpMenuButton item

2008-06-17 Thread Reid M. Pinchback
After a few hours of Google searching and random code experimentation I'm stumped. The objective is pretty simple. In Flex 3, I have a PopUpMenuButton with simple data provider, e.g.: mx:PopUpMenuButton id='foo' mx:dataProvider mx:ArrayCollection mx:Object label='Raw

[flexcoders] Flex Builder Create CFC based on AS class

2008-06-17 Thread jonese
Hey all! I have this basic AS Class i created in FB3 package com.nucleusclient.gap.vo { import com.asfusion.mate.actions.DataCopier; [RemoteClass(alias=com.nucleusclient.gap.vo.vo_ReferenceRecord)] [Bindable] public class vo_ReferenceRecord extends Object

[flexcoders] Auto: xxxxxx

2008-06-17 Thread Luciano Manerich Junior
Hi, someone can block this user? Probally just went into some vacation and set an auto-answer for received emails =( Thanks in advance

[flexcoders] Re: Please help. Trouble setting button's color via actionscript

2008-06-17 Thread Body Works Studio
thanks for the info Jeff --- In flexcoders@yahoogroups.com, Greg C. [EMAIL PROTECTED] wrote: Color is defined as a style, not as a normal property. You want to do similar to the following: tagLabel.setStyle(color, 0x1B82A1); --- In flexcoders@yahoogroups.com, Body Works Studio

[flexcoders] DateFormatter Bug

2008-06-17 Thread George
Can anyone confirm this bug for me? I have a static method to convert a date to an ISO date string. Here's the method: public static function dateToISO(date:Date):String { var iso:String; var localeString:String; var df:DateFormatter = new

[flexcoders] Re: change bindings witin mx:State

2008-06-17 Thread Tim Hoff
Hi Hongsheng, You could bind a variable to the x value of tryMe, and update the value of the variable when the state changes. Or, use a tenery statement (ugly for this): mx:Canvas id=tryMe x={currentState=='myFirstState' ? this.width/2.0 - tryMe.width : this.width/3.0 - tryMe.width} -TH ---

Re: [flexcoders] DateFormatter Bug

2008-06-17 Thread Maciek Sakrejda
Welcome to yet another set of format strings. What you want is JJ (0-23) instead of HH (1-24). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: George [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject:

[flexcoders] Help with Flex 3 webservices

2008-06-17 Thread gnuwolf
Hi guys, I have these settings and code. proxy-config.xml: destination id=ws-netsuite properties wsdlhttps://webservices.netsuite.com/wsdl/v2008_1_0/netsuite.wsdl/wsdl soap*/soap /properties adapter ref=soap-proxy/ /destination

[flexcoders] SQLite and AIR

2008-06-17 Thread LazerWonder
Hi everyone, I know this group is about flex development, but I have a question abuot AIR and SQLite and I don't know which group to post this in (I can't seem to find another yahoo group specifically for AIR. So, I apologize if there is one and I'm too blind to see it.) Anyways, I need to

[flexcoders] Re: FlexBook - a couple of questions

2008-06-17 Thread valdhor
Go to http://demo.quietlyscheming.com/book/app.html and download the source. The demo allows you to jump to any page you wish. The function you are probably looking for is turnToPage. From what I can see _turnDuration is the property that sets the page turn speed. It does not appear to be exposed

[flexcoders] Re: change bindings witin mx:State

2008-06-17 Thread Tim Hoff
tenery - read ternary -TH --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Hongsheng, You could bind a variable to the x value of tryMe, and update the value of the variable when the state changes. Or, use a tenery statement (ugly for this): mx:Canvas

[flexcoders] getting channel security error

2008-06-17 Thread loujr
I have a subscription web site that uses webservice calls. We currently have about 200 members and 3 of them are getting the following error. All others work fine. [RPC Fault faultString=Security error accessing url faultCode=Channel.Security.Error faultDetail=Destination: DefaultHTTP] at

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Multiple lists enforce thinking if it is appropriate before posting. Moderators can ban/redirect unappropriate message. Flexcomponents often redirect new users to flexcoders if the question is not about components. You almost never see questions on UI design in weborb. All in all - let us have

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Amy
--- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: How bout people starting to trim their messages...? heh, yeah well that one has been asked before, I'm guilty due to trying to get other things done in the day. Gmail doesn't make it easy since the 'hide

Re: [flexcoders] SQLite and AIR

2008-06-17 Thread Maciek Sakrejda
SQLite scales to a couple of terabytes, so you shouldn't be hitting limits there, but I'm not sure how you plan to set up the rest of the architecture (that is, if the local db is not just a copy of the remote, what's in it?). Also, I'm not sure how well AIR deals with massive SQLite databases

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Michael Schmalle
Trust me Amy, I'm not complaining about anything. If you want to put that stupid (...) after your little one liner, what do you expect me to say? Thank you for pointing out my flaws??? We were talking about cross posting and subject lines. Basically my answer was due to your rudeness. Talk

[flexcoders] Class library

2008-06-17 Thread markgoldin_2000
Can I create a class library that would look like this: package modulecode { public class Classes { public function Classes() { } public function Function1():void { }

[flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Reid M. Pinchback
Is there perhaps some confusion between a web proxy used for local development versus as network packet sniffer? Think of it logically. What is the impact of you writing 30 lines of Java code to listen on a localhost'd server socket for your own development activity and write the bytes

[flexcoders] Issue - XML values being converted to Scientific Notation in ArrayCollection

2008-06-17 Thread adrianpomilio
Okay, so I am bringing in a string with a value of 33E-30 for Train Id. A JSP is returning the following XML to Flex via an HTTPService call: train trainId33E-30/trainId /train The above is showing up in the ResultObject of the http service call as: 3.2997e-29 So when viewing my

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Matt Chotin
Hey folks, let's calm down a little here, K? Alright, based on what I've been seeing people say, here's my suggestion. 1) Let's get an FAQ going that can be edited by moderators or members of the community. This will be about common problems that folks run into. One suggestion of course from

[flexcoders] Date parsing function. Parse from string to Date object and assign to Date axis

2008-06-17 Thread kirilminevgroups
I need to parse the following two strings to date object and pass them to my DateTimeAxis the string are coming in the following format: string 1: 10/15/2007 12:00:00 AM (only the date is needed) string 2: 6/12/2008 5:44:38 PM (only the time is needed) I am very new to Flex and never done

Re: [flexcoders] ColumnSet vs Multiple axes

2008-06-17 Thread Richard Rodseth
I sent code to Sunil and Sangavi demonstrating the bug. Now I'm looking for a workaround. If two ColumnSeries (different date axes) are displayed at the same location, I would like to be able to see both columns clearly, eg. through stroke/fill/alpha choices or by offsetting them somehow to

[flexcoders] flash9f.ocx crashes

2008-06-17 Thread Jonathon Stierman
Has anyone experienced random crashing on their Flex apps after long usages? One of my apps is causing IE to shut down after running for a few days -- it's a kiosk-esque app, so it does commonly run for an extended period of time. The error from the Application event log: Faulting application:

[flexcoders] How do I use proxy in an actionscript-centric webservice call

2008-06-17 Thread K.C
I'm invoking service calls in my .as class file, but I'm running into the sandbox restriction. I learned that a way around it is setting my flex app to use proxy. Any ideas how to do this using action script?

[flexcoders] Simple XML problem

2008-06-17 Thread sabe2000
Hi, HOw can I show all the titles in the upper window? Here is my code. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical verticalAlign=middle backgroundColor=white

[flexcoders] Re: SQLite and AIR

2008-06-17 Thread LazerWonder
That's reassuring to know that I won't have to worry about limits there. The local db is just a copy of the remote - but if the remote connection is down, the user can use the local copy until connection is reastablished. Do you know if a user can view the DB outside of the AIR

[flexcoders] [BlazeDS - Hibernate] Type coercion errors because HibernateProxy classes

2008-06-17 Thread Leonardo Moreno
Hi coders I'd like to implement the pattern session per request in my flex app. I have a session created per request that is used in my DAOs, Until this point everything is fine with the java part (not LazyInitializationException anymore) but when the object is send to flex i got a type

Re: [flexcoders] Re: SQLite and AIR

2008-06-17 Thread Maciek Sakrejda
I actually don't know much about AIR, but you should be able to. SQLite typically stores its data in a regular file. When I worked with SQLite, we used a SQLite browser (I believe this one: http://sqlitebrowser.sourceforge.net/ ) for debugging. There even seems to be a Firefox extension to do the

[flexcoders] Problems passing value objects between Flex and CF

2008-06-17 Thread holmgren.eric
I am trying to pass a simple VO from CF to Flex with Flash remoting, but I can't seem to make it work. ServiceCapture shows a correctly typed object in the response, but Flex won't let me cast it as such. What am I missing here? http://coldfusion.pastebin.com/f36d7abbd TestVO.as: package vo {

[flexcoders] Re: Combobox, not be able to update mysql on second time.

2008-06-17 Thread valdhor
It works for me. Have you checked the data that is arriving from your PHP script? Maybe something like Charles could help you out. --- In flexcoders@yahoogroups.com, nash.e2008 [EMAIL PROTECTED] wrote: hi, my name is Jamie, newbie of flex. Im trying to get data from mysql using php. I

[flexcoders] How to set the registration point for a UIComponent

2008-06-17 Thread flexawesome
I was working on the scale for my application, I could set scaleX and scaleY to change the size of my UIcomponent. ( it extends to the right and bottom ) I had one problem is how to set the registration point in the middle of my UI ( black box ). http://www.privatepaste.com/e10vnP2DX1 Thank

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Anatole Tartakovsky
Matt, Let us review the goal - in the original post I explained that single group causes stagnation. If you agree with the numbers and reasoning behind it, let us look at the proposition in that light. IMHO, the mentioned measures while staying within the same single group would probably

Re: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Josh McDonald
You can set up a TraceTarget and tell it to listen to mx.rpc.* and mx.messaging.* and you'll get some of that information, but it's nowhere near as good as using Charles, as you won't get to see anything that the flash player doesn't get to see (redirects, 500 responses, etc). See here:

[flexcoders] Re: SQLite and AIR

2008-06-17 Thread nathanpdaniel
Do you know if a user can view the DB outside of the AIR application? Like, can they find mydb.db and open up the file to see the data? That's affirmative. They just have to download the tool from sqlite.org . It's what I used to build/test databases for my AIR projects in the past.

Re: [flexcoders] Re: SQLite and AIR

2008-06-17 Thread George
SQLite has Encryption Extension that could protect database. Though it's not free so I don't think AIR have/will have this feature (maybe commercial AIR version?) http://www.hwaci.com/sw/sqlite/prosupport.html#crypto George nathanpdaniel wrote: Do you know if a user can view the DB

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Doug McCune
Actually, this is worth going back to, because your initial email said that the group was stagnant and has plateaued with the number of new users and questions. Except your reason for bringing it up is that the traffic has gotten too much for you to read every message. So clearly the level of

[flexcoders] Oversized label

2008-06-17 Thread Amy
I have a label (inside an itemRenderer being used for a List) whose styling and text are set dynamically. For some reason, the label reports itself as being over 700 px wide, even though its textWidth is only 60 px or so. Any idea what could cause such a huge disparity between these two

[flexcoders] Label with opaqueBackground set, how to come back to the original color?

2008-06-17 Thread alex
I have a label and lets say I want to know what it is : myLabel.opaqueBackground it will return null , and lets say I set it to a color: myLabel.opaqueBackground=0xFCF8DC now when I want to return to the original color around the label , setting : myLabel.opaqueBackground=null is not

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Tim Hoff
Doug, Here are the numbers. looks pretty consistant; once the critical mass was reached. -TH Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 2008 3282 http://tech.groups.yahoo.com/group/flexcoders/messages/97736 3513 http://tech.groups.yahoo.com/group/flexcoders/messages/101018 3859

[flexcoders] Re: Oversized label

2008-06-17 Thread Amy
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: I have a label (inside an itemRenderer being used for a List) whose styling and text are set dynamically. For some reason, the label reports itself as being over 700 px wide, even though its textWidth is only 60 px or so.

[flexcoders] php plugin with flexbuilder

2008-06-17 Thread dnk
Has anyone used any of the php plugins available with flex builder? I am not referring to an eclipse install with the flex plugin, but rather flex builder standalone with a php plugin d

RE: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-17 Thread Rick Winscot
Tracy - actually, you are right on the money. The Authorization header was blocked and then re-instated in 9.0.124. You can still work around the issue if you compile in Flex 2.0.1 since the RPC bits are still intact there. however - in 3.0 they have changed. From the 3.0.x Flex SDK -

[flexcoders]

2008-06-17 Thread gnuwolf
Hi Guys, I'm getting this error message whenever I invoke a WS operation: A fault occured contacting the server. Fault message is: Invalid URL - can't access HTTPS URLs when accessing proxy via HTTP. Here's a code snippet: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

  1   2   >