[flexcoders] Re: drawing horizontal line in ADG based on data

2009-12-23 Thread valdhor
lue meets my condition, then i want to show grid line > for the entire row. ex:data.sales='2000', then i want to show a horizontal > grid line below that row. > > > Thanks & Regards,Venkat. > > > > > > From: valdhor

[flexcoders] Re: dynamic source for flvplayback in flex

2009-12-22 Thread valdhor
Have you seen these (At least one of them shows using dynamic paths)... http://www.adobe.com/devnet/flash/articles/flvplayback_programming_07.html http://www.adobe.com/devnet/flash/articles/flvplayback_fplayer9u3_03.html http://blog.flexcommunity.net/?tag=flvplayback --- In flexcoders@yahoogrou

[flexcoders] Re: Web Service result length limit?

2009-12-22 Thread valdhor
I don't believe there is a limit. Your error is more likely to do with the XML being returned. Is it well formed? You may find that the XML parser is choking. I would be willing to bet that the smaller result has well formed XML whereas the larger result does not. --- In flexcoders@yahoogroups

[flexcoders] Re: dynamic source for flvplayback in flex

2009-12-22 Thread valdhor
I really don't know. There seems to be a lot of examples out there on how to use flvplayback with Flex. Have you tried one of those yet? I have not used that component so will have to defer to someone else who has. --- In flexcoders@yahoogroups.com, "stinasius" wrote: > > yes i tested that path

[flexcoders] Re: FlashBuilder, FlexBuilder 3 and Flash Players

2009-12-22 Thread valdhor
Flex Builder 3 can target Flash Player 10. --- In flexcoders@yahoogroups.com, "flexnewbie999" wrote: > > I understand FlashBuilder uses v.10 of the Flash Player while FlexBuilder 3 > uses v. 9. I've been using FlexBuilder. Is there a way to swap these 2 > players installed at the same time (if

[flexcoders] Re: drawing horizontal line in ADG based on data

2009-12-22 Thread valdhor
I don't understand what you mean by a "horizontal line for entire grid". How would this be displayed? Do you have a mockup of what this would look like? --- In flexcoders@yahoogroups.com, venkateswarlu naidu wrote: > > Steve thanks for your reply. > > My aim is to draw horizontal line for entir

[flexcoders] Re: dynamic source for flvplayback in flex

2009-12-21 Thread valdhor
If you set a breakpoint and check the value of videoPath, is it something that you expect? --- In flexcoders@yahoogroups.com, "stinasius" wrote: > > i have tried that private var videoPath:String = "assets/virtual_ tour/" + > parentDocument.home_tiles.selectedItem.tour; and it doesn't work. it

[flexcoders] Re: Advice for flash, flex and action Script

2009-12-21 Thread valdhor
Start with http://www.adobe.com/devnet/flex/videotraining/ --- In flexcoders@yahoogroups.com, Juan wrote: > > Hello everyone > I'm new using flex and have done some staff in HTML and flash. > I would like some advice about flash and flex . > What's the best way to learn about flex ( books, web

[flexcoders] Re: dynamic source for flvplayback in flex

2009-12-21 Thread valdhor
You can't use binding notation (ie. {} ) in ActionScript. Try this... private var videoPath:String = "assets/virtual_tour/" + parentDocument.home_tiles.selectedItem.tour --- In flexcoders@yahoogroups.com, "stinasius" wrote: > > i tried that and its doesn't load the videos. here is the code i us

[flexcoders] Re: How to dispatchevent in popup window?

2009-12-17 Thread valdhor
You need to add the event listener to the SystemManager. SystemManager handles all events from popup windows. --- In flexcoders@yahoogroups.com, "markflex2007" wrote: > > Hi, > > I want to dispatch event in popup window and capture the event > in base page. > > Please give me a idea how to do

[flexcoders] Re: drawing horizontal line in ADG based on data

2009-12-16 Thread valdhor
You have completely gone down the wrong track here. If you need to do anything in a datagrid based on data in the dat provider, you need to use an item renderer. I would recommend reading Alex Harui's blog postings regarding Item Renderers and also to modify someone's working code before embarking

[flexcoders] Re: Odd grouping issue in ADG

2009-12-16 Thread valdhor
Tom I have not been able to figure out why you get the display you get. I ran out of time so just tried to get something working the way that you want. There are probably other ways but this works... http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="onCreationComplete()">

[flexcoders] Re: Odd grouping issue in ADG

