RE: [flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Agent RR-007
Do you have any examples of your integration with amfphp and flex 2.
thanks

-Original Message-
From: "guillermo Pared" <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: 4/10/07 1:44 PM
Subject: Re: [flexcoders] Re: WebORB or AMFPHP for big Application

WebORB, is really cool and easy, I love it, but I have to say too, that with
the last releaseof AMFPHP, the performance is really good or better than
WebORB.

I changed the engine for AMFPHP beacuse hat better performance,

I look forward for new enhanced that Mark and his team made in WebORB for
PHP,

Best,

Guillermo

10 Apr 2007 09:22:30 -0700, Mark Piller <[EMAIL PROTECTED]>:
>
>   WebORB for PHP is available as an open source and commercial product
> today and it will stay that way. There are no plans to stop the open
> source offering. On the contrary, we have grand plans for it later
> this year.
>
> Cheers,
> Mark
>
>
> --- In flexcoders@yahoogroups.com , "nxzone"
> <[EMAIL PROTECTED]> wrote:
> >
> > It's a OpenSource project and it's better to use OpenSource
> > solutions... You think WebORB will be only commercial in few years?
> > The free PHP version is not usable for a big project?
> >
> > http://sourceforge.net/projects/timeline/
> > http://www.ideeclic.com/clients/133-cspi/v6/
> >
> >
> > --- In flexcoders@yahoogroups.com , Sajid
> Hussain 
> > wrote:
> > >
> > > WebOrb are just ready to show Thier commercial edition with
> > DataManagment like Flex Data Services ,if u could buy that in future
> > then go for weborb php
> > > else amfphp 1.9 seems also good and I hope not surely when but they
> > realy shud do something more then RPC calls in it.amfphp is working
> > with flash from good time
> > >
> > > Let me KNow which framework u r going to use for ur application I am
> > also confused
> > > I tried for zend but it seems maybe have to go for cakeamf but
> > current version dont work with amf 1.9
> > >
> > > Thanks
> > >
> > > nxzone  wrote: Which
> > between these both do you prefer? Which want is more stable,
> > > fast, simple
> > >
> > > WebORB VS AMFPHP
> > >
> > >
> > >
> > >
> > >
> > >
> > > -
> > > Don't pick lemons.
> > > See all the new 2007 cars at Yahoo! Autos.
> > >
> >
>
>  
>



RE: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Agent RR-007
What is possible is a flex app to communicate with a flashlite app.

-Original Message-
From: "Nick Collins" <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: 3/29/07 9:34 AM
Subject: Re: [flexcoders] Flex on a SmartPhone?

Nope, not possible as Flex requires the Flash 9 player with the new VM,
which doesn't currently run on smartphones.

On 29 Mar 2007 06:12:27 -0700, Tony <[EMAIL PROTECTED]> wrote:
>
>   hola peeps.
>
> is it possible, or should i bark up another
> tree, to build small flex applications, that could
> run on a SmartPhone or PocketPC running Windows
> Mobile 5.0 and Flashlite 2.1
>
> is there a way to convert a flex app's swfs into flashlite apps?
>
> or am i simply crazy?
>
> :) oh, and good morning all.
>
> tw
>  
>



RE: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Agent RR-007
Search in google for flex and flashlite there is an article that explains the 
whole thing.
Its ok you are not going crazy.

-Original Message-
From: "Tony" <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: 3/29/07 9:07 AM
Subject: [flexcoders] Flex on a SmartPhone?

hola peeps.

is it possible, or should i bark up another
tree, to build small flex applications, that could
run on a SmartPhone or PocketPC running Windows
Mobile 5.0 and Flashlite 2.1

is there a way to convert a flex app's swfs into flashlite apps?

or am i simply crazy?

:) oh, and good morning all.

tw



RE: [flexcoders] PopUp Returning NULL

2007-03-21 Thread Agent RR-007
Sounds like a good plan.
See you manana mi amigo.

-Original Message-
From: "Kevin" <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: 3/21/07 2:33 PM
Subject: Re: [flexcoders] PopUp Returning NULL

