RE: [flexcoders] Flex 2 code to reload the entire application?

2007-02-04 Thread KP
Just use below code to reload I have already used this and is working fine.. var url:URLRequest = new URLRequest("pagename_onto_ehich_you_need_to_send.aspx?category=logoff"); navigateToURL(url, "_self"); Thanks, Kumar _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

Re: [flexcoders] Flex books

2007-02-04 Thread Brendan Meutzner
Can't speak for Programming Flex 2 but I'd recommend the Cookbook for sure... Brendan On 2/4/07, Stembert Olivier (BIL) <[EMAIL PROTECTED]> wrote: Hi flexcoders, Is it worth buying these books??? Programming Flex2 ActionScript 3.0 Cookbook Did you read and recomment them? Rgds, Olivier

[flexcoders] Flex books

2007-02-04 Thread Stembert Olivier (BIL)
Hi flexcoders, Is it worth buying these books??? Programming Flex2 ActionScript 3.0 Cookbook Did you read and recomment them? Rgds, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and

RE: [flexcoders] Project structure

2007-02-04 Thread Stembert Olivier \(BIL\)
Yes I'd like to create multiple mxml apps like in the samples project for example. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Beverly Guillermo Sent: Friday, February 02, 2007 9:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexco

RE: [flexcoders] Integerating Flex and Java using

2007-02-04 Thread Stembert Olivier (BIL)
Hi, Did you compile your app with the -services compiler option to specify where is your services configuration file??? Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mukesh Sent: Friday, February 02, 2007 9:00 PM To: f

[flexcoders] RIADEV-FLEXCHINAGROUP

2007-02-04 Thread Ju Aedis
hi,everyone I guess that the flexcoders have so many Chinese or foreign citizen of Chinese origin. In China, Flex spread so fast. We also looking forward to the arrival of APOLLO. Compare with overseas, our experience and skills shortages. U konw that, so many people in China was pleased to commu

RE: [flexcoders] Ely's Quietlyscheming Calendar

2007-02-04 Thread Ely Greenfield
My intention, once I get off my lazy butt, is to post the calendar source somewhere that is open to other developers to contribute to. Basically, I'm hoping Brendan will fix all my bugs for me ;) Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

[flexcoders] Problem in acessing file from outside the application

2007-02-04 Thread Vinod M Jacob
Hi , In my apllication i am using Flex 2.0 ,JSP and tomcat server. I have hosted this application under Tomcat on a remote server. The file which i am acessing from this application is stored in local drive C:// This file when stored under context root is acessible but not from the l

[flexcoders] Problem in accessing file in swf from outside the application

2007-02-04 Thread Vinod M Jacob
Hi , In my application i am using Flex 2.0 ,JSP and tomcat server. I have hosted this application under Tomcat on a remote server. The file which i am acessing from this application is stored in local drive C:// This file when stored under context root is acessible but not from the l

[flexcoders] Re: List BORDER PIXELS?

2007-02-04 Thread stevekpeak8
I was hoping that would be it as well, but verticalGap isn't supported in List. Steve --- In flexcoders@yahoogroups.com, Bjorn Schultheiss <[EMAIL PROTECTED]> wrote: > > not sure but it may be verticalGap > > On 05/02/2007, at 2:36 PM, stevekpeak8 wrote: > > > Hello, > > > > I hope someone

Re: [flexcoders] List BORDER PIXELS?

2007-02-04 Thread Bjorn Schultheiss
not sure but it may be verticalGap On 05/02/2007, at 2:36 PM, stevekpeak8 wrote: Hello, I hope someone here can help me with a last minute issue. I have a mx.List object with variable Row Height. Because of the way I'm formatting for the end user, I sometimes have graphics that span several

[flexcoders] List BORDER PIXELS?

2007-02-04 Thread stevekpeak8
Hello, I hope someone here can help me with a last minute issue. I have a mx.List object with variable Row Height. Because of the way I'm formatting for the end user, I sometimes have graphics that span several cells (so that the list can match the DATA that's coming from my service). For exa

[flexcoders] Re: From the Beginning - Workspace projects not compiling

2007-02-04 Thread app.developer
Ok, so far this is what I have done to get past the headache. I have reinstalled eclipse and Flex 2.0.1. (after looking for my license number ...what a search that was) This is by far not a solution but a work around. I have my old install of eclipse & co. to review the old vs. new. If some

Re: [flexcoders] Refreshing Datagrid from pop up window

2007-02-04 Thread Adam Royle
Not sure whether you want actionscript, or just a "how to", but I have done it in my app like this. On update I send the data much like you have, and get the same data returned from amfphp. Then I just do an .addItem() call with the new data on the ArrayCollection that is binded to my datagrid,

[flexcoders] From the Beginning - Workspace projects not compiling

