[BUG] PageDef editor changes iterator DataControl attrib with invalid value

This happens with nested application modules only. Whenever we are declaring iterators based on a nested AM ViewObject and place the cursor on or edit the <iterator /> definition in the page definition, JDeveloper replaces the "DataControl" attribute with value "Root".
For example, the working <iterator /> definition is :
    <iterator Binds="Root.ConfigurerSiteCoursService1.SiteCoursView1" 
              DataControl="SiteCoursServiceDataControl"
              RangeSize="25"
              id="SiteCoursView1Iterator"/>and JDeveloper changes this for :
    <iterator Binds="Root.ConfigurerSiteCoursService1.SiteCoursView1" 
              DataControl="Root"
              RangeSize="25"
              id="SiteCoursView1Iterator"/>This is really annoying and the only work around is to edit the file in an external text editor.
Thanx!
Olivier

Thanks Olivier,
good catch. I'll file a bug
Frank

Similar Messages

  • I am updating my airport express. However, the message comes up with Invalid value - advertising a service globally using Bonjour requires a global hostname. WHat does this mean?

    i am updating my airport express. However, the message comes up with Invalid value - advertising a service globally using Bonjour requires a global hostname. WHat does this mean?

    thank you thank you for taking an interest. this is so frustrating.
    i only have apple keyboard, mighty mouse, and 20 inch cinema display connected. this morning took out memory and tried to boot up with individual pairs in the first bank. first the (2)256, the (2) 1g, and then the other (2) 1g modules. everytime I get the weird fuzzy wheel under the logo after a while, black screen flashes, then grey apple logo fuzzy screen then black forever.
    I ran tiger updates this morn. still will only boot to safe mode. then tried to run leopard disk to install it
    will not boot from leopard disk.
    tried safe boot, then doulble click install leopard, restart, then the saga repeats with the pixely red square around the wheel.
    these are fresh drives with only what came on instll disk loaded.
    thanks again for taking an interest.
    i love this system(well at least i did). I want to install leopard on my powerbook too but am terrified to do so right now since it is working and I have work to do. Can't afford to have no computer to do my work on...self employment is great?!
    This is making me crazy. I anxiously await your words of wisdom.

  • Pagedef Editor bug - for nested appmodule

    Creating a nested iterator for a nested appmodule produces:
    <iterator Binds="Root.SAppModule.SView"
    DataControl="ControlAppModuleDataControl" RangeSize="-1"
    id="SVewIterator1"/>
    If a table binding is then created it shows the control binding as :
    ControlAppModuleDataControl.Root.SAppModule.SView
    And none of the attributes of the view are shown. Editing the page def from the page def editor changes the iterator binding to :
    <iterator Binds="ControlAppModuleDataControl"
    DataControl="ControlAppModuleDataControl" RangeSize="-1"
    id="SVewIterator1"/>
    Using the names below can someone respond with the correct settings for 11g so we can manually edit pagedef files with the correct names and should the word "Root" be included as this word was used in the 10.1.3.3 version??
    root datacontrol = ControlAppModuleDataControl;
    nested AppModule = SAppModule;
    view name for table = SView;
    thanks in advance

    Are you getting this iterator created for you in a new page while dropping the view object from the nested AM instance in the root datacontrol AM from the data control palette?
    Or are you creating iterator bindings using the structure window?
    Please see section "10.3.7 How Nested Application Modules Appear in the Data Control Palette" of the ADF Developer's Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html for more information on this.

  • ADF/Swing: changing iterator in runtime before displaying panel

    Is it possible ,before displaying panel, to change iterator name that was specified in design time and is placed in panel.pageDef xml file and this way display panel with different iterator than is in panel.pageDef file? If yes, is it posible display this way many panels in the same time?

    Hi,
    the iterator is referenced by the attribute binding. If you look at the Swing code then you see that the Swing widgets reference a named attribute binding in their model binding. To change the iterator you would need to access the ADF binding layer and change it there. which I haven't tried.
    The attribute binding references an iterator as a named reference, which means that changing the physical implementation - in theory - works if the same set of attributes are available.
    Frank

  • Saving the text in text editor changes text line format

    In my program I have an output witha  text editor box where
    we type in text and save , and if we want to print it it prints it out
    on a smartform. When I type in a text on the text editor box for example :
    "This will include a policy and best practice for
    what files can be stored on the server and where
    they should reside. The policy will include
    required ownership of each folder and required
    authorizations for access to folders. Also
    included in the policy will be a section describing
    best practices on the file and folder naming
    conventions. Anew file struicture of the drive that
    better aligns with the business. An drive with only
    four folders at the root level also will be de"
    After I type in this text in teh text editor and try saving it
    , it save sthe text but shows up with lots of gaps like below.
    "This will include a policy and best practice for
    what files can be stored on the server and
    where
    they should reside. The policy will include
    required ownership of each folder and
    required
    authorizations for access to folders. Also
    included in the policy will be a section
    describing
    best practices on the file and folder naming
    conventions. Anew file struicture of the drive
    that
    better aligns with the business. An drive with
    only
    four folders at the root level also will be de"
    I am not preety sure why on saving teh typed text it chnages to this format.
    I would like to have my program save it as is typed. Is this possible to do so
    and how?
    Thanks.

    Hi Aarav,
    Check the internal table used to store the text is having line length 100. Change that to 200 or more . You can see the difference . If still the problem persists, enter each line in the text editor and conclude each line with a carriage return( ENTER ) 
    key press.
    Hope this will help you.
    Regards,
    Smart Varghese

  • [svn] 4804: Bugs: LCDS-548: add code to deal with contentType="application/ xml" with one parameter (avoid

    Revision: 4804
    Author: [email protected]
    Date: 2009-02-02 17:56:22 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Bugs: LCDS-548: add code to deal with contentType="application/xml" with one parameter (avoid
    name/value encoding in that case)
    LCDS-405: baseURL on HTTPMultiService should accept URLs which start with "/"
    Added convertParametersHandler and convertResultsHandler function hooks to RemoteObject
    to support framework code which wants to modify the service behavior.
    Moved "properties" from rpc/http/AbstractOperation to rpc/AbstractOperation so we can use
    it for customizing the handling of remote object results
    Couple of minor ASDoc fixes and one tab -> spaces change
    Doc: minor asdoc edits
    QE: LCDS QE will verify the bugs in this one
    Reviewers: Mete, Pete, Seth, Ed reviewed different parts of this checkin
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-548
    http://bugs.adobe.com/jira/browse/LCDS-405
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as

    Hello,
    How about this as an alternative:
    Use a functional global which has 3 cases:
    1. open config file - it opens the config file and reads the contents into a string (which is the functional global data), and you only do this one time at the beginning of the program.
    2. edit config data - it edits the string, which are really the contents of the file, but doesn't worry about writing to the file.  you could even get fancy here, and allow an array of tags and an array of values as input, and it would go update/edit all the tags to have the corresponding values.
    3.  close config file - it writes the current string data (the functional global data) to the file and closes it.
    Using the functions in the string palette, I think you'll find most of the code for that module/functional global will be easy to write.
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Does af:tree set iterator as table with taleSelectOne in facet selection

    Is it a way the selected node in a af:tree set the corresponding iterators automatically when a user click on the node ?
    If yes, are all iterators automatically setted corresponding to each branch level ?

    Here the page definition for the tree :
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="10.1.3.39.84" id="ClassificationListPageDef"
    Package="view.pageDefs">
    <parameters/>
    <executables>
    <iterator id="ClassificationTestCaseDocumentDataControl_rootIter"
    RangeSize="10" Binds="root"
    DataControl="ClassificationTestCaseDocumentDataControl"/>
    <accessorIterator id="classificationIterator" RangeSize="10"
    Binds="classification"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.Classification"
    MasterBinding="ClassificationTestCaseDocumentDataControl_rootIter"/>
    <accessorIterator id="classificationEntryListIterator" RangeSize="10"
    Binds="classificationEntryList"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.ClassificationEntryListType"
    MasterBinding="classificationIterator"/>
    <accessorIterator id="classificationEntryIterator" RangeSize="10"
    Binds="classificationEntry"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.ClassificationEntryType"
    MasterBinding="classificationEntryListIterator"/>
    </executables>
    <bindings>
    <tree id="ClassificationEntryListTypeclassificationEntry"
    IterBinding="classificationEntryIterator">
    <AttrNames>
    <Item Value="classificationEntryCode"/>
    </AttrNames>
    <nodeDefinition DefName="model.jaxb.ClassificationEntryType"
    id="ClassificationEntryTypeNode">
    <AttrNames>
    <Item Value="classificationEntryCode"/>
    </AttrNames>
    <Accessors>
    <Item Value="classificationEntry"/>
    </Accessors>
    </nodeDefinition>
    </tree>
    </bindings>
    </pageDefinition>
    Here the page definition for the edit page for level 3 :
    ?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="10.1.3.39.84" id="ClassificationEditLevel3PageDef"
    Package="view.pageDefs">
    <parameters/>
    <executables>
    <iterator id="ClassificationTestCaseDocumentDataControl_rootIter"
    RangeSize="10" Binds="root"
    DataControl="ClassificationTestCaseDocumentDataControl"/>
    <accessorIterator id="classificationIterator" RangeSize="10"
    Binds="classification"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.Classification"
    MasterBinding="ClassificationTestCaseDocumentDataControl_rootIter"/>
    <accessorIterator id="classificationEntryListIterator" RangeSize="10"
    Binds="classificationEntryList"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.ClassificationEntryListType"
    MasterBinding="classificationIterator"/>
    <accessorIterator id="classificationEntryIterator" RangeSize="10"
    Binds="classificationEntry"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.ClassificationEntryType"
    MasterBinding="classificationEntryListIterator"/>
    <accessorIterator id="classificationEntryIterator1" RangeSize="10"
    Binds="classificationEntry"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.ClassificationEntryType"
    MasterBinding="classificationEntryIterator"/>
    <accessorIterator id="classificationEntryIterator2" RangeSize="10"
    Binds="classificationEntry"
    DataControl="ClassificationTestCaseDocumentDataControl"
    BeanClass="model.jaxb.ClassificationEntryType"
    MasterBinding="classificationEntryIterator1"/>
    </executables>
    <bindings>
    <attributeValues id="classificationEntryCode"
    IterBinding="classificationEntryIterator2">
    <AttrNames>
    <Item Value="classificationEntryCode"/>
    </AttrNames>
    </attributeValues>
    </bindings>
    </pageDefinition>
    As you can see, even the class is the same the iterator are different and it is necessary to set all necessary level when a user click a node in the tree to edit it in the corresponding page.
    I'm able to navigate to the page that correspond to the level. At this development stage i will not bind the a generic web page to the iterator dynamically. I do it using the depth in a backing bean as follows:
    public String DetermineLevelAndEdit() {
    // Add event code here...
    classificationTree.setRowKey(classificationTree.getFocusRowKey());
    String outcome = new String();
    switch (classificationTree.getDepth()) {
    case 0:
    outcome = "EditClassificationLevel_1";
    break;
    case 1:
    outcome = "EditClassificationLevel_2";
    break;
    case 2:
    outcome = "EditClassificationLevel_3";
    break;
    default:
    outcome = null;
    return outcome;
    I'm searching the best way to set the iterator now. I'm not sure what to do. Any idea or experience is welcome.

  • Bug? HTMLDB changing formats when no_translate setting!

    This question relates to version 1.6.1.00.02
    I have my database,apache and DAD set to NLS_DATE_FORMAT='MM/DD/YYYY'
    for the DAD, It is done this way...
    dad calls this procedure for each connect (via "PlsqlBeforeProcedure" in dads.conf):
    PROCEDURE set_dad_nls IS
    BEGIN
    DBMS_SESSION.SET_NLS('NLS_DATE_FORMAT','"MM/DD/YYYY"');
    END;
    It works and is verified if I call a procedure outside of htmldb via the URL method that just does
    begin
    htp.p(sysdate);
    end;
    it prints it in the MM/DD/YYYY format
    however inside HTMLDB, the same print: htp.p(sysdate); in a pl/sql area prints in the DD-MON-YY format.
    If I change my application attribute called:
    "Application Language Derived From"
    from "NO_NLS APPLICATION NOT TRANSLATED" to "USE_APPLICATION_PRIMARY_LAUNGAGUE"
    Then I get the date inside HTMLDB returned in the MM/DD/YYYY format
    However, the first setting is telling it to "not translate" yet evidently HTLMDB is translating.
    What gives? Is this a bug or a misunderstanding.
    I read this and still could not understand:
    http://www.oracle.com/technology/products/database/htmldb/howtos/howto_handle_dates.html
    In addition to the bug question (my primary question), my goal is for everything to default to MM/DD/YYYY. I have many apps, can I set MM/DD/YYYY in one place for all of HTMLDB apps (including PL/SQL areas)...or is some other method I am not following an option.

    Meyer,
    This is not a bug.
    By default, modplsql pools database connections. Every page view in HTML DB uses one of these connections, does its stuff, and then the connection is returned to the pool.
    HTML DB sets the NLS settings (language and territory) for every page view and submission. If it did not, then your page view would "inherit" the NLS settings from some other user's previous page view.
    If your Application Language Derived From is set to "No NLS (Application not translated)", that means that HTML DB will do no processing to derive your application langauge and territory settings. But this doesn't remove the fact that you could still inherit some other user's NLS settings, so we must reset it to something. That "something" is the NLS language and territory of the database.
    The language setting of HTML DB determines how the NLS_LANGUAGE and NLS_TERRITORY will be set for a particular page view. But for all page views in HTML DB, NLS_LANGUAGE and NLS_TERRITORY must be explicitly set to something.
    For evidence of the previous bug in HTML DB where we did not properly reset these NLS settings, check out the first few comments at:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:7913917986287
    So you have at least four choices:
    1) Change the database settings. Via SQL*Plus, you can issue "show parameters nls" to see everything you can set.
    or
    2) In HTML DB, set your application primary language to some language which has territory settings corresponding to NLS_DATE_FORMAT of MM/DD/YYYY.
    or
    3) Add an application level before header process which performs your DBMS_SESSION.SET_NLS procedure
    or
    4) Add an application level substitution string, let's say called DATE_FORMAT with a value of MM/DD/YYYY, then any place you display dates (in reports, as items), set the format mask to &DATE_FORMAT. (including the trailing period).
    Hope this helps.
    Joel

  • How can I change the age associated with my daughter's account?

    OK I am sure that this is a common issue.  Back when my daughter was about 9 or 10 years old, we bought her an iPod Touch.   She was too young to have an AppleID of her own, so I set one up for her using an extra gmail accoun that I had, and entered my birthdate/age.  A few years later, she received an iPad, and most recently, an iPhone.   All of these devices are tied to the same AppleID.
    Well, now she will be 13 years old soon, and I would like to switch things to represent reality.  She has her own email account, and I believe you can go to My Apple Id to change the Apple ID name and e-mail address.  My question is, can we change the age associated with the account?
    I hear you saying, "Just create a new AppleID for her."  That may end up being the only solution, but I am trying to avoid having two AppleIDs for her to keep up with.  She has already purchased a fair amount of content (music and apps) under the existing AppleID, and I am pretty sure from looking at the posts on this Community that you can not transfer content away from the AppleID under which it was downloaded/purchased.  And so, if I create a new AppleID, she will have to re-purchase the content to get it all in one place.  As she eventually grows up and becomes independent, I would like for he to not have to "start over" with her AppleID.
    Any advice or direction to information would be appreciated.

    I have a similar situation however a bit more complicated! It seems that when I was setting the birthdate I forgot to change the year so now my seven years old daughter shows up as a two months old! There is no way to change the birthdate because it shows up in light grey when I login into my daughters account and doesn't allow a change! The birthdate can be changed only when the child turns 13 however according to this she will have to be 20 before she can change it to show property 13 and here is where this is getting completely out of hand! Now to make things more complicated I have twin daughters and they came up with their unique but similar Apple ID, so changing one will require to change both Apple IDs! After being on the phone with Apple's customer support for about one hour I talked to a supervisor and the supervisor of the supervisor and their only solution is to create a new Apple ID! Of course in my case I will have to create two new Apple IDs, and I'm considering doing it. However when I started reading it becomes more complicated because I already made their Apple IDs part of my family group. It seems like you're not able to just let go of family member that is less than 13 years of age. You can only transfer it to another family, so Apple is making sure there are no kids left behind It seems like the only option will be to "abandon" the family and then create a new family with the new Apple IDs. If all this sounds bizarre to you it sounds bizarre to me too! If I can just put the kids in the car and drive them to the nearest one hour away Apple Store and have them show their credentials confirming their birthdate I would rather do that than having to spend more and more time with this issue, but that was not an option pointed out by customer support. So folks keep in mind that if you make a mistake your children's age is set in stone until he or she turns 20 if they happen to be seven at the time you made the mistake and no one can change this, even Apple! Now on the positive side I'm glad I didn't do the mistake when she was 13 or she will have to wait until she's 26 Most likely I'll be calling customer support tomorrow again and I will let you know how it went!

  • How to change Analyzer user password with Administration API?

    Hi,<BR>I would like to change Analyzer user password with Administration API. Can someone post some sample commands to do the task?<BR><BR>I would just like to write an application to change end user's Analyzer password.<BR>As I see I would need to do the following:<BR>1. login with admin userid/password<BR>2. execute some method to change password for required userid. I think the input parameter should be userid (of the user I would like to change password) and new password (the new password for the user).<BR>3. logout<BR><BR>Can someone post some sample code (commands to execute)?<BR><BR>Thanks,<BR>grofaty<BR><BR>My system:<BR>Analyzer Server 7.0.1.<BR>Essbase server 7.1<BR>Windows XP SP2<BR>

    <blockquote>quote:<br><hr><i>Originally posted by: <b>knightrich</b></i><BR>Hello Mr. Jordan.<BR><BR>I would like to exchange some thoughts about "housekeeping" Analyzer reports in preparation for migration from Analyzer 7.0.0.0.01472 to 9.x:<BR><BR>...<BR><BR>Did you solved such a problem or do you have an idea if it could be solved with the Admin API methods?<BR> ...<BR>Migration from 7.00 to 9.x: As we heard last week the "Migration Wizard for Reports" in 9.3 should be able to migrate reports. Do you have experience or more detailed information about that Wizard?<BR><BR>Many thanks in advance<BR><BR>knigthrich<hr></blockquote><BR><BR>knighrich, <BR>I'd like to be more help, but I have no experience with System 9. I did substantial cleanup when we migrated from Analyzer 6 to Analyzer 7.1, and even more cleanup when moving up to 7.2, but our installation is smaller in scale than yours and we didn't need to automate report cleanup.<BR><BR>You might be able to get the ownership information you need through the back door, doing a direct query on the database, but simpler might be an export users, at least from 7.0. (This facility probably doesn't exist in system 9; it was dropped in 7.2 in favor of an undocumented API) The export file is an xml file that could easily be parsed to identify reports that have the administrator as user and then a second pass to delete those with otuer ownership as well. As previously suggested, you might be able to get this by a well crafted SQL query against the repository.<BR><BR>Procedurally, we have both public reports that have the blessing of management and are widely available, owned by a "public owner", and private reports developed by indivdual users and shared or not. Our team maintains the public reports, but not the private reports. We may be asked to make a previously private report public and take over maintenance of it. <BR><BR>I hope that you can find a solution that meets your needs. Certainly a call to customer support to identify a poorly documented feature would be in order.<BR>

  • How do I change phone numbers associated with an iPad?

    How do I change phone number associated with my iPad?

    Obviously you must have an iPhone in order to associate the phone number with the FaceTime and Messages apps on your iPad. You haven't clearly stated what you want to do other than associate a phone number, so I assume these are the two apps that you want to associate the phone number with.
    If you are unable to add the phone number in the settings in either or both of these apps, you may have to sign out of both apps on the Phone and the iPad - and then sign in again on both devices in order to use the phone number for FaceTime and Messages on the iPad.
    This kb article explains how to do this in more detail.
    http://support.apple.com/kb/HT5538

  • I have a mac air and an iMac and both have Pages. I use Pages on my air and save all documents to iCloud. I can see them on my iMac but it won't open with Pages. It becomes visible if I change it to open with preview but I can't interact with it.

    I have an mac air and an iMac 5k - pages runs on both.  I use pages on my air and save all my documents to iCloud drive. I can see the documents on my iMac but some won't open in pages which is bizarre? They will open if I change it to open with preview but then all I can do is read it  - I can't add to the document - All I want is to be able to see all my documents on all my devices and to be able to have them sync so I can add to the documents from  any of my devices. I also have an iPhone 6 and an iPadair2 but I would be happy just to have the iMac and macair sync for starters. I have folders within folders in my documents,. The folders which contain pdf's and individual files open OK . The one I am having difficulty with is the file which I use for ongoing correspondence - in other words it is quite long - I keep adding to it  ( by copying letters in and letters out so I can see a sequential history of what has been going on by scrolling down ) in date order so that it could be 1 - 100 pages long - but I don't think the size is a problem. I don't understand why some folders can open and others not . Has anyone any suggestions please. I have been trying to get this to work for months since iCloud drive came in. It has got much better but it is still not good enough  - or maybe it's me?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • Is there a way to change the icon associated with icloud account?

    Is there a way to change the icon associated with my iCloud account? It's currently a rose and i do not like it.

    Welcome to the Apple Support Communities
    Are you referring to your iCloud account picture or your user picture?
    It looks like you are referring to your user picture. To change it, open System Preferences > Users & Groups, press the picture box and choose the user picture you want from the ones that came by default. If you want to select a different picture stored on your Mac, drag that photo onto the picture box.
    If you want to change your iCloud account picture, open http://www.icloud.com and log in with your Apple ID. Then, press your name at the top right of the site and press the user picture. If you put the cursor on the picture box, you will see a button at the top of the box to change your picture

  • How can I change the email associated with my forum account?

    How can I change the email associated with my forum account?  I didn't provide my work email to you, but you put it in my account.  My forum postings have nothing to do with my personal PC at home.  There isn't an option to update it.
    This question was solved.
    View Solution.

    Hi:
    Log in and click on your user name, then look at the upper the right side of the page.
    Click on the triangle to the left of the "More Resources" section.
    This will drop down, and give you options.
    Select User Settings.
    This will now open a page, and in the light blue type on top, follow it along to Contact Information, click on that, and change your e-mail address to what you want, and hit the blue submit button on the bottom right side of the page.
    Paul

  • How/where do I change the AppleID associated with my computer?

    How/where do I change the AppleID associated with my computer? 

    What do you mean by "change the Apple ID"? Are you trying to get a new ID from the one you currently have or just add a new ID to the computer?

Maybe you are looking for

  • "Member of the cloud"

    Hi! I have troble geting Photoshop CC to start, moreover the team in India seems to have that to... I join the Cloud i march this year, I live in Sweden, but there is no support i Swedish, Ok I can live with that,  I was than booked for Photoshop CS6

  • Why do tabs submit?

    Why does clicking on a tab submit the page? When I hover the mouse over a tab, I see javascriopt:doSubmit('TAB_NAME'). Why is this? What if I want to discard all changes made on my current page and move to the tab target? As a UI concept, arent tabs

  • Need Time stamp like yyyymmddThhmmssGMT

    Hi Friends, i am doing file to file scenario. i am getting file with time stamp as 20081020-062614-501.txt.  But i want Time stamp as yyyymmddThhmmssGMT.txt. please give me replies. Thanks Anil M

  • 2-prong power outlet?

    I've recently arrived in the US, and have brought my UK-purchased Mac Pro with me. Where I'm living there are only 2-prong power outlets where I want to plug in my Mac, and I was wondering if it is safe (for me!) and reliable (for the Mac!) to use th

  • My Tone Curve has disappeared from my develop mode

    I've lost my tone curve application in the develop mode - how do I find it again?