[flexcoders] Browser Nightmares ..

2007-04-05 Thread iilsley
Trying to embed a SWF into an html file .. There seems to be a problem with Internet Explorer ( surprised ! :) ) when the width and height are set to 100% and the swf is inside a table .. example: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

RE: [flexcoders] Filtering/Sorting data from Flex Data Services

2007-04-05 Thread Stembert Olivier (BIL)
It's not possible to sort and filter the whole dataset on the client. You have to sort and filter it on the server side first. Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of VVV Sent: Wednesday, April 04, 2007 11:42 PM

RE: [flexcoders] Re: Module Interface Problems

2007-04-05 Thread Stembert Olivier \(BIL\)
Mike, I experienced exactly the same problem. I think it's a bug. Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Wednesday, April 04, 2007 9:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-05 Thread bhaq1972
Thanks Alex. That works except the image appears left aligned. I'd like it to be centre aligned. horizontalAlign=center doesn't work. any more ideas --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You could subclass Image, override updateDisplayList and set the

[flexcoders] Re: Tree bug?

2007-04-05 Thread Nick Durnell
Hi Robert, Here is a test app which demonstrates the problem: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=200 height=300 layout=absolute creationComplete=createTopNodes(); mx:Script ![CDATA[ import mx.events.TreeEvent; import

Re: [flexcoders] Re: Scriptable data binding

2007-04-05 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Janis Radins wrote: I know all that. Problem with [Bindable] keyword is that i can't use it with custom number of values I receive from server side. You can mark an Array bindable, and write the logic to handle the items yourself. -- Tom Chiverton Helping to

Re: [flexcoders] Would you like to debug? No causes browser to crash.

2007-04-05 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Michael Schmalle wrote: This all started happening after I installed the update for Flex Builder and Apollo. I suggest you post over to ApolloCoders / the Adobe forums. As others suggest, try uninstalling and reinstall the player. I didn't bother with updating the

[flexcoders] User Interface Architect, Stealth-mode VC-backed Investing Web Startup (San Francisco, CA)

2007-04-05 Thread Michael Sha
Forward along to those UI gurus you know who want to join a team building something big. -- We are a well-funded, early-stage consumer web startup: Who thinks figuring out how to invest your money is too difficult. We have a vision of how to revolutionize the way people

Re: [flexcoders] How do put HTML in an Alert

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Carlos Humberto wrote: How do put HTML in an Alert? From a brief look, it looks like you extend Alert to include a modified AlertForm that sets htmlText rather than text. -- Tom Chiverton Helping to synergistically lead scalable clusters on:

Re: [flexcoders] Browser Nightmares ..

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, iilsley wrote: Trying to embed a SWF into an html file .. You don't seem to be using either SWFObject or Adobe's recommended 'detection kit'. Any reason ? -- Tom Chiverton Helping to vitalistically industrialize performance-oriented e-tailers on:

Re: [flexcoders] Re: How can I tell if I have the latest hotfix installed correctly?

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Collin Peters wrote: Hmmm... no responses. Does this mean it is impossible to tell what version of the Flex SDK my Flex Builder is using? FB doesn't use the SDK, afaik. The two are separate projects with a common base. -- Tom Chiverton Helping to dramatically

Re: [flexcoders] Role based UI

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Stembert Olivier (BIL) wrote: What I don't like is the fact that the method is intrusive. Do you know a more elegant way to achieve that? What we do is use visible/includeInLayout, bound to the role name in the model to hide/show GUI elements, or whole tabs in

[flexcoders] Role based UI

2007-04-05 Thread Stembert Olivier (BIL)
Hi, I'd like to design a flex app based on the user role. The user role would be obtained from passing back via an RPC call to a remote object and would be available on the Model. I'd like to design my screens depending on the role. As an example, a button would be enabled/disabled depending

[flexcoders] Re: Tree bug?

2007-04-05 Thread Nick Durnell
Sorry to reply to my own post but I have found a workaround to the problem and thought I'd share it. The display issues go away if you collapse and then expand the tree nodes so my workaround is simply to do this programmatically. If I am adding a child node to a node which is expanded (open),

[flexcoders] Re: Tree and Array

2007-04-05 Thread nhp_ny
great!! thanks!!! ah!.. 1 more thing... before adding a node, i need to find it's parent node. is there a node search thingy? Thanks. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Oh, and to start from scratch, do: var _xml:XML = root; then: var

[flexcoders] Any way to set a chart renderer from action script?

2007-04-05 Thread Pekka Kola
Hi! Is there any way to set the renderer for a chart from Action Script? I have implemented a special bar graph component (added a time cursor and shadowing for the future time etc.) as mxml component with embedded action script and would like to provide the renderer to component as a

[flexcoders] Re: Tiling a Background Image

2007-04-05 Thread Paul Whitelock
Thanks Alex, I'll take a look at that. Paul --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I'd make a custom border class. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Whitelock Sent: Wednesday,

RE: [flexcoders] Role based UI

2007-04-05 Thread Stembert Olivier \(BIL\)
Where do you store the permissions i.e. role1 has rights to view panel1? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, April 05, 2007 12:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Role based UI

[flexcoders] Re: Extending LinkButton - please help, no hair left!

2007-04-05 Thread Giles Roadnight
Thanks for that - it now works :) I did try setting the properties in the create children function but I think that they were tehn overwritten again by somethign else as I still got ... at the end of the text when it was too long. If I call invalidateSize at the end of updateDisplayList

[flexcoders] FDS / Apache server images not caching

2007-04-05 Thread Steve Gilchrist
Hi all, I have an application that displays around 50 images (many repeating) in a datagrid. These images are dynamically loaded. When I run our remote object version of the application the images (as well as the main swf) are cached in the browser. This version runs over Apache port 80. My

[flexcoders] Changing state not drawing component correctly

2007-04-05 Thread ssundke
Hi, I just need to show a Help page on demand, so I implemented it via states. When the user clicks the Help button the help pane comes up. Somehow the help pane is not taking the correct size and displays acorss the screen. I tried a lot to set the width, but the first time it keeps going to

[flexcoders] Re: dynamically created access and event elements problem and

2007-04-05 Thread alex steel
Hi Alex, thanks for your time and help I manage to get Event working but I still have a problem with variables how should I get to them based on my code tabs is name of TabNavigator tab_page3 is name of tab / canvas and thats the place where checkboxes and text is created I've tried using

Re: [flexcoders] Role based UI

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Stembert Olivier (BIL) wrote: Where do you store the permissions i.e. role1 has rights to view panel1? Either send a big list of Booleans back from the server, or just check the role name. The latter case is a bit less explicit, but less work. -- Tom Chiverton

Re: [flexcoders] FDS / Apache server images not caching

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, Steve Gilchrist wrote: I've been using service capture to look at what is being cached and there is definitely something going on with the FDS version. Get a protocol analyser like WireShark and double check what is going past on the wire, protocol wise. Adding FDS to

RE: [flexcoders] Would you like to debug? No causes browser to crash.

2007-04-05 Thread Brian Holmes
Had that problem using firefox, switched to using IE as my debugging browser and to my surprise it stopped. Good luck, b.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Wednesday, April 04, 2007 10:23

[flexcoders] Mercury quick test pro

2007-04-05 Thread mmbeta mm
Hello guys, Did someone has already used Mercury Quick Test Pro tool ? If Yes, what do you think about this tool ? Regards,

Re: [flexcoders] Tiling a Background Image

2007-04-05 Thread Nguyen Kien Trung
@Paul: Plz check out this: http://labs.flexcoders.nl/?p=21 Alex Harui wrote: I'd make a custom border class. *From:* [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] *On Behalf Of *Paul Whitelock *Sent:* Wednesday, April 04, 2007 11:50 AM *To:* [EMAIL PROTECTED] ups.com

[flexcoders] LabelFunction with columchart

2007-04-05 Thread adnane_1979
Hi: Im working on a Flex charting project for my school,and i have some problems: Im using flex 2 and im trying to use lebelFunction in a colummchart,i puted the propriete LabelFunction in the AxisRenderer tag but Flex Builder doesn't recognise it,so I put it in the CategorieAxis for my

[flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread keryking0
Hi all, Does anyone know if its possible to configure flex /cold fusion to use a factory to create beans when using remoting, managed classes and aliases? e.g. I currently have: Flex app - send aliased objects to cf over remoting - cf objects get automagically created I'm hoping this is

[flexcoders] SoundTransform don't work

2007-04-05 Thread mychemic Carlo Gulliani
How can I change volume of sound in my app I used next code ?xml version=1.0 encoding=utf-8? Script ![CDATA[ import flash.media.*; [Embed(source=sound/music.mp3)] [Bindable] public var sndCls:Class; public var snd:Sound = new sndCls() as Sound; public var

[flexcoders] User authentication

2007-04-05 Thread André Rodrigues Pena
Hi all, I'd like to know whats the pattern regarding user authentication in Flex application. In my case. I need my HTTPService to send login information (user name and password). How can I encrypt it? How is the process? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] User authentication

2007-04-05 Thread André Rodrigues Pena
Hi all, I'd like to know whats the pattern regarding user authentication in Flex application. In my case. I need my HTTPService to send login information (user name and password). How can I encrypt it? How is the process? Thanks! -- André Rodrigues Pena

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, keryking0 wrote: Does anyone know if its possible to configure flex /cold fusion to use a factory to create beans when using remoting, managed classes and aliases? You mean manager-type beans to do the work ? Sure look at things like ColdSpring. -- Tom Chiverton

Re: [flexcoders] Loading animated gifs

2007-04-05 Thread André Rodrigues Pena
Yes.. the Image component does not animate the gif. I'll take a look at this component so Thank you guys! On 02 Apr 2007 07:28:08 -0700, Robert Chyko [EMAIL PROTECTED] wrote: I don't believe the Image component will actually animate the animated gif. The only thing I've seen is a

[flexcoders] Re: User authentication

2007-04-05 Thread nathanpdaniel
You can use the Base64Encoder class to encrypt your passwords within flex then pass via your HTTPService. If you don't have flex builder, I can help with the API of that class. Otherwise there's also the corelib.swc - I don't know where I got it from though, probably google it to find it...

RE: [flexcoders] User authentication

2007-04-05 Thread Stembert Olivier (BIL)
You can secure your destination and send the credentials to your remote objects (j2ee security model). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of André Rodrigues Pena Sent: Thursday, April 05, 2007 3:14 PM To:

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
Nathan, thanks for the reply I've found in Google that AS3 is able to encode data through Base64. It's good because my JSP web-service can easily decode it. But somethings are still obscure to me. 1) Is Base64 secure? 2) What's the standard model of authentication in RIA? I mean.. I figure out

Re: [flexcoders] User authentication

2007-04-05 Thread André Rodrigues Pena
Stembert, thanks for your reply. But I'm not using FDS and there will not be a destination. My services are JSP based triggered by HTTPService On 05 Apr 2007 06:50:08 -0700, Stembert Olivier (BIL) [EMAIL PROTECTED] wrote: You can secure your destination and send the credentials to your

RE: [flexcoders] Re: User authentication

2007-04-05 Thread Peter Farland
1) Is Base64 secure? [Pete] No. You need to use HTTPS for the actual transmission in order for it to be secure. Base64 is merely a way to obfuscate strings to make them not immediately human readable, i.e. in server logs etc. 2) What's the standard model of authentication in RIA? I mean.. I