2007-02-04 Thread app.developer
I have recently changed my workspace and now none of my projects compile in the Bin folder (or anywhere for that matter). I'll give you example. I've made my workspace C:\JRun4\servers\cfusion\cfusion-ear\cfusion- war (plz don't preach about this location..."Papa don't Preach" comes to mind)

Re: scheduling API on Labs (was RE: [flexcoders] Ely's Quietlyscheming Calendar)

2007-02-04 Thread maunger
Thank you David - understood! Mitch (who needs to relook at that code as well) --- In flexcoders@yahoogroups.com, "David Mendels" <[EMAIL PROTECTED]> wrote: > > Hi, > > I wanted to make clear because I think it wasn't clear enough on the > site itself (yet). This code is open source and free f

scheduling API on Labs (was RE: [flexcoders] Ely's Quietlyscheming Calendar)

2007-02-04 Thread David Mendels
Hi, I wanted to make clear because I think it wasn't clear enough on the site itself (yet). This code is open source and free for you to use. Our own consulting team developed it and was able to donate it to the community, but it isn't a formal "product" from Adobe and doesn't have a team or a s

Re: [flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread Brendan Meutzner
Mitch, Is that the entire output? Are you able to post your project with source available?... or at least the file where you've go the calendar? Brendan On 2/4/07, maunger <[EMAIL PROTECTED]> wrote: Hope this says something to you ;) ArgumentError: Error #2025: The supplied DisplayObject

[flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
Hope this says something to you ;) ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. at flash.display::DisplayObjectContainer/getChildIndex() at mx.managers::SystemManager/getChildIndex()[C:\dev\GMC\sdk\frameworks\mx \managers\SystemManager.as:

[flexcoders] Disable RollOverColor within TileList

2007-02-04 Thread pioplacz
I have a question is it possible to disable the rollover color when u move the mouse over some item within TileList. What i mean is that color "box" that shows behind the item. Or is it possible to customise it?

Re: [flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread Brendan Meutzner
Hey Mitch, Can you run in debug mode and then paste the entire error output from the FB console? Brendan On 2/4/07, maunger <[EMAIL PROTECTED]> wrote: Hi Brendan! thanks for your reply. I've run into something that's probably pretty basic, but i'm just not grasping the problem here obviou

[flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
Hi Brendan! thanks for your reply. I've run into something that's probably pretty basic, but i'm just not grasping the problem here obviously. I was running Ely's code perfectly fine in its own project, but when i've moved it over into my project that i'm doing for work, i'm now running into

Re: [flexcoders] Re: rollOver Tree Node

2007-02-04 Thread Greg Morphis
Do you guys have any examples or know wher I can look for some using the itemRenderer to add the toolTip to the node itself? Thanks On 2/2/07, Greg Morphis <[EMAIL PROTECTED]> wrote: > Thanks guys, I'll look into doing that. > Tracy can you provide an example? > > Thanks > > On 2/2/07, Doug Lowde

Re: [flexcoders] Ely's Quietlyscheming Calendar

2007-02-04 Thread Brendan Meutzner
Hey Mitch, Yeah, I've been playing around with it quite a bit over the past few weeks, as we're actually using it in a small project we're doing. Unfortunately, I'm not quite finished tweaking it yet, but had definitely planned on posting my fixes/enhancements etc once we're done. I'd say in th

[flexcoders] Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
Hi y'all I've been messing with Ely's Calendar and am learning lots... i posted a note over on his blog comments wondering if anyone out there is actually using this and has improved it in any way - but I'm sure there's a lot more traffic over here, so I thought I'd ask here as well. There's

RE: [flexcoders] Dynamic creation of from xml - placed over an image

2007-02-04 Thread Jason Hawryluk
addChild, removeChild and use a backgroundimage style for your jpg. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de oneproofdk Envoyé : dimanche 4 février 2007 01:05 À : flexcoders@yahoogroups.com Objet : [flexcoders] Dynamic creati

RE: [flexcoders] How I can modify and save a xml file in the server?

2007-02-04 Thread Jason Hawryluk
you can't jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de alphaclass525 Envoyé : dimanche 4 février 2007 18:06 À : flexcoders@yahoogroups.com Objet : [flexcoders] How I can modify and save a xml file in the server? How I can mod

[flexcoders] Refreshing Datagrid from pop up window

2007-02-04 Thread munene_uk
I have a datagrid that retrieves user detials from a database using AMFPHP 1.9. Within the same application, i also have an option for adding new users to the database via a custom pop window form. How can i get the datagrid to automatically update once i have sent the new users details to the data

[flexcoders] How I can modify and save a xml file in the server?

2007-02-04 Thread alphaclass525
How I can modify and save a xml file in the server without PHP or ASP etc..?

[flexcoders] Re: Adding columns in DataGrid dynamically

2007-02-04 Thread sanjaypmg
Hi, How can I delete a colum dynamicall? Thanks Sanjay --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > You can reassign the grid's columns property to accomplish this. > Array methods like push don't emit the events necessary for the > component to detect that

Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-04 Thread Shannon Hicks
I never got 2.0 working with the VSS plugin. I had to install Eclipse, the VSS plugin and the FB 2.0 plugin. This might be fixed in 2.0.1, but I never tried it, being satisfied with the FB plugin. Shan raz_gilad wrote: Hi Did anyone succeed in connecting the flex builder to Visual source

RE: [flexcoders] Apollo features

2007-02-04 Thread Jason Hawryluk
I quote "I think support for dll’s is important (com, managed, other)." How does this equate to me saying it's useless? I meant the “other” as being mac and linux equivalents. I don’t disagree with the fact that cross platform is important. The advantage over sticking with VB/.net etc.. is us

RE: [flexcoders] Apollo features

2007-02-04 Thread Jason Hawryluk
Not sure but I hope your not implying I don't build tiered enterprise apps. I'll assume not. What you’ve stated is why dll access is important. This was the whole point, separation of the application tiers. Not every app lends it self to be a service oriented architecture. All this depends on the t

Re: [flexcoders] BindingUtils.bindSetter silently failing and returning from method ?

2007-02-04 Thread Ralf Bokelberg
Bindings must be able to fail silently. Otherwise we would see a lot of exceptions during the initialization phase. Therefore these exceptions are catched by the flex framework. Last time i looked into it, there is a debug flag you can set, to see the failing bindings. I just looked at the online

RE: [flexcoders] Flex 2 code to reload the entire application?

2007-02-04 Thread Dimitrios Gianninas
Depends on how you have your app built... if all your data is bound to some model object, then you can just do: ModelLocator.myData = new MyDataVO() and the view should reset itself. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@ya

[flexcoders] BindingUtils.bindSetter silently failing and returning from method ?

2007-02-04 Thread Ralph Hauwert
Hi All, I just spent about an hour trying to figure out why one of my methods was not executing. After a while I figured out it was only half executing. It would just stop at one of my BindingUtils.bindSetter calls. Turns out that during a quick cleanup I had deleted the value I was binding to in

Re: [flexcoders] Clipping of RawChildren ?

2007-02-04 Thread Michael Schmalle
Hi, Yes you are losing the ability to clip content using rawChildren. Cliping occurs with a single content child or contentPane with multiple content children. You will need to create a content raw child that will hold your textfields. Then create a FlexSprite mask and set the mask property of

Re: [flexcoders] Object serialisation + SimpleXMLEncoder

2007-02-04 Thread Aly Sidi
Hey Lachlan, did you ever get this to work?..I am trying to do the same thing... cheers -aly On 8/17/06, Lachlan Cotter <[EMAIL PROTECTED]> wrote: Hi List, I want to be able to serialise and de-serialise ActionScript objects to XML so they can sent to a server application. I would prefer to w

[flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-04 Thread raz_gilad
Hi Did anyone succeed in connecting the flex builder to Visual source safe? Is the usual Eclipse plug-in "org.vssplugin_1.6.1" works in this environment? How? Thanks

[flexcoders] Dispatch event in itemClickHandler

2007-02-04 Thread hu22hugo
The code below works fine except for the fact that the menu of the PopUpButton does not close. When I comment out the CairngormEventDispatcher, the PopUpButton closes. So I assume that there is something wrong with dispatching an event in a handler?? http://www.adobe.com/2006/mxml"; width="400"

[flexcoders] Clipping of RawChildren ?

2007-02-04 Thread superstella_uk
Im adding many TextFields to a Canvas via rawChildren.addChild (its a long story why I dont use Label, but essentially Im doing it for better performance). I also added a ScrollBar and am responding to that by repositioning the TextFields in code. Its all working very smoothly, but I cant seem to

[flexcoders] Re: PopupMenuButton: Want to stop the click event and only have the itemClick ev

2007-02-04 Thread carkraus
This post´s a little long ago, but I thought I´d post an answer anyway: one can achieve the desired behaviour easily by creating a custom component that extends PopUpMenuButton. In your custom component just override the clickHandler-method like this: override protected function clickHandler(even

Re: [flexcoders] Can drag-able content within a container, update it's Scrollbars?

2007-02-04 Thread Michael Schmalle
Hi Mike Check out the Panel.as class for the standard way of dragging things in Flex. Don't use startDrag() and stopDrag(). You will see addEventListener() to the systemManager and stage. in the sm.MOUSE_MOVE is where your actual instance logic goes. As far as your scroll bars question; Put th

[flexcoders] Can drag-able content within a container, update it's Scrollbars?

2007-02-04 Thread Mike Anderson
Hello All, I have a Box Component, that contains a SWFLoader. When the SWFLoader's Content grows beyond the bounds of the Box Container, I have the Scrollbars automatically appear. This particular content that the SWFLoader houses, is always going to be a Map. Obviously, when viewing Maps, Pann