I think I figured it out.  Because I am using the Cairngorm Model  
Locator pattern to control the popup state (thus the ObserveValue  
class) I need to be very strict about not trying to call popups  
directly.  In this case, when I called the popup via a direct  
function call, I was not updating the model and thus there was a NULL  
value on the model that would have otherwise been set.  When the  
popup opened from a direct call, it saw this NULL value and thew an  
error.  My mistakeI need to stick with my pattern for better or  
for worse  It is so tempting to take short cuts though!

Thanks for the help though.

- kevin


On Mar 21, 2007, at 2:14 PM, Kevin wrote:

>
> I am not using modules and I also tried to comment out the  
> ObserveValue tag to see that was causing a problem.  Here is the  
> error message.  I am not sure how to read these things to help me!
>
> Thanks, Kevin
>
> TypeError: Error #1009: Cannot access a property or method of a  
> null object reference.
>   at mx.managers::PopUpManagerImpl/::findPopupInfoByOwner()
>   at mx.managers::PopUpManagerImpl/removePopUp()
>   at mx.managers::PopUpManager$/removePopUp()
>   at com.onefoot.dbocl.view.admin::WinChangePassword/::closePopUp()
>   at Function/http://adobe.com/AS3/2006/builtin::call()
>   at com.adobe.ac::ObserveValue/ 
> com.adobe.ac:ObserveValue::callHandler()
>   at com.adobe.ac::ObserveValue/set handler()
>   at MethodInfo-1976()
>   at Function/http://adobe.com/AS3/2006/builtin::call()
>   at mx.binding::Binding/::innerExecute()
>   at Function/http://adobe.com/AS3/2006/builtin::apply()
>   at mx.binding::Binding/mx.binding:Binding::wrapFunctionCall()
>   at mx.binding::Binding/execute()
>   at _com_onefoot_dbocl_view_admin_WinChangePasswordWatcherSetupUtil/ 
> setup()
>   at com.onefoot.dbocl.view.admin::WinChangePassword/initialize()
>   at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/ 
> internal::childAdded()
>   at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/ 
> internal::rawChildren_addChildAt()
>   at mx.managers::SystemManager/addChild()
>   at mx.managers::PopUpManagerImpl/addPopUp()
>   at mx.managers::PopUpManagerImpl/createPopUp()
>   at mx.managers::PopUpManager$/createPopUp()
>   at dboclhome/::changePassword()
>   at dboclhome/__chpw_click()
>
>
> On Mar 21, 2007, at 2:02 PM, Alex Harui wrote:
>
>>
>> Are these things in modules?  If so, you might have the shared  
>> code problem.  What’s the full text of the error?
>>
>>
>>
>> From: flexcoders@yahoogroups.com  
>> [mailto:[EMAIL PROTECTED] On Behalf Of Kevin
>> Sent: Wednesday, March 21, 2007 10:06 AM
>> To: flexcoders@yahoogroups.com
>> Subject: [flexcoders] PopUp Returning NULL
>>
>>
>>
>> I am having some trouble with a popup window.  Here is the popup  
>> code:
>>
>>
>>
>> private function changePassword() : void
>>
>> {
>>
>>  var pwWindow:IFlexDisplayObject = PopUpManager.createPopUp 
>> (this, WinChangePassword, true);
>>
>> }
>>
>>
>>
>> if I call it from a Link Button I get a "Can't Access Property of  
>> Null Object"...  error.
>>
>>
>>
>> 
>>
>>
>>
>> However, when I call it from the ObserveValue Component I am  
>> using, it works fine.
>>
>>
>>
>> > value="{1}" handler="{changePassword}" />
>>
>>
>>
>> Also, when i check the debugger in both cases it shows pwWindow =  
>> null. (I am not sure what it is supposed to be.)
>>
>>
>>
>> Thanks for the suggestions.
>>
>>
>>
>> - Kevin
>>
>>
>
>
> 




RE: [flexcoders] Re: DB access in Apollo

2007-03-10 Thread Agent RR-007
I don't it should be that difficult to built database connectivity like zinc 
uses. That way it can communicate with stand alone dbs like ms access, etc...

Thanks,
Rob 

-Original Message-
From: "Troy Gilbert" <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: 3/9/07 12:30 PM
Subject: Re: [flexcoders] Re: DB access in Apollo

I think that if Adobe really wants to bill Apollo as taking the best-of web
technology and putting it on the desktop, then they need to seriously
consider including a DB that speaks SQL.

Personally, I think it would be *fantastic* if Apollo was essentially an
embedded webserver, i.e. stripped down Apache (or similar) where I could
choose to generate documents using PHP and have a DB backend like MySQL.
Basically Zinc + Flex + WAMP, all in one executable. Now *that* would be
cool...

Troy.


On 09 Mar 2007 08:57:58 -0800, Matt Chotin <[EMAIL PROTECTED]> wrote:
>
>Apollo has filesystem access, you can store whatever you want.  But a
> DB is under consideration, no guarantees but it hasn't been ruled out.
>
>  --
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Merrill, Jason
> *Sent:* Friday, March 09, 2007 8:49 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Re: DB access in Apollo
>
>  >>SharedObject.
>
> You mean those little tiny 128k or whatever Shared Objects like from the
> Flash player or do you mean Apollo will have a more robust & larger
> Shared Object?
>
> Jason Merrill
> Bank of America
> Global Technology & Operations
> Learning & Leadership Development
> eTools & Multimedia Team
>
>  
>



Re: [flexcoders] HELP! Flex Builder hangs on Design View

2007-02-15 Thread Agent RR-007
That was also happening to me.
Make sure that you free up some space in your HD.
And if you leave it on for a long time idling it can consume lots of memory.
Good luck.

Always trust your Agent,

RR-007

On Thu, February 15, 2007 11:08 am, Nick Collins said:
> Has anyone else experienced this and found a solution?
>
> I have an app I've been working on that just yesterday started giving
> me problems whenever I try going to the design view. The app hits 50%
> CPU utilization, and just hangs there. The design view starts to draw,
> then goes all gray, and freezes the entire IDE. I'm running
> FlexBuilder 2.0.1 as an eclipse plugin with Eclipse 3.2.1.
>
> I've been working on the app for two weeks with no problems, then it
> just started yesterday. I tried uninstalling FlexBuilder then
> reinstalling it, and still the problem persists. Anyone have any
> ideas?
>



[flexcoders] Any good Tutorials to jump into AMFPHP 1.9

2007-01-31 Thread Agent RR-007
HI everyone.
Great information on the list to read upon everyday.
I have a small question. Are there any good Tutorials to start running
with Flex and AMFPHP 1.9.

Thanks.


Always trust your Agent,

RR-007




[flexcoders] Any real good AMFPHP latest version Tutorials

2007-01-22 Thread Agent RR-007

I wanted to create a FLEX application that uses AMFPHP (latest version, I
think its 1.9), but can't seem to find any good tutorials that will use
the newest version. I know it has changed in some aspects. And since I not
too keen on everything yet. It just makes it harder to do things.
Any links would be appreciate it. Thank you.

Always trust your Agent,

RR-007




Re: [flexcoders] Re: Question for all you SQL Query experts

2006-12-20 Thread Agent RR-007

I work with databases all of the time.
You can mimic a sort of can-queries screen where you can have a toggle
between novice and expert by adding a text box where you can add your own
select criteria by just typing them in.
I am guessing that these should only be using the SELECT statement and
nothing that can harm the database. so the text box will have the words
SELECT on top of it and then a text box with the fields listing. Then
another caption that reads ORDER BY and another text box so that they can
sort their results as well. Of course these is only for the experts. They
Novice users will have only the list of fields as you specified and the
drop down list with AND/OR.

Always trust your Agent,

RR-007

On Wed, December 20, 2006 5:22 pm, Bill Lane said:
> I would go a step further with Patrick's suggestion.  Have a look at
> how a range of applications handle filtering.  For example the way you
> define a playlist within iTunes is easily achieved with Flex and
> provides a flexible and easy to understand interface for most users.
>
> Bill Lane
>
> --- In flexcoders@yahoogroups.com, Patrick Mineault
> <[EMAIL PROTECTED]> wrote:
>>
>> I would suggest looking at what google does. It allows and/or searches
>> in a completely unobstrusive manner.
>>
>> Patrick
>>
>> Mike Anderson a écrit :
>> >
>> > Hello All,
>> >
>> > I was wondering how you more seasoned SQL programmers (as it
> relates to
>> > the User Interface side of things), provide the ability of
> advanced SQL
>> > Queries to novice users - but in a "easy to use" and "non-threatening"
>> > manner?
>> >
>> > We have an extensive parts database, and the only way to truly search
>> > this thing, is by giving users the ability to perform robust
> "and", "or"
>> > as well as "and/or" type queries.
>> >
>> > Back in the HTML days, I would simply give the users 4 sets of blanks,
>> > in which they could put in 4 unique sets of search criteria - with
> "And"
>> > or "Or" in a DropDown box.
>> >
>> > This worked well enough I guess... but for the power-users, who wanted
>> > to perform more advanced queries - with more than 4 search criteria, I
>> > was always in a quandary as to what to do. There is a fine line
> between
>> > functionality and usability, especially when it comes to Data-Driven
>> > applications that are very "Text Intensive".
>> >
>> > With Flex having the ability to offer such spectacular user
> interfaces,
>> > I was wondering what techniques I could use NOW, that could offer a
>> > truly powerful user experience - but still *keeping it simple*.
>> >
>> > I would love to hear some input regarding this topic -
>> >
>> > Thanks in advance for all your help,
>> >
>> > Mike
>> >
>> >
>>
>
>
>



Re: [flexcoders] Re: Auto incrementing values for datagrid

2006-11-17 Thread Agent RR-007

I think there are only two ways to do it.
Create a Class that keeps track of this Auto Increment Variable which will
contain and auto increment every time you add 1 to the variable.
Or you can link this to a bankEnd Database which will keep track of the
number for you.
There are 3 flavors these days with databases:
1. Use XML by converting it from the server either via Php or Coldfusion
(or whatever other server language you like).
2. Flash Remoting
3. FDS

Also if you have many people using this datagrid if you don't use some
kind of backend database, how are you going to keep track of who has the
maximum number for you to auto increment.

Let me know how it turns out.


Always trust your Agent,

RR-007

On Fri, November 17, 2006 10:43 am, flxcoder said:
> --- In flexcoders@yahoogroups.com, "flxcoder" <[EMAIL PROTECTED]> wrote:
>>
>> I want to have a serial number field in my datagrid that increases or
>> auto increments with each row. Is this possible? this field should
>> re-paint itself on sorting of any other fields.
>>
> any ideas here? surely, flex has a way to have a serial number auto
> incrementing column value for the datagrid...
>
>
>
>



Re: [flexcoders] security issues when capturing flex screens that contain other domain bitmaps

2006-11-03 Thread Agent RR-007
I think that everytime you include the "{" and "}" it requires a
[Bindable] keyword in the scripts to be linkable. Hope that I am right on
this one.

Always trust your Agent,

RR-007

On Fri, November 3, 2006 12:07 pm, hank williams said:
> Yes,  I did find the solution.
>
> You need to define a loadercontext. Create a loader context variable in
> you
> script section.
>
> [Bindable]
> private var loaderContext:LoaderContext;
>
> NOTE: I'm not sure that it needs to be bindable but thats what my code
> has,
> so to be safe I am showing it.
>
> Then, in some initialization code, initialize the variable
>
>loaderContext = new LoaderContext(true);
>
> Finally, when loading the graphic into an  object, you must
> define
> a loaderContext and use the loader context that you just created, as
> below.
>
>
>   loaderContext="{loaderContext}"
>   verticalAlign="middle"
>   horizontalAlign="middle"
>   source="{picture_http}" width ="200" height="200">
>
>
> Hope this helps.
>
> Regards,
> Hank
>
> On 11/3/06, Andrew D. Goodfellow <[EMAIL PROTECTED]> wrote:
>>
>> I literally just hit this problem now too. Did you ever receive a
>> solution
>> Hank? Anyone else?
>>
>> -Andy
>>
>> On 9/26/06, hank williams < [EMAIL PROTECTED]> wrote:
>>
>> >   I have a flex screen that I want to capture into a bitmap using the
>> > technique that Andrew Trice described earlier this week.
>> >
>> > it works as so:
>> >
>> > 
>> >
>> > private function
>> > getUIComponentBitmapData(target:UIComponent):BitmapData{
>> > var bd : BitmapData = new BitmapData( target.width, target.height );
>> > var m : Matrix = new Matrix();
>> > bd.draw(target,m);
>> > return bd;
>> > }
>> > 
>> >
>> > I am feeding that function a UIComponent that contains an image that
>> > looks like this:
>> >
>> > 
>> >
>> > > > verticalAlign="middle"
>> > horizontalAlign="middle"
>> > source="{model.picture_http}" width ="200" height="200"/>
>> >
>> > 
>> >
>> > The problem is that the model.picture_http is on another domain.
>> > The error I get is as follows:
>> >
>> > 
>> > SecurityError: Error #2122: Security sandbox violation:
>> > BitmapData.draw:
>> > http://localhost:8080/elroyServer/songmail/songmail-debug.swf cannot
>> > access
>> http://storage.elroynetworks.com/0922337203685477580744.
>> > A policy file is required, but the checkPolicyFile flag was not set
>> > when this media was loaded.
>> > 
>> >
>> > This seems to suggest that I need a crossdomain.xml file, which is
>> > fine. I have that, and I believe it is in the right place. The problem
>> > is I am supposed to set a checkPolicyFile flag. The doc's explain how
>> > to do this, but not in the context of Flex. The docs say:
>> >
>> > 
>> > When you load the image using the load() method of the Loader class,
>> > you can specify a context parameter, which is a LoaderContext object.
>> > If you set the checkPolicyFile property of the LoaderContext object to
>> > true, Flash Player checks for a cross-domain policy file on the server
>> > from which the image is loaded. If there is a cross-domain policy
>> > file, and the file permits the domain of the loading SWF file, the
>> > file is allowed to access data in the Bitmap object; otherwise, access
>> > is denied.
>> >
>> > You can also specify a checkPolicyFile property in an image loaded via
>> > an  tag in a text field. For details, see Loading SWF files and
>> > images using the  tag in a text field.
>> > 
>> >
>> > I dont know how one would use the "load() " command from MXML.
>> > Moreover, I would really like an MXMLish way to deal with cross domain
>> > issues.
>> >
>> > Has anybody dealt with this?
>> >
>> > Hank
>> >
>>
>>
>>
>



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Re: FDS/PHP/AMFPHP

2006-10-20 Thread RR-007
gthy error that others have 
> > > received, but the author hasn't posted fixes that work for me.
> > > 
> > > Probably has to do with me more than these posts, but are there 
> > > working and better documented examples out there? I'd love to 
> use 
> > > FDS with PHP and MySQL, but I don't find anything useful that 
> gives 
> > > detailed steps for a beginner in configuring and then querying 
> and 
> > > adding/updating from Flex 2.0.
> > > 
> > > It's be nice if someone created a wizard for FDS like they did 
> for 
> > > ColdFusion!
> > >
> >
>


  













-- We don't stop playing because we grow old.We grow old because we stop playing.Live it a little and play some more,RR-007

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Announcing the AS3 Lightweight Remoting Framework

2006-10-19 Thread RR-007
Danny,
First of all thank you, good job. I was wondering since I am a newbee
if you could provide an app as a sample.

thank you again.

On 10/19/06, Danny Patterson <[EMAIL PROTECTED]> wrote:
> I'm happy to finally announce the release of my first open source
> project, the AS3 Lightweight Remoting Framework. I've had this done for
> a long time now but I haven't had a chance to release it until now. From
> the project page:
>
> "This project is motivated by the need for a simple yet robust framework
> for handling Remoting calls. This framework could be used in AS3-only
> projects without the Flex framework, or it could be used in a Flex
> project to access Remoting resources that aren't supported by the Flex
> framework."
>
> http://osflash.org/as3lrf <http://osflash.org/as3lrf>
>
> Thanks,
> Danny Patterson
>
>
>


-- 
We don't stop playing because we grow old.
We grow old because we stop playing.
Live it a little and play some more,

RR-007


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/