[flexcoders] Re: Gantt Chart solution

2007-01-30 Thread hworke
Hello there!!! Please take a look at this link: http://demo.quietlyscheming.com/ChartSampler/app.html underSeries Type -- Columns and Bars -- Floating Bars I believe that you can use this floating bar as Gantt chart, as I did. GOOD LUCK BY THE

[flexcoders] Re: Gantt Chart

2007-01-30 Thread hworke
Hello there!!! Please take a look at this link: http://demo.quietlyscheming.com/ChartSampler/app.html underSeries Type -- Columns and Bars -- Floating Bars I believe that you can use this floating bar as Gantt chart, as I did. GOOD LUCK BY THE

[flexcoders] LED display characters in flex

2007-06-05 Thread hworke
Hello all, I am designing a complicated digital clock in flex. I need numaric characters or digits that look like the real LED clock's digits. Any suggestation where can I get them? Regards

[flexcoders] Multiple Axis in Flex 3 FLEX CHART

2007-09-17 Thread hworke
Hello!! I can see that Flax 3 charting now has multi axis ability. The examples I got from the web has all the Y axis side by side!!! Is it possible to stack up Y axis? I kind of want to STAKC up like 10 area graphs with 10 multi Y axis so that I can view all of them at the same time in one

[flexcoders] Multiple Bubble Chart itemRenderer

2007-11-25 Thread hworke
Hello All!!! I am creating a bubble chart with custom renderer. The render item is basically a button in a canvas. Depending on the bubbles' value the buttons get their color. This part works fine. I have another custom itemRenderer which I want to assign to the bubbleSeries if a

[flexcoders] Bubble chart item

2007-11-28 Thread hworke
Hi, in a bubble chart the bubbles do not show up if the radius of every single bubble are equal. Is it a bug or this is the way it should be? Regards

[flexcoders] Bubble chart BUG??

2007-12-11 Thread hworke
Hi, in a VDividedBox I have a grid and a bubble chart as children. Initially Bubble chart's height is 100% and grid's height is 0%. So only the Bubble chart is visible. Now If I drag the grid all the way up and make the chart totally disappear then the next time I drag down the

[flexcoders] reminder!!! Ribbit event today!!!

2007-12-13 Thread hworke
A reminder to all: Ribbit Platform Release Party: today http://ribbit0712.eventbrite.com/ I am sure many flex team members are gonna be present there. See ya...

[flexcoders] Did anyone download and run this application

2007-12-13 Thread hworke
Hi there, did anyone download and run this application? http://examples.adobe.com/flex3/labs/dashboard/main.html# I am getting this error message: Unable to upload data/pods.xml Any idea? thanks

[flexcoders] Opening a new BROWSER

2008-01-17 Thread hworke
Hello: I am using the following code to open a new browser which is triggered by a button click- navigateToURL(new URLRequest('http://www.adobe.com')); My question is how can I open this new browser without the navigation panel and also without all the drop down menus of

[flexcoders] flex 3 cairngorm

2008-01-19 Thread hworke
Hello, which version of Cairngorm workes with Flex 3, the final beta version? Regards,

[flexcoders] navigation toolbar icon

2008-01-21 Thread hworke
Hello, I am using Tomcat for my Flex application so on my browser's navigation toolbar(the place where we write url in a browser) the Tomcat's icon appears. I want to put a different icon there- how do I do that. Regards,

[flexcoders] Where is the Debugger or Profiler ERROR

2008-01-23 Thread hworke
Hello, I installed a very simple allpication (the content of the bin directory) which reads a RSS file from the localhost then displays it on a datagrid. But when every time I run it I get error message: Where is the Debugger or Profiler If I press cancel button the

[flexcoders] ERROR message

2008-01-23 Thread hworke
Hello, I am getting this error message: Severity and Description PathResourceLocation Creation Time Id Unable to create source GeneratedAsset5_dataClass. youSend line 25 1201131668062 331 My project name is. What is the meaning of the error message?

[flexcoders] Water Mark on Application like Flex Charting Trial

2008-01-30 Thread hworke
Hello, I am distributing a trial version of my flex application. On my trial version of the application I want to put a water mark on the middle of the application which will indicate that it is a trial version. As an example- Flex charting trial version also has water mark on

[flexcoders] RSS feed update

2008-02-04 Thread hworke
Hello, I am populating a datagrid from a RSS link. My grid is updated only if I manually (with a button click event) resend the httpservice request. How can I update the datagrid as the RSS content changes without sending the HttpService manually? Thanks

