UI theme designer not working

UI5 addons are newly installed in our ERP 6 EHP6 system. But /UI5/THEME_DESIGNER in logon throws " This Function is not possible" .
Checking in SICF / default_host / bc / theming by activating the service and testing in the browser throws a " 403 Forbidden "
attached is screenshot of UI addons installed . Any suggestions are appreciated.

In my previous reply, I said that no config is required to launch theme designer. I have not said anything about fiori etc.
I guess your question is about theme designer not working right. and the answer is you need to open the transaction as /n/UI5/THEME_DESIGNER
Regards,
Chandra

Similar Messages

  • Switch Theme is not working in apex 4.2.Plz  help me out.........

    Hi.......
    Switching from one theme to another theme is not working in apex 4.2..............
    Thanx in advance

    Hi!
    Same problem.
    Upgraded from 4.1 -> 4.2.
    Change theme from slightly modified Green theme (in mine case 101 is number and original was 11, One level Tabs) to Theme 25 Blue Responsive.
    Login page for instance doesn have "Login Region" for instance (not in LOV). And all pages are softly said strange.
    All have DISPLAY problem described on "http://1.bp.blogspot.com/-GzseTk6Lpes/UHvJkg9GulI/AAAAAAAAHRQ/Wt406GGZADQ/s640/Screen+Shot+2012-10-15+at+10.25.29.png", but without many parts that Dmitri describe.
    Rg
    Damir

  • Change Theme VBS Not working... Thoughts?

    I was asked to move this to scripting... Any help is appreciated.
    This is the Script we use today for Windows 7, but this does not work for Windows 8 / 8.1.  When running it keeps bringing up the Desktop Icon Settings Box???
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:""ThemeLocation\MY.theme"""
    Wscript.Sleep 1600
    WshShell.AppActivate("Desktop Properties")
    WshShell.Sendkeys "%FC"
    WshShell.Sendkeys "{F4}"

    There's no guarantee that calling rundll32.exe to execute a shell32.dll function is going to work. I would guess it's even a side-effect that it "works" in Windows 7. It's important to understand that the rundll32.exe was designed only to run exported dll
    functions with a very specific signature. These blog postings provide some background:
    Throwing garbage on the sidewalk: The sad history of the rundll32 program
    What can go wrong when you mismatch the calling convention?
    What's the guidance on when to use rundll32? Easy: Don't use it
    Perhaps if you were to explain the goal/purpose?
    Bill

  • My Lumia 720 theme is not working after Amber upda...

    Hi,
    Today I updated my Lumia 720 with amber update . I got all the new feature like Glance , color profile etc. but now theme color are is not working. On change of theme color, tiles color is not changing. Tiles are always in black color.
    I am also not able to set lockscreen image it is always coming blank black screen.
    Please suggest.
    Solved!
    Go to Solution.
    Attachments:
    wp_ss_20130930_0001.png ‏74 KB

    try a soft reset by pressing volume down + lock keys until your phone vibrates.
    The silence will fall

  • Loading multiple SWFs and storing them (code not working under Firefox 23 and Chrome)

    Hey guys,
    Anyone has any idea why this code suddenly don't work anymore? (It works under internet explorer but not firefox and chrome
    The code under is placed on my main swf to preload all my external swfs and store them for not having to wait too long to access them.
    Thx guys.
    I took the code from here btw: http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs#snippet
    I'm running flash player 11.8.800.94... It used to work under Firefox and Chrome
    var _swfLoader:Loader;
    var _swfRequest:URLRequest;
    var _swfPathArr:Array = new Array("00.swf", "01.swf", "02.swf");
    var _swfClipsArr:Array = new Array();
    var _swfTempClip:MovieClip;
    var _loadedSWFs:int;
    startLoading(_swfPathArr);
    function startLoading(pathArr:Array):void {
    _swfLoader = new Loader();
    _swfRequest = new URLRequest();
    loadSWF(pathArr[1]);
    function loadSWF(path:String):void {
    setupListeners(_swfLoader.contentLoaderInfo);
    _swfRequest.url = path;
    _swfLoader.load(_swfRequest);
    function setupListeners(dispatcher:IEventDispatcher):void {
    dispatcher.addEventListener(Event.COMPLETE, onSwfComplete);
    function onSwfComplete(event:Event):void {
    event.target.removeEventListener(Event.COMPLETE, onSwfComplete);
    _swfTempClip = event.target.content;
    _swfTempClip.customID = _loadedSWFs;
    _swfClipsArr.push(_swfTempClip);
    if(_loadedSWFs <_swfPathArr.length - 1) {
    _loadedSWFs++;
    loadSWF(_swfPathArr[_loadedSWFs]);
    } else {

    Hi kglad,
    The problem was coming from my server.
    I recently played with some settings  from a "cache control tool" offered by my hosting but i thought i had it back at default. Turns out i must've missed something. Now i have the .html caching on and everything works good on all browser.
    I have another question tho...
    I'd like to know if there's a way to cache an html file without having to ask my hoster to cache all of my htmls...
    I'm using this code now but maybe there's a way to add something that will cache this page specifically?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>title</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="fluid_site.js" language="javascript"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
    </head>
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script>
        if (AC_FL_RunContent == 0) {
            alert("This page requires fluid_site.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                'width', '100%',
                'height', '100%',
                'src', 'index',
                'quality', 'medium',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'devicefont', 'false',
                'wmode', 'window',
                'id', 'index',
                'name', 'index',
                'menu', 'false',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'index',
                'salign', ''
                ); //end AC code
    </script>
    <body>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="index" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="MENU" value="false">
        <param name=wmode value=window>
        <param name="movie" value="index.swf" /><param name="quality" value="medium" /><embed src="index.swf" quality="medium" width="100%" height="100%" wmode="direct" name="fluid_site" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    Thanks

  • Condition - Query Designer not working in BEx

    Hi all,
    I have used Condition in my Query in Query designer. it is to calulate the top 10 customer. when i execute the report in RSRT , condition is not working properly.
    But, at the same time , i am executing my same query on portal and condition is working on portal.
    We are on EHP 1 . please suggest.
    Regards,
    Macwan James.

    Hi James,
    There are certain functions about condition which are only available for 7.x runtime (Java Web, Portal) and are not available for 3.x runtime (transaction RSRT, BEx Analyzer, ABAP Web).
    For example this one:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/2695d2fd2f0d23e10000000a1553f7/frameset.htm
    ●      Most Detailed Characteristic Along the Rows or Columns
    This option is optimized for threshold value conditions. The condition is applied to the most detailed characteristic of the rows or columns.
    Note that this function is not supported when executing the query in the BEx Analyzer.
    If you have set to "Most Detailed Characteristic Along the Rows or Columns" in Query Designer, portal would execute properly according to this setting while RSRT would use one of the other two settings (seems to be "Single Characteristics and Characteristic Combinations" as I remember) which lead to unexpected result. This is my assumption how it is in your case.
    Regards,
    Patricia

  • Lumia with regular design not working

    Hello, I just signed up this forum cause I have a problem with no solution. Usually, as a good programmer and webdesign, I solve all my problems on my own but am a new developer in Nokia and there is no way out to this problem.
    Said that, I an creating an intranet and it has some small effects with jQuery and nothing else. It uses a lot of Java but all very basic. It was all working fine till yesterday when my clients started complaining that could not login in their Lumia facing a 404 Not Found page.
    The error is really strange cause I can open the website in any computer and any device. But when I also tried to open it on Lumia it shows the same message! The problem is that the Lumia does not even allow the users to login in the intranet cause the main page is not even appearing! It shows the 404 error right when opening the main domain. It's a Lumia only problem cause the website renders very well in any other device I could test so far.
    Has anybody experienced this kind of problem?
    NOTE: I undid all the small updates done in the website in the last 2 days but the problem still persists! I am getting crazy cause clients do not stop complaining. I am telling then to use a normal notebook and it's saving me for a while but it's really sad it does not open in the phone.
    Thank you for any light! Any any any light!
    Solved!
    Go to Solution.

    While the site is not very 'mobile friendly' it loads fine on my L620.. Not sure what the issue may be for others. The only thing not working seems to be the slideshow.
    I'd suggest you take this to the developer support site as you are posting this to a user to user support board now.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Cutomer theme is not working properly

    HI,
    we have upgraded our portal version from EP6.0 sp 9 to EO 7.0 SP9. after upgrade customer theme is not displaying properly. like tabs ,font size are displaying with improper format. can any one tell me what needs to be done. But SAP standard themes r displaying corrrectly.

    Hi,
    we had the same problem last summer.
    We migrated from EP6 SP2 to NW04. Theme was ok.
    Then upgraded from NW04 to 7.0. Theme was corrupted, web dynpros were not usable.
    You just need to export the EP6 theme, then import it in EP 7.0. No need to delete the old ep7 one.
    You may have to restart the j2ee.
    Brad

  • I'm getting this error "system uptime in nanosecond" and I have IOS and Xp both of them are not working. Thank you

    In the bugging they told me its a software problem, and I need to format all my hard drive. But now it's all not working (I didn't format or change anything) and I have some important information in my hard drive. Any one know what I can do? Help please

    What is the issue? Please exain what goes wrong in more detail.

  • 3.5 Query Designer not working after GUI 7.1 installation

    Hello Experts,
    I just installed SAP GUI 7.1 after desinstallation of 6.4 with following patches:
    - GUI Patch level 12
    - BW 3.5 for GUI 7.1
    - Gui Patch level 801
    This order seems to work for my colleagues.
    The problem is the following : Bex analyser works fine but not the Query Designer
    It is launched but after that is blocked and then dissapears ...
    Any idea,
    thanks in advance,
    regards,
    Thomas

    Thanks,
    Same problem ...
    By the way, my problem has been solved by changing display options (Windows XP theme)
    Thanks,
    Tom
    Edited by: Thomas Debacker on Aug 12, 2009 3:32 PM

  • Query Designer not working with Aggregation Levels on BW 7.30

    Hi,
    Every time I try to create a query on top of an Aggregation Level that I created with the new ABAP based RSPLAN transaction.
    If somebody can help me out I'd appreciate it.
    By the way, we don't have the Java stack, but we are currently using BO4's JVM as we're on ramp up.
    This is the error that I get when trying to create the query:
    QD Revision 667
    ERROR ID: E-ONGUIUNHANDLEDEXCEPTION
    And this is the error log:
    1:42:13 p.m..319: Info: Query Designer Start. Revision: 667
    QDbCommandBase::Execute  - Standard View
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - Documents
    QDbCommandBase::Execute  - Where-Used List
    QDbCommandBase::Execute  - Properties
    QDbCommandBase::Execute  - Properties
    QDbCommandBase::Execute  - Messages
    QDbCommandManager::ItemClickedHandler - Bar clicked: NewQuery
    QDbCommandBase::Execute  - New...
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - Documents
    QDbCommandBase::Execute  - Where-Used List
    QDbCommandBase::Execute  - Messages
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Properties
    -EXCEPTION-START- 1:42:52 p.m..416: TRACE EXCEPTION  ---
    Exception Name: TargetInvocationException
    Exception Message: Exception has been thrown by the target of an invocation.
    Exception    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.PropertyGet(Object iPropertySource, String iPropertyName)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueGetDefault(Object iPropertySource)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.pValueDefault()
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueDefault()
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueResolved()
       at com.sap.bi.et.QueryDesigner.QDpPropertyMulti.SetFirstProperty(QDpPropertyBase iProperty)
       at com.sap.bi.et.QueryDesigner.QDpPropertyMulti.Add(QDpPropertyBase iProperty)
       at com.sap.bi.et.QueryDesigner.QDuPropPageQuery.ToDialog()
       at com.sap.bi.et.QueryDesigner.QDuPropPageBase.ToDialogCore()
       at com.sap.bi.et.QueryDesigner.QDuPropPageBase.set_CommandContext(QDbCommandContext Value)
       at com.sap.bi.et.QueryDesigner.QDuPropPages.EnablePage()
       at com.sap.bi.et.QueryDesigner.QDuPropPages.ContextChangedHandler(Object iSender, QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.ContextChangedEventHandler.Invoke(Object iSender, QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.OnContextChanged(QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CalculateContext(QDcView iViews, QDeAreaType iAreaType)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CalculateContext(QDbElement iElement)
       at com.sap.bi.et.QueryDesigner.QDbCommandPropertiesQuery.ExecuteCommand()
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CommandExecute(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.InitialCommandExecute(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoExecuteCommandInternal()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoExecuteCommand(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.ItemClickedHandler(Object sender, BarItemClickedEventArgs args)
       at com.sap.bi.et.QueryDesigner.QDdEventDispatcher.MenuItemClickedHandler(Object iSender, BarItemClickedEventArgs iE)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarManager.OnItemClicked(BarItemClickedEventArgs args)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.OnItemClicked(EventArgs args)
       at com.sap.bi.et.QueryDesigner.QDiBarItem.OnItemClicked(EventArgs args)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.PerformClick()
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarRenderer.OnMouseUp(MouseEventArgs e)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.OnMouseUp(MouseEventArgs e)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Full Stack:   at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       at System.Windows.Forms.Control.WndProcException(Exception e)
       at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    -EXCEPTION-END----
    -CALLING-FROM- 1:42:52 p.m..416: TRACE EXCEPTION  ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       at System.Windows.Forms.Control.WndProcException(Exception e)
       at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()

    Hi,
    it seems that you are already using the most recent query designer version. Is your SAPGUI also the most recent version? If yes, open a OSS ticket. If not reinstall the SAPGUI and the BEx tools. I am also working with this query desinger version and I don't have this kind of problem.
    Regards,
    Gregor

  • Is it possible for a theme to 'not work'

    Hi all,
    Twice I've made a movie in iMovie, saved it with chapters, opened up a new theme in iDVD, droped the iMovie file in the iDVD window and saved as a disk image. It works fine, but when I burn to disc it just won't play on my stand-alone player. Fine on the Mac, though. I then repeat the whole process. Even use different media. Still doesn't work. Then when I choose a different theme it works fine. Twice this has happened. It could all be coincidence, but I can't think what changed apart from the new theme.
    Has anyone else found this happening? Logically it doesn't make sense, but I regard those themes as jinxed and am loathe to use them again considering the time it takes to burn.

    Hi James,
    Don't worry about sounding uninformed cos if you don't ask you don't know.
    Well, in all the projects I have made I have never used the disc utility to burn a project. I always burn from iDVD and make copies using Roxio Popcorn (the joys of having two DVD-R/Ws) so I can't really advise you on how to change the burn speeds in the disc utility. As a guess I would say it is one of two ways, either in the preferences or by holding down 'control' when you click burn. But, your question about changing burn speeds from x8 to x4 is correct. If you are using x8 media halve it and the same with x4 media as an experiment. Your problem could also arise from using other apps while iDVD is creating the disc image, although as your DVD will play on your computer it is more than likely to be a problem in the encoding proccess of your burn.
    Just as a thought. Have you tried burning directly from iDVD? I think you should try it and see if the problem playing on your Sony player still arises and, of course, let it burn overnight while you are not using the computer. Try it first at the default speed of the media and if it doesn't work try it at half the speed of the media.
    Just another tip. This is not related to your current problem, but after burning a few DVDs and downloading stuff from the net you should clean your caches. A corrupted system cache can cause burn errors too, although not the kind you are experiencing. I attached a link to Onyx. A very user friendly and 'free' cache cleaning app. It does a few other tricks too, like running daily, weekly and mothly cron scripts and repairing permissions. You'd normally run this bi-monthly for heavy use or monthly for normal use. If you can keep your machine in good condition it is easier to narrow down problems when they occur. "An ounce of prevention is....."
    I am sorry there seems to be no easy fix to determine the reasons for your DVDs not playing on your Sony D/L player, but I hope I have given you enough info to start narrowing down the possible causes. Please post back with progress reports as they occur. I am interested to see if you can nail the problem.
    Onyx - http://www.titanium.free.fr/pgs/english.html

  • FB3 Designer not working correctly

    This is a FB2 project that I've converted to an FB3 project.
    This issue is not seen in FB2.
    I'm building a control that is a descendant of mx:Canvas
    In the designer I don't set height and width of the Canvas. I
    have various controls in the canvas (at design time).
    One of these controls <mx:image> is way off to the
    right. When in the designer, the containing canvas seems to be
    pretty small (shows as a white are with scales on the top and
    left). However, this area does not encompass the <mx:image>
    control that is really contained within the canvas. I don't even
    see it. As in there is absolutely no indication that there is
    anything outside of the boundaries of the canvas.
    If I intentionally set the width to a large amount, I'll see
    the <mx:image> control. But this is not what I want to do and
    nor did I have to do this in FB2.
    So is this a bug or as designed? I certainly hope this is not
    as designed.

    Hi Shiv,
    I just tried with the following in our lastest FB 3 build:
    Create a new MXML Component file based on Canvas with no
    width and height. When this file is open in Design view, its design
    area is "400 x 300" by default.
    If I add an image to the file that's outside the current
    design area (for example in the attached code below.)
    Then this image is "invisible" in design view because it's
    outside the design area.
    If I change the design area (from the design view toolbar) to
    either "Fit to content" or a bigger custom size, then the image is
    now visible. FB would remember the previous design area setting
    after closing and reopening the file. That way you don't have to
    change the ACTUAL width/height of the Canvas but you can work with
    your controls.
    thanks,
    Sharon

  • In Design not working after Adobe software update....

    Updated software for Creative Suite 5 and it stopped all programmes from working. Reinstalled - photoshop and illustrator are now back on track but In Design still has problems. Type tool not coming up and various shortcuts can't be accessed. Speaking to Adobe is like trying to get an audience with the Pope! Any ideas gratefully received

    Hello Antony Miller,
    Thanks for using Apple Support Communities.
    To troubleshoot printer issues on your Mac please follow the steps in the support article linked to below.
    Troubleshooting printer issues in OS X
    Take care,
    Alex H.

  • Monodevelop Stetic Designer Not Working

    Just installed monodevelop 5.0.1:
    Mono 3.10.0 (tarball Mon Oct  6 20:46:04 UTC 2014) (64-bit)
        GTK+ 2.24.25 (Raleigh theme)
    I have no DE and am using spectrwm WM.
    monodevelop works generally, except for the stetic designer.
    I'm trying to use gtk# and have the following packages installed:
    mono 3.10.0-1
    mono-addins 1.1-1
    monodevelop 5.0.1-1
    monodevelop-debugger-gdb 5.0.1-1
    art-sharp 2.24.2-4
    gconf-sharp 2.24.2-4
    gconf-sharp-peditors 2.24.2-4
    gnome-sharp 2.24.2-4
    gnome-vfs-sharp 2.24.2-4
    gtk-sharp-2 2.12.22-1
    libgnome-sharp 2.24.2-4
    I can't open it by clicking on the "designer" tab, only by opening the window in the "User Interface" branch of the solution tree. Once it's open, I can edit a window's properties, but I can't add any widgets to the window - drag and drop doesn't work.
    I've tried running from the cmd line and had no messages.
    A web search threw up a similar issue on a Linux Mint forum thread from four years ago, that had no response.
    Any suggestions as to how I should debug this?
    Edit: search result clarification.
    Last edited by skanky (2014-11-08 22:33:28)

    Your GTK2 theme may be something that you want to play with, but I've never experienced anything other that look & feel issues with mine (currently Clear Looks phenix).
    We need to loby the maintainer of The official package to update that package.
    The offical release is bound to have fewer (if any) issues. I'm running 5.7 from github without issue.
    I've posted my PKGBUILD here.
    pacman -Qi $(pacman -Qsq mono) | grep -Ei "(name|version)"
    Name           : art-sharp
    Version        : 2.24.2-4
    Name           : gconf-sharp
    Version        : 2.24.2-4
    Name           : gconf-sharp-peditors
    Version        : 2.24.2-4
    Name           : gnome-vfs-sharp
    Version        : 2.24.2-4
    Name           : libgnome-sharp
    Version        : 2.24.2-4
    Name           : mono
    Version        : 3.10.0-1
    Name           : mono-addins
    Version        : 1.1-1
    Name           : mono-tools
    Version        : 3.10-1
    Name           : monodevelop-git
    Version        : r32430.4504f30-1
    Name           : ttf-google-fonts
    Version        : 20131228-1
    Name           : webkit-sharp
    Version        : 0.3-5
    Name           : xsp
    Version        : 3.0.11-1
    Last edited by bartonc (2014-11-29 08:49:51)

Maybe you are looking for

  • Hideing a Column in ALV Table which is Displaying the POWL Query data

    Hi SDNers, I want to hide a column of ALV Table which is displaying my POWL Query data in it and hideing should be based on the Role as well. i.e few of the role the column shoudl be hidden and few of the roles should have the Column visible. waiting

  • Shipment messaging

    Hi Friends, Need some direction, Actually I am trying to send shipment Output to SAP Distribution List. With the partner function  we can only provide a Valid Email Id not Distribution List. So need a user exit where I can Get the recent output Messa

  • Router to Router Dialer VPN

    one of my router is configured with site to site vpn, I want this router to establish a dialer vpn from a remote router, Remote router will be configured as dialer vpn as there is no Live IP available in remote site, I dont want to configure it as Si

  • Getting an error message while generating smartform

    Hi,   We transported 1 smartform from one system to another. Now at another system when I tried to test this form it is giving me an error message like 'Error during generation of form'. It was running fine at system1 but no idea why its not being ge

  • Functionality for the Help menuItem

    Hi, I have one small problem.I have to implement the web help functionality for my project.What I need to do is to create one html file with a link to one homepage (I have done that already!) and to create one class ViperHelp.java. In this class I ha