[flexcoders] Looking for a freelance developer - urgent ASAP

2010-05-04 Thread danneri21
Hello,

Looking for a Flex developer to customize this component for me.

Very quick job, but it's urgent! Please don't hesitate to contact me!!!

Estimated time: 1 hour

Pay: Excellent.

Component:
http://strawberrypixel.com/blog/flexwheel-component-page/

My email:
http://services.nexodyne.com/email/icon/E08j7cT.aouL4dQsaQ%3D%3D/Q4BbNz8%3D/R01haWw%3D/0/image.png



[flexcoders] Re: Getting Started with Java for use with BlazeDS/LCDS

2008-07-02 Thread danneri21
Fidel, thanks for your reply.

I'm currently using AMFPHP, but wanted to take advantage of some of
the more advanced features in LCDS.

I have no problem learning Java as I have a pretty solid understanding
general programming architechure, however I was just looking for some
kind of starting point where I can just learn about the basics of a
Java project for use with LCDS.

Thanks!



[flexcoders] Getting Started with Java for use with BlazeDS/LCDS

2008-06-29 Thread danneri21
okay so I want to get going with Blazeds or live cycle data services.

but I'm not sure where to start because I've been playing around a
little bit and it seems like you have to know Java to create all these
classes for the server-side code.

Could anybody give me a heads up on lcds/blazeds specific tutorials of
some kind? referring to the server side code?

Thanks,
Dan



[flexcoders] question about buttons in flex

2008-05-02 Thread danneri21
alright I have an application, and the user needs to select an 'activity'.

each 'activity' is a button, but i need to make it so you can only
select one at a time (there are about 5-8 buttons) and they need to
stay pressed
thanks!!



[flexcoders] Re: Editing TabNavigator children in actionscript

2008-02-14 Thread danneri21
Alright but how exactly would I access the children? Could you give me
an example?


--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 Keep variables referencing the children you add to the TabNav
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of danneri21
 Sent: Wednesday, February 13, 2008 2:32 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Editing TabNavigator children in actionscript
 
  
 
 Hi guys,
 
 I have a function which dynamically adds custom components (a beefed
 up datagrid basically) to a tabnavigator at runtime.
 
 Somewhere along the line I need to update the dataProvider of a single
 child in the tabnavigator.
 
 How would I go about doing this?





[flexcoders] Re: Editing TabNavigator children in actionscript

2008-02-14 Thread danneri21
When I try this:

myTabNav.getChildAt(id).dataProvider = evt.data;

I get a build error:
1119: Access of possibly undefined property dataProvider through a
reference with static type flash.display:DisplayObject.

--- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote:

 why can;t you use the getChildren() or getChildAt() etc.. and just
update it from the dataProvde
 
 
 - Original Message 
 From: danneri21 [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Thursday, February 14, 2008 5:20:35 PM
 Subject: [flexcoders] Re: Editing TabNavigator children in actionscript
 
 Alright but how exactly would I access the children? Could you give me
 an example?
 
 --- In [EMAIL PROTECTED] ups.com, Alex Harui aharui@ wrote:
 
  Keep variables referencing the children you add to the TabNav
  
  
  
   _ _ __
  
  From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED]
ups.com] On
  Behalf Of danneri21
  Sent: Wednesday, February 13, 2008 2:32 PM
  To: [EMAIL PROTECTED] ups.com
  Subject: [flexcoders] Editing TabNavigator children in actionscript
  
  
  
  Hi guys,
  
  I have a function which dynamically adds custom components (a beefed
  up datagrid basically) to a tabnavigator at runtime.
  
  Somewhere along the line I need to update the dataProvider of a single
  child in the tabnavigator.
  
  How would I go about doing this?
 
 
 
 
 
 
  

 Be a better friend, newshound, and 
 know-it-all with Yahoo! Mobile.  Try it now. 
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ





[flexcoders] Editing TabNavigator children in actionscript

2008-02-13 Thread danneri21
Hi guys,

I have a function which dynamically adds custom components (a beefed
up datagrid basically) to a tabnavigator at runtime.

Somewhere along the line I need to update the dataProvider of a single
child in the tabnavigator.

How would I go about doing this?



[flexcoders] FlexTube now open source

2007-06-09 Thread danneri21
FlexTube, the Flex UI to YouTube, is now open source.

For more information, please visit FlexFanatic
http://flexfanatic.wordpress.com/2007/06/09/flextube-to-be-open-source/\


The code is hosted on Google (GoogleCode) and discussions held at Google
Groups



[flexcoders] Multiple values in a progress bar?

2007-04-07 Thread danneri21
Is it possible to have two different sources in a progress bar?

Using a video for example, the first value is duration and the second
is how much is loaded.

Almost like on YouTube.

Is it possible?

Thanks!!



[flexcoders] Passing params to SWFLoader

2007-03-14 Thread danneri21
I want to import an SWF file into my application but I need to pass a
crucial string to it, sourceUrl, how do I do this?

