[flexcoders] How to create line series dynamically.

2008-05-16 Thread Swamy Nathan
Hi Folks, I am using the xml like data1.xml datas data date=8/1/2007 c3845=98 c6500=100 d1234=22 e5500=1 / data date=8/2/2007 c3845=48 c6500=97 d1234=33 e5500=11/ data date=8/3/2007 c3845=100 c6500=100 d1234=44 e5500=21 / data date=8/6/2007 c3845=98 c6500=98 d1234=55 e5500=31/ data

[flexcoders] How do I dispatch an everything PropertyChangeEvent on this?

2008-05-16 Thread Josh McDonald
Hi guys, Disclaimer: this is probably a stupid question, but I've been trying to figure this out for way too long! I've got some code that does all sorts of things to this.foo, this.bar, and this.baz etc etc. At the moment I'm dispatching several standard PropertyChangeEvents as I change fields.

[flexcoders] Re: How do I dispatch an everything PropertyChangeEvent on this?

2008-05-16 Thread Josh McDonald
Once again, two seconds after I post, the answer pops into my head... And as usual, the (simple) solution for anybody trawling the list in future: [Bindable(event=populated)] public class FooBar extends EventDispatcher { ... //Pay attention to me! dispatchEvent(new Event(populated));

[flexcoders] Releasdate for flash player 10

2008-05-16 Thread Harald Dehn
is there allready a time shedule for the final release? Harald

RE: [flexcoders] ShowDataTip makes charts impossible to destroy arrgghh!

2008-05-16 Thread Sunil Bannur
Not sure, how you are cleaning up your charts, but datatips are part of the systemManger.toolTipChildren. The best way to get rid of datatips is to position the mouse pointer where there are no items, which would make the number of datatips on the chart to be zero, which will remove the existing

[flexcoders] Anti Aliasing Flex Components

2008-05-16 Thread Giles Roadnight
Hi All I am building a project in which we will most likely be using a lot of components at an angle. At small angles (like 5 degrees) the edges of these components look VERY blocky: http://giles.roadnight.name/RotationTest/RotationTest.html Is there any way round this? Thanks -- Giles

Re: [flexcoders] Re: RTMP port 2038

2008-05-16 Thread EECOLOR
ServerConfig.getChannel(channel-idf).url =your url; Greetz Erik On 5/16/08, meteatamel [EMAIL PROTECTED] wrote: It is possible. In your Flex app, you can create a ChannelSet and add an RTMPChannel to it with the url that has the port, and then assign that ChannelSet to your Flex component

Re: [flexcoders] Cannot install featurecom.adobe.flexbuilder.feature.standalone 3.0.194161

2008-05-16 Thread Paul Andrews
SOE? Perhaps you could get your admin to come over, give you full admin rights, install FB3, then reduce your rights again? or is that E a B? ;-) Paul - Original Message - From: barry.beattie [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 16, 2008 5:59 AM Subject:

Re: [flexcoders] invalid column widths in DG before render.

2008-05-16 Thread EECOLOR
In Flex, if a UI component has not been displayed, it has not yet measured it's size. This is what happens with the DataGrid as well. You could set the creationPolicy to all and wait for the creationComplete event before you retrieve the column widths and height. Greetz Erik On 5/16/08,

Re: [flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-16 Thread Tom Chiverton
On Friday 16 May 2008, Gordon Smith wrote: (my emphasis) For now, they're mainly interested in /developers/ using FP10 for compatibility /testing/. grumble They should have made a debug version then... -- Tom Chiverton This email is sent

Re: [flexcoders] Re: Include images in SWC via compc

2008-05-16 Thread EECOLOR
You can inspect the contents of the SWC with WinRar or a similar tool. It is just a zip-like container. Within it you will find at least 2 files: library.swf - This swf contains all compiled information catalog.xml - This file contains information about the contents of the swf As for information

[flexcoders] Re: DropShadow with WindowedApplication

2008-05-16 Thread quantum_ohm
Thx a lot Jeff ! --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote: Check this out: http://coenraets.org/blog/2008/02/salesbuilder-for-air-10/ Gives the exact how-to and good code samples and graphical assets to get you started. Jeff -Original

Re: [flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-16 Thread Muzak
On Friday 16 May 2008, Gordon Smith wrote: (my emphasis) For now, they're mainly interested in /developers/ using FP10 for compatibility /testing/. grumble They should have made a debug version then... +1 -- Flexcoders Mailing List FAQ:

[flexcoders] itemFocusout in datagrid

2008-05-16 Thread jitendra jain
Hi friends, Iam writing itemFocusOut event for my data grid and the code is as follows. public function focusOutHandlerEvent(event : DataGridEvent):void{ var validateValue : NumberValidator = new NumberValidator(); var validationResult : ValidationResultEvent;

Re: [flexcoders] Flash Player 10 is in prerelease!

2008-05-16 Thread VELO
Got it working on flex-mojos http://blog.flex-mojos.info/2008/05/16/flash-player-10/ VELO On Thu, May 15, 2008 at 3:02 AM, Gordon Smith [EMAIL PROTECTED] wrote: http://labs.adobe.com/technologies/flashplayer10/ Gordon Smith Adobe Flex SDK Team

[flexcoders] Flash Player 10 Beta with Flex SDK 3.0.x

2008-05-16 Thread Vadim Alekseevski
Flex SDK for Flash Player 10 Beta is now available. http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10+Beta+with+Flex+SDK+3.0.x

[flexcoders] Number Text input as Eclipse Nebula NumberFormatter widget

2008-05-16 Thread Khanh Tran
Hi all! After two days google, I can't found any text input widget support input number formatter use patter as ###,###,##0.00. I'm porting some Eclipse RCP application to Flex. Please refer http://www.eclipse.org/nebula/widgets/formattedtext/formattedtext.php The main problems is textinput's

[flexcoders] Re: Flex Messaging Service + Drag and Drop List Component

2008-05-16 Thread jeffreyr6915
--- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Jeffrey, You shouldn't attempt to send UI components from one app to another; you just need to send enough info to the peer for it to simulate the same behaviors as you're doing locally. There's no out-of-the-box

[flexcoders] logic code in another file

2008-05-16 Thread Leonardo
hello, usually when i'm doing a regular web application i have my html document, a small piece of javascript where i instantiate my general-purpose javascript objects and finally my especialists-objects. How can i do it with Flex? using the mx:Script tag i can add some logic and do direct access

[flexcoders] Why would mx.controls.NavBar.dataProvider not accept an array of DisplayObject? (3.0.0)

2008-05-16 Thread Fiouz
Hi, I'd like to specify a custom Array dataProvider to a mx.controls.ButtonBar instead of binding it to a ViewStack instance. I'm doing the following: var array:Array = new Array(); array.push(chart); // chart is a DisplayObject instance array.push(grid); //

[flexcoders] Rich Text Editor - putting the toolbar above the textArea

2008-05-16 Thread tony.grimes57
There seems to be some weird things going on with the RichTextEditor layout that i cant quite understand. If you look at the RichTextEditor class (F3) its actually an mxml file made up of a Panel with two child components (TextArea and ControlBar containing a ToolBar). When i do traces i get

Re: [flexcoders] logic code in another file

2008-05-16 Thread Paul Andrews
You need to use classes and put your logic there, just leave the use of the script tags to control the UI and communicate with the logic. I think it's time for you to introduce yourself to the concepts of Object-oriented design and class-based development. It'll be worth it, but the foothils

Re: [flexcoders] Can AIR app get Workstation Credentials?

2008-05-16 Thread Tom Chiverton
On Thursday 15 May 2008, Douglas Knudsen wrote: yes, on the wild internet I 100% agree. But what about a inTRAnet with strict IT rules in place? I just stepped away to make a cup of tea / go to the loo / sneeze / deal with a phone call, and when I came back the system had done it by itself.

Re: [flexcoders] logic code in another file

2008-05-16 Thread Marcus Engene
For intro to OO some other topics, I've started to recommend the head first books to people: http://www.headfirstlabs.com/books/hfooad/ A book that is so inviting to read that it's ok to read at the toilet. That is sort of the is a book readable without pain test for me as I am used to read

RE: [flexcoders] coldfusion and Flex?

2008-05-16 Thread Battershall, Jeff
To my knowledge, no, you can't have CF7.02 and CF8 running on the same box, except maybe if one of them was a standalone instance or something, but it would be messy, and I doubt its worth the trouble. If you're really concerned that the upgrade is going to break something, then use VMWare or

Re: [flexcoders] Flash Player 10 Beta

2008-05-16 Thread Tom Chiverton
On Thursday 15 May 2008, Nate Pearson wrote: Is it even the slightest good idea for flex developers to install this? No. It isn't a debug version, you have no way of knowing if you application is actually working OK with very extensive testing. I just don't want to build some apps and think

Re: [flexcoders] Position Menu under LinkButton

2008-05-16 Thread Greg Hess
Thank you! Works like a charm :-). -Greg On Fri, May 16, 2008 at 12:07 AM, Alex Harui [EMAIL PROTECTED] wrote: Menus get parented by the systemManager so you have to translate to its coordinate space var pt = new Point(0,0); pt = linkButton.localToGlobal(pt) menu.show(pt.x, pt.y)

Re: [flexcoders] website

2008-05-16 Thread Tom Chiverton
On Thursday 15 May 2008, nihilism machine wrote: can anyone send me a website which has no backend and uses easing, just so that i can get an idea of how to structure my mxml file. that would be very helpful, especially a site that is one single file. Many of these search results have code:

Re: [flexcoders] Flash Player 10 Beta

2008-05-16 Thread Tom Chiverton
On Thursday 15 May 2008, Nick Collins wrote: You should be fine. The new APIs (IK, 3D transformations, etc.) aren't available in Flex, so you won't be using them. They are available from Flex, should you require them. The open source Wiki has details on how to set this up. -- Tom Chiverton

[flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Steve Carpenter
I'm trying to create a drag/drop app where the data to be 'dropped' is actually on a remote filesystem. I'm using Cairngorm I have a Command that is fired by NativeDragComplete in the View and downloads the selected files to a temp directory, then populates the Clipboard with an AIR File list of

[flexcoders] Re: How to tell if variable is an int, uint, or a Number?

2008-05-16 Thread Paul Whitelock
Alrighty then, I filed a bug report since the following outputs int: var uintVar:uint = 5; trace(describeType(uintVar)[EMAIL PROTECTED]()); --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: I think there is a conceptual distinction between

[flexcoders] A RPC version of the Flex Compiler API

2008-05-16 Thread wong_cheuk_wah
Hi Flexcoders, I've recently implemented a RPC version of the Flex Compiler API. For more information, please check out the following blog: http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/ If you're interested in testing it, please shoot me an email. Thanks. Happy

[flexcoders] Is there a way to change the timezone of Date object in Flex 1.5?

2008-05-16 Thread vicky9nov
Hi, I'm working on an application with Flex as front end. I need to interact with back end only with GMT+0 date times or with the same timezone which my server is set up on. But as I've found out, any datetime instance created in Actionscript is by default will have the time zone set to system's

[flexcoders] Hide a menu on MOUSE_OUT

2008-05-16 Thread Greg Hess
Hi Folks, I have a menu that displays when a user MOUSE_OVER a button, displaying help options. I would like the menu to hide if the user moves the mouse out of the menu. I thought simply adding a MOUSE_OUT event listener to the menu would give the me the event to trigger the hide, however the

Re: [flexcoders] Flash Player 10 Beta

2008-05-16 Thread Mark Winterhalder
On Fri, May 16, 2008 at 3:18 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 15 May 2008, Nick Collins wrote: You should be fine. The new APIs (IK, 3D transformations, etc.) aren't available in Flex, so you won't be using them. They are available from Flex, should you require them.

RE: [flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Battershall, Jeff
The way I approached this problem was having my command class fire off delegates for each download and listen for a successful download event. When the all the files in my batch have been downloaded, I updated a watched variable in my ModelLocator, which in turn executed other logic. Jeff

[flexcoders] Binding Model to selectedItem property not updating

2008-05-16 Thread Ken Dunnington
I'm currently refactoring a small application to be more MVC and am running into a few binding issues. In my Model, I store all my dataProviders, which are Arrays (because they will not change) and I also have a typed object that stores my form state as individual objects. In my View, which is

[flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Steve Carpenter
Thanks Jeff - that's pretty much where I'm up to; I've implemented a ChangeWatcher that watches for an update on the ModelLocator, indicating completion of the download process. My problem now is how to make all this work with a TileList (my drag source) so that I can drag 'files' out of the

[flexcoders] LCDS and channel usage

2008-05-16 Thread Robert Csiki
Hi there, What channels are compatible with what service objects? For instance, I noticed the AMF family is not good for DataService. If you know of a ling that contains this service/channel matrix, I'd appreciate if you'll point it to me. Also: for each of the available services (DataService,

RE: [flexcoders] Is there a way to change the timezone of Date object in Flex 1.5?

2008-05-16 Thread Kyle Quevillon
http://flexblog.faratasystems.com/?p=289 -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vicky9nov Sent: Friday, May 16, 2008 9:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Is there a way to change the timezone

[flexcoders] Re: RTMP port 2038

2008-05-16 Thread Robert Csiki
Thank you all. The use case is we noticed we can't depoy the same webapp twice on the same server host (the second one won't work right, because port 2048 is already taken). We tried changing the port but it did not work as the initial port value is burnt into the SWF. BTW, I can't find the

RE: [flexcoders] Re: AIR drag/drop via asynchronous download

2008-05-16 Thread Battershall, Jeff
In my case, I was using a Tree control. Each element contains the meta data I need to have to drive the download process. When I start the drag, I take the data provider and create an array of value objects that I add to the drag source by dragSource.addData(resultItems,items); Jeff

[flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-16 Thread Bjorn Schultheiss
http://blog.tengerstudio.com/2008/05/16/flash-player-10-class-browser/ --- In flexcoders@yahoogroups.com, VELO [EMAIL PROTECTED] wrote: Any word on API? VELO On Thu, May 15, 2008 at 3:25 AM, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Is there a new api to play with? --- In

[flexcoders] AdvancedDataGrid: turning renderer into editor

2008-05-16 Thread rmarples
Hi all - Anybody know from within an item renderer how to tell the AdvancedDataGrid to switch to the item editor for that cell? I tried the createItemEditor method but it doesn't seem to do it. Any ideas? Ryan

[flexcoders] LinkBar Question, How to get LinkBar item details programmatically?

2008-05-16 Thread vkc_nair
Hi All, How to get the data behind a LinkBar item (e.g URL) on right mouse click? I have a LinkBar with 4 different items and a ContextMenu attached to the LinkBar. When user right click on each link the contextmenu give the option to open the link in a Tab or an external Browser

[flexcoders] Re: Hide a menu on MOUSE_OUT

2008-05-16 Thread redden96
Try rollOver and rollOut. --- In flexcoders@yahoogroups.com, Greg Hess [EMAIL PROTECTED] wrote: Hi Folks, I have a menu that displays when a user MOUSE_OVER a button, displaying help options. I would like the menu to hide if the user moves the mouse out of the menu. I thought simply adding

RE: [flexcoders] LCDS and channel usage

2008-05-16 Thread Seth Hodgson
Hi Robert, Chances are you're trying to use DataService with auto-sync enabled over an AMFChannel that doesn't have polling enabled; if that's the case you won't receive any pushed updates. Auto-sync can be disabled for a DataService (say you're just doing CRUD interactions with the server and

[flexcoders] mx.utils.URLUtil.replacePort() does not work?

2008-05-16 Thread Robert Csiki
Working in FB3: var newUri:String = URLUtil.replacePort(http://localhost: http://localhost: , ); The result is newUri = http://localhost:http://localhost: http://localhost:http://localhost: Should I log a bug?? Thanks.

Re: [flexcoders] Re: Hide a menu on MOUSE_OUT

2008-05-16 Thread Greg Hess
Thank you! Adding a Menu even listener for MouseEvent.ROLL_OUT to hide the menu works perfect! -Greg On Fri, May 16, 2008 at 11:57 AM, redden96 [EMAIL PROTECTED] wrote: Try rollOver and rollOut. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Greg Hess [EMAIL PROTECTED]

RE: [flexcoders] Re: RTMP port 2038

2008-05-16 Thread Seth Hodgson
The RTMP endpoint runs its own internal server process to handle RTMP connections. This process needs to bind a port to accept connections on. If you're running multiple web apps on the same server, each with their own RTMP endpoint, these endpoints need to use unique ports (you can't have

RE: [flexcoders] Binding Model to selectedItem property not updating

2008-05-16 Thread Alex Harui
If the value of model.ageList[5] does not change, no change event will be fired, and if quotingFormState doesn't dispatch change events for changes to the age property binding won't work then either. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] itemFocusout in datagrid

2008-05-16 Thread Alex Harui
Usually, validation is handled in itemEditEnd and not itemFocusOut. Posting the actual stacktrace will help. Use a debug build so we can see line numbers From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jitendra jain Sent: Friday, May 16,

RE: [flexcoders] Releasdate for flash player 10

2008-05-16 Thread Gordon Smith
is there allready a time shedule for the final release? I don't think this has been announced. Normally it's quite a few months between the first public beta and the final release. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

Re: [flexcoders] Binding Model to selectedItem property not updating

2008-05-16 Thread Ken Dunnington
Thanks Alex, I realized continuously setting the value to ageList[5] was pointless since it didn't change, and I made my form state model extend EventDispatcher, which made it possible to listen for propertyChange events being fired. But I am still trying to find information on the best way to

[flexcoders] Run time debug

2008-05-16 Thread markgoldin_2000
I have created mm.cfg file in documents and settings\username folder. In the file I have entered this: ErrorReportingEnable=1 TraceOutputFileEnable=1 I have trace(something) in my code in many places. When I run it I can't find the file flashlog.txt anywhere. I am running on Server 2003. Please

Re: [flexcoders] Code Hinting in include-based Code Behind files

2008-05-16 Thread Joseph Balderson
Anyone? ___ Joseph Balderson | http://joeflash.ca Flex Flash Platform Developer | Abobe Certified Developer Trainer Author, Professional Flex 3 (coming Winter 2008) Staff Writer, Community MX |

Re: [flexcoders] Binding Model to selectedItem property not updating

2008-05-16 Thread Pedro Sena
Hi Ken, Do you know the Cairngorm framework ? It does what you want, and in this link you will find some intersting tutorials: http://www.davidtucker.net/category/cairngorm/ C ya On Fri, May 16, 2008 at 3:54 PM, Ken Dunnington [EMAIL PROTECTED] wrote: Thanks Alex, I realized continuously

[flexcoders] SQL Lite syntax issue, need something cleared up regarding SELECT

2008-05-16 Thread bredwards358
While working on the login functionality of the application I'm developing, I noticed that SQL seems to be interpereted differently than what I'm used to. Here's my current select statement that I'm using for validation: sqlText = SELECT * FROM Up18Technicians WHERE TechName = + userName + AND

[flexcoders] Respecting backgroundImage aspect ratio

2008-05-16 Thread Greg Hess
Hi Folks, Our application lets a user specify an image to use as a background for a component. We need to scale the image to fill the VBox container (max width or height) respecting the aspect ratio of the image. I have been setting the backgroundImage, and backgroundSize=100% styles on the VBox

Re: [flexcoders] Binding Model to selectedItem property not updating

2008-05-16 Thread Ken Dunnington
Thanks Pedro,I know of Cairngorm but unfortunately don't have time to factor it in on this project. I think I'll sort of fudge it with some BindingUtils calls for now, and start using a framework on the next app. :) I'm very interested in trying out Mate (http://mate.asfusion.com/) On Fri, May

RE: [flexcoders] SQL Lite syntax issue, need something cleared up regarding SELECT

2008-05-16 Thread Kevin Aebig
That's not really a good way to go about using parameters with SQLite and you'll continue to have type issues. Everything is explained at the following link, including the solution to your problem: http://livedocs.adobe.com/flex/3/html/help.html?content=SQL_07.html !k _

RE: [flexcoders] Run time debug

2008-05-16 Thread Tracy Spratt
On my system it is here: C:\Documents and Settings\tspratt\Application Data\Macromedia\Flash Player\Logs I think the docs explain how this is located, maybe an environment variable? Don't recall exactly. Tracy From: flexcoders@yahoogroups.com

Re: [flexcoders] SQL Lite syntax issue, need something cleared up regarding SELECT

2008-05-16 Thread Pedro Sena
Bread: I think you should use: sqlText = SELECT * FROM Up18Technicians WHERE TechName = ' + userName + ' AND Password = ' + pass + '; Look that I put some (') around your values C ya On Fri, May 16, 2008 at 4:18 PM, bredwards358 [EMAIL PROTECTED] wrote: While working on the login

[flexcoders] Re: RTMP port 2038

2008-05-16 Thread Robert Csiki
Thanks Seth, you've explained it pretty clear. I got it - unique RTMP port is required for each RTMP endpoint. Robert --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: The RTMP endpoint runs its own internal server process to handle RTMP connections. This process needs

[flexcoders] The BlazeDS server ?

2008-05-16 Thread markflex2007
Hi Do I have to install BlazeDS if I want to use remoteobject with Coldfusion and Flex. I am very confuse when I need use BlazeDS.Please give me an idea. Thanks Mark

[flexcoders] Re: LCDS and channel usage

2008-05-16 Thread Robert Csiki
Thanks Seth, this really helps and your comments are very detailed and useful. I really appreciate these comprehensive comments of yours! I have a question though, in regards to your statement that Any channel type can be used with any service component and whit the example of a DataService

[flexcoders] Is the context-root value burnt into SWF?

2008-05-16 Thread Robert Csiki
Hi there, Say I'm using a context root value MyApp when compiling my LCDS-based Flex application. I package everything into an archive called MyApp.war, depoly it on my Tomcat, startup tomcat, access the application using http://localhost:8080/MyApp http://localhost:8080/MyApp , everything works

RE: [flexcoders] Re: LCDS and channel usage

2008-05-16 Thread Seth Hodgson
Hi Robert, What's the specific error message you're seeing and where are you seeing it? If your amf channel is configured to poll you should be fine, and if it's not, as long as DataService.autoSyncEnabled = false you'll still be fine. Otherwise, I'd except you to get a warning in the client

RE: [flexcoders] The BlazeDS server ?

2008-05-16 Thread Seth Hodgson
If you're running ColdFusion I believe it bundles support for RemoteObject so you should be all set. BlazeDS lets you hook your Flex client up to a Java app server, and server-side Java resources, for those who aren't running ColdFusion. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: mx.utils.URLUtil.replacePort() does not work?

2008-05-16 Thread Robert Csiki
Bug logged: https://bugs.adobe.com/jira/browse/SDK-15585 https://bugs.adobe.com/jira/browse/SDK-15585 --- In flexcoders@yahoogroups.com, Robert Csiki [EMAIL PROTECTED] wrote: Working in FB3: var newUri:String = URLUtil.replacePort(http://localhost: http://localhost: , ); The

Re: [flexcoders] SQL Lite syntax issue, need something cleared up regarding SELECT

2008-05-16 Thread Marcus Engene
And then google for sql injection. Best, Marcus Pedro Sena wrote: Bread: I think you should use: sqlText = SELECT * FROM Up18Technicians WHERE TechName = ' + userName + ' AND Password = ' + pass + '; Look that I put some (') around your values C ya On Fri, May 16, 2008 at 4:18 PM,

[flexcoders] Panoramics XDEPTH HDRI 32bit Images

2008-05-16 Thread johnvid
Hi Everyone, I would like to bring peoples attention to the 32 bit XDepth ( www.xdepth.com ) image format, and if possible get some help on how to get this to work within FLEX. I suspect it won't be possible at the moment. In the ideal scenario, I would like to combine a panoramic image in

[flexcoders] Apache 1.3.26 vs 2.0 with Flex 2.0 app

2008-05-16 Thread RS
I have a flex application that runs fine on Apache 2.0 (with IE). It just displays a blank page with Apache 1.3.26. Has anyone experienced this problem? Is it a known issue? Thanks!

RE: [flexcoders] Is the context-root value burnt into SWF?

2008-05-16 Thread Seth Hodgson
A context root is a Java servlet-ism, which allows the container to route incoming requests to the correct web app. In HTML-land if you're using relative URLs, you generally never have to worry about this because the right value will be used automatically. It's a little more complicated for a

[flexcoders] Re: LCDS and channel usage

2008-05-16 Thread Robert Csiki
Hi Seth, I was getting the error because I did not restart my app server after switching the channel from RTMP to AMF, for my DataService. After making the change in data-management-config.xml, I just recompiled the Flex part, but forgot to restart Tomcat. Now after restarting the app server

[flexcoders] Re: LCDS and channel usage

2008-05-16 Thread Robert Csiki
Do you know why the template LCDS WAR uses RTMP channel in data-management-config.xml and the AMF one in remoting-config.xml? Thanks, Robert --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Robert, What's the specific error message you're seeing and where are you

[flexcoders] FlexModule_j2ee Issues with Flex3SDK

2008-05-16 Thread sk_acura
HI All, I am unable to use the FlexModule_j2ee with Flex3 SDK and BlazeDS. It seems like this is a Flex SDK Issue. The Error i am getting is : 05/16 11:35:23 ERROR java.lang.NullPointerException at

[flexcoders] Re: FlexModule_j2ee Issues with Flex3SDK

2008-05-16 Thread sk_acura
Hi All, The production-mode is set to false . ( As i found in one of the earlier posts that setting the production mode to true breaks the app with Flex2SDK.) Mars --- In flexcoders@yahoogroups.com, sk_acura [EMAIL PROTECTED] wrote: HI All, I am unable to use the FlexModule_j2ee with

[flexcoders] bug in setMonth() method?

2008-05-16 Thread Amy
Hi, all; I'm working on making an app that will allow users to navigate from one month to the next based on a start date and end date. I noticed some interesting effects with the date object and days that fall outside the 1-31 range (http://tinyurl.com/5qc46j), so I thought I'd try something

[flexcoders] Re: Is the context-root value burnt into SWF?

2008-05-16 Thread Robert Csiki
Thanks Seth, I understand it's different in Flex world. So does this mean customers are stuck with the context root we used when compiling the application (e.g. which is equals to the application WAR filename, less the extension)? We do not package the source code, all they get is the SWFs and

[flexcoders] Re: Respecting backgroundImage aspect ratio

2008-05-16 Thread Tim Hoff
Hi Greg, Without going under the hood, you'll probably want to add a couple more layers to your component. The backgroundImage propeties of a container don't allow you to use the maintainAspectRation property. However, the Image control does. So, one way that you can work around this is to

RE: [flexcoders] Re: Is the context-root value burnt into SWF?

2008-05-16 Thread Seth Hodgson
What about allowing your customers to edit the HTML wrapper to pass a flashvar in to the swf that explicitly defines the context root they're deploying to? Your code could check for this value and do your own string replace of any {context.root} tokens in your channel uris with this value

RE: [flexcoders] Re: LCDS and channel usage

2008-05-16 Thread Seth Hodgson
Probably because if you're only using just one or the other in your app (data management or remoting) those would be the preferred default channels. But if you're using multiple services in the same app, which is common, you'd want to avoid defining unique channels for each service and instead

[flexcoders] TabBar and percentage width

2008-05-16 Thread Amy
Hi, all; I have a tabbar that is in an HBox that is in an Application. The TabBar and the HBox are both set to 100%. If the window is wider than the natural width of the tabbar and I then resize it, then everything works as expected...the tab labels will truncate and everything will squish

[flexcoders] Re: Is the context-root value burnt into SWF?

2008-05-16 Thread Robert Csiki
Thanks Seth. We're using an XML config file the SWF reads at startup, I can add there a node for the context root configuration, so everyone will be happy. Robert --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: What about allowing your customers to edit the HTML

[flexcoders] Re: Cannot install featurecom.adobe.flexbuilder.feature.standalone 3.0.194161

2008-05-16 Thread barry.beattie
Perhaps you could get your admin to come over, give you full admin rights, install FB3, then reduce your rights again? or is that E a B? ;-) more like a PITA - or rather a snowflakes chance in hell. I bring this up because (like a mine canary) I may not be the only one this happens to.

[flexcoders] Trying to apply scale9grid to an image loaded at runtime

2008-05-16 Thread Tom Bray
I need to be able to load an image, allow the user to specify the scale9grid values, and then scale the image. I've tried a bunch of different things but either the scale9grid values aren't used or I get an invalid parameter exception. Is it possible to do this? Thanks, Tom

[flexcoders] How to do Flex,coldfusion and LCDS?

2008-05-16 Thread markflex2007
Hi, Please give me a idea how to set up the development enviroment for the purpose. I use Flex with remote object before but I do not have idea for developing with LCDS. Please let me know if you need some url for this. Thanks Mark

Re: [flexcoders] Re: Respecting backgroundImage aspect ratio

2008-05-16 Thread Greg Hess
Got it, thanks Tim! Have a great weekend. -Greg mx:Canvas id=mainContent width=100% height=100% !--Layer 1 - the background image -- mx:VBox id=imageLayer x=0 y=0 width=100% height=100% verticalAlign=middle horizontalAlign=center !-- Set he image width and height to parent