[flexcoders] belgacomtv panels

2007-04-05 Thread slash_n_rose
Hi all I have some doubts regarding this good site belgacomtv, http://www.belgacomtv.be/ 1. How can i create those blocks( my tv guide/ top10 / videos).. are they custom components or panels?? 2. How can i drag them?? which container holds these blocks?? 3. How can i store the position of each

[flexcoders] Re: User authentication

2007-04-05 Thread Paul DeCoursey
Authentication is a very tricky topic in my mind. I have found that it's better to put you authentication step right in the RIA app itself and not have it a separate login page. If you insist that your login page is outside of the app then I would suggest using a token or perhaps Acegi. The

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Adrian
Sure look at things like ColdSpring I don't *think* ColdSpring can do this in and of itself, I'll try to clarify my original question (I'll start at the beginning, please don't take offence if it sounds condescending!) Using Flex remoting, you can specify that an actionscript class instance

[flexcoders] Urgent! add one property to property dialog box ?

2007-04-05 Thread arpan srivastava
Hi All, I want to add a version number to my swf file so that it appears in the property dialog box that is displayed when we right mouse click on the swf file and go to properties. I want to add my own parameter to it named version number which will display my version number. How can I do

RE: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Peter Farland
I understand exactly what you're asking, but it's technically not possible right now without writing your own adapter for the remoting service. I'd log an enhancement request with the CF team. (For the FDS case with Java POJOs, you can write your own factory instead and rely on the standard java