How do I pass what you would write in html
param name=Min value=0 /

How would I pass that to the SWF being loaded using SWFLoader in flex?

Thanks!!!




[flexcoders] Re: I want to write a tutorial

2007-03-05 Thread danneri21
Wow guys thanks for all the awesome suggestions!

Most of the stuff is a bit over my head, but I will gladly look into it!

Thanks a TON!

--- In flexcoders@yahoogroups.com, danneri21 [EMAIL PROTECTED] wrote:

 Hey guys,
 
 I want to write another tutorial on Flex.
 
 So far I've written on how to create a login system with flex and php,
 and an mp3 player in flex.
 
 Any suggestions on what I should do next?
 
 I'm fresh out of ideas :p





[flexcoders] Flex htmlText Size

2007-03-04 Thread danneri21
Hi all,

I have a Rich Text Editor which value (htmlText) is stored in a
database.

With just typing anything in and not modifying the size, color etc. it
always turns out like this:

TEXTFORMAT LEADING=2P ALIGN=LEFTFONT FACE=Verdana SIZE=10
COLOR=#0B333C LETTERSPACING=0 KERNING=0

When I output the data from the database with PHP, here is what it turns
out to be:

Link to image
http://img259.imageshack.us/img259/3638/flexhtmltexttp1.png

What's wrong?




[flexcoders] I want to write a tutorial

2007-03-04 Thread danneri21
Hey guys,

I want to write another tutorial on Flex.

So far I've written on how to create a login system with flex and php,
and an mp3 player in flex.

Any suggestions on what I should do next?

I'm fresh out of ideas :p



[flexcoders] Annoying IE Error (Works in All other browsers!)

2007-02-27 Thread danneri21
I have a Flex app, an administration panel for one of my clients site.

There is a section where the client can add / delete/ edit advertising
supporters.

There are three states, one to create the new supporters, one to view
all the supporters, and then from there edit the sponsers or delete
them.

Here is it running live :
http://www.reinvestorsnetwork.net/new/admin/main.html
You can sign in using test / test for now.  (Advertising Supporters-
Manage Existing Advertisers)

A Datagrid should come up. As soon as you click delete and say yes you
are sure you want to delete it, the datagrid should automatically
refresh and the deleted sponser shouldn't be there anymore. However in
Internet Explorer 7 / SP2 it doesn't. Any dynamic updating doesn't
work!!

It's really frustrating. I've tried it in Firefox  Opera and they both
work.

Can anybody point me in the right direction?

I can post the source code to my main.mxml file if you wish, but it's
extremely messy and poorly coded  [:p]



[flexcoders] [Fixed It!] Re: Annoying IE Error (Works in All other browsers!)

2007-02-27 Thread danneri21
I fixed the error by adding 
header(Cache-control: private); at the top of my php scripts. 
What happens is that IE caches the request and doesn't retrieve any
new information!

As far as it not actually logging you out it has a remember me feature
, I know it should delete the cookie when you hit the logout button,
I'll get to that soon enough... 

Thanks for your help anyways :)


--- In flexcoders@yahoogroups.com, camlinaeizerous [EMAIL PROTECTED] wrote:

 I just ran it without the issues you just described. Using IE 6,
 Firefox 2 and IE Tabs in Firefox.
 
 I was receiving the following errors before being able to login. When
 i refreshed only received the loginform state error but even using log
 out it never actually logged me out when i refreshed the browser.
 
 ArgumentError: Undefined state 'LoginForm'.
   at mx.core::UIComponent/::getState()
   at mx.core::UIComponent/::findCommonBaseState()
   at mx.core::UIComponent/::commitCurrentState()
   at mx.core::UIComponent/::creationCompleteHandler()
   at

flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at mx.core::UIComponent/set initialized()
   at mx.managers::LayoutManager/::doPhasedInstantiation()
   at Function/http://adobe.com/AS3/2006/builtin::apply()
   at mx.core::UIComponent/::callLaterDispatcher2()
 
 TypeError: Error #1009: Cannot access a property or method of a null
 object reference.
   at main/::updateStats()
   at main/__membersRegistered_result()
   at

flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at

mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
   at

mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
   at mx.rpc::Responder/result()
   at mx.rpc::AsyncRequest/acknowledge()
   at ::DirectHTTPMessageResponder/completeHandler()
   at

flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at flash.net::URLLoader/flash.net:URLLoader::onComplete()
 
 TypeError: Error #1009: Cannot access a property or method of a null
 object reference.
   at main/::updateStats()
   at main/__forumPostCount_result()
   at

flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at

mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
   at

mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
   at mx.rpc::Responder/result()
   at mx.rpc::AsyncRequest/acknowledge()
   at ::DirectHTTPMessageResponder/completeHandler()
   at

flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at flash.net::URLLoader/flash.net:URLLoader::onComplete()