Look & Feel Being Ignored on Second launch of Applet...

Hi,
does anybody have a work around for this scenario, I click a hyper link to launch a web page which contains a business applet , the first time the applet executes the look and feel is being set correctly to the default system look and feel (i.e. windows on my test client) . If I exit the page containing the applet and click the hyper link again the metal look and feel is being used. I am setting the look and feel as follows,
static{
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());                    }
catch (Exception e) {
e.printStackTrace();     
I'm also using the latest version of the plugin. Any contributions would be greatly appreciated.

Thanks sbelsly,
I'll check that out, if its a sucess i'll forward the dollars, (Pity it's not real cash eh?)....Salinte..

Similar Messages

  • Form.Location being ignored on second monitor

    Hi all!
    I have a form, and I'm trying to set the Location to a saved (previous) location. It seems to work fine for the primary monitor, but it is completely ignored for the secondary monitor, and the window is instead being places in the center of the screen...
    Simple code:
    Console.WriteLine(value);
    form.Location = value;
    Console.WriteLine(form.Location);
    The output is as follows:
    {X:1933 Y:13}
    {X=2258,Y=341}
    This is with VS 2010. Any ideas? :D
    Thanks!

    Hi NightCabbage,
    >> First time sets it to center on the second screen, second time sets it to the correct location.
    I could not reproduce your issue according your description. Could you share us a simple demo or key code that you get and set the Location?
    As far as I know, systems that have multiple monitors attached may have trouble recognizing the boundaries of the display area. It will often cause a form’s location to change unpredictably, despite the Location property setting. Your situation seems to
    be a work around which has been provided in the link below:
    # Setting the Screen Location of Windows Forms
    https://msdn.microsoft.com/en-us/library/aa984420(v=vs.71).aspx
    Hope it will help.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to change the look and feel for Heading of quick launch menu in project server 2010

    Hi
    can someone tell me how to change the look and feel of Header names in quick launch.
    I want the header to be displayed in Bold with Underline to it.
    could this be possible for just header in quick launch in project server 2010. 

    Hi Rohan
    It does not work this way. You have to use a content editor webpart.
    See references below that might help you starting with this customisation:
    Http://go4answers.webhost4life.com/Example/sharepoint-2010-quick-launch-look-feel-78379.aspx
    Http://m.sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • /Library/Preferences/loginwindow.plist being ignored by system

    Here's one that I've not seen anyone else report.
    I've been creating a system image of OS 10.4.5 and every time I lay the image down and log in using any user account, the items entered into the global loginwindow.plist file are being ignored. To put it in basic terms, it behaves as if the system doesn't even know that it is there. None of my global login items are being launched.
    I have verified that the plist file is in the correct format, I've checked permissions, and I've even compared it to the same file in my previous system image. The previous system image never gave me this problem. I created both images from scratch using the exact same procedure, which I have documented step by step. There are only two exceptions. The second image (the one that doesn't work) was started by using the 10.4.3 install DVD, whereas the first image I used the 10.4 install DVD. Other than that, the first image was built after having been upgraded to 10.4.3 using Software Update, the second image 10.4.5 using the same method.
    Has anyone seen this before? What else can I try, here? I feel that I have exhausted all options aside from starting over from scratch and using the 10.4 install DVD instead, so any help would be greatly appreciated.

    Oops, it was permissions after all. I was accidently setting the file to 600 after laying down the image. How I could have missed that?? Oh well.

  • Customizing ADF Faces Look & Feel. Some questions & suggestions

    Hi everybody,
    We are developing an application with ADF Faces using JHeadStart. For the moment, I am studying the way we must modify the JHS templates to adapt each element to our needs.
    As it's told in the JHeadStart Developer's Guide, there are two ways to customize Look & Feel:
    1) Modifying the templates
    2) ADF Skinning
    I'm using both methods, but I feel that thay are not good enough to adapt the L&F to our customer requirements.
    My main problem now is in the ADF Table customization. I want to use ADF Table because it offers us a lot of features that are not in the jsf table (the selection column, the table overflow...), and is very usefull combined with the generated JHS code. But at the same time, it doesn't offer a lot of functionality in the look & feel customization. Using JSF Table, I can set the CSS style for headers, rows, columns, the table, I can set the border, cellspacing and cellpadding. But I cannot do
    any of these thing (or at least, I don't see how) with the ADF Table.
    Our customer (a government) have a strict definition of the look & feel of his web applications. They want we use their CSS styles definition file, so they can modify at once the Look & Feel of all their applications. Modifying the L&F through skinning generate other styles, not use the style classes in our CSS (o so I think).
    So, the questions:
    1) There is any way to set the suitable styles for the ADF Table components (headers, rows)?
    1bis) Why, If I have defined a new skin, with only just a few selectors, some styles from oracle are applied? Maybe because the render kit in the 'adf-skins.xml' is "oracle.adf.desktop"? If it is true, how can I make that they are not used, I must implement a render kit or can I use another existent?
    2) Can I decide how looks the select column (for example a button instead of a radio button)? Can I decide where does it goes (right or left)?
    3) There is any way to hidden the text Show/Hide of the showDetail in the table (the tableOverflow), as I can change the icons through skinning? If it is not possible, How can I overwrite the text. I need it in Catalan, but it is shown in English for this locale. Where is the message bundle I should overwrite?
    4) There is any way to force a tree to start fully expanded?
    5) There is anywhere documentation about the javascript functions used in ADF and their meaning? I think for example in the previous question. If I knew which javascript function I should call for expand the tree and its parameters, I could put the call in the onload event of the body.
    6) I use a selectInputDate. I have skinned the launch-icon, and I would like to do a similar thing in the chooseDate that is opened in a new window. But It seems not to be affected for my skinning directives (if I put a chooseDate in the same page, its L&F follow the skinning rules I've defined). I don't know if this dialog is an ADF feature or a JHS generated feature.
    7) There is any way to keep unmodified the id I've choosed for a component? (I mean, an inputText with id="hello" in a form with id="form" will have in the HTML an id = "form:hello", but I would like it to be simply 'hello')
    8) How can I control the position and the size of a dialog (the chooseDate dialog or a dialog I've created)? In the cases I've been testing, it seems the dialog is forced to resize depending on the content. I would like to know if I can establish a fixed size.
    9) There is any way to open a non-modal dialog? (which I could keep open at the same time that another instance of the same dialog)
    For the moment, I think I have no more question. But give me time.... :-D
    The suggestion I've to do is basically more flexible components for a better customization (for example, the styles settings I've talked about previously). ADF components are nice and powerful, but I think they should generate pages that follow the tendencies in the web development: tableless pages (I cannot understand the utility of the objectSpacer existing the margins), use of CSS for layout...
    Any answer, comment or suggestion will be welcome.
    Carles.
    Message was edited by:
    cbios

    I have been able to make the UIX 2.2 and ADF Faces LAF look near identical by updating the oracle-desktop.xss file within UIX 2.2 as follows
    <!-- Change the accent color ramp to tan -->
    <style name="DarkAccentBackground">
    <!--<property name="background-color">#cccc99</property>-->
    <property name="background-color">#d2d8b0</property>
    </style>
    There are still some differences:
    1) A black line appears on the ADF Faces on the 'menu1' facet selected tab below the text. DON'T KNOW HOW TO REMOVE THIS FROM ADF Faces or add it to UIX 2.2!!!
    2) In UIX 2.2 a bulleted list uses the HTML <li> tag. In ADF Faces it doesn't use the HTML <li> tag rather it constructs the bulleted list using lower level HTML tags with the 'bullet' becoming an image, in my browser this means the disc is smaller in Faces. The motivation for this change I think is explained via this post. Since I have no control over how this specific HTML tag is rendered it forces me to replace the /adf/images/bltdscn.gif file in adf-faces-impl.jar with a larger disc!
    http://www.thescripts.com/forum/thread96839.html
    May update this again if there are other things I notice.

  • Being ignored

    My name is David and I've been a Verizon Wireless customer for the past few years. A couple of months ago, I began having issues with a brand new jetpack device. The device was using absurd amounts of data and I had no clue why. I contacted customer service and eventually got in touch with (removed) Smith, a supervisor. We talked about three times over the phone, on separate occasions, trying to figure out what was causing the problem. We reset the device, changed the password, etc., but nothing was fixing the problem. In the meantime, I had taken multiple steps to make sure nothing was using the data on my end. I set up a metered connection, which tracked exactly how much data went through my computer and it was not even close to what the jetpack was saying, despite being the only device connected to it. Ms Smith gave me her email address to stay in closer contact with her while we were trying all of the steps to fix the issue, so I could let her know exactly what I was seeing. The email address she gave me was (removed) Our contact first started in November and she sent me the first email on 12/1/13. The device began using even more data, now at a very alarming rate. In one night, it used 12.5 GBs of data. I spoke with her again on 12/14/13 when I first noticed how much data it had been using. She eventually sent me a new device, stating that the one I had was faulty and she wanted me to let her know when I got the new one so she could monitor the activity and see if it was following the same pattern or if it was acting normal. It ended up working 100% fine and not like the faulty device I had sent back in. She had told me over the phone that she would fix all of the overage charges from when I first got the device since it was messed up. She gave me credit for the total of overage from the first 3 months with the device, but she hadn't fixed the bill that had used 55 GBs of data, which was the last cycle in which I had that particular device.
    The last time I heard from Ms. Smith was on 12/31/13 when she had told me she was going to fix the charges. In the meantime, I was left waiting to hear that the fourth and final month had been taken care of, so the $460 worth of overages was still sitting on my bill. On 12/31/13, she emailed me asking for my number to reach me on so she could call me that day. I responded with my number, but never received a call. A week later on 1/6/14, I emailed her again with my number, telling her that I wasn't sure if she had received my email or not, but I was still waiting. As of 1/21/14, I had still not received a call, so I emailed her again telling her I needed to talk to her ASAP so we could get everything resolved and I could pay my bill. I also mentioned that I needed to have my data plan changed back to normal (16 GBs) rather than the 30 GB plan because it was too much. I had been bumped up to 30 GBs during that big month of overages, to try and prevent extra charges. A little less than a week later on 1/26/14, I emailed Ms. Smith once again, telling her I was worried about my service getting cut off and I needed to speak with her ASAP. I mentioned that I did not want to have to start from scratch with someone else.
    On 2/6/14, I woke up to discover that my service had indeed been turned off. I called and spoke with someone in customer service, explaining what had been going on. I was told by that representative that her supervisor would call me between 8-10 PM that night, but in the meantime my service would be temporarily restored. I never received a call. Around 10:30, I called back to try and speak with someone else. I was put through to another representative, once again having to explain what had been going on. This representative told me that I would have to wait for a call back from his supervisor, because he would be leaving at 11:00 PM. I explained to the representative that I was already promised a call back that night and didn't receive a call, so I had to have it taken care of because my service was shut off. His supervisor took my call and told me that there wasn't much they could do, because Ms. Smith had already started my case. He said they would send her an email, telling her she needs to contact me. He told me that he would have someone from his team call me back within 24-48 hours to see if she got in touch with me and if not, I would start from scratch with them.
    In the meantime, I sent Ms. Smith an email the next day on 2/7/14, telling her my service had been shut off and I tried calling the night before to speak with someone else, but they couldn't do much for me because she had already been working with me. Again, I never did get a response.
    Monday 2/10/14 had come along and once again my service was turned back off. I never did receive a call from the supervisor I spoke with on 2/6/14, who had promised me his team would call me back no later than 48 hours. So, again, I called to try and speak with someone else. I eventually got through to another supervisor, but after I explained to him what had been going on, the call was disconnected. I waited for about 30 minutes to see if he'd call back, but he didn't. Once again, I called to try and speak with someone else. I was directed towards the financial department and I explained to them that I was just talking with someone and was disconnected, so I was hoping to get back to them. I was told that there was no way to trace me back to the man I was speaking with. I then explained to that representative what was going on and she told me that if I paid the actual monthly access portion of my outstanding bill, my service would be restored and she would promise to put a note on my account to not turn it off again, because I was working to have the charges fixed. I paid the monthly access and she then transferred me to technical support to have someone in that department help me further. I then explained my story to the technical representative and she told me that her supervisor was not on-duty at the time, but she was preparing an email to send to her and she would definitely get back to me by the end of the week. That was two weeks ago from today and I've yet to receive a call from anyone.
    Once again, I woke up today to find that my service had again been shut off. I called in and spoke with financial services and explained to them what has been going on and she said if I went ahead and paid my bill that had just come due for last month, she could turn it on. So, that's what I did, but I'm still left in the dark as for the future.
    I am so beyond frustrated with this entire situation, that I have no clue what to do. I've told this story to at least ten people and I've gotten no where. To say that I feel like I'm being ignored, is an understatement. I can send y'all the entire transcript of emails with myself and Ms. Smith, proving that I've been trying to contact her for the past month and a half. This whole situation has gone further than the simple problem of the overage charges. It has now risen to a ridiculous level that I am being ignored by what seems like the entire company as a whole. How many times do I have to call to where I can finally work with one person who will help fix the problem? How many times can one customer be told that he will be contacted and he never receives a call? At this point, I am more than prepared to go over to Sprint and cancel my service with Verizon. The $460 that I am being raked trough the coals for will be nothing compared to not having my business for years to come. I am also prepared to contact and file complaints with the FCC or BBB for the fact that I have done absolutely everything in my power, including going in to a local store, to speak with someone about my issues. Like I said, I have the emails proving that I've been ignored and I can show them to y'all or to them. I don't know what to do anymore and I'm tired of calling and starting over with a new representative then being transferred around in loops where I have to re-tell the entire story again, so this is my last resort. If I don't get help by the end of the day, I'll be somewhere else tomorrow.
    Private info removed as required by the Terms of Service.
    Message was edited by: Admin Moderator

    Hi Barry,
    I am sorry about the mix up with the order, could you send me a PM of your contact details? Please include the email address you used to contact support.

  • I have replied to you three times now without reply. I DID NOT authorise a payment of £9.99 for NowTV. What is the solution to getting my money refunded. I think you assume I will go away after being Ignored. No I will not go away. I find now that you hav

    I have replied to you three times now without reply. I DID NOT authorise a payment of £9.99 for NowTV. What is the solution to getting my money refunded. I think you assume I will go away after being Ignored. No I will not go away. I find now that you have DISABLED MY APPLE ID. Is this a punishment you use to anyone who takes up a stand against charges being made unauthorised on their account?. Please tell me why you have disabled my account. When will my account be restored? If not when will you refund ALL my purchases made to APPLE/ITUNES? I can then move on to another brand and hopefully better customer service. After reading articles regarding APPLE ID DISABLED it appears common practice from your company to DISABLE anyone's account if they question unknown charges. Please reply with your intentions regarding  the unauthorised payment and the DISABLING of my account.
    David Forrester.
    Sent from my iPad
    On 18 Mar 2014, at 09:20, iTunes Store <[email protected]> wrote:
    Follow-Up: 319042795
    Hello again,
    I wanted to send a quick note to see if you are still experiencing any difficulties with the iTunes Store. Resolving your issue is important to me, so please don't hesitate to reply if you need any further assistance.
    Sincerely,
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/ww/
    Dear David,
    Welcome to iTunes Store Customer support.
    I understand that you have been charged an additional 9.99 GBP for a purchase that not authorized. I know how eager you are to know more about this purchase and I am happy to look into this for you.
    David, the purchase worth 9.99 GBP was for a day pass from "NOW TV for Apple TV." To review your iTunes Store account's purchase history, please follow the steps in this article:
    iTunes Store &amp; Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/HT2727
    Please reply to this email and let me know if this purchase was unauthorized.
    Thank you for being an iTunes Store customer. Have a great day!
    Sincerely,
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/ww/
    Lang_Country: en_gb
    User Storefront: UK
    Concern Type: Problem Not Listed
    Web Order #:
    Content Title: NOW TV Day Pass
    Provider Name: BSkyB
    Track IDs: []
    Purchase Date : 2014-03-16 12:33:48 Etc/GMT
    Purchase Device : Apple TV
    Comments : I am being charged for what is listed plus another _9.99 for Apple TV pass. Did not authorise this _9.99 charge and not sure what it is exactly.
    <Personal Information Edited by Host>

    This is a user-supported board. You are not addressing Apple here. Nor is it a good idea to post your private information to a public forum. You should edit your post immediately.
    Unfortunately no one here can access your support history. You must respond to the emails directly.

  • Is the task-flow input parameter class value being ignored by the framework

    hi
    Although I don't remember where, I think I read or heard about the task-flow input parameter class value that it is "being ignored by the framework".
    One example of this could be what is currently in the UI Shell sample application available
    at http://www.oracle.com/technetwork/developer-tools/adf/uishellapp-134633.zip
    It has in its task-flow in "flows\second.xml" an input parameter configured like
      <task-flow-definition id="second">
        <!-- ... -->
        <input-parameter-definition id="__3">
          <name id="__2">tabContext</name>
          <value>#{pageFlowScope.tabContext}</value>
          <class>oracle.ui.pattern.dynamicShell.TabContex</class>
          <required/>
        </input-parameter-definition>
        <!-- ... -->
      </task-flow-definition>Notice the missing "t" at the end of the class name "oracle.ui.pattern.dynamicShell.TabContex".
    Still this task-flow configuration does allow to use expressions like "#{pageFlowScope.tabContext.selectedTabIndex}", which suggests that the class value is indeed "being ignored by the framework".
    (see also forum thread "does the UI Shell sample break encapsulation in its task-flows"
    at does the UI Shell sample break encapsulation in its task-flows )
    All relevant references (bug numbers, documentation, blogs) explaining about this task-flow input parameter class value are welcome.
    If no such references exist, maybe someone from Oracle can give some feedback.
    many thanks
    Jan Vervecken

    fyi
    The feedback below was posted in the forum message
    at Re: does the UI Shell sample break encapsulation in its task-flows
    Richard Wright wrote:
    That appears to be a bug for which I am seeking confirmation.There is an enhancement request (i.e., 9377487) submitted over a year ago, that describes this behavior. It is listed as an ER as our documentation (e.g., Fusion Developer's Guide for Oracle ADF, online help ) does not specifically state that Java class for the input parameter definition is checked for type. Further anything using EL is untyped. So the expectation that types are enforced is somewhat puzzling to the development team.
    However, there is an acknowledgment within circles of the development organization, that some might come to have this expectation. One trigger might be the definition itself. The other is the existence of a design time audit on the definition. For example, if the class is specified inaccurately (e.g., typo), there is an audit warning to report "not found."
    Under consideration are a number of framework proposals to check for type without breaking backward compatibility or adding overhead to the production environment.
    In the interim, the following recommendations are given.
    Unless this breaks or can break your app in some way, no need exist for change. Nevertheless, if this is a real concern, write a test or consider a java assertion. By default, assertions are disabled at runtime. There is no need to override that default.I have been able to find enhancement request 9377487, "TASK FLOW PARAMETER VALUES NOT VALIDATED ACCORDING TO CLASS", on My Oracle Support. It currently has "Status 15 - To Internal (Oracle) Review" and "Updated 16-Dec-2010".
    In the context of service request 3-4185839067 recently bug 12838099, "THE TASK-FLOW INPUT PARAMETER CLASS VALUE BEING IGNORED BY THE FRAMEWORK", has been filed and it currently still has "Status 16 - Bug Screening/Triage".
    - about "... the expectation that types are enforced is somewhat puzzling to the development team ..."
    Hmm, strange ... so what are people supposed to expect when there is an option to configure a class name for a task-flow input parameter?
    regards
    Jan

  • Is my cfif IsDefined being ignored?

    I have a form that allows a user to upload up to 3 images.
    They don't need to upload all three. For example, I get an error if
    I don't upload all three images.
    Despite having a <cfif> that uploads only if an image
    if the field name is defined, I still get a "The form field Image2
    did not contain a file" error. It seems my <cfif> is being
    ignored and trys to upload a field that is not defined? Any ideas?
    Thanks Rick
    FORM PAGE
    form action="act_uploadimage.cfm" method="post"
    enctype="multipart/form-data">
    <input type="file" name="Image1" >
    <input type="file" name="Image2" >
    <input type="file" name="Image3" >
    <input type="submit" name="Submit" value="Upload">
    ACTION PAGE
    <cftransaction>
    <cfquery name="Product" datasource="wioDB">
    SET NOCOUNT ON;
    INSERT INTO Products (CatID, USerID, Designer, Model, Color,
    DressSize, Price, Material, Description)
    VALUES ('#Trim(FORM.CatID)#',
    '#Trim(SESSION.Auth.UserID)#',
    '#Trim(FORM.Designer)#',
    '#Trim(FORM.Model)#',
    '#Trim(FORM.Color)#',
    '#Trim(FORM.DressSize)#',
    '#Trim(FORM.Price)#',
    '#Trim(FORM.Material)#',
    '#Trim(FORM.Description)#');
    SELECT @@identity AS ProdID FROM Products;
    </cfquery>
    <cfif isdefined("form.Image1")>
    <cffile action="upload" filefield="Image1"
    destination="D:\inetpub\woreitonce\users\uploads\"
    nameconflict="makeunique" accept="image/*" >
    <cfquery datasource="wioDB">
    INSERT INTO Images (ProdID, Image, IsPrimary)
    VALUES (#Product.ProdID#,'#file.ServerFile#',
    '#FORM.IsPrimary#')
    </cfquery>
    </cfif>
    <cfif isdefined("form.Image2")>
    <cffile action="upload" filefield="Image2"
    destination="D:\inetpub\woreitonce\users\uploads\"
    nameconflict="makeunique" accept="image/*" >
    <cfquery datasource="wioDB">
    INSERT INTO Images (ProdID, Image, IsPrimary)
    VALUES (#Product.ProdID#,'#file.ServerFile#',
    '#FORM.IsPrimary2#')
    </cfquery>
    </cfif>
    <cfif isdefined("form.Image3")>
    <cffile action="upload" filefield="Image3"
    destination="D:\inetpub\woreitonce\users\uploads\"
    nameconflict="makeunique" accept="image/*" >
    <cfquery datasource="wioDB">
    INSERT INTO Images (ProdID, Image, IsPrimary)
    VALUES (#Product.ProdID#,'#file.ServerFile#',
    '#FORM.IsPrimary3#')
    </cfquery>
    </cfif>
    </cftransaction>

    I have almost the same situation and when I changed my cfif
    to check for blank, it worked.
    So my question now is when are you suposed to use isDefined
    and when are you suppose to check for blank ?
    If a field in a form is left blank, does that mean that it
    does not exists, therefore using isDefined, or does that mean that
    it exists but contains a blank value ?
    I have the following code below. The first one works and the
    second one does not, but I changed it to check for blank and now it
    works, so I am a little confused now. What does isDefine do and
    when should it be used ?
    <cfif isDefined("form.output_type")>
    <cfset session.output_type = "#form.output_type#">
    <cfelse>
    <cfset session.output_type = "screen">
    </cfif>
    <cfif form.email_address is not "">
    <cfset session.email_address = "#form.email_address#">
    <cfelse>
    <cfset session.email_address =
    "[email protected]">
    </cfif>
    Thanks

  • Linux: Look&Feel (Novell openSUSE 10.3, KDE, Java 6)

    I installed Java 6 Update 3 (JDK and JRE) on my openSUSE 10.3 / KDE system. It's running great, however, Java applications don't use the Look&Feel of KDE but the Java default one (even the Java Control Panel).
    Is there a way to change this, so that Java applications uses the Look&Feel of KDE (QT) or GNOME (GTK), depending on which GUI is being used?
    Thanks!

    I installed Java 6 Update 3 (JDK and JRE) on my openSUSE 10.3 / KDE system. It's running great, however, Java applications don't use the Look&Feel of KDE but the Java default one (even the Java Control Panel).
    Is there a way to change this, so that Java applications uses the Look&Feel of KDE (QT) or GNOME (GTK), depending on which GUI is being used?
    Thanks!

  • ADF Faces - Look & Feel

    Hi,
    Is there a way to keep the RI's look & feel
    for certain components such as command button?
    Thanks

    In general, skinning APIs are being worked on for coming releases of ADF Faces. However, for now, you could simply just use <h:commandButton> instead of <af:commandButton>.

  • Calendar Free/Busy permissions being ignored for users migrated from Exchange 2003, fine for new users created on Exchange 2010

    I have uncovered a situation where it seems the free/busy permissions are being ignored for users that were migrated from Exchange 2003 to Exchange 2010.
    I have the default permissions set to only show Free/Busy Time, not Details.  However if I look at the calendar for a users who was migrated from the old Exchange 2003 server, I can see details.  If I look
    at a newer user who was added directly to the Exchange 2010 server, I (correctly) only see the times and "Free" or "Busy", not the specific details.
    I verified the permissions on the migrated mailboxes many different ways (Exfolders, cmdlets, etc) and all signs point to only allow showing Free/Busy Times, but alas, I can still see the Details as well.
    My users are using Outlook 2010.

    Hi,
    Does this issue occur on Outlook only or both Outlook and OWA?
    Since you have double checked the permissions via multiple methods, it seems there is nothing problem on permission. Please make sure the migration from Exchange 2003 server completed successfully.
    If in OWA everything goes well (cannot see details), it should be an issue on the Outlook client side.
    I suggest run Outlook under safe mode to avoid some AVs and add-ins.
    I suggest re-create profile to refresh the caches.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Logging into Drupal 4.7 being ignored by both simulator and actual 8830

    I'm really confused here, I have a Drupal web app that I'm trying to log into via Blackberry device, and my (correct) log ins are being ignored:
      1) welcome page
      a) go to log in screen
      2) log in screen
      b) log in
      3) log in screen (with no errors on screen or in logs)
    when it's supposed to be:
      2) log in screen
      b) log in
      3) "you are now logged in" screen
    This is working correctly with these combinations:
    (WAMP+Drupal 4.7) <-> Firefox
    (WAMP+Drupal 4.7) <-> 8830 simulator
    (LAMP+Drupal 4.7) <-> Firefox
    And ignoring the successful login with this combo:
    (LAMP+Drupal 4.7) <-> 8830 simulator
    (LAMP+Drupal 4.7) <-> 8830 hardware
    The login is correct (same username & pass in all combos), and no PHP or other errors are being recorded in the application or Apache logs.  I've deleted and re-accepted (the bad) server certificates in both the simulator and Firefox.
    What should I try next? Where else should I be looking?

    Hi,
    Do you have any specific questions? We'll certainly try to help you, but we won't do your homework for you. That wouldn't help you learn at all.
    I recommend looking over the learning materials here, they're quite good for getting started with PowerShell:
    http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Smoothcam filter attached to clip but being ignored?

    I moved raw files around and reconnected the media in FCP, but for some reason the SmoothCam filter that was associated with the clips doesn't seem to be working anymore even though I re-rendered. I also tried removing the filter and re-processing the filter and re-rendering again.
    The filter shows up in Filter tab for each clip as being attached and working, but it's obvious that its being ignored when I play the clip from the timeline.
    Any thoughts?

    Go to the original folders where your files were stored and look for files with white icons and .mtdf extentions. These files contain smoothcam analysis data. Move those files to the same location of the smoothcamed files or simply trash them>remove smoothcam filter and apply it again. In the latter case the new .mtdf files will appear in the current movie files location.

  • Pagination scheme settings being ignored in Theme15. Light Blue

    We are currently using version 3.0.1.00.08 of Oracle Application Express.
    I am experimenting with using a different theme for our next set of Apex developments to make them look different from the ones we have created in the past and I have found that when using the Theme Light Blue (theme 15), when I have a report region and set the pagination scheme and display position it is ignoring my settings and still printing the pagination on the right hand side at the bottom of the region.
    I have tried various pagination settings whilst in theeme 15 and they all appear to be ignored when using this theme, If you switch to other themes eg blue tan then the pagination settings which I have set work.
    Can anyone explain why pagination scheme and pagination display positions are being ignored in the light blue theme?
    Regards
    Kay

    Hi Kay,
    For the pagination to appear at the top etc, the template used needs to support it (essentially including the #TOP_PAGINATION# substitution string).
    If you take a look at the report template in both of those themes you will see a difference in the Pagination Subtemplate section.
    Everything to do (or at least a huge majority) with how the report is displayed is down to the template, so if particular substitutions aren't included in the template then it won't matter what options you choose...they simply won't be included.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

Maybe you are looking for

  • How do you stop lists of previous comments from popping up in Facebook when you try to enter a new comment?

    I have the same problem as this person but the response to him didn't have anything to do with the mobile version (even though it's right there in the title): https://support.mozilla.org/en-US/questions/961467?esab=a&as=aaq I'm running mobile Firefox

  • Confused on my new BofA card

    I believe mine was charged within the first month or two. I know when the first statement cut and they reported to the bureaus, they did report the $39 fee. Keep your eye out for it, it will come. Edit: I just re-read your post. You definitely should

  • Using multiple but different keyboards on the same machine

    I have a MBP with a default English keyboard layout. I plan to buy a wired Apple keyboard with numeric keypad with a Japanese layout. I will definitely go back and forth between the two keyboards. I am wondering if there are other people out there us

  • Upgrading from CS4

    Hi, I'm wondering what (if any) are my options for upgrading. I've got InDesign CS4, and Photoshop, Illustrator and Dreamweaver CS5. All ME versions. All individual licenses. I definitely want to upgrade to the new InDesign (why? most useful feature

  • Is CS5 upgrade still available for a Mac?

    I am thinking of getting an Intel Mac as the software on my G5 PPC Mac is showing its age. I have CS4, which will run on an Intel, but would like to upgrade to CS6; unfortunately Adobe say the upgrade price for CS6 only applies to CS5 and CS5.5. Whic