Help required to complete my flex project

Hi All,
I am working on a design project. I have some bugs with the
current
implementation (listed below). I am not really sure on how to
get this
fixed. Please help.
URL (with source view)
http://gireeshkumar.ind.in/designDemo/demo.html#
Issues.
1. When drag and dropping item to designer place, items get
shifted
slightly (it should get dropped same place)
2. After rotating the item, If i drag and drop object to some
where
else, the positions get shifted
3. After placing an item in the design area, and try to zoom
the
canvas the items getting moved from the original location
4. When loading the design image, it not fitting to the
canvas and
zoom value is not getting updated
5. Print is not working properly, not fitting to one page
Thanks
Gireesh

My guess is that you are using the wrong container for the
corrdinates? Ie. you need to use the Object Handles x/y instead of
the sofa's x/y for the drop position. Otherwise you may need to
look into MouseEvent.locaclX/Y and some_obj.localToGlobal() and
another_obj.globalToLocal() to translate the x.y values. Or you
might possibly need to use the getBounds()/getRect() on the Object
Handles container and use the x/y for that.
As far as the zooming, it looks like you have changed the
zoom origin x/y for the sofa, to the center, whereas the map zoom
is zooming 0,0, so it changes position. Something to look into
anyway.
Don't no anything about printing :) Good luck.