RE: [flexcoders] Re: Tree bug?

2007-04-05 Thread Robert Chyko
Nick, I see you have found a workaround, but I will share what I am doing to get around this anyway... it is a fairly simple change. Instead of using the itemOpen event on the tree, switch to using the itemOpening event. Then in your itemOpeningHandler make use of the preventDefault() method to

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-05 Thread hugocorept
Why i don´t choose ASP.NET ? Because i havent any experecience with it :P But i promisse i will give it a chance . Just a quick doubt, can you give a quick knowlodge about CLR, What you all mean with you use any CLR compatible language ? Whats the benifts ? Tkz for all --- In

[flexcoders] Re: question about string equality

2007-04-05 Thread simonjpalmer
huh, thanks again Pete, I am obviously have my Java roots showing. This is the sort of thing that it is hard to get to know about AS3 without coding for some time, and I am relatively new to it. How do I distinguish between types that need initialisation through new and those that don't? For

[flexcoders] Re: Browser Nightmares ..

2007-04-05 Thread iilsley
Hi Tom , For simplicity.. They are not need to show the problem.. :) The problem seems to come from the DOCTYPE which I have to use .. I've noticed that the .html files generated by flex do not have a DOCTYPE declared .. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]

[flexcoders] How to fill up textbox from another application

