[flexcoders] Help me name this eclipse feature so I can log a bug

2009-10-15 Thread dfalling
I'm trying to think of the name of this feature so I can log a Jira for it... When using Eclipse with Java, you can use alt/option to move intelligently through code. For example: assuming ^ is your insertion point in Java: Math.floor(^ alt-left Math.^floor( In Flex though, the behavior is

Re: [flexcoders] Help me name this eclipse feature so I can log a bug

2009-10-15 Thread primo411
I don't think this is a bug, I will explain you why: ALT+LEFT/RIGHT is the shortcut for history navigation, ALT+LEFT brings you back to were you were. If you want to move word by word, try: CTRL+LEFT/RIGHT If you want to go to the beginning or the end of the line, just use the begin and end keys

[flexcoders] Help me in Citation Map

2009-07-10 Thread Satish Chowdary
hi folks, Please provide any valuable information about citation map i need some guidelines to how to create and all   Thanks inAdvance Satish From: valdhor valdhorli...@embarqmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, 8 July, 2009 10:46:33 AM

[flexcoders] Help me to start with flex

2009-07-05 Thread Ramkumar
Hi I am new to flex and Cairngorm framework. i would like to start the flex with basics. Please any one help me to learn this. Thanks and Regards, N.Ramkumar

Re: [flexcoders] Help me to start with flex

2009-07-05 Thread Nancy Gill
Try this: http://www.adobe.com/devnet/flex/videotraining/ Nancy Gill Adobe Community Expert - Original Message - From: Ramkumar To: flexcoders@yahoogroups.com Sent: Saturday, July 04, 2009 10:07 AM Subject: [flexcoders] Help me to start with flex Hi I am new

[flexcoders] help me - sent request to automatically search

