Themes creation/modification

Greetings,
I need to apply our corporate design into a theme but noticed that this is a lengthy task.
Did anybody invent some tool to ease such job? Perhaps some xslt generating an apex theme based on some xml input?
Thanks! bob
Message was edited by:
user653314

Hello,
Actually I think it's because of the recent upgrade the forums went through. I'm trying to track down that posting so I can change the link.
Here is another posting that has some info but you will see there is a link that points to that other posting as well Re: Question to the crowd: Why is no one making/releasing themes?
Regards,
Carl
blog : [http://carlback.blogspot.com/]
apex examples : [http://apex.oracle.com/pls/otn/f?p=11933:5]

Similar Messages

  • Automatically update creation/modification times.

    HI,
    I'd like to create a script that automatically sets the creation and/or modification time to 'now' whenever a folder/file is added to a directory. When I use Firefox and send my downloads to a specific folder, it resets those times. This allows me to sort by date and always see my newest files at the top. In Safari, it doesn't change these times, and I can't sort this way.
    I also like that such a script would allow me take advantage of its functionality for any file I placed in a particular folder. Any ideas?
    Thanks.

    Hi, thank you for your response.
    I spent a bunch of time working on this but I still can't make it work. To get it to compile, I added "to" at the end of the last line. Hopefully that's correct. As for the rest of it, nothing seems to happen.
    I have another folder action that acts on every file as it's added to this folder and that one works, so I don't ''think'' I'm attaching it incorrectly. I removed this other action for the purpose of testing. The context menu for the folder in question shows an item "Remove a Folder Action" listing the new script.
    As your script seems cleaner I would prefer to make it work. However, using the wording of yours I was able to search and piece together some other stuff that kinda sorta works. The first part is...
    on adding folder items to this_folder after receiving these_items
    repeat with file_ in these_items
    tell application "Finder"
    set file_ to POSIX path of file_
    do shell script "touch -c " & quoted form of file_
    end tell
    end repeat
    end adding folder items to
    A problem with this script was that the Finder didn't always apply the sort even when the modification time was changed successfully. I had to manually sort on something else, and then go back to modification time sort. So I added this after the 'end repeat'...
    tell application "Finder"
    set theItems to name of every file of folder this_folder
    sort theItems by modification date
    end tell
    The whole thing seems to work intermittently. Occasionally, it fails to perform one or the other of its tasks. I haven't figured out why it does this, but it will disable folder actions without warning. Once I re-enable them, it starts working again. I don't know if it's disabling first, or failing and then disabling.
    Any help is always appreciated. Thank you.
    PS. I don't know how to change the code snippets to grey monospace.
    Message was edited by: Decidus

  • Safari annoyance - creation/modification dates are reset on downloads

    When downloading files (images for example) by dragging them from a Safari window to a Finder window/drive, the files' creation date and modification date is reset to the date/time it is downloaded; this also happens if you choose "Save Image" from the contextual menu.
    It seems the only way Safari will preserve the original creation date and modification date of downloads is by option clicking a hyperlink that points to the file. Anyone know if there is any other way?
    Power Mac G4 dual 867 Mirrored Drive Doors   Mac OS X (10.4.4)  

    Thanks to the sharp folks at macosxhints.com I discovered that file creation/mod dates are preserved by dragging image files to Safari's Downloads folder, so I guess it suffices for my needs...still, drag-and-drop to the Finder should do the same.
    Also you can paste the file's URL into the address bar and hit option-return, or option-double click the file's URL in the Activity window.

  • How to raise role creation/modification request in AC 10

    We are implementing AC10. I have issue more related to the process followed than technical. Please suggest from your experience.
    We found that we can raise the request for new user account, role assignment to user, etc in Acess Request(formerly CUP), but we cannot raise the request for role creation, role modification. This is directly done in Role management.  My question is, how the security admin will recieve the requests for creating or maintaining the roles. Is it necessary to use ticketing tool for users to raise the request for role creation and modification.
    Thanks everyone for your valuable solutions.

    Dear Ashish,
    Whatever you have mentioned is correct to have the common platform for every request, either for user creation or role creation.
    But what we decided earlier, that the end users can raise the request in CUP directly, rather than involving security admin. But after realizing that there is no request type for role creation, I think we have to use our ticketing tool as a common platform.
    Request will come to security admin from the ticketing tool and than he will create the request in CUP, thereafter it will follow the approval workflow.  Only problem I see in this, it goes to the manager twice, once in ticketing tool and than through CUP workflow. i think we need to take out the manager stage from the workflow.

  • Creation/modification dates text variable wrong

    I have a document where i wish to use the creation date amd modification date text variables.  However when htey are inserted into the document the date is wrong. My Local Date Time on the pc is correct.
    Has anyone else experienced this issue? I am running ID CS4 if that helps.
    Thanks for any help in advance.

    Well I created the document yesterday. 18/10/2012 and it brings up a creation date of 27/02/12.
    But creating another new doucment it shows correctly.
    So all i can assume is that there may have been another file created on that date with the same name and it is taking that date even though this is a new document
    Message was edited by: ScruffyG

  • Tree interface concept for hierarchical data creation/modification

    I am designing an interface for hierarchical data creation and maintenance. The interface will have to provide all basic data modifications options:
    edit an existing node, add new child/parent/sibling, as well as removing, sorting, dragging and dropping nodes around. Flex tree control is fully capable of all these functions while coding is not going to be a simple task. Has anyone worked on something like this? Any conceptual ideas?
    Thanks

    WOW Odie! You're awesome !! It worked like a charm, I created a view as you suggested:
    CREATE OR REPLACE FORCE VIEW "VIEW_TASKS_PROJECTS_TREE" ("ID", "PARENT_ID", "NODE_NAME") AS
    SELECT to_char(id) as id
    , null as parent_id
    , project_name as node_name
    FROM eba_task_projects
    UNION ALL
    SELECT to_char(id)
    , to_char(project_id)
    , task_name
    FROM eba_task_tasks;
    And then I created a new tree with the defaults and customized the Tree query a bit (just added the links really):
    select case when connect_by_isleaf = 1 then 0
    when level = 1 then 1
    else -1
    end as status,
    level,
    "NODE_NAME" as title,
    null as icon,
    "ID" as value,
    null as tooltip,
    'f?p=&APP_ID.:22:&SESSION.::NO::P22_ID,P22_PREV_PAGE:' || "ID" || ',3' as link
    from "#OWNER#"."VIEW_TASKS_PROJECTS_TREE"
    start with "PARENT_ID" is null
    connect by prior "ID" = "PARENT_ID"
    order siblings by "NODE_NAME"
    Thanks man, you saved me a lot of time and headaches :)

  • Inquiry: preserve and carry-over Creation & Modification Dates when encoding via AME

    Greetings. I need to encode a series of AIC offline files and it is critical that the Creation Date and Modification Date matches the original source file.
    Currently, my encoded AME files display Creation and Modification Dates and Times that represent the processing date and time.
    In other words, the files indicate "Today" rather than the day and time of the shoot (two days ago).
    I've FAQ'd and Help Manual'd this inquiry thoroughly to no resolve.
    Any ideas where I should look to help me maintain and preserve the original source file Date & Time?
    Many thanks, Mike
    +
    My AME (preset browser) preset Export Settings are as such:
    Format: Quicktime
    Video Codec: Apple Intermediate Codec
    Metadata > Export Options: Embed in Output File,
    Source Metadata  Preservation Rules: Preserve All
    Output File Metadata: All Metadata
    In my AME preferences:
    Metadata > Metadata Export Export Options: Embed in Output File
    Source Metadata preservation Rules: Preserve All
    Output File Metadata Export Template: All Metadata
    The original .MTS AVCHD source file was created using a NEX-FS100
    I am using AME Creative Cloud 2014 with a MacPro 10.7.5
    +

    Greetings. I need to encode a series of AIC offline files and it is critical that the Creation Date and Modification Date matches the original source file.
    Currently, my encoded AME files display Creation and Modification Dates and Times that represent the processing date and time.
    In other words, the files indicate "Today" rather than the day and time of the shoot (two days ago).
    I've FAQ'd and Help Manual'd this inquiry thoroughly to no resolve.
    Any ideas where I should look to help me maintain and preserve the original source file Date & Time?
    Many thanks, Mike
    +
    My AME (preset browser) preset Export Settings are as such:
    Format: Quicktime
    Video Codec: Apple Intermediate Codec
    Metadata > Export Options: Embed in Output File,
    Source Metadata  Preservation Rules: Preserve All
    Output File Metadata: All Metadata
    In my AME preferences:
    Metadata > Metadata Export Export Options: Embed in Output File
    Source Metadata preservation Rules: Preserve All
    Output File Metadata Export Template: All Metadata
    The original .MTS AVCHD source file was created using a NEX-FS100
    I am using AME Creative Cloud 2014 with a MacPro 10.7.5
    +

  • Wicd - easy icon theme creation

    What is it?
    It's a small bash script for easy creation of new wicd icon themes, because IMHO the original wicd icons are kinda ugly...
    All it does, is the whole "give it the right name"-thing.
    What is wicd?
    Wicd is a nice networkmanager for wired and wireless connections
    http://www.archlinux.org/packages/extra/i686/wicd/
    http://wicd.sourceforge.net/
    Instructions
    * Create new folder
    * Save the script right there
    * Copy the files you want to use to the same directory (read on for a link with samples)
    * Edit the DIR variable of the script and run it.
    Changes?
    * version 01
    Initial upload, nothing special so far
    * version 02
    replaced $CP, $MKDIR, $ECHO with cp, mkdir, echo
    wicd_iconset.sh
    #!/bin/sh
    # easy creation of wicd iconthemes
    # version 02
    # what it does:
    # creates DIR
    # copies files to DIR (WARNING: existing files in DIR will be overwritten)
    # provides instructions how to use the new theme
    DIR="./new/"
    echo "Checking required files"
    FILES=(no-signal.png signal-25.png signal-50.png signal-75.png signal-100.png wired.png wicd-client.png wired-gui.svg)
    FOUND=1
    for f in ${FILES[@]}
    do
    if [ -r $f ]; then
    echo " [found] $f"
    else
    echo " [missing] $f"
    FOUND=0
    fi
    done
    if [ $FOUND == 1 ]; then
    echo "Everything looks fine"
    echo ""
    read -sp "Press ENTER to continue"
    echo ""
    echo ""
    echo "Creating directory $DIR"
    mkdir -p $DIR
    echo "Copying files"
    echo -n " no-signal.png "
    PNG_SIGNAL_NO=(both-no-signal.png idle-no-signal.png receiving-no-signal.png transmitting-no-signal.png)
    for png_no in ${PNG_SIGNAL_NO[@]}
    do
    cp no-signal.png ${DIR}$png_no
    echo -n "."
    done
    echo " finished"
    echo -n " signal-25.png "
    PNG_SIGNAL_25=(signal-25.png bad-signal-lock.png bad-signal.png both-bad-signal-lock.png both-bad-signal.png idle-bad-signal-lock.png idle-bad-signal.png receiving-bad-signal-lock.png receiving-bad-signal.png transmitting-bad-signal-lock.png transmitting-bad-signal.png)
    for png_bad in ${PNG_SIGNAL_25[@]}
    do
    cp signal-25.png ${DIR}$png_bad
    echo -n "."
    done
    echo " finished"
    echo -n " signal-50.png "
    PNG_SIGNAL_50=(signal-50.png low-signal-lock.png low-signal.png both-low-signal-lock.png both-low-signal.png idle-low-signal-lock.png idle-low-signal.png receiving-low-signal-lock.png receiving-low-signal.png transmitting-low-signal-lock.png transmitting-low-signal.png)
    for png_low in ${PNG_SIGNAL_50[@]}
    do
    cp signal-50.png ${DIR}$png_low
    echo -n "."
    done
    echo " finished"
    echo -n " signal-75.png "
    PNG_SIGNAL_75=(signal-75.png good-signal-lock.png good-signal.png both-good-signal-lock.png both-good-signal.png idle-good-signal-lock.png idle-good-signal.png receiving-good-signal-lock.png receiving-good-signal.png transmitting-good-signal-lock.png transmitting-good-signal.png)
    for png_good in ${PNG_SIGNAL_75[@]}
    do
    cp signal-75.png ${DIR}$png_good
    echo -n "."
    done
    echo " finished"
    echo -n " signal-100.png "
    PNG_SIGNAL_100=(signal-100.png high-signal-lock.png high-signal.png both-high-signal-lock.png both-high-signal.png idle-high-signal-lock.png idle-high-signal.png receiving-high-signal-lock.png receiving-high-signal.png transmitting-high-signal-lock.png transmitting-high-signal.png)
    for png_high in ${PNG_SIGNAL_100[@]}
    do
    cp signal-100.png ${DIR}$png_high
    echo -n "."
    done
    echo " finished"
    echo -n " wired.png "
    cp wired.png ${DIR}wired.png
    echo ". finished"
    echo -n " wicd-client.png "
    cp wicd-client.png ${DIR}wicd-client.png
    echo ". finished"
    echo -n " wired-gui.svg "
    cp wired-gui.svg ${DIR}wired-gui.svg
    echo ". finished"
    echo ""
    echo "How to use the new theme?"
    echo " * Backup the old theme"
    echo " cp -r /usr/share/pixmaps/wicd /usr/share/pixmaps/wicd_old"
    echo " * Change owner of the new theme"
    echo " chown root:root ./new/*"
    echo " * Copy theme"
    echo " cp ./new/* /usr/share/pixmaps/wicd/"
    echo "Enjoy."
    else
    echo "Aborting (please copy the missing files to the same directory)"
    fi
    Sample icons
    http://up.nullcat.de/3a81aba5X532dX4041 … ple.tar.gz
    Any advices or comments?
    When it comes to bash scripting i'm a beginner, so please be gentle.
    Last edited by rebugger (2009-07-03 08:23:26)

    Handy.
    Thanks for icons (or more precisely for the translation script), there are indeed much nicer.
    One note: I had in my existing icons a no-signal.png that your script didn't create. Not a problem adding it, just thought I'd let you know.

  • How can i set signature creation/modification time at signature creation?

    Hi,
    I have an acrobat plugin (PubSec), written using sdk 9 and running on acrobat x. i have noticed that after creating a new signature using my plugin the signing time i put in the signature appearance is different from the "M:" entry in signature dictionary. I tried the same process (i.e signature creation) using adobe's default plugin but this time there was no discrepency in datetime values.
    The time difference is variable, usually a couple of seconds. I have tried to set the "M:" entry in signature dictionary "V" via the following code in the
    SigGetProperties() callback:
    void DSEngine::sigGetSigProperties( PSSigSigPropParams params )
          std::string dateString = "20110518163011+04'00'";    // here i have used current time as well but doesnt work
          // used "D:
    20110518163011+04'00'
    " version as well but no use.
              ASText dateText = ASTextFromScriptText ((const char*)dateString.c_str(), kASRomanScript);
              ASCabPutText(params->outNewSigPropCab, PROP_SigProp_Date, dateText);
    Please help me remove this time difference.
    Who sets "M:" value and at which point during signature creation (i mean in which callback)?
    Is above code the right way to set "M:" entry (i.e. signing time) of signature dictionary "V"?
    Is the sigGetSigProperties() callback the right place to put this code?
    Thanks

    As far as I'm aware GarageBand for iPad only supports 4/4 time, at least in it's present form.
    tt2

  • Why do the colours from Adobe Color Theme creation change when I try to use them?

    I've been exploring the Adobe Color Theme creator in InDesign. There are the three tabs: Create, Explore, My Themes.  In the create tab I can create a theme of colours, get the combination just right, and then save my new theme.  However as soon as I save any colour out to the swatches, the colour changes! It's driving me nuts.
    [Original Colour]  -Colour it comes out as-
    [green turquoise] -prussian blue-
    [strong, bright red] -darkish orange-
    [warm purple] -faded dark mauve-
    My best guess was that maybe the colour profile of the document was set to CMYK and that the colour themes work in RGB, but as far as I can determine it's just "North America General Purpose 2" and the Working Spaces include both RGB and CMYK. Therefore I'm stumped. I do not have the expertise to figure out what is going on and these are significant colour changes to have a really strong, vibrant colour palette turn into something much more muted.
    And if this piece of information is of any use, my yellow doesn't seem to change at all.
    Any ideas please?  I've tried searching for it, but maybe I'm not putting in the right combination of keywords. Hopefully I'm just being obtuse and someone will tell me to put a checkmark in a box somewhere.

    There are some slight value changes between the Theme and the Swatches, but we're only talking a change of 1 or 2 and so the colours appear to stay true now. Total pain to have to do this extra little step every time. =)
    a huge, glaring, and sloppy problem which really ought to be fixed by Adobe pronto.
    You can batch change the color mode of swatches if you select all of the swatches and double click them. Or, you can simply leave the Lab values and let the conversion to the correct CMYK space happen when you export to PDF.
    I'm guessing the fix won't be coming soon. The original Kuler app had the same color management problem. It's hard to see how they will fix it and keep Color Themes as a cloud based web app.
    When you convert the Lab swatches the CMYK values you get will depend on the document's assigned profile, so if you make two document's with different profiles assigned you'll get different CMYK values when you convert the Lab values. Here is US SWOP vs US SNAP
    Newsprint
    SWOP

  • SSIS package to order all the CSV files based on their date of creation/modification mentioned in a filename and load the least recent file in oracle Destination

    HI,
    I need a help for creating SSIS package which has flat file source (specifically , delimited csv files) which are placed in a shared folder
    having file names as  File_1_2015-04-30 08:54:13.900.csv, File_2_2015-04-30 07:54:13.900.csv.
    So, I wanted to use foreach loop to find out the oldest file amongst that(through script task) and need to transform that file in Oracle Destination. After that, I want to archive that file and need to continue this action uptil the most recent file gets
    loaded in destination.
    So, Could you guys please guide me?
    Thanks in advance

    I'd say you need two loops, one to cycle through all the files and collect their names. Then sort them based on your criterion
    Perhaps you can start by seeing http://www.sqlis.com/sqlis/post/Looping-over-files-with-the-Foreach-Loop.aspx
    Collect the file names into a Recodset Destination, then shred it http://www.sqlis.com/sqlis/post/Shredding-a-Recordset.aspx
    perhaps you need an outer loop to iterate over each file to compare the files for dates.
    Do each piece and post here where you needed to stop.
    Arthur
    MyBlog
    Twitter

  • Theme creation

    From what I understand themes to be i.e. a collection of templates to standardise a look and feel, it would be nice to find out how to construct a theme.
    Nice as they are - the default themes aren't what I want - need to have a corporate look and feel across all applications developed for out intranet.
    Can anyone point me in the direction of theme construction?
    I have seen the pdf on how to make templates, but I would now like to pull these all together so when I create a new application, I can pick the organisations theme.
    Thanks
    Conrad

    Scott,
    thanks for your swift reply! Is there a 1.5 theme area on HTMLDB Studio?
    It's difficult to provide a step-by-step example for
    this, as much of creating an attractive UI relies on
    talents such as HTML, CSS and graphic design -
    something that can't be taught by reading a paper.I believe that many designers would benefit greatly from a step by step example of applying custom CSS, custom graphics, and a custom theme. This would be very valuable, especially to those developers with design skills. What if it were written assuming that users already have these skills? I have keen design skills, but I an hindered by the amount of documentation available to change the user interface.
    HTMLDB can be a powerful tool, where you can build a powerful database application in a few minutes. However, the time it takes to research how to change the look and feel of the application feels quite the opposite.
    Russ

  • IWeb theme creation (from scratch) documentation?

    Is there any documentation available from Apple or other sources that describe how to create an iWeb theme from scratch (without modifying an existing theme)? I am an experienced web developer, and a client wants me to create a custom theme for use in iWeb.
    I've done several searches, and thus far, have only found instructions for modifying an existing template.

    Is there any documentation available from Apple or other sources that describe how to create an iWeb theme from scratch (without modifying an existing theme)? I am an experienced web developer, and a client wants me to create a custom theme for use in iWeb.
    not until apple decides to.
    iweb templates are xml, and apple does not provide the xml schema for them.
    best you can do is modding the existing xml template:
    http://11mystics.com/2007/12/13/customize-iweb-20-themes-and-edit-xml/

  • Batch Creation/Modification

    Hi All,
    I want to update one z-table whenever any batch is created or modified (classification data change).
    My z-table contains Batch as key field. So, using CDHDR will not serve the purpose as when MSC2N is called for the second time onwards, CDHDR does not store Batch as only classification data is changed then.
    I tried with BADI Batch_Master but it will fire only in case of MSC1N or MSC2N, but not when BAPI_GOODSMVT_CREATE with 309 Movement Type is used for Batch creation.
    So, I want to update the table whenever there is any batch is created or changed.
    Please help.
    Rgds,
    Avijit

    Did you check:
    EXIT_SAPLV01Z_005     BATCHCHK     Function Module Exits for Check in Case of Batch Changes
    EXIT_SAPLV01Z_006     BATCHCHK     Function Module Exits for Check in Case of Batch Changes

  • SQL job creation/modification/deletion auditing?

    I have a job 'pop-up' 3 days ago on one of our Servers and of course 'nobody' is coming forward and saying 'I did it'. Is there a way to determine who created the job after the fact?
    Going forward, is there a way to be notified via email when jobs are created/modified/deleted in SQL 2005 Enterprise? Trigger maybe? I'm not having much success searching the web on this.

    --Job creator / owner
    select a.name 
    as job_name ,b.name
    as job_owner from sysjobs a
    , sys.syslogins b
    where a.owner_sid
    = b.sid

    Trigger on sysjobs table
    create
    trigger trigg on msdb.dbo.sysjobs
    after
    insert ,
    update
    as
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name
    = 'name_of_mail_profile',
    @recipients = '[email protected]',
    @body = 'New job creation alert',
    @subject = 'Automated Message'
    -- Who ran the job ?
    select a.name 
    as JOB_NAME , b.message
    from msdb.dbo.sysjobhistory b
    , msdb.dbo.sysjobs a
    where
    a.job_id=b.job_id
    and a.job_id
    = 'AD5AAF63-4C4D-496A-AAFB-98F981E69BC2'
    and b.step_name =
    '(Job outcome)'
    Thanks, Leks

Maybe you are looking for

  • Receiving "Invalid char in text." error from file adapter

    I'm testing a file adapter and am receiving the following error: Invalid char in text. The invalid character seems to be the ascii Record Separator character, Hex 1E, HTML Is it possible for me to modify the file adapter schema to handle this charact

  • Open Page in new window from button

    I have a button that need to open up a page in new window when clicked. The page it needs to open is dynamic and stored in an item called 'P0_STUDENT_RECORD_LIST'. I added this to item pre-element text: <button onclick="javascript:PopupSTUDENT()"> Ho

  • Need to reload Safari pages to be able to click on a link

    Many often I need to do that. ?

  • Amount difference (0.01) between GL and profit center reporting

    Hi,   After we run 1KEK for ARAP transfer to profit center there is amount difference (0.01) between GL and profit center reporting for customere reconciliation account. We checked F.5D and rerun 1KEK this issue still exit. Any idea for it? Thanks.

  • Ipod nano 5 gen and windows7 64bit

    i recently brought a new pc running windows7 64bit,ive managed to transfer my itunes library but i cant add any more music to my ipod ive tryed reseting ipod and reinstalling itunes version for windows7.when i plug my ipod into pc it does register bu