2009-12-15 Thread valdhor
Tom If you post a small runnable example with sample data, I would be willing to take a look. Best Regards Steve --- In flexcoders@yahoogroups.com, Tom McNeer wrote: > > Hi, > > I posted this issue earlier, but got no replies. I'm really hoping someone > familiar with ADG oddities can he

[flexcoders] Re: Creating admin section tutorial with flex?

2009-12-09 Thread valdhor
There are all sorts of posts about this sort of thing. Try these three to start... http://www.brucephillips.name/blog/index.cfm/2007/3/17/Login-System-For-A-Flex-Application-With-ColdFusion-Backend-Part-3--Custom-Login-Form-Component http://old.nabble.com/Login-Registration-Page---td21747714.htm

[flexcoders] Re: Prevent inset/shifting of text in selected tabs

2009-12-09 Thread valdhor
I must be blind cause I'm not seeing this. Anyway, just for future reference, the flex 3 Style Explorer can be found at http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html --- In flexcoders@yahoogroups.com, "invertedspear" wrote: > > I couldn't even notice it before

[flexcoders] Re: AIR 2.0 RS232 and USB communication

2009-12-07 Thread valdhor
I would recommend using Merapi (http://merapiproject.net/) to connect AIR with Java and then something like SMSLib (http://www.smslib.org/) to connect to your SMS device. --- In flexcoders@yahoogroups.com, farid wl wrote: > > Hi Guys > every body knows ,how we can connect to rs232 port or USB  

[flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-12-07 Thread valdhor
excoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of valdhor > Sent: Wednesday, December 02, 2009 4:59 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: the most popular way to be connected with sql > server REFdn0085136210 > > > > >

[flexcoders] Re: Deleting an Object

2009-12-03 Thread valdhor
Just set the object instance to null. --- In flexcoders@yahoogroups.com, "Wally Kolcz" wrote: > > I have a singleton that stores user data for an application. When the user > logs out I want to delete the instance of the singleton (UserDataModel). > Can you just delete the whole Object or do yo

[flexcoders] Re: remote php

2009-12-03 Thread valdhor
Did you read my response? Don't set the projects server type to anything. Create your connection manually or with a services-config.xml file. --- In flexcoders@yahoogroups.com, "gandalfhr" wrote: > > ok.. im new at this so help me out a little bit more > in order to use "bind to data" function

[flexcoders] Re: Passing Excel file to Java

2009-12-02 Thread valdhor
I came across this just the other day (It's no use to me as I don't use Java) which may be useful to you: http://www.adobe.com/devnet/flex/articles/file_upload.html --- In flexcoders@yahoogroups.com, "Matthew" wrote: > > Hi - > > I have a Flex UI and I want to allow a user to upload an Excel f

[flexcoders] Re: Multiple -services in Flex compiler

2009-12-02 Thread valdhor
You can only include one -services argument to the compiler but you could try using the XML command: inside your current services-config.xml file. --- In flexcoders@yahoogroups.com, "Wally Kolcz" wrote: > > Ok, here is a fun one that I might be wrong on, but... > > I am using ColdFusion to

[flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-12-02 Thread valdhor
puting. > > Does anybody has experience on AWS? > > > > dennis > > ...we are what we are doing... P Think! before you print. > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of valdhor > Sent: Wednesday, Nov

[flexcoders] Re: remote php

2009-12-02 Thread valdhor
Download WebORB for PHP (http://www.themidnightcoders.com/products/weborb-for-php/overview.html) and place it on your server somewhere. When you create your Flex project, do NOT set a server type (All this does is setup your project for you. You can do it manually). You can either code your co

[flexcoders] Re: git version control support

2009-12-01 Thread valdhor
I haven't tried it but I would have thought the GIT Eclipse plugin should work (http://www.eclipse.org/egit/). Maybe you should try it? --- In flexcoders@yahoogroups.com, "ynotob" wrote: > > Anyone know when / how git will be supported within flex builder? >

[flexcoders] Re: Questions I always wanted to know the answers to - AsyncTokens

2009-11-25 Thread valdhor
Using an AsyncToken allows you to have only one event listener and one function to handle all responses from a remote procedure call. You add some data to the AsyncToken and when the call returns you can check what the data was and use that to run different code. For example: myService = new Remot

[flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-11-25 Thread valdhor
There is a community edition of WebORB for PHP that is free. Also, Adobe has ties with Zend and you can use Zend_AMF (Part of the Zend Framework) for free. I think free is cheap enough for everyone ;-} Also, if you want to connect directly to a MySQL database you can look into a component like

[flexcoders] Re: BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread valdhor
"as we know Flash can't access the javascript in the enclosing local web page." News to me. What is the use of ExternalInterface.call if Flash can't access the JavaScript? --- In flexcoders@yahoogroups.com, devek wrote: > > > Actually, I figured it out. > > BrowserManager's setTitle is imple

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread valdhor
Glad to be of assistance. Steve --- In flexcoders@yahoogroups.com, "invertedspear" wrote: > > Valdhor you are a life saver. I hadn't found that first link in my searching > and it cleared everything up for me. > > Thank you so much. I think that's twice

[flexcoders] Re: BrowserManager's setTitle() function doesn't work on local release build?

2009-11-24 Thread valdhor
Actually, if you use the open file command in your browser and open either the debug build or release build, then neither of them work. On the other hand, accessing either the release or debug versions using a HTTP call results in both of them working. As I understand it, this is the way it is

[flexcoders] Re: What material would you recommend to learn Flex rapidly?

2009-11-24 Thread valdhor
My recommendation would be the Flex in a week series: For Flex 3.x: http://www.adobe.com/devnet/flex/videotraining/ For Flex 4.x: http://www.adobe.com/devnet/flex/videotraining/flex4beta/ Flex 4 is still in beta so I wouldn't use it for anything mission critical but if you are just learning, it

[flexcoders] Re: Help! - AdvancedDataGrid - Applying sort as if user clicked column header

2009-11-24 Thread valdhor
Maybe one of these would help: http://cookbooks.adobe.com/post_How_to_sort_items_within_group_in_AdvancedDataGrid-13047.html http://stackoverflow.com/questions/155279/how-do-i-sort-in-a-flex-advanceddatagrid-callback-isnt-being-called http://flexpearls.blogspot.com/2008/01/using-advanceddatagrid

[flexcoders] Re: Change the caret in TextArea

2009-11-24 Thread valdhor
-code-for-custom-textfields-with-cool-effects/ --- In flexcoders@yahoogroups.com, rituraj_tiwari wrote: > > > Valdhor, > Thanks for taking the time to respond. > > I am not looking to change the mouse pointer cursor. I need to change the > blinking caret that appears in tex

[flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-11-23 Thread valdhor
Very cool and very useful. We use it here with thousands of connected users. --- In flexcoders@yahoogroups.com, Jorge Hernández wrote: > > valdhor! > * > * > *Thanks for the link, I did not know about this WebORB but is pretty cool! > * > 2009/11/23 valdhor > > >

[flexcoders] Re: Public method access to a SWF, loaded via an HTML, in AIR. Doable..?

2009-11-23 Thread valdhor
You may be better off finding a Java based virtual keyboard (Like http://www.noamik.de/wiki/index.php/Virtual_Keyboard) and using Merapi (http://merapiproject.net/) to exchange data. --- In flexcoders@yahoogroups.com, "andr01dm" wrote: > > Hello. :) > > I'm building a kiosk app in AIR, in whic

[flexcoders] Re: Errors sorting a arrayCollection ready for searching?

2009-11-23 Thread valdhor
You are probably better off checking if the new user has entered an already used account name on the back end and sending through a Yes/No answer to Flex. Anyway, You should be able to figure out how to do a sort by perusing this example: http://blog.flexexamples.com/2007/08/05/sorting-an-array

[flexcoders] Re: Change the caret in TextArea

2009-11-23 Thread valdhor
These links should help... http://www.switchonthecode.com/tutorials/flex-custom-cursor-tutorial http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/ http://www.adobe.com/livedocs/flex/3/langref/mx/managers/CursorManager.html#setCursor%28%

[flexcoders] Re: TabNavigator stacking order

2009-11-23 Thread valdhor
You may like to expand upon this example... http://flexexamples.blogspot.com/2007/12/positioned-tab-navigator-in-flex.html --- In flexcoders@yahoogroups.com, Joel Stransky wrote: > > By default, a TabNavigator adds its TabBar on top of the viewstack. Is there > a way to force it to draw it under

[flexcoders] Re: Tilelist: empty cells when refresh dataprovider

2009-11-23 Thread valdhor
It's a little difficult to tell without seeing some code. Can you post a small self contained example? --- In flexcoders@yahoogroups.com, "jack_freud" wrote: > > Hi, > > I have a tilelist with an item renderer, and I refresh the dataprovider that > is an arraycollection. The tilelist is set up

[flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-11-23 Thread valdhor
I don't know if it's the most "Popular" way, but I use PHP/MySQL with WebORB http://www.themidnightcoders.com/products/weborb-for-php/overview.html --- In flexcoders@yahoogroups.com, "dennis" wrote: > > Hello ppl. > > > > Which is the most "popular" way a Flex application to join an internet

[flexcoders] Re: how to enable stack traceback?

2009-11-23 Thread valdhor
Or you could turn on the local Apache server, set your flex output directory to one of the directories served by Apache and set up a run config in Flex to open a localhost URL. This is what I do on a PC after installing WAMP. --- In flexcoders@yahoogroups.com, "mitchgrrt" wrote: > > The proble

[flexcoders] Re: id css selectors

2009-11-19 Thread valdhor
x 4 SDK and target Flash Player 10. --- In flexcoders@yahoogroups.com, Joel Stransky wrote: > > I'm using 3.4 > That article I linked to was last edited april 4th 2009. I'm new to flex so > I just assumed that was an accurate spec. > > On Thu, Nov 19, 2009 at 9:36 AM, vald

[flexcoders] Re: id css selectors

2009-11-19 Thread valdhor
What version of the SDK are you using? >From what I can ascertain, ID selectors are new as of FB4. --- In flexcoders@yahoogroups.com, Joel Stransky wrote: > > How is it that this page claims id selectors are valid yet Flex Builder > balks when I try to use them? > http://opensource.adobe.com/wik

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread valdhor
see positively that I have the debug Flash player, but I'm still not > seeing stack tracebacks unless I run in the debugger. > > Any ideas how to set it so I can always see a traceback if there's an > unhandled exception? Thanks. > > > --- In flexcoders@yah

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread valdhor
Have you tried http://www.adobe.com/livedocs/flex/3/langref/flash/system/Capabilities.html#version or http://kb2.adobe.com/cps/155/tn_15507.html or http://www.playerversion.com/ --- In flexcoders@yahoogroups.com, "mitchgrrt" wrote: > > I'm still having this problem. > > On the Mac how do I

[flexcoders] Re: Problem sorting advancedDataGrid after dataprovider updated

2009-11-17 Thread valdhor
sort when I refresh > the data. > > Maybe there is some limitation when using an XMLList, I wish I could have > found out for sure, but at least I have a working product now. > > Lesson Learned: use arrayCollection, it's apparently a superior veriable > type. > > T

[flexcoders] Re: Problem sorting advancedDataGrid after dataprovider updated

2009-11-16 Thread valdhor
e the problem, but if it is, I have no Idea > where to start to fix it. > > Thanks again. > > valdhor-3 wrote: > > > > I am running SDK 3.4. > > > > I still believe that is the crux of the problem. You can't sort because > > the gc.refresh() is

[flexcoders] Re: Repeating background for a component

2009-11-16 Thread valdhor
I have used http://renaun.com/blog/2006/12/08/165/ successfully. --- In flexcoders@yahoogroups.com, "Wally Kolcz" wrote: > > Does anyone know, or have a link to an example, for a tutorial on how to > repeat a background for a component? I want to apply a repeating texture to > either a Canvas o

[flexcoders] Re: Problem sorting advancedDataGrid after dataprovider updated

2009-11-16 Thread valdhor
SDK we > are running, or more likely some specific issue of environment, but when I > click another tab it runs the HTTPService and repopulates the Grid. It's > only after that repopulation that I loose the ability to sort the data. > > Thanks for looking into it though. >

[flexcoders] Re: Problem sorting advancedDataGrid after dataprovider updated

2009-11-16 Thread valdhor
es here (I don't have time to debug your code). --- In flexcoders@yahoogroups.com, InvertedSpear wrote: > > > > valdhor-3 wrote: > > > > Could you post some sample data arrays. It's not too easy to try out your > > code without it. > > > Sure here&#

[flexcoders] Re: Problem sorting advancedDataGrid after dataprovider updated

2009-11-16 Thread valdhor
Could you post some sample data arrays. It's not too easy to try out your code without it. --- In flexcoders@yahoogroups.com, InvertedSpear wrote: > > > I'm bumping this post because I am really needing an answer ASAP. At this > point I'm just hoping my boss doesn't notice. > > ANY help will b

[flexcoders] Re: Calling actionscript functions from mxml component without events

2009-11-13 Thread valdhor
You could use the creationCoplete or initialize event of the component. --- In flexcoders@yahoogroups.com, Tino Dai wrote: > > Hi All, > > I am wondering about calling actionscript functions from a mxml > component without > the user having to do anything. Something like this: > > fun

[flexcoders] Re: Progress for synchronous operation

2009-11-11 Thread valdhor
Could you use an indeterminate progress bar? (http://livedocs.adobe.com/flex/3/langref/mx/controls/ProgressBar.html) --- In flexcoders@yahoogroups.com, Richard Rodseth wrote: > > What's a good way to display progress or a busy cursor for a potentially > long-running, but synchronous operation (i

[flexcoders] Re: Underlying data from datagrid

2009-11-10 Thread valdhor
OK, figured it out. It is: event.itemRenderer.data[myDataGrid.columns[event.columnIndex].dataField] --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > OK, I am having a senior moment (Or this flu is really screwing me up). > > I have a datagrid that displays data f

[flexcoders] Underlying data from datagrid

2009-11-10 Thread valdhor
OK, I am having a senior moment (Or this flu is really screwing me up). I have a datagrid that displays data from an arraycollection of objects. I need to grab the underlying data when a user clicks on a cell. I have an eventListener for the itemClick event. This event gives me the rowIndex and

[Spam] [flexcoders] Re: Memory leak with Data Grid and Item Renderers

2009-11-09 Thread valdhor
ich is an Array of Arrays for the > renderers for each row/Column... I'm hoping I may be able to delete the > 'children' this way? have you ever used this property? > > or perhaps there's another way to delete the 'children' of the Adv Data > Grid? >

[flexcoders] Re: custom context menu on ADG crashes IE and FF - advice please

2009-11-09 Thread valdhor
Can you post some sample code? --- In flexcoders@yahoogroups.com, "MicC" wrote: > > On a custom AdvancedDataGrid - did the standard thing to add a total footer - > I have a column where the item renderer puts a hyperlink/link button in the > grid cell. I attached a custom context menu to this l

[flexcoders] Re: Flash and Flex free magazine download

2009-11-05 Thread valdhor
The link in the email is just for authenticating you. Once you click on that link, click the "Magazine" link, then the "Free FFD ezine link. There you will find links to the free issues. --- In flexcoders@yahoogroups.com, Angelo Anolin wrote: > > Hi John, > > I entered my email and a link was

[flexcoders] Re: How can I put a PopUPMenuButton in an AdvancedDatagridColumn?

2009-11-04 Thread valdhor
tton on the Drill-Down column and populate the PUButton with > the dObj.label and dObj.url which i ahve added to ddArr now. > thanks in advance, > Tom. > > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > This quick and dirty example (Based o

[flexcoders] Re: How can I put a PopUPMenuButton in an AdvancedDatagridColumn?

2009-11-03 Thread valdhor
This quick and dirty example (Based on the Adobe Documentation) should get you well on your way: http://www.adobe.com/2006/mxml";>

[flexcoders] Re: Wondering about buttons..

2009-11-03 Thread valdhor
If I were going to do this, I would create a new class that extended button with a couple of public properties - one to set the icon side and one to set the icon type. --- In flexcoders@yahoogroups.com, "tchredeemed" wrote: > > I have always wondered what the best way to do this was: > > I n

[flexcoders] Re: NonModal Alert Box

2009-11-02 Thread valdhor
When you put up the Alert, run some code to disable the items in the TitleWindow. Then in the Alerts closeHandler have some code to enable those same items. --- In flexcoders@yahoogroups.com, yogesh patel wrote: > > Hi, > I have TitleWindow with some fields like combobox.textinput and > b

[flexcoders] Re: help with a php call

2009-10-30 Thread valdhor
Because HTTP service is expecting to handle the response. You want the browser to handle the response so you need to use navigateToURL: http://www.adobe.com/2006/mxml"; layout="vertical"> HTH Steve --- In flexcoders@yahoogroups.com, grimmwerks wrote: > > Argh.

[flexcoders] Re: Associative Array and Custom Renderer for TileList

2009-10-28 Thread valdhor
Check out Item Renderers on Alex Harui's Blog - http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html --- In flexcoders@yahoogroups.com, "anuppc" wrote: > > Hi, > > I have an Associative Array as the dataprovider of a TileList. > The associative array has this kind of data:

[flexcoders] Re: Flex Soap Version Mismatch

2009-10-28 Thread valdhor
uess is the big question?? > > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > I think you may be over thinking this. > > > > I have the same situation as you - a local PHP server and a remote Web > > Service. > > >

[flexcoders] Re: add a url/link to the datagrid datatip?

2009-10-28 Thread valdhor
Here is one way... http://www.adobe.com/2006/mxml"; xmlns:local="*" > LinkRenderer.as: package { import mx.controls.*; import mx.controls.dataGridClasses.DataGridListData; public clas

[flexcoders] Re: TextArea and new line problems (with PHP and MySQL)

2009-10-28 Thread valdhor
My suggestion would be to grab a copy of Charles (http://www.charlesproxy.com) and take a look at exactly what Flex is sending. Next, if Flex is sending the carriage returns properly, create some code in PHP (eg. file write) to output what PHP is seeing from your middleware (I use WebORB and ca

[flexcoders] Re: Where did Livedocs go?

2009-10-28 Thread valdhor
Do you use a local proxy or caching server? maybe the 404 is coming from there. --- In flexcoders@yahoogroups.com, "Gregor Kiddie" wrote: > > Since some of my colleagues have come in, it's working for them, but I'm > getting the Adobe 404 page back, rather than it failing to load (which > suggest

[flexcoders] Re: Flex Soap Version Mismatch

2009-10-28 Thread valdhor
I think you may be over thinking this. I have the same situation as you - a local PHP server and a remote Web Service. I tried for a long time to get it working by proxying through PHP like what you are trying. I could never get it to work. Instead, I created a SOAP Client in PHP that could tal

[flexcoders] Re: States: SetStyle not returning to base state

2009-10-28 Thread valdhor
Don't quote me on this, but that rings a bell. I do believe that is in the documentation somewhere. Your best bet may be to listen for the change event and then set the style in the event handler. --- In flexcoders@yahoogroups.com, "Tracy" wrote: > > I have component that functions as a button

[flexcoders] Re: Delay / Pause between script executions

2009-10-23 Thread valdhor
messages have been displayed? > > Thanks. > > Angelo > > > > > > From: valdhor valdhorli...@... > To: flexcoders@yahoogroups.com > Sent: Saturday, 24 October, 2009 2:07:16 > Subject: [flexcoders] Re: Delay / Pause between script ex

[flexcoders] Re: Delay / Pause between script executions

2009-10-23 Thread valdhor
Here is a simple example: http://www.adobe.com/2006/mxml"; layout="vertical" creationComplete="onCreationComplete()"> HTH Steve --- In flexcoders@yahoogroups.com, Angelo Anolin wrote: > > Hi Flexcoders, > > I know this may sound very elementary but I cannot

[flexcoders] Re: Best way to call SQL LAST_INSERT_ID through Zend Amf

2009-10-23 Thread valdhor
My recommendation would be to return the record ID as the response to the call to save the record. If the save failed, you could return -1 and use that as a check. --- In flexcoders@yahoogroups.com, "steveb805" wrote: > > Hi, > I'm mostly a newbie and am writing a simple Flex app. So far, just

[flexcoders] Re: TextArea and new line problems (with PHP and MySQL)

2009-10-22 Thread valdhor
When I try this using WebORB, any newlines are transferred through to PHP fine. I haven't tried saving and retrieving from a database but Flex passes them through. Try just creating a PHP page that saves a string with newlines to a database, then retrieves the string and write it to a file. Are

[flexcoders] Re: PHP service classes in a different directory besides Weborb's Services dir

2009-10-20 Thread valdhor
The Services path is set in the weborb-config.xml file in the Weborb directory. I have never tried changing it but that is the first place I would try. --- In flexcoders@yahoogroups.com, "Keith Sutton" wrote: > > Weborb seems to restrict you to putting service classes in the /Services > directo

[flexcoders] Re: How to get class definition from a loaded module?

2009-10-19 Thread valdhor
I'm willing to take a look. Can you post the code? --- In flexcoders@yahoogroups.com, "tnajaryan" wrote: > > I am trying to get class definition from a loaded module using > ApplicationDomain.getDefinition(). I need it to be able to instantiate an > object of that class using operator new. >

[flexcoders] Re: popup window send event to main screen

2009-10-16 Thread valdhor
Yes you can. Add an event listener to the systemManager of the application. systemManager is the owner for popup windows. --- In flexcoders@yahoogroups.com, "markflex2007" wrote: > > Hi, > > Do you think if it is possible for popup Flex window to send event to main > Application screen? > >

[flexcoders] Re: Pb with Amfphp : Insert Into

2009-10-15 Thread valdhor
That's a PHP problem. Does it work outside of AMFPHP? --- In flexcoders@yahoogroups.com, "Christophe" wrote: > > Hello, > > I have a problem with INSERT INTO sql function in Php Script when I use > amfphp : > > $query="INSERT INTO utilisateurs (Last, First, Adress) VALUES ('$last', > '$firs

[flexcoders] Re: how to dynamically change the icon of a Button?

2009-10-15 Thread valdhor
This should send you in the right direction... http://blog.benstucki.net/?p=42 --- In flexcoders@yahoogroups.com, Nick Middleweek wrote: > > Hello, > > At the moment I've been doign this kind of thing for my buttons... > > ... /> > > > But I've been asked to change it so that the icon path

[flexcoders] Re: Problem with SWFLoader content height and width

2009-10-15 Thread valdhor
Try a callLater so you are checking on the next frame. --- In flexcoders@yahoogroups.com, "rob" wrote: > > I have a complete event on two swfLoaders. > > Once both of the swf loaders have dispatched their complete events I call a > method to calculate their content's width and height. > > Some

[Spam] [flexcoders] Re: How do you understand the style properties and what values they need?

2009-10-15 Thread valdhor
ngref/flash/text/StyleSheet.html http://www.loscavio.com/downloads/blog/flex3_css_list/flex3_css_list.htm HTH Steve --- In flexcoders@yahoogroups.com, Nick Middleweek wrote: > > Hey Valdhor... Thanks for your reply, that's really helpfull... > > I've looked up defaul

[Spam] [flexcoders] Re: Can I fix the right hand column to the right side of the Adv Data Grid?

2009-10-14 Thread valdhor
? > > > Thanks, > nick > > > > 2009/10/14 valdhor > > > > > > > No. From my understanding, this is a restriction of the data grid. Once the > > datagrid is measured any remaining space is allocated to the last column. > > > > More inf

[flexcoders] Re: How do you understand the style properties and what values they need?

2009-10-14 Thread valdhor
In line... --- In flexcoders@yahoogroups.com, Nick Middleweek wrote: > > Hello, > > I've found this Cheat sheet: > http://www.scribd.com/doc/2966310/Adobe-flex-3-cheat-sheet which looks > great... > > I'm trying to figure out how I can cheat with it as well :) > > e.g. Button > Styles > borde

[flexcoders] Re: double underline on text

2009-10-14 Thread valdhor
I know of no way to do it. Even with CSS 2.0 you need to do a hack (Use a bottom border) and, since Flex uses a subset of CSS 1.0, there is no way to do it in Flex. I haven't looked at it yet but maybe Flex 4 has better support for this kind of thing. You may (And I haven't done it) be able to

[flexcoders] Re: double underline on text

2009-10-14 Thread valdhor
One other way may be to find (Or modify) a font to include double underlined characters. This may be a world of hurt for anything other than a fixed width font. --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > I know of no way to do it. Even with CSS 2.0 you need to

[flexcoders] Re: Can I fix the right hand column to the right side of the Adv Data Grid?

2009-10-14 Thread valdhor
No. From my understanding, this is a restriction of the data grid. Once the datagrid is measured any remaining space is allocated to the last column. More info can be gleaned from one of Alex's posts at http://tech.groups.yahoo.com/group/flexcoders/message/141826 Just thinking about it, one pos

[flexcoders] Re: Mac Adress

2009-10-14 Thread valdhor
I don't believe so (Someone prove me wrong). The only way would be to use Javascript but even then it is pretty limited. Check out this article - http://www.qualitycodes.com/tutorial.php?articleid=19 --- In flexcoders@yahoogroups.com, "Christophe" wrote: > > Hello, > > Is it possible to have

[flexcoders] Re: employee directory

2009-10-12 Thread valdhor
>From looking at the source code of the application it looks like they use the >resizeEffect of a VBox. --- In flexcoders@yahoogroups.com, James Dean wrote: > > hi guys > > can anyone tell me how they created the animation boxes in the adobe employee > directory? > http://www.adobe.com/devnet/

[flexcoders] Re: advanceddatagrid

2009-10-12 Thread valdhor
Yes. The following example shows one way... main.mxml: http://www.adobe.com/2006/mxml"; layout="absolute"> SymbolColumnHeaderRenderer.as: package { import mx.controls.advancedDataGridClasses.Adv

[flexcoders] Re: Situations when Keyboard events are not detected

2009-10-12 Thread valdhor
See http://livedocs.adobe.com/flex/3/langref/flash/events/IEventDispatcher.html (The useCapture parameter). --- In flexcoders@yahoogroups.com, "mole5000.geo" wrote: > > Thank you for this information, my app now works, which is always good. > Thinking about the problem (and knowing the solutio

[flexcoders] Re: mySql vs Xml

2009-10-12 Thread valdhor
As always, it depends. How much data are you going to store? If it's a lot, go for a proper database (Like MySQL). If it's only a small amount you could use a Shared Object, Remote Shared Object, XML File, or even that same database as above. Let us know what kind of data and how much you need

Re: [Spam] [flexcoders] what is wrong with this code?

2009-10-12 Thread valdhor
As I understand it, implicit casting to a string works as expected (See http://livedocs.adobe.com/flex/3/html/help.html?content=03_Language_and_Syntax_12.html) so the explicit toString() is not actually required. I believe it is a good idea to have it as it avoids confusion. --- In flexcoders@y

[flexcoders] Re: what is wrong with this code?

2009-10-12 Thread valdhor
The "str = str + area;" code must be inside a function. Is it? The "public var ..." statements must be outside any function. Are they? --- In flexcoders@yahoogroups.com, Sam Lai wrote: > > 2009/10/10 funandlearning3 : > > public var str:String = "Area = "; > > public var area:Number = Math.PI *

[flexcoders] Re: TileList and CustomItemRenderer: How to dynamically change styles

2009-10-09 Thread valdhor
TileList and DataGrid are both extended from ListBase so an itemrenderer for one should work the same as for the other. If not, only slight changes would need to be made. --- In flexcoders@yahoogroups.com, anuppc wrote: > > > H. Alex i saw your examples ... most are based on DataGrid. I

[flexcoders] Re: Training Courses

2009-10-09 Thread valdhor
Just as an aside, I don't think much of the Adobe Certified Training companies. Our company purchased training for ten people here and I sat in on it (I had about six months of self taught Flex at the time). Basically the course consisted of running through the "Flex 3 Training from the Source"

[flexcoders] Re: Looking for Adobe® Flex 3 with AIR Exam # 9A0-082 study material

2009-10-08 Thread valdhor
Along with all the online resources and downloadable manuals (http://www.adobe.com/support/documentation/en/flex/), you could also check out attest (http://software.pxldesigns.com/attest/) --- In flexcoders@yahoogroups.com, "jlopes151" wrote: > > I have searched the Adobe training site and coul

[flexcoders] Re: Adobe Flex Dashboard

2009-10-08 Thread valdhor
Angelo Shared objects are stored locally on the computer running the SWF. They can be thought of as Flash cookies. For more details on where they are stored, see http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_2.html A useful utility for viewing shared objects can be downloaded at

[flexcoders] Re: Flex with .Net

2009-10-08 Thread valdhor
Have a look at WebORB (http://www.themidnightcoders.com/products/weborb-for-net/overview.html) --- In flexcoders@yahoogroups.com, Ramkumar wrote: > > Hi All, > We have the application on .Net and we have to replace the asp pages with > flex UI. > I am little bit exposure only to flex(I am java d

[flexcoders] Re: New to FlexBuilder Development Tool

2009-10-02 Thread valdhor
Angelo You picked a pretty big project to start with. Here is what I did to get it running (Dirty Hack): 1. Extracted the zip file on my computer (And deleted the .svn directory) 2. Created a new project in Flex Builder named ChartSampler. 3. In Windows Explorer, deleted the ChartSampler.mxml fi

[flexcoders] Re: Search for an earth like cursor

2009-10-01 Thread valdhor
I have not seen anything but, if it was me, I would probably purchase a Flash component (Like http://www.flashcomponents.net/component/spinning_earth_globe_with_controlled_speed.html), modify it in Flash CS3, export as a SWF and then use that SWF (http://livedocs.adobe.com/flex/3/html/help.html

[flexcoders] Re: How to stop a button click from changing focus

2009-09-24 Thread valdhor
Disable the application? Application.application.enabled = false; --- In flexcoders@yahoogroups.com, "reflexactions" wrote: > > If I have a popup window which has focus and I then click a button that is in > the application main form the SystemManager's mouseDown handler automatically > activ

<    1   2   3   4   5   6   7   8   9   10   >