2007-04-05 Thread xanleung
Hey , Can anyone help me? I would like to fillup a textbox but from a another form(application). example: txtres.lblResult.text=hellooo; var stringTxt:Views.StringTekst = new Views.StringTekst(taketxt);//this is classe

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-05 Thread Shaun
The CLR is Microsoft's Common Language Runtime. It allows for language interoperability (write components in one language, use them in another, as well as many other benefits). The most common languages used with it are C#, Visual Basic, and managed C++ (probably in that order - I use C#),

[flexcoders] Re: Validating Datagrid

2007-04-05 Thread jfournet
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You should validate edited cells during the ITEM_EDIT_END event From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfournet Sent: Tuesday, April 03, 2007 8:57 AM

RE: [flexcoders] Re: question about string equality

2007-04-05 Thread Peter Farland
For AS3, I think it is fine to use the new operator in general - I was clutching-at-straws as to why something might be different in your scenario (largely because I know in AS2 there was a difference between and new String() as there was the concept of primitives and object forms of the string

RE: [flexcoders] Re: Tree and Array

2007-04-05 Thread Tracy Spratt
Yes, use e4x search/filter expressions to locate the node you want. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nhp_ny Sent: Thursday, April 05, 2007 5:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree and

[flexcoders] Re: Save to database

2007-04-05 Thread nxzone
My project is opensource and i need to use free software. Flex data service is limited to 1 cpu. And did the free version of WebORB is good? Your suggestion is to save content in db when it's modify... But what can I do if I want save what have been modified only when the user click Save All

RE: [flexcoders] Re: question about string equality

2007-04-05 Thread Peter Farland
Oops, I deleted part of a sentence, it should have been: or you're trying to do more and, say, cater for a case where you want the empty string and null to be equivalent as uninitialized states in your program? From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Flex Data Services consumes messages, but no delivery to Consumer in application

2007-04-05 Thread klumikaze
Our backend application is pumping a large number of messages through an ActiveMQ queue (upwards of 6,000 typically) to our frontend application (Flex based) through Flex Data Services. We are using Jconsole to track the number of messages that go in to the queue, and the number of

[flexcoders] Re: Save to database

2007-04-05 Thread nxzone
My project is opensource and i need to use free software. Flex data service is limited to 1 cpu. 1- Did the free version of WebORB is good? 2- Your suggestion is to save content in db when it's modify... But what can I do if I want save what have been modified only when the user click Save All

RE: [flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-05 Thread Paul Wright
This is a bit off topic… The quote from this article regarding SQL Server 2005 HTTP requests (http://msdn2.microsoft.com/en-us/library/ms345123.aspx) that is relevant here is “Any device that can parse XML and submit HTTP requests can now access SQL Server.” Enjoy! Paul _

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
Pete, thanks for your reply Good to know about Base64. I'm gonna take a look now at how to lock the resources configuring the web.xml On 05 Apr 2007 07:22:51 -0700, Peter Farland [EMAIL PROTECTED] wrote: 1) Is Base64 secure? [Pete] No. You need to use HTTPS for the actual transmission in

[flexcoders] Resetting the Form

2007-04-05 Thread gotjosh819i
Is there a way to reset the form if a user clicks a cancel button? I want to reset the fields so they are not showing up highlighted in red with the validation error message. I checked the docs, but nothing jumped out at me. any help is appreciated. thks

Re: [flexcoders] editable combobox

2007-04-05 Thread Scotty Scott
Thanks for the reply Alex. It turns out that something in my implementation of a mock object wasnt complete. Im not sure if it is because I marked my objects as implementing IUID and I did not generate a UID for my objects or It appears the actual implementation of IViewCollection is not

[flexcoders] Re: User authentication

2007-04-05 Thread gotjosh819i
Pretty sure you dont need to use FDS to use AMF (Remoting). This would of course be cake if you were using Coldfusion :) No idea how to do it though for JSPs, maybe someone can shed some light on that for us. HTTP is so slow and well slow. :) --- In flexcoders@yahoogroups.com, André Rodrigues

Re: [flexcoders] Tiling a Background Image

2007-04-05 Thread Sreejith Unnikrishnan
Set application background alpha to 0 In the wrapper HTML, set the background image to repeat Sree Alex Harui wrote: I'd make a custom border class. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On

Re: [flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-05 Thread Ray Horn
Yes, but doing what you suggest means you must expose your database server to the outside world and for some this is simply unacceptable. - Original Message From: Paul Wright [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 5, 2007 9:02:44 AM Subject: RE:

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
Paul, thanks for you reply I didn't quite understand what you mean by embeding authentication wihin the Flex program. There's no way I can escape from some kind of web-service. Unless I agree to recompile the application every-time some user information changes (see that this topic is all about

RE: [flexcoders] Any way to set a chart renderer from action script?

2007-04-05 Thread Ely Greenfield
mySeries.setStyle(itemRenderer,new ClassFactory(MyCustomRendererClass)); Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pekka Kola Sent: Thursday, April 05, 2007 3:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
Thanks Josh.. I knew about couldfusion and AMF I just didn't mentioned it :) In my case I have to use HTTP based XML-RPC using JSP/Tomcat back-end. HTTP is slow in fact, but is a standard. On 05 Apr 2007 09:28:55 -0700, gotjosh819i [EMAIL PROTECTED] wrote: Pretty sure you dont need to use

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-05 Thread iko_knyphausen
I can tell you what I am doing... using different versions of SQL Server as backend (SQL Server 2000 and 2005, MSDE, and Express, and MS Access): * First: SQL 2005 Express does NOT support web services endpoints only the full versions do. * Keep SQL server hidden (either via firewall and

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-05 Thread Nate Pearson
Woohoo, this is actually a question I can answer on flex coders :). Connecting to SQL Server 2005 works really well in flex. You will have to build a webservice in vb.net or C#.net to do this. Fortunetly there are VERY VERY good tutorials on how to do this. As far as exposing it to the outside

Re: [flexcoders] Re: User authentication

2007-04-05 Thread Ray Horn
For those who simply need a one-off Authentication scheme for Flex rather than an Enterprise Level Authentication Scheme the following could easily be done: 1). Find an encryption library coded using AS3 - easy to find this via google. 2). Code the Login dialogs using Flex. 3). Before

RE: [BULK] RE: [flexcoders] charting and predefined axis styles

2007-04-05 Thread Sandy Saline
Thanks, Ely. Where do I find AxisRenderer.initStyles? Nothing comes up in the Help which has been my primary source of information. Is there other documentation that I am missing? Sandy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Actionscript based model to HTTPService send call?

2007-04-05 Thread ronnlixx
Is there a way to cast Client to a simple Object in order to use to in the call to HTTPService.send()? i tried the following: service.send(this); which does not work service.send(this as Object); which does not work do I need to manually constuct the generic object? package com.my.models {

[flexcoders] Re: Module Interface Problems

2007-04-05 Thread Michael Ritchie
Alex, Lol, you said tickling, haha. Yes, this is within the same domain. Everything resides within the bin file of the main application, same level. It was loaded just fine and dispatched the progress and ready events. When you say main class, do you meant the Module that is loading the second

RE: [BULK] RE: [flexcoders] charting and predefined axis styles

2007-04-05 Thread Ely Greenfield
No, its part of the implementation of AxisRenderer, so you'll have to look directly in the source (ctrl-shift-T). Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandy Saline Sent: Thursday, April 05, 2007 10:16 AM To:

RE: [flexcoders] Re: User authentication

2007-04-05 Thread Samuel R. Neff
You don't need to bother with HTTPS or encryption if you use a challenge-response methodology. For that simple Hashing will do (AS3 corelib has a SHA256 implementation among others). Servers sends random text challenge to client. Client responds back with hashed combo of random text and the

[flexcoders] Re: Tiling a Background Image

2007-04-05 Thread scalenine
I use the solution presented here: http://renaun.com/blog/2006/12/08/165/ Works like a charm for any component including Application, Canvas, VBox, HBox, etc. Hope that helps. Juan scalenine.com --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: I've just started

RE: [flexcoders] Actionscript based model to HTTPService send call?

2007-04-05 Thread Persaud, Anthony
I had that problem too. The issue is that send requires a Basic Object. The way I fixed it was: public function save():void{ var service:HTTPService = new HTTPService(); service.url = http://127.0.0.1:3000/flex/save_client http://127.0.0.1:3000/flex/save_client ; service.useProxy =

[flexcoders] DataGrid Jumping

2007-04-05 Thread Daniel Grace
I am using a DataGrid that is mostly stock (overrode drawRowBackground and set dataProvider. This particular datagrid has a lot of information in it that changes every second. That's all fine. If there is a vertical scroll bar (common) and I am scrolled to the top, with no rows selected, it will

[flexcoders] ReferenceError: Error #1069: when production-mode set to true

2007-04-05 Thread box110a
I'm getting the following error when I set production-mode to true. I'm using jboss 4.0.5, FDS 2.0.1, compiling via mxml servlet. if production-mode = false, it works fine. ReferenceError: Error #1069: Property GlobalModelLocator not found on com.ea.common.util.login.LoginForm and there is no

RE: [flexcoders] Re: question about string equality

2007-04-05 Thread Gordon Smith
I have also long wondered about primitives in AS3. What is an int? What primitives are there? What is a Boolean? Here are the types where you don't need to (or can't) use the 'new' operator because AS3 has literal notation for values of that type: int: 32-bit signed integer var i:int;

[flexcoders] Is it possible to find out how much RAM the end user has?

2007-04-05 Thread footube42
Is it possible to find out how much RAM the end user has? I'd like to use this info to determine module loading/unloading.

Re: [flexcoders] Re: User authentication

2007-04-05 Thread Ray Horn
Yes, but there is an advantage to working with HTTPService destinations that are Session-Less as well as Connection-less. Reliance upon a server-side Session only works to weaken the usefulness of web based service providers. - Original Message From: Samuel R. Neff [EMAIL PROTECTED]

[flexcoders] transferring data from ...

2007-04-05 Thread Rick Schmitty
What trigger(?) does the browser look for to change the status bar in the browser from transferring data from to just Done. I'm using ServiceCapture to watch the RPC calls and image loading etc... everything gives me a 200 status code, just trying to figure out which part actually sends the

RE: [flexcoders] Re: dynamically created access and event elements problem and

2007-04-05 Thread Gordon Smith
can you help me on part you should keep variable referencing to checkboxes Define an instance variable in your app or component. When you dynamically create a CheckBox, store it in that variable: mx:Script // Any other method in this class can access the radio buttons using these

[flexcoders] Re: Reference to a class variable

2007-04-05 Thread manfred.maierhofer
OK, so my solution is very similar, I just assign the result directly to a custom event, because I know that the return type is a ArrayCollection, but thanks for the help. Mane

RE: [flexcoders] Is it possible to find out how much RAM the end user has?

2007-04-05 Thread Gordon Smith
The totalMemory property of the flash.system.System class gives you The amount of memory (in bytes) currently in use by Adobe Flash Player. I don't know of a way to find out the total RAM. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: dynamically created access and event elements problem and

2007-04-05 Thread Gordon Smith
Sorry... in the second example, var rb:RadioButton; should be var rb:RadioButton = new RadioButton(); - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Thursday, April 05, 2007 1:17 PM To:

[flexcoders] Re: Actionscript based model to HTTPService send call?

2007-04-05 Thread ronnlixx
I had that problem too. The issue is that send requires a Basic Object. Yeah, I figured that. Just thought there might be a way a convert or cast my object to a generic object. CursorManager.setBusyCursor(); //note you can also do service.showBusyCursor = true or false; I tried that

[flexcoders] to use object or array -- 'Adobe Flex 2 Training from the Source' book

2007-04-05 Thread Chad Gray
I am reading the 'Adobe Flex 2 Training from the Source' book and have a question as to why they used an object and not array. Page 118 for those that have the book. What they are doing is taking an array (categories) and appending a new row to it Name=All and CategoryID=0. Is there any

Re: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-05 Thread Carlos Rovira
Maybe the super image component should work for you? http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ 05 Apr 2007 01:04:37 -0700, bhaq1972 [EMAIL PROTECTED]: Thanks Alex. That works except the image

[flexcoders] Re: Yahoo map API

2007-04-05 Thread jd_lingwai
Nope thats the old one, Yahoo released a new API that should work with flex 2 --- In flexcoders@yahoogroups.com, franto [EMAIL PROTECTED] wrote: ok, i know, it's just for Flex 1.5 :)

RE: [flexcoders] DataGrid Jumping

2007-04-05 Thread Alex Harui
I don't remember any bugs like that. Can you build a small test case that uses regular DataGrid? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Grace Sent: Thursday, April 05, 2007 12:40 PM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
Guys.. I appreciate all your help. I could realize how many possibilities there are regarding authentication. My question now is: How can I secure my HTTPService? Is there some HTTPSService? What do I do to work with SSL? Or even.. if I send user name and password through an unprotected

RE: [flexcoders] Re: Module Interface Problems

2007-04-05 Thread Alex Harui
Can you post a test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Thursday, April 05, 2007 11:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Module Interface Problems Alex, Lol, you said

RE: [flexcoders] Re: Validating Datagrid

2007-04-05 Thread Alex Harui
Does does the cell editing end other than by clicking on another cell or hitting tab? The event should contain information about the session ending, and then ether will be other events about the next cell's session starting up. From: flexcoders@yahoogroups.com

[flexcoders] Re: Role based UI

2007-04-05 Thread Chris Luebcke
If you have more than a couple of roles with overlapping permissions, checking for the roles rather than the specific permissions becomes brittle (and kind of negates the value you get in defining permissions). I would usually create a structure where roles are associated with one or more

RE: [flexcoders] Urgent! add one property to property dialog box ?

2007-04-05 Thread Alex Harui
The right mouse menu is the ContextMenu class and api. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Thursday, April 05, 2007 7:49 AM To: Flex Coders; Flex Builder Subject: [flexcoders] Urgent! add one

RE: [flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-05 Thread Alex Harui
set contentHolder's x and y as well. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Thursday, April 05, 2007 1:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datagrid image itemRenderers don't

Re: [flexcoders] Re: User authentication

2007-04-05 Thread Ray Horn
See also this section of the Flex Builder manual: Configuring the Proxy Service Seems to indicate SSL can be used however I have not yet developed a need to do so myself. I would be very surprised if Flex Builder 2 did not support the use of SSL as it would have been silly to produce Flex had

RE: [flexcoders] Re: User authentication

2007-04-05 Thread Peter Farland
HTTPService has a url property so if you start your URL with https:// then that tells the Flash Player that you want to use SSL to communicate with the web server. Note that to make an HTTPS connection you must load your SWF via a secure URL too. If you're even asking the question what are

  1   2   >