Timer in flex

hi,
i have written a small piece of code to display current date
and time, when i run the following application i am getting error
"ArgumentError: Error #1063: Argument count mismatch on
date/::getdate(). Expected 0, got 1."
plz find me solution for that
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" creationComplete="init()" >
<mx:Script>
<![CDATA[
import flash.utils.Timer;
import flash.events.TimerEvent;
import flash.utils.setInterval;
var now:Date = new Date();
private var timer:Timer;
private function init():void
timer = new Timer(1000);
timer.addEventListener(TimerEvent.TIMER, getdate);
timer.start();
private function getdate():String
return now.toLocaleDateString().toString() + " | " +
now.toLocaleTimeString().toString()
]]>
</mx:Script>
<mx:TextInput id="nothing" text="{getdate()}" />
</mx:Application>

Try this:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" creationComplete="init()" >
<mx:Script>
<![CDATA[
import flash.utils.Timer;
import flash.events.TimerEvent;
import flash.utils.setInterval;
private var timer:Timer;
[Bindable] private var currentTime:String;
private function init():void
timer = new Timer(1000);
timer.addEventListener(TimerEvent.TIMER, getdate);
timer.start();
private function getdate(evt:TimerEvent):void
var now:Date = new Date();
currentTime = now.toLocaleDateString().toString() + " | " +
now.toLocaleTimeString().toString();
]]>
</mx:Script>
<mx:TextInput id="nothing" text="{currentTime}" />
</mx:Application>
Vygo

