[flexcoders] Amfphp and images

2009-10-29 Thread mixmi2004
Hi. I cant load images, can you help me. code: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init();"> http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init();"> and PHP public function

[flexcoders] FishEye

2008-02-21 Thread mixmi2004
I've been trying to work with the FishEye component by Ely Greenfield in flex3. Can anyone help me.

[flexcoders] Error-" textDecoration"

2008-02-21 Thread mixmi2004
Severity and DescriptionPathResourceLocationCreation Time Id Declaration of style 'textDecoration' conflicts with previous declaration in C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs\framework.swc(mx/core/UITextField). Thanks a lot for an

[flexcoders] Cairngorm and store

2008-02-08 Thread mixmi2004
I use AMFPHP1.9 and Cairngorm I connect via remote object calls through AMFPHP1.9 to a mySQL database. I can receive array of obgects and send 1 object to the server If someone can help me how send array of objects(VO)?In my ModelLocator i have shoppingBasket:ArrayCollection and want send to mySQL

[flexcoders] cairngorm @amfphp1.9

2008-02-06 Thread mixmi2004
I try http://thanksmister.com/?p=28 example white amfphp1.9 . I cant send a basic Object back to server I receave Object , but cant send I understand...I need help . ContactList.php: conn = new Datasource("localhost", "grassstore", "root", ""); } function getAll(){

[flexcoders] AMFPHP1.9 problem

2008-02-02 Thread mixmi2004
Hi all Why channel disconnected?what I was doing wrong.No errors on the PHP side.My services-config.xml ok. main.mxml http://www.adobe.com/2006/mxml"; layout="absolute" > php ServiceClass.php logged="true"; return $u; }

[flexcoders] Re: Cazirngorn and AMFPHP1.9 HELP

2008-01-31 Thread mixmi2004
RT INTO ItemSalse ( ItemName,ItemDescrip, ItemPrice "; $sql = $sql.") VALUES ( "; $sql = $sql."'".$temp->name."', "; $sql = $sql."'".$temp->description."', "; $sql = $sql."

[flexcoders] Re: Cazirngorn and AMFPHP1.9 HELP

2008-01-29 Thread mixmi2004
e.projectName.business.*" > layout="absolute" > > > > > > > > The same goes for the Controller. > > regards, > Muzak > > - Original Message - > From: "mixmi2004" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, Jan

[flexcoders] Cazirngorn and AMFPHP1.9 HELP

2008-01-29 Thread mixmi2004
Cazirngorn and AMFPHP1.9 Im having some problems sending Objects Error: C0007E: RemoteObject not found for Send1. public class SendGrassDelegate { private var responder :IResponder; private var service : AbstractService; public function SendGras