2009-04-07 Thread btc132
Hello all I want sent a request to an other web and send a request to click Search button of the web. i done private function send_request( ):void{ var request:URLRequest = new URLRequest(http://thesaurus. reference. com/); var variables:URLVariab les = new URLVariables( ); variables.sometext =

RE: [flexcoders] help me - sent request to automatically search

2009-04-07 Thread Tracy Spratt
Does that site expose an API? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of btc132 Sent: Tuesday, April 07, 2009 11:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help me

[flexcoders] Help Me for SharedObject and registerClassAlias method

2009-02-13 Thread thelordsince1984
Hi, i've yet posted this question but i can't resolve this problem.. i've created a custom value object class..a simple class with private properties and getters methods to retrieve them. public class WindowInfo { private var _id:String;

[flexcoders] help me settle an argument

2008-12-08 Thread Mike Oliver
I have a colleague that is of the opinion that SQL statements in Java Code such as DAO classes is bad practice, that the SQL statements and parameter tokens be externalized into Contants or property files. I maintain that is not only not necessary in general but given our loosely coupled service

[flexcoders] Help Me

2008-10-01 Thread NATA RAJAN
Hi friends How to place the icons in DataGrid.can u send sample codings Regards Natarajan Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

Re: [flexcoders] Help Me

2008-10-01 Thread Manu Dhanda
Follow the link for your answer: http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html And please use a more related subject to the post. It will help in searching the solution for this sort of problems in future for beginners. -Manu. NATA RAJAN wrote: Hi friends How to place

[flexcoders] Help me

2008-08-04 Thread poorni_agile
Hi Iam having some doubts with datagrid. My datagrid values are not changing if iam using LabelFunction attribute in datagrid column. How to solve this issue. Iam requesting you to give me ideas how can i resolve this issue. My Code: mx:Form id=editForm label=View and Edit XML Rules

Re: [flexcoders] Help me

2008-08-04 Thread jitendra jain
Use itemEditEnd Event of DataGrid instead of FocusOut event.  Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 - Original Message From: poorni_agile [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, August 4, 2008 4:57:26 PM Subject: [flexcoders] Help

RE: [flexcoders] Help me

2008-08-04 Thread Gordon Smith
on this list won't even look at a Help me post. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of poorni_agile Sent: Monday, August 04, 2008 4:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me Hi Iam having

[flexcoders] Help me sort out my reporting needs...

2008-06-30 Thread bredwards358
I am well aware of the limitations with printing reports in Flex, however considering how far along we are in our project, there's no turning back now and I'm currently researching the best way to implement report printing in the application. Since this is an AIR app, it all needs to be client

Re: [flexcoders] Help me sort out my reporting needs...

2008-06-30 Thread Richard Rodseth
I've only looked at AlivePDF briefly, but like the Flex print job, you can point it at a component you want added to the PDF. So I would imagine you'd create a separate print layout view that you may or may not make visible to the user. And pagination is up to you. By the way, I believe that with

[flexcoders] help me

2008-06-25 Thread Kumaran Raj
in my project remote java object return xml as string than i convert it into xml than bind it to the datagrid  it didn't loaded.any one can help me plzz

Re: [flexcoders] help me

2008-06-25 Thread Paul Andrews
. Nobody can really help with such little detail. Paul - Original Message - From: Kumaran Raj To: me ee Sent: Wednesday, June 25, 2008 6:57 AM Subject: [flexcoders] help me in my project remote java object return xml as string than i convert it into xml than bind

[flexcoders] Help me understand custom drag/drop events

2008-06-13 Thread bredwards358
Shortly after posting an update to my current predicament in this topic thread: http://tech.groups.yahoo.com/group/flexcoders/message/116030 and staring at the current logic in my dragDrop event(Shown in above mentioned topic), I realized something. I don't need to do anything else other than

RE: [flexcoders] Help me understand custom drag/drop events

2008-06-13 Thread Alex Harui
and modify the quantity. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bredwards358 Sent: Friday, June 13, 2008 10:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me understand custom drag/drop events Shortly after

[flexcoders] Help me understand how to manipulate dataProviders

2008-05-23 Thread bredwards358
After doing some research which consisted mainly of searching through this forum, I noticed a mantra along the lines of manipulate the dataProvider, not the controls it populates. It makes sense, especially since without directly manipulating the primary key of the very first entry in a database ,

RE: [flexcoders] Help me understand how to manipulate dataProviders

2008-05-23 Thread Tracy Spratt
, 2008 3:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me understand how to manipulate dataProviders After doing some research which consisted mainly of searching through this forum, I noticed a mantra along the lines of manipulate the dataProvider, not the controls it populates

[flexcoders] Help me understand the datagrid

2008-05-20 Thread bredwards358
Now, I've been coding in flex for about six or seven weeks now and things seem to be going swimmingly so far, until I now have to climb the brick wall that is trying use more of the functions of the data Grid or actually the advanced data Grid than I was ever used to. Given the sheer number of

RE: [flexcoders] Help me understand the datagrid

2008-05-20 Thread Alex Harui
Of bredwards358 Sent: Tuesday, May 20, 2008 8:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me understand the datagrid Now, I've been coding in flex for about six or seven weeks now and things seem to be going swimmingly so far, until I now have to climb the brick wall

RE: [flexcoders] Help me understand the datagrid

2008-05-20 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Tuesday, May 20, 2008 1:14 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help me understand the datagrid relevant code snippets would help. Generally, .as files in a mx:script tag are part

[flexcoders] Help me understand restrict property

2008-01-14 Thread markgoldin_2000
Can someone please explain why the following code has no effect for a data entry into a textbox in the grids? public class textItemRenderer extends TextInput { public function textItemRenderer() { super(); height = 20; restrict =A-Z; . var

RE: [flexcoders] Help me find the cool Flex2 - Amazon dataminer

2007-01-29 Thread Christian Weibell
I’ve seen more than one of these. Here is one: http://www.flowser.com/us/flowserST.html _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Thursday, January 25, 2007 11:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me

Re: [flexcoders] Help me find the Amazon book spider example

2007-01-28 Thread Shannon Hicks
Are you talking about the SpringGraph component? http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610#view=sn611viewName=Flex%20Extensionloc=en_usauthorid=71967431page=0scrollPos=0subcatid=0snid=sn611itemnumber=11extid=1048510catid=0 Shan oneproofdk wrote: A few weeks ago (as far as I

[flexcoders] Help me find the Amazon book spider example

2007-01-26 Thread oneproofdk
A few weeks ago (as far as I remember) I saw a cool Flex2 app, that would take a search string for a book title, retrieve data from Amazon and display books in a web-like setup, where the books are connected by wires, if I click on a book, it would retrieve data from Amazon on that book. All

RE: [flexcoders] Help me find the Amazon book spider example

2007-01-26 Thread Merrill, Jason
To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me find the Amazon book spider example A few weeks ago (as far as I remember) I saw a cool Flex2 app, that would take a search string for a book title, retrieve data from Amazon and display

Re: [flexcoders] Help me find the Amazon book spider example

2007-01-26 Thread Doug McCune
That uses the SpringGraph component that you can get off of Adobe Exchange. It's an amazing component, by far the most impressive one I've seen posted to the exchange. Doug oneproofdk wrote: A few weeks ago (as far as I remember) I saw a cool Flex2 app, that would take a search string for a

[flexcoders] Help me find the cool Flex2 - Amazon dataminer

2007-01-26 Thread oneproofdk
A few weeks ago I saw a cool Flex2 app, that would take a search string, then pull data from Amazon and make a web of images, linked together and draggable. WHen you click on a book, it would get new data from Amazon etc. Any one who has a link ? Thanks, Mark

Re: [flexcoders] Help me

2006-08-29 Thread Tom Chiverton
On Monday 28 August 2006 12:22, flexdeveloper wrote: Iam new to flex, i want to choose Flex career, where should i start and how can i get assistance Head on over to the developers Flex pages on Adobe and get reading :-) http://www.macromedia.com/devnet/flex/ -- Tom Chiverton Helping to

Re: [flexcoders] Help me

2006-08-29 Thread Abdul Qabiz
Sri,I would suggest focussing on ActionScript, general web programming skills, RIA patterns Knowing Flex alone might not make a good career, you gotta learn about many other related things(web standards, HTTP, web technologies etc) while using Flex as tool/language of your choice to solve

[flexcoders] Help me

2006-08-28 Thread flexdeveloper
Hi this is sri from hyderabad Iam new to flex, i want to choose Flex career, where should i start and how can i get assistance let me know what softwares should i know sri -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] help me

2006-06-07 Thread DIBYADYUTI CHAKRABORTY
bewriteIDEs and Text Editors Flex provides an XML schema to enable IDEs that support XML with code coloring, code hinting, etc., including IntelliJ IDEA, Borland JBuilder, and Altova xmlspy. You can also use code editors such as VI and emacs with Flex.but i can'f find it this schema! Any s

[flexcoders] help me

2006-06-06 Thread DIBYADYUTI CHAKRABORTY
i am new to this group and also in flex tools. please if any body can help me over the flex remote object data service. i want to devlop a simple web project using flex,and want to run it on the tomcat server. please help me.dibyadyuti chakraborty software associate eforce india

Re: [flexcoders] help me

2006-06-06 Thread Antoine Malpel
You need to tell if you allready have the remote Object coded... in JSP ? DIBYADYUTI CHAKRABORTY a crit: i am new to this group and also in flex tools. please if any body can help me over the flex remote object data service. i want to devlop a simple web project using flex,and

Re: [flexcoders] help me

2006-06-06 Thread Devis
with Flex. but i can'f find it this schema! Any suggestion pls Devis - Original Message - From: Antoine Malpel To: flexcoders@yahoogroups.com Sent: Tuesday, June 06, 2006 3:30 PM Subject: Re: [flexcoders] help me You need to tell if you allready have the remote

RE: [flexcoders] help me, please, to make things clear

2005-03-01 Thread devis
Thak's for your help, now code work without warning. Devs -Original Message- From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Date: Tue, 1 Mar 2005 05:58:26 -0800 Subject: RE: [flexcoders] help me, please, to make things clear You're casting the wrong thing here

Re: [flexcoders] help me, please, to make things clear

2005-03-01 Thread [EMAIL PROTECTED]
, February 28, 2005 3:49 AM *To:* Flex Coders *Subject:* [flexcoders] help me, please, to make things clear I have attached a small project, I don't know very well flash remoting, but I am trying to use to integrate me to it with a j2ee architecture. I wanted to ask you two things out of politeness, 1

RE: [flexcoders] help me, please, to make things clear

2005-03-01 Thread Matt Chotin
@yahoogroups.com Subject: Re: [flexcoders] help me, please, to make things clear Hi Matt, i have made your correct but flex throws always this worning flex correct: mx:Binding source={PfVO(vopf[0].stagione.cdc_stag)==undefined ?'':PfVO(vopf[0].stagione.cdc_stag)} destination=cdc_art.text / warning Changes