Creating a designer/generator on flash?

You know kind of like those tshirt designers online. Kinda like those. But lke, a door sign designer.
Just a simple flash program since i have no background on flash (except for animation).

Ok i actually have some progress since i posted this.
Took a LOT of thinking of words for a search term in google. I thought of the individual components of the program as opposed to the whole.
http://i.snag.gy/CeB9Z.jpg
Thats what its gonna look like. The color picker is fully functional. (i got it online). BUT obviously, theres still a lot to do:
text input field
dynamic shape color changer (for the size option)
export to jpg (if possible but not really needed)
i was thinking of a drag and drop for the size option like what im gonna do for the pattern option, BUT drag and drop only drops the image as the same size. I cant put a huge block on the picker.

Similar Messages

  • Importing data from Excel to generate "filled" PDF form that was created in Designer

    Hi there
    I have a form that was created in Designer.  The data that  I need to import is all in a Excel spreadsheet with the same fields as the form.
    Is it possible to import all the data so that it generates a printed PDF with the data on each line of excel?
    For example:
    If my excel file shows:
    First Name      Last Name     Phone Number        UserID
    John               Doe               416-777-9970           johndoe997
    Mike               Rogers           905-887-3398          mikerogers997
    In this example I would like to generate a PDF form for John and for Mike, each with their details filled out on the form based on the data in the excel sheet
    Thanks in advance!

    Assuming you have Adobe Acrobat 11:

  • Can Designer generate ADF Entity Objects, View Objects and Apps Module ?

    Hi all,
    On what way can Designer integrate with JDeveloper (+ ADF) ?
    Can Designer generate ADF Entity Objects, View Objects and Apps Module ?
    Thank you for your help,
    xtanto

    Designer itself has no direct integration with JDeveloper. However, there are three options. First of all, you can get a JDeveloper extension (download this separately) that lets you create a Connection to a Designer repository. From that Connection you can find modules that you defined in Designer and generate Entity and View objects for the tables and columns that you used in those modules, and an Application Module. It does not create JSPs or other user interface objects.
    Another option is to buy JHeadstart from Oracle. This contains a set of code generators and ADF extensions that include an ability to get information from a Designer repository. JHeadstart works fine for non-Designer users too, but was built by the same people who wrote Designer Headstart - they know the repository API intimately.
    The third option is to download Oracle Designer Extension Builder (ODEB) which was just recently made available. This is a product of a collaboration between Designer users from the Oracle Development Tools Users Group (ODTUG) and Oracle to extend the capabilities of Designer with user written tools and utilities. You could use ODEB to write your own generators for ADF Business Components. Or you could wait and see if someone else in the user community does this. I hope that you or whoever does such a generator will be willing to share it with us all.

  • FAQ: How do I create a scrolling panel in Flash Catalyst?

    A common challenge in web design is finding space in the available window to display all of the necessary content. One solution is to create scrolling panels. A panel creates a well-defined container for content in the user interface. By adding scrolling content and a scroll bar, you can place a large amount of information in a limited space. To create a scrolling panel in Flash Catalyst, you need:
    An object to define the panel area, such as a rectangle shape (optional)
    Scrolling content, such as a long block of text or a series of images (required)
    A scroll bar used to scroll the content (recommended)
    Follow these steps in Flash Catalyst Help to create a scrolling panel:
    Create a scroll panel component
    There are also video tutorials showing examples of different scrolling panels:
    Creating a scroll panel in Flash Catalyst, by Doug Winnie
    Create a scrolling text panel in Flash Catalyst, by Terry White

    Thank You, Thank You,
    Thaqnk You
    Allen D. Macfalda

  • How to Create a Auto Generated number with some preceding text in Sharepoint 2010

    I am trying to create a auto generated number field in Sharepoint 2010 list item. My requirement is to have the following format number generated when new request is created in Sharepoint using form. Auto generated Ticket ID should be in the following format
    "IR13000" "IR13001" "IR13002"....... Please let me know how to get this done. I tried to use combination of default ID and Characters but its not working for new requests, its only reflecting for existing uploaded requests. I
    am trying this for taking up Ticket requests by filling up some fields in the form. Any quick help is much appreciated.
    Thanx

    Here are the steps:
    1 - Open your SharePoint site in SP Designer 2010.
    2 - Click Workflows and add a List workflow. Associate this workflow on the list where you want the Random Text to be generated.
    3 - Inside the workflow editor, select the Action "Update list item"
    4 -  Select 'Current Item'.
    5 - Click Add.. and select the field which needs to be updated with the Random Text. Make sure this column is not of type "Calculated" type, otherwise you won't see it in the list of the fields within the workflow.
    6 - Click "..." button in the next textbox which will open String Builder dialog box.
    7 - Type IR and then click 'Add or Change Lookup and select ID column from "Field from source". Hit OK.
    8 - It should look like IR[%Current Item:ID%]
    9 - Hit OK.
    10 - Save and publish the workflow. (Please note that currently this workflow is not set to auto run on creating new items. That's because we want to test it at this point of time).
    11 - Go to your list in SharePoint and create a new item. After creating, select the item and click Workflows and then run this workflow.
    12 - You should be able to see the text "IR1" in the designated column.
    13 - Once you see that it's working, go to SPD and set the workflow to run automatically on creation of the new item. Save and publish and then return to your list in SharePoint.
    14 - Create a new item there and you should see the Random value in the column.
    15 - You will also see the column in the New form. In order to remove it, go to List settings > content types > Item content type > and select Hidden for this column so that it doesn't showup in any form.
    Try it and let me know how it goes.
    Thanks,
    Ashish

  • How to populate Adobe LiveCycle Designer generated  PDF Forms with data from Database in Windows app

    Hi
    I have a PDF template designed in Adobe LiveCycle Designer. This template has form fields which needs to be filled with data programmatically. I am using windows application in C#.Net 2005 in which I want to retrieve data from database and merge this data into PDF form in respective fields.
    How this can be achieved?
    I searched a lot & I found that we can process the XDP file generated from PDF to acheive this. I created the XDP file out of the PDF template created in designer. But I don't know how to merge data from database into that XDP file in respective fields and again convert this XDP file back to PDF programmatically. Can anybody help me ? This is urgent.
    Thanks in advance.
    Sambhaji

    Please ignore the above code.<br />The following one is correct one.<br />using System;<br />using System.Data;<br />using System.Configuration;<br />using System.Web;<br />using System.Web.Security;<br />using System.Web.UI;<br />using System.Web.UI.WebControls;<br />using System.Web.UI.WebControls.WebParts;<br />using System.Web.UI.HtmlControls;<br />using System.Text;<br />public partial class _Default : System.Web.UI.Page <br />{<br />    protected void Page_Load(object sender, EventArgs e)<br />    {<br />        Response.ContentType = "application/vnd.adobe.xdp+xml";<br />        StringBuilder responseString = new StringBuilder();<br />        responseString.Append("<?xml version='1.0' encoding='UTF-8'?>");<br />        responseString.Append("<?xfa generator='AdobeLiveCycleDesigner_V8.0' APIVersion='2.5.6290.0'?>");<br />        responseString.Append("<xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'>");<br />        responseString.Append("<xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'>");<br />        responseString.Append("<xfa:data>");<br /><br />        responseString.Append("<form1>");<br />        responseString.Append("<TextField1>Homer</TextField1>");<br />        responseString.Append("<TextField2>Simpson</TextField2>");<br />        responseString.Append("<field name ='DropDownList1'>");<br />        responseString.Append("<items save='1'>");<br />        responseString.Append("<text>1</text>");<br />        responseString.Append("<text>2</text>");<br />        responseString.Append("<text>3</text>");<br />        responseString.Append("</items>");<br />        responseString.Append("</field>");<br /><br />        responseString.Append("</form1>");<br /><br />        responseString.Append("</xfa:data>");<br />        responseString.Append("</xfa:datasets>");<br />        responseString.Append("<pdf  href='C:\\Test.pdf' xmlns='http://ns.adobe.com/xdp/pdf/' />");<br />        responseString.Append("</xdp:xdp>");<br /><br />        Response.Write(responseString);<br />        Response.Flush();<br />        Response.End();<br />    }<br />}

  • CG_REF_CODES Fail to generate in Designer Generator

    When generating domains from designer, CG_REF_CODES is being used to store dynamic domains.
    JHeadstart seems to have a problem with CG_REF_CODES. There isn't any component generated to use the CG_REF_CODES. We created the business component for the CG_REF_CODES manually. This results in a Business Component where a rowid as primary key is added to the fields. When we start to use the designer generator, everything works fine. After that, with the application generator the processing stops immediately. Even if we pull out all the references from the module to CG_REF_CODES, this fails when applying the application generator.
    Some notes must be made:
    1. The forms in Designer are Headstart Forms, which means the forms were originally generated by Headstart and afterwards they were modified by the developer. We know this is not very correct, but this is what we have at the moment.
    2. The forms can be found as source file only.
    3. Through reverse engineering a module is generated from the src form file.
    We have some questions:
    1. Does JHeadstart work with reverse engineered forms, which were originally created with Headstart ?
    2. Does JHeadstart work with reverse engineered forms anyhow ?
    3. What's the deal with CG_REF_CODES ?
    We spoke to Ton van Kooten (Oracle Netherlands) and he asked us to post this message.
    So we did.
    Hope to hear from you soon

    Rokesh,
    The answer to questions 1 and 2 is yes. JHeadstart reads the designer metadata, it doesn't care how this metadata is created.
    Dynamic domains in CG_REF_CODES are migrated by the JDG to a static domain defined in DomainDefinitions.xml.
    You can change this after running the JDG as you suggested:
    - create View Objects for each domain in CG_REF_CODES (with the where clause filtering on the domain name)
    - In the Application Structure editor create a Lookup element on the attribute that should have the dynamic domain. In the Lookup element you can specify the appropriate domain ViewObject
    - Remove the static domain reference created by the JDG: open the JHeadstart BC4J property editor on the ViewObject, select the attribute that should have the dynamic domain and clear the "Domain" property.
    I am not sure the problem you have with runing the JAG is related to CG_REF_CODES. Can you try it with a fresh migration:
    - create new project
    - run the JDG
    - run the JAG
    - compile and run the application
    Does that work?
    Steven Davelaar.

  • Convert a Live Cycle Designer generated PDF to regular acrobat PDF

    Hi,
    I am assigned to the task of converting Live Cycle Designer generated PDF to regular acrobat PDF. I tried all options know to me but cannot succeed. The forms in LC designer is a fillable form with two buttons at the bottom. (Print & reset). The controls on the forms are
    Textbox
    Checkbox
    Print & reset buttons
    I tried the following options
    print  to a new pdf but the form became non-fillable with no controls
    importing into acrobat as new form but it said "document contran xml form and cannot be imported"
    tried save as with no success
    I am willing to re-do the form but trying to minimize the re-work
    The add or edit fields on form menu is not available for the form generated in live cycle.
    we want to get rid of all live cycle dependencies and stick to bare bones acrobat
    Please help

    The only way I can think of woudl be to print the XFA form to PDF (using the Print driver that comes with Acrobat). This will create an AcroForm PDF for you but all fields and structure wil be lost. This will give you the boiler plate, then you can use the Form Tools in Acrobat to lay fields on top of the form.
    Note that if you want to change some of the boiler plate you will have to go back to Designer and repeat the process. You may want to bite the bullet and redo the form now.
    Paul

  • How to use Designer Generator in JHS 10.1.3

    I have migrated a sample form using JHS 10.1.2 on Jdev 10.1.2.
    Now I am trying to do the same on Jdev 10.1.3 using JHS 10.1.3.
    But I could not locate Designer Generator which will locate Modules of Repository of Oracle Designer, How should i do this?
    Also, What is the equivalent connection in Jdev 10.1.3 for WorkArea Connection?
    Note: I have successfully created a sample JSF-ADF BC project using the BC components generated from the HR Schema using the Wizard.
    Kind Regards
    Srihari

    Hi Steven,
    Thanks for your response.
    I tried it in the same way, but while generating application, it is throwing the following errors:
    JAG-00001.0 [ init ] Invalid property in application structure file. XML processing logged the following errors:
    JAG-XML : <Line 22, Column 48>: XML-24538: (Error) Can not find definition for element 'Service'
    Unable to validate service
    This error is thrown during "Validating Application Definition using XSD."
    Also, when I set the xmlns attribute of Service Tag Element to "http://www.oracle.com/jheadstart/applicationStructure", it is throwing different errors as few attributes were not expected.
    Kind Regards
    Srihari

  • Can we create table maintence generator with out key field

    Hi,
    I have created a ztable in that client is the primary key as I don't want any other field as primary key.
    For this  i have created table maintenace generator but when i open it in sm30 blnak screen is coming.
    Here my question is can we create a table maintenace generator with out key field other than MANDT.
    If it's possible please let me know.
    Regards
    hari

    >
    Mathews Joseph wrote:
    > I agree to the above points , but you can try one thing.
    >
    > When you create the table maintenance screen , from SE11 you assign a function group.
    >
    > Double click on the function group and you can go to the main program and open that in SE80, take screen generated and try manually adjusting the screen and putting the non key field details...
    >
    > Not sure this will work , but may be you can give it a try.
    >
    > Mathews
    But the table could hold at most a single record (per client). The design is lacking.
    Rob

  • HTML generated by Flash failed validation test

    Hello guys,
    I have created a simple Flash website:
    http://www.icebergfilms.com
    It's HTML was also created in Flash using Publish Settings. However, when I tried to validate this HTML using online validator, it failed the test:
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.icebergfilms.com%2F&charset=%28detect+a utomatically%29&doctype=Inline&group=0&No200=1&verbose=1&user-agent=W3C_Validator%2F1.654
    I am a complete novice in Flash and in HTML, so could please anyone give me some advise how to fix this?
    Thank you so much for your help.

    Thank you so much for your response.
    I actually did try (with help of some guys from html forum) to use text editor to generate HTML and simply just embed that swf file onto that HTML document.
    It works well, but there is one little problem. Very first thing viewer see (after clicking on URL to upload my site) is black background with
    white rectangle which is the space where swf movie will appear. It last around 2-3 seconds. Then preloader appears and everything goes normal. But this white empty space before preloader shows up is very weird.
    here is that code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="en">
    <head>
    <base href="http://www.icebergfilms.com/">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="language" content="english">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <meta name="Subject" content="IcebergFilms specializes in promotional videos and demos, environmental projects, adventure documentaries, live sport events, corporate and training videos and videos for fundraising presentations.">
    <meta name="Description" content="IcebergFilms is a local video production company located in Vancouver BC specializing in promotional videos, adventure documentaries, training and educational videos, demo reels, live sport evets, videos for fundraising presentations, etc.">
    <meta name="Keywords" content="video production in Vancouver, videographer in Vancouver, video production services, professional, editing, promotional, demo, film, educauional, outdoors, expeditions, documentaries, corporate, dvd, hdv, hd, advertising, environmental, video stock footage, fundraising, high definition, nature, digital, live events, sport, kayaking, hiking, trekking, biking, training, final cut pro, videographer for hire, vancouver, bc, canada">
    <meta content="General" name="rating">
    <meta content="index,follow" name="robots">
    <meta content="ALL" name="robots">
    <meta content="5 days" name="revisit-after">
    <title>>Promotional Video Production company in Vancouver - IcebergFilms</title>
    <style type="text/css">
    body {
        background-color:#000;
    object {
        display:block;
        margin:auto;
    </style>
    </head>
    <body>
    <div>
    <object type="application/x-shockwave-flash" data="IcebergFilms.swf" width="810" height="600">
    <param name="movie" value="IcebergFilms.swf">
    <param name="play" value="true">
    <param name="loop" value="true">
    <param name="quality" value="high">
    </object>
    </div>
    </body>
    </html>
    This white space does not happened when using HTML generated by Flash, however, that one on the other hand misses some basic elements.
    Should I then maybe just use the code above , delete this BODY sectiont:
    <div>
    <object type="application/x-shockwave-flash" data="IcebergFilms.swf" width="810" height="600">
    <param name="movie" value="IcebergFilms.swf">
    <param name="play" value="true">
    <param name="loop" value="true">
    <param name="quality" value="high">
    </object>
    </div>
    and replace it with BODY section from Flash generated HTML?
    I apologize for this chaotic post, but I am trying to create the correct code for about 2 weeks now, and I am starting to lose it
    Thanks again for your response .... and for your patience.

  • Is there any plan to create a HTML5 shell for flash player apps & interactive elements?

    Is there any plan to create a HTML5 shell for flash player apps and elements? The canvas option is very limited and many apps & old, interactive flash elements no longer work on most mobile devices. 

    HTML5 is the "anti-flash", so to speak. It requires no plug-ins. HTML5 is MP4 which is QuickTime video. That's the "shell" for it.
    Steve Jobs said in 2006, when iOS was first released, that "playing Flash content is processor consumptive and drains batteries in mobile devices, reducing their life." That's why Apple iOS devices have never been compatible with Flash, and also why Android dropped support for the technology in June of 2012.
    Android has "Dolphin" and "Puffin" browsers, which render Flash content (video and animations) "server side" to reduce the load on mobile devices running Android. Likewise, Apple has "SkyFire" which works the same way, but is designed specifically for iOS.

  • Objects created when creating table maintenance generator

    Hi guru's,
      I heard that when we creating a table maintenance generator for a table, it will create view,search help and some else.Is it true?
      Please tell me what objects will be created when we create table maintenance generator for a table and why? what is the exact use of creating table maintenance generator for a
    table other than reduces the time for entering large volume of data.
    Regards,
    Rakesh.

    Hello Rakesh,
    TMG is a tool meant and designed to maintain Customizing table/views. Customizing essentially means, that the data should be transportable across clients/systems.
    All this, and the facility to maintain data (display, edit, create, delete, translate) is provided by the TMG. When you make the changes like above, the TMG also provides you features to automatically also enter the changes into transport requests.
    Coming to what objects are created when you generate a maintenance dialogue -
    1) A Customizing Object (merely a class C/G table or view does not become a   
                                        customizing object)
    2) A function group (as entered in SE54 details, if the function group does not already
                                  exist)
    3) Lot of coding within the function group (Func modules, subroutines, includes)
    4) Screen(s)  (1 or 2, depending on a setting in the TMG)
    5) An automatic recording of all these objects into a transport request, for you to conveniently ship them to other systems in your landscape (this, if automatic recording is
    switched ON in your system)
    Authorization group - It is not created automatically (unlike function group). You need to specify an existing Auth group, or use a different functionality to create on of your requirements.
    Does this answer most of your questions? Please revert if you need more clarifications.
    Regards
    Rekha
    PS: Actually, why dont you try generating a maintenance dialogue for a sample z-table and see what all gets generated?

  • How to get feedback messages for schema creation script created by Tasks- Generate Script

    I am using sql server 2008 R2. I created a script file by using Tasks->Generate Scripts. I 
    selected option so only create statements are generated for all objects – tables, indexes, views, functions etc in the database.
    Then when I used this generated  script to create objects in another database in SSMS, it created the objects but did
     not give me any feed back, i.e., table created, view created etc. I thought my script did not run , but when I refreshed left panel 
    of SSMS and I can see all created objects.. So question is what  is needed to get 
    feedback when  sql statements are run..

    You need to add the PRINT statements yourself for that. The wizard will not do it for you.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to create a contact-formular in flash builder 4?

    Hello!
    Is there any way to create a contact-formular in flash builder 4?
    Only three text-boxes (name, email, message) and the "send" button!
    I build my page in flash catalyst and export it as an fxp file to flash builder!
    What comes next? Please help me!
    Greetings

    You understood correctly:
    - I removed all Build Path > Source Paths
    - I moved those paths over to Library Paths > Source attachment
    I took inspiration by how the Flex SDK is added to the project. Flex and flex related frameworks (e.g. datavisualization lib)  also specify a Source Attachment under Lib Path. If I remove the source attachment I am not able to drill down into Flex code when I want to by Command-clicking on a class name (or hitting F3).
    All my SWC are open source. BTW some of the source paths I was using were the path to the Flex code and to datavisualtization lib, which I think are the biggest library I am linking against. So maybe to recreate, just add those 2 libraries and make sure to add the source path AND source attachment.
    I am using RSLs for every library if that matters.
    I don't understand why specifying a Source Attachment would cause any issues...  the swc is in sync with the source specified in its source attachment.

Maybe you are looking for

  • Tons of email alerts but no errors

    Hello PI gurus I am having a strange problem. We have several Synchronous interfaces and they have been working very well for many many weeks. However, today I am getting thousands of alerts by email (it has crossed 10K so far). In the email, all it

  • Google Sitemap Generator "Error"

    Hi, When I click the ""Create Sitemap" button in the Google Sitemap Generator, 4 pages appear as correct; complete with title & description/keyword info. However, one page ("The Music...") appears with an ERROR indication stating: Ambiguous Redirect.

  • Audio conferencing capability

    hi all,      is it possible to bring audio conferencing kind of capabilities into portal

  • How to download songs from icloud before i can copy to ipod

    need assistant how to download songs from icloud before i can copy music to ipod. i have downloaded itunes/i cloud. but have this problem downloading the music from i cloud.  can someone please help me?

  • FaceTime can't find my camera

    I have installed Lion and now FT can't find my camera when attached to the cinema display. I can't get to preferences or do anything. iChat can. Now what?