StageWebView(useNative = true) displays a blank when running on Mac OS if renderMode is set to direct or gpu

Dear Adobe AIR Team,
I've already submitted the bug report, and it's already got 10 votes and counting:
Bug#3829934 - StageWebView displays a blank when running on Mac OS if renderMode is set to direct or gpu
Please take 5 minutes of your time to look at this bug, thanks so much!
DarkStone
2014-09-24

Despite the fact that changing hostnames after the machine is booted is not a great idea, you're making it hard for yourself.
NetBoot already has the ability to set hostnames for each client. There's a clue in Apple's Knowledgebase Article on the subject, as well as in the Mac OS X Server manuals, namely:
Optional: Click Sharing Prefs and in the Computer Name field, type the name that the NetBoot or Network Install client gets after installation or booting. Note: Each client will have its computer name and local hostname set to the name you supplied plus the MAC address (without the colons) of the client. Note: Alternatively, type the path to a tab-delimited .txt or .rtf file that has a list of MAC addresses and their corresponding computer names and local hostnames. Each client will get the name that corresponds to its MAC address in the specified file.
So you just need to build a .txt file map of MAC addresses to hostnames, then point your NetBoot image to that.

Similar Messages

  • How to ensure FundCenter selection = blank when running FM drilldown report

    How to ensure blank value in the "Funds Center" selection parameter when running FM drilldown report 2FMB40* (Assigned Funds Report)?
    We tried to save a report variant with protected blank value in the "&0FICTR" variable (hierarchy node), and we also used FMEV to turn-off default value for this variable.  However, during report execution it still takes value from the user parameter "FIS".
    To prevent the system from using "FIS", we can only save the report variant with Funds Center = * (or the top-most node).  Unfortunately, these would give different extraction results which we do not want.
    Any advice how to get round this?

    Referring SAP Note 390953, I don't know how to apply the solution of "using generic symbol # as an initial value"....
    (1)  I tried to save a report variant with # in the Funds Center field, but got error message "no matching funds center found" and couldn't proceed.
    (2)  I also tried tcode FMEV to set the variables &0FICTR, &0FICTRA ... with default value # (in table TKESV), yet still got no effect ... as user parameter "FIS" was adopted during report execution.
    Any further suggestion please?

  • Why are filled fields blank when opening in Macs?

    I can create a form in Acrobat, fill in the fields, enable it for Reader, put it online for downloading, and they view fine on a PC in the browser. However, when opened in Macs or the iPhone, the fields are blank. Anything special I should tell the customers so it works on a Mac? Right now I'm not sure what app they're using to view them.
    Thanks,
    Steve H

    I just did a quick test. I opened the file in Acrobat. Reader, and Preview on the Mac. They all showed the field contents when initially viewed. When I made a change to a field in Preview and saved the file, the field contents do not display when subsequently opened in Acrobat/Reader. This is a well know bug in Preview. In short, Preview corrupts the fields, making the contents not visible. This can be partially corrected by exporting the form data to a file and reimporting, but is does not undo all damage. It does make the data visible, however. You can also run a script to effectively do the same thing.
    What you should tell folks is not to use Preview to make changes. Instead, use Acrobat. Reader can make changes and then save the modified document if you apply usage rights to the document with Acrobat: Advanced > Extend Features In Adobe Reader...

  • Part.getContent() is never decoded when running on Mac through WebStart

    I have an application using JavaMail 1.4.3 to extract content from MimeMessages. This works great when run locally on Mac, Windows and Linux, and also on Windows and Linux through WebStart. When run through WebStart on the Mac, content from parts are never decoded, so I just get the stream class when calling part.getContent().
    It seems like some functionality is lost when running through WebStart on the Mac. I realize this can be a problem with the Java implementation on the Mac, but I'm hoping someone can give me a pointer as to how to figure out what's going wrong. If I start from the command line with the same JRE used by WebStart, everything is fine on the Mac as well.
    Any ideas?
    Sincerely,
    Edvin Syse

    I was too quick - part.getContent() is now decoded for most content types, for example text/plain, rfc822, all MimeBody types etc, but for text/html I always just get an empty string. Is text/html handled differently, maybe reading in another config-file or something, so I need to handle this case in another way?

  • HotSpot JVM InternaL Error when running on Mac OS X

    I am getting the following error when running a Java process on Mac OS X 10.1.3. This
    occurs after runing the process for a few hours. What could be the probable causes for
    the same. The error message is given below:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://bugreport.apple.com/
    # Error ID: /SourceCache/HotSpot/HotSpot-48/src/os/macosx/vm/os_macosx.cpp, 369
    # Problematic Thread: prio=5 tid=0x4e31e80 nid=0x1975a50 runnable
    Internal Error
    Fatal: error setting thread exception port
    Do you want to debug the problem?
    *** malloc[1439]: error: Can't allocate region

    I am getting the same error, while trying to debug on Windows XP.
    I can reproduce it every time, but can't find much info about it.
    Starting service Tomcat-Netbeans
    Apache Tomcat/4.0.1
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
    # Error ID: 5052455345525645255843455054494F4E0E435050001B
    # Problematic Thread: prio=5 tid=0x0F229638 nid=0xb80 runnable

  • Should StageWebView useNative=true work on Windows desktop

    I'm having some issues with StageWebView on a Windows 8 touch-screen desktop computers.  On Windows, our app has been using the WebKit embedded in AIR.  I've pointed the StageWebView to whatsmyuseragent.com, and as expected it shows "Mozilla/5.0 (Windows; U; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) AdobeAIR/16.0".
    I am using Flex 4.14.0 and AIR 16.0.
    I would like to try using the native/system-default web engine.  The documentation for StageWebView is unclear on whether or not this is supported for Windows.
    In the introduction to the documentation, it states:
    On desktop computers (in the desktop and extended desktop profiles), the StageWebView class uses the system web control provided by the Flash Player plugin.
    But the documentation for the useNative:Boolean parameter for the StageWebView constructor states:
    useNative:Boolean (default = false) — When useNative is false, a version of WebKit embedded within AIR is used as the source of the StageWebView created. When useNative is true, then AIR will use the the system's default web engine. Mobile platforms only support using the system web engine, so useNative is ignored on mobile platforms.
    This last sentence seems to imply that non-mobile platforms would support useNative.
    However, I can't seem to get useNative to work.  I've changed our code to use new StageWebView(true); however, when I point ti to whatsmyuseragent.com, it still shows "Mozilla/5.0 (Windows; U; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) AdobeAIR/16.0".  It doesn't seem to matter what I set my default browser to.
    Is there a fix for this?
    Thanks

    Take a look at the next sentence after the one you referenced, "The features available and rendering appearance are the same as those of the HTMLLoader class (without the close integration and script bridging between ActionScript and JavaScript provided by an HTMLLoader instance).".
    Basically StageWebView used in desktop AIR apps uses the HTMLLoader to render web pages and that is why you are getting the user-agent results that you are seeing. Currently StageWebView is really only meant for mobile AIR apps but if you were to use the same code base for desktop and mobile apps, Adobe made StageWebView friendly to desktops by having it use an HTMLLoader object for rendering HTML content.
    The only fix is to wait for Adobe to provide a new means of rendering HTML, which is the topic of discussion here, or see if it is possible to create your own Native Extension.

  • Report with BDC not displaying success message when run in Background

    I am running a  BDC report in Background mode.The below statement  is not capturing the Success message when a document is posted.But when I am running the same in ForeGround mode it is capturing and is displayed in the output.Can anyone please help me in understanding why this is happening and how can I resolve this.
    CALL TRANSACTION 'MB1C' USING bdcdata MODE mode UPDATE 'S'
         MESSAGES INTO messtab.

    Hi Madhu,
    I think your BDC didnt generated any document when you run it in 'N' screen mode.
    Debug your program when you run it in background
    Goto Tcode :SM37
    Select the job ( march checkbox )
    ==> in command prompt enter 'JDBG'
    ==> Then you can start reexecting the job .
    You can check the sucess messages accordingly in debug mode
    Also add a read statement on messtab for msgtype = 'S'.
    Thanks
    Bhanu

  • Query displays no output when run from sqlplus and from procedure its displ

    Hi Guys,
    When i ran the below query, it gives me "no rows selected". I made a procedure for the below query by making it a cursor. I just tried to display the total number of records in the procedure. When ran, it showed me some number. I dont understand , why when ran just as a sql query didnt showed any output and when ran as a procedure showing some output.
    select cust_account_id
    ,related_cust_account_id
    ,object_version_number
    ,ship_to_flag
    ,status
    from apps.HZ_CUST_ACCT_RELATE re
    where
    nvl(re.bill_to_flag,'N') ='N'
    and re.customer_reciprocal_flag = 'Y'
    and re.status = 'A';
    declare
    cursor c1 is the above query
    v_count number;
    begin
    for rec in c1 loop
    v_count := v_count + 1;
    end loop;
    dbms_output.put_line(' V-Count is:' || v_count);
    end;
    also tried to print the values of the select when count is 10, it showed some values. But why is it not showing any values when ran just as a sql query.
    Help Appreciated
    Thanks

    Thanks Warren n Dmytro,
    Actually, the problem is that table has 1769645 rows of data. I wrote a cursor as defined above in a procedure. With that where condition, it doesnt have any values and so displays no rows. Its taking 5 min to run that query and get me the output.
    In the begin, I want to open that cursor using "for rec in c loop" and write one more select statement which is:
    begin
    for rec in c loop
    begin
    select count(*) into l_count
    from hz_cust_acct_relate_all
    where cust_account_id = rec.cust_account_id
    and related_cust_account_id = rec.related_cust_account_id;
    exception
    when others then
    dbms_output.put_line(-265676,"SOme err msg");
    end;
    if l_count = 0 then
    now my question is, if my cursor is not returning any rows, then the query written to get l_count will be executed or not. I am passing the cursors cust_account_id and related_cust_account_id values to this query. but that cursor is returning no data.
    so what will happen to the code that i wrote. Will it hang or will it continue. Or should i write when no_data_found exception to handle when no rows are returned.
    or can in include " exit when c%notfound after for loop". when we use open fetch and close, then we will write this exit when. can we write when using for rec in c loop syntax.
    coz when i run that procedure, it jsut hangs like that forever. how to handle it or how to tune it.
    help appreciated
    thanks

  • SMARTFORM only displays first page when running

    Hi there
    I have created a 3 page Smartform.  When testing it, the output only displays the first page.  I have specified the next pages on every page as follows:
    Page 1 next page -> Page 2 (main window defined on this page)
    Page 2 next page -> Page 3 (no main window defined on this page)
    Page 3 next page -> Blank (no main window defined on this page)
    Kind Regards
    Gustav Coleske

    hi,
    just do like this,
    on first page main window,
    right click,
    create,
    flow logic,
    select command field and enble the chcck box there and provide the input 'page2',
    do like this for third page in page2 then it works.
    reward points if useful,
    regards,
    seshu.

  • Browser blank when running a form from forms builder ??

    Hi,
    I am trying to run a form from forms builder.
    I have a form , compiles, and when I run the form nothing comes up in my browser.
    my browser is completely blank.
    I am running everything on my local machine.
    the steps I took.
    - downloaded jinit.exe, installed it.
    - started the OC4j
    - restarted my browser
    - then connect to my DB from forms builder - connects fine
    - Run the form
    but nothing is coming up when i run my form.
    I even restarted my machine and still nothing.
    What am I missing ??
    Thanks,

    This is a fairly common question. If you have the Jnit installed and OC4J running, then I would suggest you add the directory where your FMX is located to the FORMS_PATH in the 'DEFAULT.ENV' file located in the %DEVSUITE_HOME%/forms/server directory. The FORMS_PATH variable defines the SEARCH Path for Forms Applications so Forms can find your .FMX and .PLX files.
    You could also modify the URL and specify the Form='your_form_name.fmx', but I prefer adding the directory to the FORMS_PATH so I don't have to add FORMS="" for each different form I'm working on.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • Checkboxes displayed as diamonds when running reports in APEX

    I read and implemented the steps offered in other postings on this subject and the checkboxes appear fine when I run the report locally on my PC. However, when I run the report in APEX (not through web service), the checkboxes are still not showing up. This is after uploaded the Wingdings font to the BI Publisher server; did the font mapping and defined the Property for RTP Template/ Characters used for checkbox to: Wingdings;254;111.
    Does anyone have the solution to this?
    These are the versions we're using:
    Application Express 4.0.2.00.07
    Oracle BI Publisher 11.1.1.5.0
    Thank you.

    Hi,
    Give it a try by using the close and dispose method for report object and also use the GC.collect.
    Hope it helps!!
    Amit

  • Mac Pro display going blank when opening Pages.

    I have a Early 2008 MacPro 3,1, 2 x 2.8 GHz Quad-Core Intel Xeon, 2GB 800 MHz DDR2 FB-DIMM / MAC OS X LION Version 10.7.4
    Graphics  ATI Radeon HD 2600 XT 256 MB.
    When I open Pages, the screen goes black with horizontally moving thin white stripes - Then the desktop appears again for a second, then it goes black again. This happen on and off for about 5 minutes and then goes away. It also goes away when I close Pages, if I can do that quickly when the screen appears again for a second. I have Pages '09 Version 4.0.3 (766). This has also happened since the first year I bought the computer. Apple said it may have been the cable - Their phone support was never able to fix it. I just recently found this was related to Pages. Please help if you can.

    Try doing an SMC reset.
    If your Macbook has a removable battery remove it and disconnect the Magsafe power adapter. Now hold the power button on for about 5 seconds. Then put the battery back in, attach the power adapter and power it back on and see if the problem goes away.
    If your battery is NOT removable, to do an SMC reset hold down the Command + Option + Shift + Power buttons all at the same time. You won't get any indication that anything has happened but this also resets the SMC on those systems that don't have a removable battery.
    Hope this helps!

  • Not displaying customized themes when running apps as root

    The thing is that i usually have compiz enabled as normal user... but whenever i run an application as root, this appears withouth any decoration........ i know is really not really important thing,but the point is that i remember it not happening before..... which could be the reason for this behaviour?
    thanks!

    Xi0N wrote:
    The thing is that i usually have compiz enabled as normal user... but whenever i run an application as root, this appears withouth any decoration........ i know is really not really important thing,but the point is that i remember it not happening before..... which could be the reason for this behaviour?
    thanks!
    like ronin said you would have to set up your themes for root, It's good they look different though then you won't forget they're running as root and do something you shouldn't thinking the app is running as a user.

  • Reduced size PDFs are displaying strange colors when viewed on Mac in Chrome browser

    I've been routinely creating PDF files with screenshots for documentation, and then using File --> Save As --> Reduced Size PDF...   before I put them online.  In the past few days when I do this, there's a problem with the files:
    when viewed on a Mac (OS X 10.9.4) using the Safari and Firefox browsers, everything's fine.  But when viewed on the same Mac using Chrome, the screenshots are pink. If I open the same reduced size file on any other browser or in Preview, it's fine. The original sized PDF is fine, even when opened with Chrome.  I'm using Acrobat Pro v 10.1.10.
    I've tried rebooting, dumping PRAM, etc all with no effect. I've also taken source PDF files that I had previously 'reduced file size' -- that display fine -- and re-did the procedure. The new smaller files are pink. I suspect it may be a bug that crept into a recent update? All suggestions gratefully accepted.
    thanks,
    Fran

    Make sure that you actually using Adobe Acrobat/Adobe Reader in Google Chrome.  Google Chrome has a built in PDF Viewer that is now the default unless you specifically configure and enable Acrobat/Reader to be the default PDF viewer.

  • Flash not appearing when run locally

    Hi,  I am having a weird issue with a user. He cannot display a swf when run locally on his machine in a browser. If he goes online he sees the movies fine. To test I sent him a movie with just an image in it and published to html. I double click the html page and can see the movie and image fine. He does the same on his machine and gets nothing just a blank page. Problem is we have an java app that runs local (using port 8000) and opens separate movies in new windows that he can never see.
    Thanks in advance,
    P.

    It sounds like you are having a file trust problem. To resolve that, you have to trust this file from the Flash Global Settings Manager.
    Go  there: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    Add a path to the local file, restart browser and try again.

Maybe you are looking for

  • Printer Prints fine for Admin Account, but not for "Regular" User Account.

    Printer works perfectly when signed on as Administrator, but not when we use non-admin login.  I can see the printer - it says ready, but it won't print.. although job does not sit in printer queue. I did a full driver install FROM the local account,

  • MBP running very slow since Mavericks upgrade - etrecheck included

    I've read through a number of answers, but still having the same problem. Since upgrading to Mavericks in October, my MBP has been slow. Ot goes through periods of being OK, but recently perfomance has degraded again. Any suggestions more than welcom

  • Blue tint added from PS CS3 to Acrobat 8 Pro

    Since I've upgraded to CS3, I've had this problem. Every document I design in Photoshop will look perfect but will add a blue tint to the canvas when converted into a PDF. It will do this whether the file is a PSD or JPG. It doesn't matter if it's te

  • Getting Tasks form IWorklistService

    Hi ALL As you know that using the Oracle BPEL worklist one can approve or reject tasks. What I am trying to do is create a custom web app using which the user can approve or reject tasks. For this I have written a custom Identity class which provides

  • Firefox 6 videos do not work?

    Flash player just stopped working. If I re-install Flash player it will work until I log out. Then it stops working once again when I log in. Could someone please help?