[flexcoders] ActionScript multidimensional Associative array question

2008-02-04 Thread hworke
Hello, I need to create a 3D array, first two dimensions are associative arrays and the 3rd one is indexed. Here is what I am trying to do: myArray[1992][February] -- this will generate an array of objects which will be used as dataprovider for my chart. BTW the number of

[flexcoders] Actionscript replace characters from a string

2008-02-05 Thread hworke
Hi, I am trying to replace all the (Space) characters from a given string. The replace function of the string class only remove the first instance. Is there any builtin function that will remove all?

[flexcoders] problem parsing a XML file

2008-02-05 Thread hworke
Hi my following code cannot parse the below RSS feed, it is returning an array with no no object. There is one item in this RSS link so the array should have one item! Any suggestions! MY code: // mx:Application

[flexcoders] HTTPService BUG can't read RSS xml with single item

2008-02-06 Thread hworke
Hi as I was using HTTPService I found that if the xml file has only one item in it HTTPService returns arreycollection with no elements in it. On the other hand if you add one more item in the input xml file, then it returns an arraycollection with 2 elements. I guess this is a

[flexcoders] Bar chart horizontal date-time axis

2008-02-09 Thread hworke
Hi, I am trying to create a bar chart which has a horizontal date-time axis. Each bar will have two dates and the length of the bar will indicate the duration of an item in terms of days. BTW the vertical axis of the graph is a category axis. Any suggestions...

[flexcoders] Re: Flex3 Charting Components

2008-02-11 Thread hworke
I am not sure about SDK but I did download Flex builder 3 bets 3 and after reading your post I tried on my editor and code hint window showed charts package after I entered mx. . So I believe that I have that package installed in my FB3 B3. --- In flexcoders@yahoogroups.com, Steve

[flexcoders] Re: Bubble chart datetimeaxis

2008-02-11 Thread hworke
Yes datetime axis works with bubble chart... --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hi isn't it possible to use datetime axis in a bubble chart?

[flexcoders] Bubble chart datetimeaxis

2008-02-11 Thread hworke
Hi isn't it possible to use datetime axis in a bubble chart?

[flexcoders] meaning of the this AIR error message

2008-02-12 Thread hworke
Hi, I was trying mx:HTML inside a viewstack and got this error message: = TypeError: Error #1034: Type Coercion failed: cannot convert mx.controls::[EMAIL PROTECTED] to mx.core.Container. Here is my code:

[flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread hworke
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Please use a debug build and supply the entire stack trace. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke

[flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread hworke
am not getting any errors, i did notice ur missing a paranteses. mx:ViewStack id=myVS height=100% width=80% mx:Canvas width=100% height=100% mx:HTML id=myHTML location={st} height=100% width=100% / /mx:Canvas /mx:ViewStack - Original Message From: hworke [EMAIL PROTECTED

[flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread hworke
From: hworke [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 4:31:05 AM Subject: [flexcoders] Re: meaning of the this AIR error message Hi Sherif thanks a lot for your reply and also for trying the code. I see the is a missing bracket. But I guess

[flexcoders] Flex 3 trial version says it expaired

2008-03-02 Thread hworke
Hi I just downloaded flex 3 professional trial version but as I was trying to start it, I got a trial expired message. I still have flex 3 beta 2 installed installed in my system; am I getting this because if this version? Did any one else also had this problem? Thanks...

[flexcoders] Re: Flex 3 API wall posters?

2008-03-03 Thread hworke
I am a member of SILVAFUG. We usually do meet at SF adobe (Macromedia) office once every month. I guess I did read somewhere that all the user groups will also have the posters. If that is so how do we get ours? Who needs to contact whom to get the posters for our group? Thanks...

[flexcoders] Where to search!!!!!

2008-03-26 Thread hworke
Hi, I am looking for a flex developer's job in Canada. Where do I search? Regards

[flexcoders] rss feed not working

2008-04-02 Thread hworke
Hi am reading an rss file and calling the HTTPService with action script then handling the HTTPService result to a AsyncToken and finally handling the result is onResult function. But for some reason It is not giving me any return. Here is the HTTPService and the function that calls

[flexcoders] xml rss with namespace with e4x

2008-04-05 Thread hworke
Hi I an trying to parse the following rss file. But I must be making some mistakes and not getting any output. Please help Here is my HTTPService request: mx:HTTPService id=latest url=http://localhost:8080/rss.xml; resultFormat=e4x result=onResult( event ); / the result

[flexcoders] Re: How can I clear an ArrayCollection or Datagrid

2008-04-06 Thread hworke
I also do have same kind of problem. But I never tried to refresh the array collection. I tied a button to the Httpservice and once the array is populated if you press the button, which send the httpservice request, all the data disappear. Now if you press the button second time, that

[flexcoders] datagord sorting

2008-04-07 Thread hworke
Hello all. once the datagrid is populated if any column header is clicked the datagrid is sorted. Now how can I take it back to its original state. The original state means the way the data was displayed when it was first loaded in the data grid. Regards...

[flexcoders] CVS server and flex builder

2008-04-07 Thread hworke
Did any one installed CVS server on his/her desktop and used it with Flex builder? Was that difficult to configure?

[flexcoders] positioning the axis label

2008-04-07 Thread hworke
Hi I am using a bubble chart and the vertical axis is a numeric axis. My main chart is devided into five equal horizontal grid lines. Now I want to custom label the vertical axis which I know how to do but how can I plcae my labels exactly on the middle of each five horizontal

[flexcoders] resizing accordion child

2008-04-11 Thread hworke
Hi, I have a re-sizable panel which has a accordion in it. Accordion has 3 children and each of them are a bubble chart on a canvas. When the panel is first created and each child is viewed the bubble chart size is as desired, 100% of the canvas. Now if I resize the Panel on the

[flexcoders] parsing xmllist

2008-04-11 Thread hworke
Hi I am reading a rss feed, from the rss feed I was able to extract all the items and put them in a XMLList. Currently I have 10 items in it but I am not able to extract the value from it. I tried to extract the first item's title like this: var st:string = xmllist[0].title;

[flexcoders] some one must know this!!! Please tell me!!!

2008-04-12 Thread hworke
I have a XMLList. I cannot parse it. My understanding is that I will be able to parse the title like this: var st:string = xmllist[0].title but does not give any output Here is what I get in xmllist[0] when I point it to a textarea: item

[flexcoders] cannot find itemrenderer May be a path problem.

2008-04-14 Thread hworke
Hi I have a Bubble chart in my application's view folder and in the same folder I also have a bubble bubbleitemrenderer. In the bubbleseries I am using this renderer as itemrenderer. But it is giving me error message that bubbleitemrender could not be found. I tried to include it

[flexcoders] Cairngorm ModelLocator array filter...

2008-04-14 Thread hworke
Hi I am using Cairngorm and in my ModelLocator I do have an array. I want to filter that array with a filter function. My question is where do I put this filter function: in a separate file or in the ModelLocator class?

[flexcoders] crossdomain where is the server root?

2008-04-18 Thread hworke
Sorry for asking this question. I am using jetty and put the crossdomain.xml in webapps folder but look like it is not the root. Also which one is the tomcat root? ROOT folder?

[flexcoders] BlazeDS in the integrated Tomcat configuration

2008-04-22 Thread hworke
Hi in the BlazeDS configuration document they are talking about integrated Tomcat- what does in really mean? How do I know if my tomcat is integrated Tomcat or not. Here is the installation guide that I am referring to:

[flexcoders] resizing unselected child of a container

2008-04-23 Thread hworke
Hi, how can I resize the unselected children containers when the parent container resizes. Such as accordion: if accordion resizes, with it only the selected child resizes but not the other ones. I guess just need to refresh the other children but I do not know how to do that.

[flexcoders] Bubble chart itemrenderer not updating

2008-05-01 Thread hworke
Hi I need to use a bubblechart with the button as its itemrenderer. So I should get buttons insted of circles. Now if I update the dataprovider during runtime it shows the same old data with some rearrangements. My observarion is that once those button child are created they

[flexcoders] removing items from a bubble chart

2008-05-05 Thread hworke
Hello, I have a bubblechart where I use button as itemrenderer. Once the chart is created the same rendered items are shown even though the [Bindable] dataprovider is changed but the number of item that are shown in the chart reflects the change. I guess I need to remove all the

[flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread hworke
Hello, I understand that when a HTTPService request is made to a machine which in not the local machine then I will need to setup the crossdomain policy. But when I am running the application on flex builder it should not have any problem to get the data from other server. But my

[flexcoders] resizin button with the container Tile

2008-06-04 Thread hworke
Hi I have a set of buttons that I add to a Tile. The Tile is resize able and the buttons' width are a % of the Tile's width. But When the Tile resizes the child buttons do not resize automatically which I thought it should since buttons' width is a % of tile's width. How do

[flexcoders] fixed sized VBox

2008-06-07 Thread hworke
Hi I have declared a VBox which is a child of a canvas and the height of the VBox is 30% of the canvas. Now I am dynamically adding linkButtons in this VB. But the buttons total hight exceeds that of VB, the VB starts to expand which I do not want. I want a V scroll bar to

[flexcoders] remover water mark from Trial version

2008-07-02 Thread hworke
Hi I am using flex 3 trial version and it puts a water mark on charting components. Is there any way to remove it? I have flex 2 but want to use a feature of flex 3 for a presentation.

[flexcoders] advanceddatagrid itemrenderer refering current column's data

2008-07-14 Thread hworke
Hi, in a advanceddatagrid I need to put same background color if the the cell value is not empty string. In the itemrenderer all I need to check is if the current column value is null or not. I know how to refer a value of the data object in the itemrenderer like:

[flexcoders] AS3 and Flex, AIR API Posters

2008-07-14 Thread hworke
Hey Tom or Adobe guys, will you be able to get us some of the API posters for Flex 3 and Air and AS3? Regards...

[flexcoders] I do not like flex 3 any more!!!!

2008-07-21 Thread hworke
See this presentation by Ely. You will know why: http://tv.adobe.com/#v=http%3A//adobe.edgeboss.net/flash/adobe/adobetvprod/adc_presents/64_adc_018.flv%3Frss_feedid%3D1216%26xmlvers%3D2

[flexcoders] Pick right color for the chart

2008-07-25 Thread hworke
Hello all, I have a column chart in my flex application. Initially I left it with the default colors but did not like it so I put my own color; man it was worse Where can I find some good color combination that I can use for my chart? Is there any good examples on picking

[flexcoders] series id of a chart item

2008-07-26 Thread hworke
Hi, once a column chart item is clicked, how do I find the series that this item belongs to?

[flexcoders] Re: series id of a chart item

2008-07-26 Thread hworke
Please do not worry about it. Got the answer!!! In any case if anyone interested here are the examples that you can take look at: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_eventsandeffects_11.html --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote

[flexcoders] sending a text message from air/flex application

2008-08-01 Thread hworke
Hello, how can I send a text message from AIR/Flex application. What kind of set up do I need? Thanks

[flexcoders] sending a text message from air/flex application

2008-08-01 Thread hworke
Sorry-- forgot to mention: I want to send the text message to a cell phone from AIR/Flex Application Thanks...

[flexcoders] How to start an AIR application as soon as the PC boots

2008-08-02 Thread hworke
Hello all, how can I start my air application as soon as the PC boots. I do not want my PC users to view or interact with Windows environment they can only use the AIR app. Thanks.

[flexcoders] how to swap two rows in a datagrid

2008-08-05 Thread hworke
Hi, how can I swap two rows in a datagrid?

[flexcoders] Flex Scheduling framework

2008-08-18 Thread hworke
Hi, can someone point me to a good example of flex scheduling framework? I googled for it many times but could not find one. Only examples that I found were with flexlib. Regards...

[flexcoders] screen shot of flex application

2008-08-26 Thread hworke
Hi I am trying to get a screen shots of my flex application for a document. I am using print screen button to capture the screen shot but the picture quality is not coming good. What is the best way to do so. Regards...

[flexcoders] finger print reader scanner in flex

2008-08-29 Thread hworke
Hi, how can I integrate a finger print reader with an AIR application so that once the finger is placed on the reader the print is visible on the application interface. Best regards...

[flexcoders] Flex scheduling framework could not meet its expectations

2008-08-29 Thread hworke
Hi, last week or so I posted a thread and asked the developers if any one has seen a good example of scheduling framework. Did not get any reply and that made me realize that the developer community did not find it that useful at all. I have seen few comments in the net that the

[flexcoders] Flex poster and Lynda.com free trial

2008-09-30 Thread hworke
Hello every one. Did you get a free 1 month lynda.com subscription offer flier with the flex 3 and AIR posters? If so, could you please let me know the URL where I need to go to redeem this new Flex 3 buyer offer. Unfortunately I lost my flier but I wrote down the offer code.

[flexcoders] AMFPHP tutorial

2008-10-09 Thread hworke
Hello all, where can I find some good AMHPHP tutorials. I will prefer some video tutorials. I tried on tv.adobe.com. But they do not have any. Best regards..

[flexcoders] AIT application window size

2008-10-12 Thread hworke
Hi I was wondering how can I make the AIR application window full screen. I mean it is going to cover the whole monitor. I tried it with width and height 100% but it did not work. Please advice.

[flexcoders] AIR application installation error

2008-10-15 Thread hworke
Hello all - I am not able to install any air applications in my system and getiing this error message. The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author.

[flexcoders] out of memory error

2008-10-24 Thread hworke
Hi I am facing this out of memory error: An out of memory has occurred I searched and saw that some one suggested to make some changes on FlexBuilder configuration Settings file. Now my file configuration file contains the followings:

[flexcoders] JAVAW process how much memory does it take

2008-10-25 Thread hworke
Hello developers how much memory the JAVAW process takes when you are running the Flex builder? You can view it's memory info in task manager. My flex builder is keep showing the An out of memory has occurred ... even though I do not have any project in the work space. I even

[flexcoders] clear the Flex Builder CASH memory

2008-10-26 Thread hworke
Hello, I was developing an application and faced memory leaking problem. I removed all my projects from the workspace and restarted the Flex builder. With no projects on wrokspace I tried to create an application but still getting the out of memory message. I guess Flex builder

[flexcoders] AIR app does not deploy

2008-10-27 Thread hworke
Hi Devs, I was trying to deploy the AIR app that I developed with my Flex builder 3.0 and it is giving this error message: This application requires a version of Adobe AIR which is no longer supported. Please contact the application author for an updated version. How

[flexcoders] AIR HTML component showing BUSY cursor

2008-11-02 Thread hworke
Hello Devs, I an loading URLs in my mx:HTML component and since it takes time to load the URL pages, I want to show the busy cursor. How do I do that? Regards..

[flexcoders] Flex developer and their hourly rate

2008-11-03 Thread hworke
Hi Devs, I do not have any idea about the market hourly rate that a Flex developer with 3 years experience charges in San Francisco bay area charges. Can someone please give me some idea? Best regards,

[flexcoders] AIR application installation error XP

2008-11-06 Thread hworke
Hi, I developed a simple application with the latest version of Flex builder on a Vista machine. The .air file of this app installs fine on Vista machines but does not install on windows XP machine!! It says that the file is corrupted!! Any ideas?

[flexcoders] Advanced datagrid dataprovider changing error

2008-11-15 Thread hworke
Hi I am trying to change the dataprovider of a advanced datagrid where I am using HierarchicalData as data provider. My ADG code is this: mx:AdvancedDataGrid width=20% height=50% mx:dataProvider mx:HierarchicalData id=HD source={dpHierarchy}/

[flexcoders] JavaFX and Flex how do we compare?

2008-11-18 Thread hworke
Hi I just read the following news where I found that SUN is also coming up with their RIA technology and it says that it will take on AJAX and Silverlight. It will also have desktop runtime like AIR, I guess!!! SUN was also in MAX, San Francisco and there they also talked about

[flexcoders] Advanced datagrid dataprovider error

2008-11-23 Thread hworke
Hi in my main application I have a advanceddatagrid and the code is: mx:AdvancedDataGrid id=advnGrid width=100% height=100% mx:dataProvider mx:HierarchicalData id=advDataGrid source={one}/ /mx:dataProvider mx:columns

[flexcoders] move effect Flex live doc example does not work

2008-12-02 Thread hworke
Hello all, the example in this link does not work. http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html The exact error message is: Severity and DescriptionPathResourceLocation Creation Time Id Type was not found or was not a compile-time

[flexcoders] Christophe example

2008-12-03 Thread hworke
Hi, did any one try to run this example of christophe: http://coenraets.org/samples/bubblepipeline/pipeline.html ??? I was trying to run it but do not get anything inside the chart. I believe that I did not setup the app correctly. Please suggest. Regards..

[flexcoders] arraycollection merge

2008-12-06 Thread hworke
Hi I have three different arraycollections and I want to bind them all as dataprovider to a datagrid. How do I do that? Can a datagrid have have 3 dataprovider and can it display all these dataproviders' info at the same time? Or I do need to merge my three arraycollections into one and then

[flexcoders] Advanced datagrid BUG?

2008-12-07 Thread hworke
Hello devs, my advanceddatagrid where dataprovider is a HierarchicalData which creates hierarchical tree. Now if I expand all the folder nodes and then click the top most ROOT folder node then instead of smoothly sliding/shrinking it just collapses, which means no smooth

[flexcoders] Flex chart removing a horizontal axis

2008-12-31 Thread hworke
Hello devs, in a column chart I am using the horizontal axis as a datetime axis but if a certain event occurs than I do want to change that axis to a linear axis. How do I do that. How can I remove an axis than assign another one? Regards

[flexcoders] flex builder 3 on mini notebooks

2009-01-02 Thread hworke
Hi now a days the stores are full of those $300 to $500 mini notebooks with intel atom processor and up to 1 GB memory. Did any one try to install and use the Flex builder 3 on any of those mini laptops? If so how was the performance? Regards

[flexcoders] flex builder student version

2009-01-21 Thread hworke
Hi does the the student/faculty version license of flex builder will remove the water mark from the flex charting? Regards

[flexcoders] Http login to a server from Flex client

2009-02-11 Thread hworke
Hello all, My application scenerion is this: My desktop flex client needs to access a third party application. Which I can easily do with an Http login (providing the login/password and accessing whatever page I want to access through a single URL). However what I am not able to

[flexcoders] tree control finding patent node

2009-03-02 Thread hworke
Hi, in a tree control if a leaf node if clicked how do I find out which folder it belongs to or which node is its parent? Regards...

[flexcoders] microsoft excel plug in for flex/air

2009-03-09 Thread hworke
Hi did any one try this plug in for MS Excel? http://code.google.com/p/as3xls/ Is there any other out there? Regards,

[flexcoders] difference between Adobe Flex SDK Open Source Flex SDK

2009-03-09 Thread hworke
Hi what are the differences between Adobe Flex SDK Open Source Flex SDK? As you can see here? http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

[flexcoders] datagrid cell

2009-03-15 Thread hworke
Hi am trying to retrieve the data from a datagrid pointed by its column number and row number. Suppose if 4,5 is given I need to find the value that is stored in column 4 and row 5. How do I do that. Regards...

[flexcoders] resizable list item

2009-03-24 Thread hworke
Hi devs, I am trying to use itemrenderer in a list with variable height. This is how it will work: if the there is only one item in the list then the height of the item will be 100% of list height, if there are 2 items then 50% height if 4 then 25%. So the height of

[flexcoders] Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-04 Thread hworke
https://freeriatools.adobe.com/learnflex/

[flexcoders] how do I install eclipse plugin??

2009-04-14 Thread hworke
Hello all. So far I was using FB but now I do need the eclipse and need to plug in the eclipse plugin that I downloaded. The file that I downloaded is FB3_WWEJ_Plugin. But I could not find any clear instruction to follow and install. Can some one please guide to how to

[flexcoders] blazeds and J2EE application

2009-04-22 Thread hworke
Hello Devs, I am working to integrate BlazeDs with an existing J2EE application. What I am trying to do is create an administrative flex app where the admin can see what changes are happening in the J2EE app. I need to call some of the J2EE app APIs to get the data and pass it to the Flex

[flexcoders] An excellent FB4 webservices tutorial

2009-06-05 Thread hworke
http://rrao.host.adobe.com/screencasts/DCD_WS.swf By the way also check out this one also: http://blog.flexgeek.in/2009/05/flash-builder-4-demo-dashboard-with-google-app-engine-built-in-10-mins/

[flexcoders] Flying text or passing text??

2009-06-16 Thread hworke
Hi, I am trying to create an effect using text. I do not know what to call it - flying text or passing text!! At the bottom of the TV screen we always see Headline news or stock market info text are moving from right to left - I want to do something like that. What is the

[flexcoders] AIR html component

2009-07-27 Thread hworke
Hi if I load www.google.com in a HTML component like this mx:HTML id=html location=http://www.google.com; then how can I access the JavaScript functions in the google page?

[flexcoders] AIR html component

2009-07-28 Thread hworke
Hi if I load www.google.com in a HTML component like this mx:HTML id=html location=http://www.google.com; then how can I access the JavaScript functions in the google page?

[flexcoders] Frustrating examples from ADOBE

2009-07-28 Thread hworke
It is really exciting when you are looking for a solution and suddenly find a perfect example in a Adobe page- but guess how you will feel if it does not work? Every time I am searching for something like Adobe air html this following link show up on top of my search

  1   2   >