Similar Messages

  • Set PC date and time in Flex builder 3

    Hi,
         Is there a way to set date and time of the PC in a desktop application developped with flex builder 3.
    Regards,

    Flex Builder 3?  I no longer remember if it supports Adobe AIR and what version.  I would think newer versions of Adobe AIR can do it via NativeExtensions.

  • Is it possible to convert a string (eg. 2140) into time in flex?

    Hi.
    I have a form where the user inputs the time into a text input...I want to take that and convert it to time/date...is that possible?

    Hi,
    Did you mean convert "2140" to "21:40"? You can write your own parser/formatter, that takes the string, analyzes it, and puts a colon ":" in appropriate place. Or alternatively you can check this post http://scottrbailey.wordpress.com/2009/05/28/parsing-dates-flex-as3/ . Try the parseTime function, it seems to do exactly what you want.
    Regards,
    Adrian Wiecek

  • Reducing Initial Startup time in Flex 1.5

    How can we reduce initial startup time of a flex application
    ? Suppose we have a large application , and we want to reduce
    application startup time. Is it possible that we are able to devide
    application into multiple SWF files and (Initially ) only those SWF
    files are downloaded on client which are initialy required ? How
    can we acheive this i.e architecting application in such a way that
    intialy some SWF ( only required on client side ) are downloaded on
    client and remaing are downloaded only when they are actually
    required by client ?
    any help would be appreciated !!!!!!!!!!
    thanks

    Thanx for your reply !
    yes i want to create similar look.I have two questions
    regarding this
    1) I have little idea that we can acheive such look by using
    creationPolicy = "queued" , my question is ..........suppose we are
    using a tabNavigator with 4 tabs and in each tab we have set
    creationPolicy="queued" . we are using mxml custom components of
    each size 20 Kbs. First time either only first view will be loaded
    on the client side(size 20 K) or all 4 views(size 80 K) will be
    loaded. It is really important becuase I want to reduce initial
    startup time.
    2) How we can use such component which show size of contents
    downloaded ( as used at
    http://www.merhl.com/
    ). any sample code ?
    thanks once again !

  • How to get the timer in flex

    Hi,
    i am doing a game in  flex. The game is, there is object which escaping  from the balls coming toward it.If the ball hit means the object falls down.
    My question is i want to get the balls in increasing manner.suppose in first 5 seconds in ball comes means , in next 5 secounds 3 balls must come like that.
    Can any one suggest how to solve this problem?

    If this post answers your question or helps, please mark it as such.
    This should get you started:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      creationComplete="timer.addEventListener(TimerEvent.TIMER, timerFunc);"
      viewSourceURL="srcview/index.html">
      <mx:Script>
        <![CDATA[
          private var timer:Timer = new Timer(1000, 0);
          [Bindable] private var numBalls:uint = 1;
          private function timerFunc(event:TimerEvent):void{
            numBalls+=2;
        ]]>
      </mx:Script>
      <mx:Label id="lbl" text="{numBalls} ball(s) falling now" fontSize="100" textAlign="center"/>
      <mx:Button label="Start Game" click="timer.start();"/>
      <mx:Button label="Stop Game" click="timer.stop();numBalls=1;"/>
    </mx:Application>
    Greg Lafrance
    www.ChikaraDev.com
    Flex Development and Support Services

  • Load time issues FLEX swf vs. FLASH swf

    Hello,
    We are building FLex and Flash apps running on Flash 10.1.  In our situation, the load time for a 1080x768 swf is slower when building in Flex than in flash.  We have tried useing the preinitialize event to set at least a loading message, but the delay happens before the preinitialize event.  It seems to take 1-2 seconds to load the FLex API perhaps?  The only visula we can see is the background color of the stage.  Even with a simple nearly empty main canvas, the load is slow enough to be noticable.  More importanly it is faster when using a FLASH swf ( or pure AS3), so it must be related to the FLex aspect.  Is there anyway to cache the common classes or maybe exclude some that are not used?
    Thanks,
    Jeff Schuenke

    The main point of RSLs is to gamble on improving download time of the SWF at
    networks speeds.  The gamble is that someone has already loaded the RSL so
    it gets picked up off the browser cache at hard-drive speeds.  If it isn't
    true, you pay a higher penalty because you are loading an RSL that has code
    in it you aren't using.  That's why the total payload is more.  For the
    record, only the SWF or the SWZ gets loaded, not both.  But even then the
    total payload would be more.
    At home, my DSL/WIFI network gets me about 70KB/sec, so saving 300K would be
    a noticable savings.  If you are loading off a hard disk, 300K probably
    won't be felt.
    The startup sequence of a SWF over a network (http or https):
    -start streaming in SWF bytes
    -when the first frame is downloaded (generally about 80-100K) see how many
    bytes are left to download and if there is a lot, show a progress bar
    -load any RSLs and wait for their download and initialization
    -update the progress bar until the rest of the SWF downloads
    -after the SWF downloads:
        -initialize styles
        -initialize resources
        -prepare embedded fonts
        -setup managers for popups, tooltips, dragging if needed
        -instantiate Application
            -verify and initialize all classes needed by Application
            -dispatch Application preinitialize
            -instantiate the initial set of children for the Application
            -dispatch Application initialize
        -update progress bar to show "initializing"
        -start validation of Application and its children
        -continue to do so until all children are measured and layed out
        -dispatch Application creationComplete
        -add Application to stage (actually systemManager)
        -dispatch Application applicationComplete
    The startup sequence of a SWF on a hard drive is different.  The entire SWF
    must be sucked into memory, unzipped (SWFs are zipped by default) and only
    then do we get to the steps where we show a progress bar, check for RSLs,
    etc.
    At 3MB, there might be a noticeable hit.  You can find a big image file and
    zip it to see if it comes out to about 3MB.  Then use the file system to
    copy it and see how long that takes and then unzip it and see how long that
    takes.
    Another place that causes delay is in the validation of children.  If the
    children's size are not stable right away (because data is coming in that
    affects their size) then several validation passes might be taking place.
    A common error is to create every child in the app, even ones that aren't
    seen or needed right away.  That adds work at validation time and delays the
    startup process.
    I would recommend that you use the performance profiler in Flex Builder to
    see where all the time is being spent.
    However, 3MB is a big SWF. Use of modules to chop off stuff not needed until
    "later" is recommended and will probably be the answer.

  • Loading time problems (flex 4.1)

    Hi.
    When I use the Flex SDK 4.1 the loading time of my application is about 30 seconds. When I let the compiler works with the SDK 4.0 the loading time is reduced to about 2 seconds.
    Is it normal?
    How do I speed up the loading process of the application???

    Run the profiler to see what is taking all that time.

  • Audio is not playing first time in Flex app with 11.2 Flash player.

    Hi,
    I am playing an audio fle as flv in a flex application with flash player 11.2  but it is not playing first time and it is playing afetr pause/play and page refresh. Loacally it is playing fine. Please help and guide me.
    thanks in Advance
    Rangrajan.

    Taha,
    Not sure that I understand your workflow there. For editing, the 48KHz 16-bit is the "standard." The 32KHz is not.
    Now, what is the Sample-Rate of your original material?
    What is the CODEC used in that muxed (multiplexed, i.e. combined Audio & Video) file?
    Did you allow Conforming complete 100%? This ARTICLE will give you some background.
    Do you see the Waveform Display for that Clip? Alt+click on the Audio portion of the Clip, and then Dbl-click on it to get it into the Source Monitor. Do you see the Waveform Display there?
    Have you added any Keyframes, or Effects to that Audio? Toggle the Keyframe Display in the Track Header, to see if there are any Clip, or Track Keyframes there.
    Have you accidentally Muted that Track? Look at the Visibility (eyeball) icon in the Track Header. Then, look in Audio Mixer to see if that Track is Muted.
    Good luck,
    Hunt

  • Using Time in Flex

    I am looking to find some examples to create a clock that
    counts down from 3 minutes to zero and when the clock hits zero it
    will refresh the application. I would also like this clock to be
    clickable so that it to would refresh the app.
    I have looked all over the net but have not seen any
    time/date examples anywhere.
    any help would be great

    I've also found this but I am getting some weird errors
    <mx:Script>
    <![CDATA[
    public class ShortTimer extends Sprite{
    public function ShortTimer()
    // creates a new five-second Timer
    var minuteTimer:Timer = new Timer(1000, 300);
    // designates listeners for the interval and completion
    events
    minuteTimer.addEventListener(TimerEvent.TIMER, onTick);
    minuteTimer.addEventListener(TimerEvent.TIMER_COMPLETE,
    onTimerComplete);
    // starts the timer ticking
    minuteTimer.start();
    public function onTick(evt:TimerEvent):void
    // displays the tick count so far
    // The target of this event is the Timer instance itself.
    trace("tick " + evt.target.currentCount);
    public function onTimerComplete(evt:TimerEvent):void
    refresh();
    ]]>
    </mx:Script>
    It keeps returning the error
    Severity Description Resource In Folder Location Creation
    Time Id
    2 1131: Classes must not be nested. line 15 November 1, 2007
    9:26:24 AM 104

  • Preloading time of flex mobile project seems long

    I have tried a few apps on iPad (e.g. Muni Tracker, Conqu) and the preloading time seems too long (6-10s). Actionscript-only mobile applications are much faster. I am curious to know what is happening during the preloading time, and what can we do to reduce the time.

    I tried my app on my iPad 2 and there is less than half a second before I see the splashscreen. I see the splash screen for 2 or 3 seconds. (I set the minimumDisplayTime at 2 seconds)...
    It's pretty responsive imo.

  • Basic Flex Time Editing

    I think this is probably the most basic thing I could ask for help with regarding Flex Time. I have an audio track which is a recorded metronome click that I brought over from another DAW. It's in perfect time because it was generated by the DAW itself. At the end of my song, there's a ritard in the rest of the audio tracks, and I would like to slow the click track down to match. Right now the click track is not slowing down at all.
    I used Beat Matching to align the tempo to the ritard, and Logic's internal metronone matches perfectly. Now I want the audio click track to match Logic's metronome. I figure I'd use Flex Time for this.
    So I turn on Flex Time for the click track and after analyzing the track, Logic moves all of the clicks to a position that I would call "off-beat." This doesn't make sense to me because they were "on-the-beat" before -- from my perspective as a listener and also verifying visually.
    I don't want to have to adjust every click. They were fine before. It's just the end that I want to adjust. What should I do?
    Message was edited by: racingheart

    welshwiggle wrote:
    I tap in a manual click for the whole song, beatmap it and it works great.
    Then , I foolishly think to myself, I'll just 'tighten up' the drums and bass a little using FutzTime and........DISASTER.
    Anyone since Feb 2011 actually got Flex to work well in this way?
    Hi,
    I don't think there's a need to add a manual click to make this work. Just do the beat mapping before you do anything else (no Flex active, no tempo changes added to the files from previous attempts of making this work etc).
    For simplicty, please try this with only one track:
    Record something without a click in an empty song.
    Use Beat Mapping to make the grid match the audio, and BIP (Bounce-In-Place) that file.
    Now, try to correct the hits that ar still out of time, using Flex and either the quantize function or manually edit the regions.
    If this doesn't work as expected, what exactly goes wrong?
    Note that if you totally beat map the region (every note in the region) befor eyou quantize, quantie won't do anyhting, because all the notes atcually already match the grid - as a result of the beat mapping.
    If you explain actually what you want to do - and what goes wrong, it will be easier to help you out.
    ETA - the reason I don't think adding a manually played click before you start the quantizing process is a good idea is that such a click rack will add small timing changes. As a result of this, Logic will, when quantizing, try to move a lot of notes to your click ven if they were perfectly fine, simply because your click positions aren't identical to the original note positions.
    Message was edited by: ZXC

  • Flex time editing

    Should I bounce each flex time track edit before performing flex time editing on other tracks?

    welshwiggle wrote:
    I tap in a manual click for the whole song, beatmap it and it works great.
    Then , I foolishly think to myself, I'll just 'tighten up' the drums and bass a little using FutzTime and........DISASTER.
    Anyone since Feb 2011 actually got Flex to work well in this way?
    Hi,
    I don't think there's a need to add a manual click to make this work. Just do the beat mapping before you do anything else (no Flex active, no tempo changes added to the files from previous attempts of making this work etc).
    For simplicty, please try this with only one track:
    Record something without a click in an empty song.
    Use Beat Mapping to make the grid match the audio, and BIP (Bounce-In-Place) that file.
    Now, try to correct the hits that ar still out of time, using Flex and either the quantize function or manually edit the regions.
    If this doesn't work as expected, what exactly goes wrong?
    Note that if you totally beat map the region (every note in the region) befor eyou quantize, quantie won't do anyhting, because all the notes atcually already match the grid - as a result of the beat mapping.
    If you explain actually what you want to do - and what goes wrong, it will be easier to help you out.
    ETA - the reason I don't think adding a manually played click before you start the quantizing process is a good idea is that such a click rack will add small timing changes. As a result of this, Logic will, when quantizing, try to move a lot of notes to your click ven if they were perfectly fine, simply because your click positions aren't identical to the original note positions.
    Message was edited by: ZXC

  • Flex and Zend amf deployment resolved with proper solution

    Hi All,
    Although, I personally do not like using Zend for these issues itself. However, I faced this issue first time with flex 4.0 version when everyone used to run into
    channel disconnected error. you can find the link for that post here:
    http://forums.adobe.com/message/3366991.
    Now, with flash builder 4.6, things have changed slightly and so the deployment process. So, here are the right set of steps to be followed :
    1. after developing your flash project, export the release build(I assume if you are a flex user, you should know these steps already)
    2. Now, check your release folder, you must have got some files with amfconfig.ini and gateway.php and just one folder named history.
    3. copy all these files into a new folder say "My Release Build".
    4. Now, step 1 is get Zend framework in place, to achieve that:
    there are different ways. some will say : "make sure zend must already installed on your production server." that is an alternative but most likely,  the easier way to do this is : search your www(root folder on localhost),you will find a folder with name ZendFramework. Copy this folder to "My Release Build"
    5. Now, the services that you have used in your flex project, go to debug folder of your project which should be in your www(root folder on localhost) with name "yourprojectname-debug". copy services folder from this debug folder to "My Release Build"
    6. Now, open your amfconfig.ini from "My Release Build" and edit and make it look like following:
    [zend]
    webroot = http://www.yourwebsite.com
    ;you can edit above webroot to match the root folder of your website or use . to make it point to root.
    zend_path = ./ZendFramework/library
    [zendamf]
    amf.production = true
    amf.directories[]= services
    thats it. your amf config is fine.
    7. edit gateway.php:
    Now, remove everything from gateway.php and copy this as it is there:
    <?php
    ini_set("display_errors", 1);
    $dir = '.';
    $webroot = $_SERVER['DOCUMENT_ROOT'];
    $configfile = "amf_config.ini";
    //default zend install directory
    $zenddir = $webroot. '/ZendFramework/library';
    //Load ini file and locate zend directory
    if(file_exists($configfile)) {
        $arr=parse_ini_file($configfile,true);
        if(isset($arr['zend']['webroot'])){
            $webroot = $arr['zend']['webroot'];
            $zenddir = $webroot. '/ZendFramework/library';
        if(isset($arr['zend']['zend_path'])){
            $zenddir = $arr['zend']['zend_path'];
    // Setup include path
        //add zend directory to include path
    set_include_path(get_include_path().PATH_SEPARATOR.$zenddir);
    // Initialize Zend Framework loader
    require_once 'Zend/Loader/Autoloader.php';
    Zend_Loader_Autoloader::getInstance();
    // Load configuration
    $default_config = new Zend_Config(array("production" => false), true);
    $default_config->merge(new Zend_Config_Ini($configfile, 'zendamf'));
    $default_config->setReadOnly();
    $amf = $default_config->amf;
    // Store configuration in the registry
    Zend_Registry::set("amf-config", $amf);
    // Initialize AMF Server
    $server = new Zend_Amf_Server();
    $server->setProduction($amf->production);
    if(isset($amf->directories)) {
        $dirs = $amf->directories->toArray();
        foreach($dirs as $dir) {
            // get the first character of the path.
            // If it does not start with slash then it implies that the path is relative to webroot. Else it will be treated as absolute path
            $length = strlen($dir);
            $firstChar = $dir;
            if($length >= 1)
                $firstChar = $dir[0];
            if($firstChar != "/"){
                // if the directory is ./ path then we add the webroot only.
                if($dir == "./"){               
                    $server->addDirectory($webroot);
                }else{
                    $tempPath = $webroot . "/" . $dir;
                    $server->addDirectory($tempPath);
            }else{
                   $server->addDirectory($dir);           
    // Initialize introspector for non-production
    if(!$amf->production) {
        $server->setClass('Zend_Amf_Adobe_Introspector', '', array("config" => $default_config, "server" => $server));
        $server->setClass('Zend_Amf_Adobe_DbInspector', '', array("config" => $default_config, "server" => $server));
    // Handle request
    echo $server->handle();
    Now, upload your "My Release Build folder to your production server webroot"
    case 1: if you get "channel disconnected error, you have made some mistake and your path for zend or services folder is not right."
    In above case, "ZendFramework folder and services folder with all of other release files". To find out what is wrong, open this url :
    http://www.yourwebsite.com/gateway.php. if you see this lovely string there : "Zend Amf Endpoint". consider your are through with zend settings on server
    otherwse you will see relative errors.
    2. After fixing this step, try run your website, you will land into this error :
    Class “yourcorrectclassname” does not exist: Plugin by name ‘Classname’ was not found in the registry; used paths:
    : /home1/messoftc/public_html/oc/services/
    #0 /home1/messoftc/public_html/ZendFramework/library/Zend/Amf/Server.php(553): Zend_Amf_Server->_dispatch(‘fxnname’, Array, ‘classname’)
    #1 /home1/messoftc/public_html/ZendFramework/library/Zend/Amf/Server.php(629): Zend_Amf_Server->_handle(Object(Zend_Amf_Request_Http))
    #2 /home1/messoftc/public_html/oc/gateway.php(69): Zend_Amf_Server->handle()
    #3 {main}
    Now, this is a zend framework bug, it does not automatically detect the php classes in your services folder,those who have run into this, must have googled hard to find the solution and this bug is also logged officially on zend server jira log.
    so, what is the solution? simple and effective. open your gateway.php file from "My Release Build"
    Add this little line :
    $server->addDirectory(dirname(__FILE__) . '/services/');
    after this line :
    $server->setProduction($amf->production);
    reupload this file to your production, you should see your Flex, Zend, php & Mysql in action.
    Here is a sample link I have created :
    http://www.eiws.co.in/testzend.html
    you may also visit the endpoint file:
    http://eiws.co.in/gateway.php
    If anyone still faces this issue, can contact me at [email protected].
    Credits: "To all developers who share their knowledge with everyone and google and thousands of blogs who provide a medium to share this knowledge"

    Richard Bates of flexandair.com figured it out. In my php.ini file, I had the memory limit set at 8M. After, changing it to 32M, it worked. Thank you, Richard!
    -Laxmidi

  • Issues in mapping objects from java to flex - using flex4

    Hi,
    I have a class in java which i want to send to flex4 using BlazeDS as middleware. There are a few issues that i am facing and they are:
    When sending the object across (java to flex), the properties with boolean data type having value as true gets converted to properties with value as  false. Even after setting the value to true it still comes as false on flex side. Can't understand why this is happening.
    When sending the list of object containing property with boolean data type, the object on flex side does not show those properties at all. As of there were no boolean properties in that object.
    Last but not the least, When sending List<ContractFilterVO> contractFilterVOs to flex using remote call, the result typecasted to ArrayCollection does not show the holding objects as ContractFilterVOs but as plain default Object though having all the properties send, except the boolean one mentioned in above points. Basically it is not able to typecast the objects in arraycoolection but the same objects gets typecasted when sent individually.
    In all the above points i am using Remote Service through BlazeDS for connectivity with Java. I have done a lot of this stuff in Flex 3 but doing it for the first time in flex 4, is there anything that Flex 4 needs specific. Below is the pasted code for reference purpose.
    Flex Object
    package com.vo
         [RemoteClass(alias="com.vo.ContractFilterVO")]
    public class ContractFilterVO{
         public function ContractFilterVO(){
         public var contractCode:String;
         public var contractDescription:String;
         public var isIndexation:Boolean;
         public var isAdditional:Boolean;
    * Rmote Part of code
    var remoteObject:RemoteObject = new RemoteObject();
    remoteObject.destination="testService";
    remoteObject.addEventListener(ResultEvent.Result,handleResult);
    public function handleResult(event:ResultEvent):void{
         var contarctFilterVOs:ArrayCollection = event.result as ArrayCollection; //Point 2&3 probelem, if list sent form java
         var contarctFilterVO:ContractFilterVO= event.result as ContractFilterVO; //Point 1 probelem, if only single Object of type ContractFilterVO sent form java
    Java Object
    package com.vo
    public class ContractFilterVO implements Serializable 
         public function ContractFilterVO(){
         private static final long serialVersionUID = 8067201720546217193L;
         private String contractCode;
         private String contractDescription;
         private Boolean isIndexation;
         private Boolean isAdditional;
    I don't understand what is wron in my code on either side, it looks syntactically right. It would be great anyone could help me point out my mistake here. Waiting for right solutions...
    Thanks and Regards,
    Jigar

    Hi Jeffery,
    Thanks for your reply, it did solve my query @ point 3 as well as point 2 where the objects in arraycollection were not geting converted and boolean properties did not appear when list of an objects were received. And hey, i did have public functions for properties defined java class, just forgot to mention here in post, sorry for that.
    The solution you gave was right, but than what if i have a VO which has multiple List of objects coming from Java, than i would have to create an instance of each type of object on flex side this is too tedious, is'nt it? Is there any better solution... out there.
    And jeffery do you some tricks up your sleeve for this Boolean issues to that i am facing in point 1... Still struggling with this one...
    Anyone out there would be more than welcome to point my mistake, if any and provide tips/tricks or solutions...
    Thanks again to Jeffery...
    Waiting for more solutions sooner...
    thanks and Regards,
    Jigar

  • Loading a PDF file in flex

    Hi, Is there any way to load a PDF document in a flex
    application. Can anyone guide me regarding this issue.
    I want an example for loading PDF file in a flex application.
    By,
    Dharma

    "flexdharma" <[email protected]> wrote in
    message
    news:gcurce$evh$[email protected]..
    >
    Hi. I am having a task of loading a PDF file using
    IFrame in
    > flex. I
    > have created the code. If I run the page through
    browser. It's working
    > properly. If i run the page using flex, the output file
    being overwritten
    > each
    > time when the page is compiled. How to avoid the output
    file being
    > overwritten
    > several times by flex.
    Project>Properties>Flex Compiler>uncheck Generate
    HTML Wrapper
    HTH;
    Amy

Maybe you are looking for

  • Reverting to older version

    Hello, I just used software update to update Garageband to version 4.1.2. Now, it is causing all sorts of problems. Is there a way to revert to version 4.1.1 or 4.1?

  • CS6 Master Collection License

    I have CS6 master collection installed on an Apple 2.5 Ghz intel core I7 laptop. Can I use the same license to install this on my new Imac 3.4 Ghz I7? My Imac seems to be easier to work from.

  • OIA : Assign Role Owner

    Hi, In OIA : Identity warehouse -> Roles -> New Role -> Ownership tab - > Add Owners. Here at Add Owners step I can see only users which are imported from OIM (global users / end user) And if I assign end user as owner of a role -> role membership ap

  • How do I expand my mailbox?  I hit the hide button to the left of inbox and now I can't seem to re-open it - there is no arrow to the left

    Help - I hit the button to hide the mailboxes within my inbox on Mail and now I can't expand it open again.  There is no little arrow to the left of the word Inbox to expand it.  Any ideas welcome

  • NTP sync problem

    I have one 6500 switch with a sup720 which sucessfully gets time from the Internet. Most of my routers and switches were pointing to 10.210.210.1 as an NTP source. When cutting over to a new circuit the 10.210.210.1 address went away. When I tried to