Similar Messages

  • Need help with almost completed plugin engine project

    Hi all,
    For a while now I have been working on a plugin engine. After a few iterations, the engine is similar to the Eclipse engine, in that plugins use extension points and extensions to allow contributions. Unlike the eclipse engine I have added the ability for plugins to fire events through the engine and other plugins can add listeners, all through the plugin.xml manifest. Dependencies are mostly handled automatically at plugin load time (when extensions get resolved to extension points, and listeners get resolved to events). For the case where a plugin needs to use classes from another plugin, dependencies are also allowed to be declared. Like the eclipse engine, activation of plugins occurs the first time a class is used within the plugin's classpath, OR a plugin can be activated after it is loaded.
    What I need help with is testing, working on examples to provide with the engine project, and feedback/suggestions before we release the M1 build. I am asking for those that are interested in this type of work to volunteer to help where applicable and possible. I want to provide a solid plugin engine to the java community, one that is easy to use, works well, and is pretty effecient in terms of resource usage and performance.
    Of particular interest to me right at the moment is dealing with multiple versions. As I see it, the engine will be used within an application and as such plugins would be distributed with a specific application version. The plugin version itself is more of a notification as to what version a plugin is, although I imagine it will help when updating at runtime as well.
    Just a few other details of the engine. It handles (or will soon) dynamic load, unload and reload of plugins at runtime. Plugins can be distributed in an archive file format, we call .par (Plugin ARchive), with additional plugin filename extensions configurable at runtime. The plugins can be developed and deployed in an expanded directory format as they are in Eclipse as well, or in the archive format. In the archive format they do not need to be unzipped when deployed, and they can contain embeded jar/zip libraries. The engine handles finding and creating classes directly out of the .par file at runtime.
    Multiple locations to find plugins are configurable before the engine starts, and even after it starts more could be added to allow additional locations to find plugins. URLs are supported, and soon the HTTP protocol will be supported so that plugins can be downloaded and installed at runtime.
    The project can be found at www.sourceforge.net/projects/genpluginengine. If you would like to get involved and help out, please sign up on the dev mail list and send an email to introduce yourself to the rest of the members on the list.
    I'll also add that I am working on a Swing UI Framework built entirely from plugins. It provides a ready-to-launce UI application that developers can simply add their plugins to, extending various extension points of the framework to have menu items, toolbar buttons, status bar access, help and preferences dialog additions, file i/o choosers, tons of open-source components ready to use (or extend to add on to), and like Eclipse, hopefully... draggable window frames that can be dropped on any other frame to form a tabbed frame of windows. Some of this is a ways off, some is getting there now. Presently you can add menu items that do allow plugin activation when first clicked, so plugins can be loaded but not activated until needed. The Preference dialog works but is not completed, and a plugin that adds a plugin control panel to view all loaded plugins, activate them, load/unload/reload, view extension points, extensions, dependencies, etc is partially completed. The point is, to allow a ready to run UI framework in Swing with an easy path for developers to quickly build applications with. If you are interested in this, when you join the mail list and introduce yourself, indicate that you are interested in this as well, as we need help with plugin development for it and would appreciate more help here too.
    Look forward to some replies.

    Might I suggest setting up a project at a known project-site? I've seen your progress and questions posted here from time to time, but one of the drawbacks is that you have to fill each post with the entirity of your vision to explain what you're doing. That's a lot of text to read - and most folks will skip right over it.
    On the other hand, a well-crafted, good-looking project web-site, with appropriate links and docs and vision statements, diagrams, etc. will have more likelyhood of attracting volunteers. java.net and sourceforge.net are likely spots to set up shop. In addition, you get CVS and bug-tracking systems, which can be quite valuable in such a large-scale project where there are lots of pieces.

  • Help required with arrays in Flex

    I'm trying to get my head around how arrays work in Flex. Here's some code I've put together:
    var xml:XML = <data><step><name>N1</name><text>T1</text></step><step><name>N2</name><text>T2</text></step></data>;
    for each (var step:XML in xml.data.step)
        Alert.show( 'Name: ' + step.@name + ', Text: ' + step.@text );
    The idea here is I simply want to show an alert for each "step", but I can't get this to work. Can anyone help?

    BTW, using Alert.show() like this is a good way to confuse yourself, because all the Alerts will stack on top of each other, with the last one on top. Alert.show() puts up the Alert immediately and returns; it doesn't wait for the user to dismiss it before returning, because this would stop the SWF from playing. I recommend using trace() instead of Alert.show(). Output from trace() appears in Flash Builder's Console panel.
    Gordon Smith
    Adobe Flex SDK Team

  • TS3074 im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    Try the following user tip:
    " ... A DLL required for this installation to complete could not be run ..." error messages when installing iTunes for Windows

  • Help required regarding AR module, XML and flex builder3

    I need some help regarding flex project in flex builder3.
    I am working on flash based augemented reality using flex builder3. I want to develop a module for a boutique using which user can try on different dresses. I want to build this  module in such a way that camera gets loaded at one side(left) of the window with a TileList (displaying list of images with their prices) on the right side of the window.
    In order to populate the TileList i'm using HTTPservice to dyanamically load xml (xml->containing dress images along with prices). This part is working fine i.e. when i run this project, xml content gets loaded in TileList.
    My problem is when I copy the swf file of my project along with resource files somewhere else and then launch that swf file, it gives me an alert
    that xml can't be loaded. Secondly augmented reality part(i.e. camera) doesn't load; left part of window remains blank).
    I want someone to help me solve these issues.

    Hi,
    use this FM to update ur shipment
    variables
    DATA: lo_tp_g_tra       TYPE v56e_shipment_activities, "Data to modify
          lo_tp_g_shp       TYPE v56e_shipment,
          lo_tp_g_log       TYPE v56e_logfile, " Errors function
    call the function to modify shipments
    CALL FUNCTION 'SD_SHIPMENT_PROCESS'
      IMPORTING
        e_logfile    = lo_tp_g_log
      CHANGING
        c_activities = lo_tp_g_tra
        c_shipment   = lo_tp_g_shp
      EXCEPTIONS
        error        = 1
        OTHERS       = 2.
    Thanks,
    Sendil.

  • I have a DVD project that takes about 14 hours to generate. Is there any way to periodically save it during encoding so power failures or other problems do not require a complete restart?

    I have a DVD project that takes about 14 hours to generate. Is there any way to periodically save it during encoding so power failures or other problems do not require a complete restart?

    No.  Are you saving the project as a disk image rather than burning directly to disk from iDVD?  If not then that's what I suggest you do.  That will separate the encoding process from the burn process to save time and disks if the encoding is bad.  It also lets you burn a second or third disk without having to encode again.
    OT

  • Help Configuring PHP Server with new Flex project.

    Hi,
    I'm curious if someone can help me with a frustrating problem.
    While creating a new flex project, I can't seem to validate the configuration of the php server. I keep getting the message: "Cannot access the web server. The server may not be running, or the web root folder or root URL may be invalid."
    I'm running MySQL, PHP and Apache 2.2. These program have worked indepentally without flex, so I know the program isn't with the install of the stack.
    For my web root I entered: "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs" the location where I installed Apache
    And for root url I'm using "http://localhost"
    The other wierd part of this is that even though Flex would not validate this connection, I went ahead and started the project anyway and made a succesful connection to mysql, obviously though when I tried to launch the project it couldn't connect to the server.
    Any suggestions would be much appreciated because flex is pretty much useless to me unless I can figure out how to connect with php and mysql.
    Steve

    hey ya
    you were responding to like a real old post
    what exactly is your problem perhaps i can help

  • Help with project/folder setup for new flex project??

    Hello all,
      I need help deciding how to set up my projects for a new flex application we're developing.
    We have an in-house custom java/jsp "framework". This framework has JSP pages for administering applications that are built using this framework. One part of the framework generates all java base and model objects from our database tables to be used in the new application.
    The new application will have a back-office part (Adobe AIR) and a web facing part (Adobe Flex).  Both the AIR and Flex parts of the application need to access the java model objects via AS3 classes (I believe I'll do this using remoteobject).
    My questions are as follows:
    After I create the base and model AS3 classes that remoteobject with the java classes can I put these in a common library project so both my AIR and Flex app can access common AS3 code.  I feel I should do this to keep from duplicating code by copying the AS3 classes in both my AIR and Flex projects.  Can you give my any examples or links to information on how to do this??
    I plan to also create a common java project for all base and model objects generated from my db tables so that the common library project with AS3 classes could remoteobject interface with the java classes in the java project. I would like to keep all of my business logic in the java model classes.  Does this seem appropriate for the projects/setup listed above?
    Here are the projects I think I need in Flex Builder.
    FlexWebApp
    AIRBackOfficeApp
    JavaApp - Common
    AS3FlexLibraryApp - Common
    The FlexWebApp and AIRBackOfficeApp will reference the AS3FlexLibraryApp and the AS3FlexLibraryApp will remoteobject to the java classes in JavaApp.
    Any help or direction with this is greatly appreciated.
    Thanks,
    Whitney

    Hi,
    Please post only once (do not post same thread across multiple forums).
    help with Financials setup from very basics...
    Re: help with Financials setup from very basics...
    Regards,
    Hussein

  • Help me with a flex project... how do i use it ?!?

    i have this entire project and i don't know how to use it... what should i do with it ?!?
    Any help ?

    In Flex Builder menubar:
    File - Import - Flex Project - Import project from - Archive file      and navigate to the file.
    If this post answers your question or helps, please mark it as such.

  • Porting the Flex Project to CC(2014)

    Hello,
    I am trying to port the Flex project developed in Flash Builder 4.6 with Extension builder 2.1, to InDesign CC (2014).
    As per the SDK help it mentions I can use the same environment mentioned above to port the project. But when I try it is giving error " This extension cannot be installed, it requires InDesign version in range of inclusively between 9.0 and 9.9.
    Do I need to set anything before compiling the plugin for CC(2014)? Or do I need to port in some other environment? If yes where can I get the details of other environment?
    Thanks for the help in advance.
    Regards
    Farzana.

    You want to use your flex project in a CC2014 application? If yes, you have to rewrite your complete project to a HTML5 extension as Flex support was dropped in CC2014 (and all upcoming releases).
    "Flash/Flex/AIR extensions run in APE (Adobe Player for Embedded). This product is deprecated, and, as stated above, will be removed from Creative Cloud products, starting in the middle of 2014. This means that developers must migrate their extensions to HTML5 if they want to continue to support them in Creative Cloud (CC) applications. Flash-based extensions will continue to run as before in versions CS5.x and CS6 of their host applications."
    http://www.adobe.com/devnet/creativesuite/articles/introducing-html5-extensions.html
    Really helpful resources for HTML5 extensions:
    http://www.davidebarranca.com/category/code/html-panels/
    Adobe-CEP/CEP-Resources · GitHub
    Greets

  • Porting the Flex Project with Extension Builder 2.1 to CC(2014)

    Hello,
    I am trying to port the Flex project developed in Flash Builder 4.6 with Extension builder 2.1, to InDesign CC (2014).
    As per the SDK help it mentions I can use the same environment mentioned above to port the project. But when I try it is giving error " This extension cannot be installed, it requires InDesign version in range of inclusively between 9.0 and 9.9.
    Do I need to set anything before compiling the plugin for CC(2014)? Or do I need to port in some other environment? If yes where can I get the details of other environment?
    Thanks for the help in advance.
    Regards
    Farzana.

    You want to use your flex project in a CC2014 application? If yes, you have to rewrite your complete project to a HTML5 extension as Flex support was dropped in CC2014 (and all upcoming releases).
    "Flash/Flex/AIR extensions run in APE (Adobe Player for Embedded). This product is deprecated, and, as stated above, will be removed from Creative Cloud products, starting in the middle of 2014. This means that developers must migrate their extensions to HTML5 if they want to continue to support them in Creative Cloud (CC) applications. Flash-based extensions will continue to run as before in versions CS5.x and CS6 of their host applications."
    http://www.adobe.com/devnet/creativesuite/articles/introducing-html5-extensions.html
    Really helpful resources for HTML5 extensions:
    http://www.davidebarranca.com/category/code/html-panels/
    Adobe-CEP/CEP-Resources · GitHub
    Greets

  • FLEX Builder Pro 3 New Flex Project cannot configure J2EE

    I have FLEX Builder Pro 3 installed on a Windows XP machine.  LiveCycle Data Services is installed (with Tomcat) on a Linux RHEL 5 machine.  When trying to create a new FLEX project and configuring a J2EE server am very confused on what to put in Root Folder and Root URL.  I have tried various paths on the Root Folder (with a drive mapped through windows and also with just using the servername) and keep getting the error message:
    Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.
    I've located the flex-confing file in the tomcat5\webapps\ROOT\WEB-INF directory, but still get the error.
    Please any help would be greatly appreciated.

    Are your new classes referenced from the old code? Mxmlc employs a questionable form of "as-needed" linking, so classes that are not referenced from the main application are not even compiled. This referencing requirement is recursive; that is, any classes that are to be included have to be referenced from the main application, or from classes referenced by the main application, or from classes referenced by classes referenced by the main application, and so on. But if your new classes are not referenced at all from the old code, they will be ignored.

  • Flex Project with Java

    Hi,
    I want to create a Flex Project which uses Java EE Server.
    This is my requirement...I have a login Page, Register Page...when I Register the data should be sent to Database Table. when I login with existing username and password, It should validate from the Database and then a new page opens up which shows any info.
    Can anybody tell me, how this can be achieved??
    Thanks for the Help...

    You'll probably use the Flex RemoteObject to connect to your J2EE app.
    http://livedocs.adobe.com/flex/3/html/help.html?content=transitions_2.html
    http://www.summa-tech.com/blog/2009/03/05/flex-remote-object-services-blazeds/
    http://learn.adobe.com/wiki/display/Flex/Creating+Flex+Builder+Projects+that+Use+Server+Te chnologies
    http://livedocs.adobe.com/flex/3/html/help.html?content=projects_3.html
    If this post answered your question or helped, please mark it as such.

  • "Import Flex Project" Menu Disappear [FB 4.6]

    Hi All,
    I am not sure what's going wrong here but I'm not able to see "Import Flex Project" menu item under File Menu.
    Can any one knows how to get it back ?
    Thanks
    Mac

    I'm having the exact same issue as he described. This doesn't help at all.
    I am using a fresh install of Flash Builder 4.6.
    I have tried closing and re-opening the project, and cannot get the design view to work.
    I have tried creating a completely new project, it comes up bad.
    **Edit**
    I think the problem has to do with the workspace. Most of my projects are flex 4.5. I started using an old flex 4.5 workspace that I have been using for several months. It worked well for a few hours of development, and then the design view started messing up.
    I created a fresh new workspace, and imported the projects into the workspace by using file->import flash builder project->Folder, and manually selected the projects I needed.
    This method worked for me and I am good to go.
    Another point of note, is that my workspace was in my dropbox folder, which may have had some tampering going on in the background, I doubt it, but that could also have been the issue.
    Good luck guys, hope this helps.
    Message was edited by: darkscrypt

  • Flex Project Exports - Adobe SWC Distribution

    Hi,
    I'm having a difficult time trying to find any information regarding this so I would be really grateful for any help here. Let's say I have created an ActionScript project in Flex Builder -- I am not using a Flex SDK, it has been removed from the project's library path -- instead I have added one of the playerglobal SWC files from Flash CS4 to the project. This essentially allows me to program within Flex Builder without the overhead of the Flex Framework - which I never use.
    Now, if I wanted to export that project (as a Flex Builder project) when it was completed and make it available via a website, would I run into any legal problems if the playerglobal SWC was exported/distributed along with the rest of the project files - keeping in mind that the project could only be imported/re-published using Flex Builder?
    Thanks in advance for any info.

    Hi si-robertson, I understand what your dilemma is but I'm not sure I follow why you have your development environment setup like this. You can create pure ActionScript projects from within Flex Builder and these don't use the Flex framework at all - obviously you can't use MXML in these projects .
    While AcionScript projects in Flex Builder might use the same compilers as a Flex project they don't compile in the Flex framework classes; so I'm somewhat confused why you'd even need the playerglobal.swc from Flash CS4 in your project as it'd already have a complementary version of it available?
    If on the other hand you want to access Flash Player 10 functionality, again if you have the Flex SDK 3.2 or greater you can create content via the pure ActionScript projects without the overhead of the Flex framework.
    I know this isn't exactly what you were asking, but in a round-about way it would negate your concern about distributing your project if it contained the playerglobal.swc from Flash CS4 as you wouldn't need to.
    HTH
    regards
    m
    Mike Jones
    FlashGen.Com
    Adobe Community Expert For Flex
    Adobe Certified Expert for Flex 3 & AIR
    w./ www.flashgen.com
    b./ blog.flashgen.com
    Catch Me At
    Scotch on the Rocks London '09
    Flash on the Beach Brighton '09
    Author Of Developing Flex Components
    Addison-Wesley (Q4 / 2009)

Maybe you are looking for

  • Which Sourcesystem client needs to be selected?

    Dear All, I have a question regarding choosing the right client. I have to extract data from IS-U system into BW. An IS-U Dev System has three clients. 1) Golden Client (100) 2) Development (200) 3) Sand Box (300) Similarly BW Dev System has followin

  • Installing system on new HD through target mode

    I replaced the HD on my G3 iMac(500MHz) and installed OS 9.2 through target disk mode using my G5 iMac. The new HD (80g) and the system show up in the profiler but the G3 can't find the system folder on start-up. I get the blinking folder with ?. I h

  • Java3D Crashes Internet Browser (IE) Every Time

    Hi all, I just installed Java3D on my work computer to try out some online demos (like the ones at navgen.com) and everytime I go to a page with a Java3D demo the browser just exits immediately. Im using Windows XP and most likely just whatever stock

  • Random audio playing on iTunes

    Every time I open iTunes and start to play music, random audio will start to play. Today it was audio from a commercial for computers. I've also heard wacky chinese lessons. I cannot figure out where this audio is coming from. It does eventually stop

  • My apple store game is downloading super slow

    I have a 5 Mb/s download speed from SP. Im downloading Deus Ex: HR and its taken already 2 days to get to 80% downloaded. Whats going on why is it downloading so slow. Also you can rule out other devices sucking up bandwidth. im only runing this down