1.5 - Red dialog window with Mac L&F

Drop Index confirmation dialog displayed with red background: is this garish approach expected?
Mac L&F
SQL Developer: Version 1.5.0.53 Build MAIN-53.38
Java 1.5.0_13
OS X 10.5.2

Still happens in 1.5.1.54.40, for all "Drop" dialogs.

Similar Messages

  • Hi, I want to open dialog window with ADF Faces

    Hi, I want to open dialog window with ADF Faces when commandButton pressed, but the window opended at same window, not opened new window.
    my command button is follow,
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    windowHeight="200"
    windowWidth="300"/>
    I am waiting your help....

    Remove the partialSubmit attribute from the declaration of your command button. Therefore, the code you posted should be:
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    useWindow="true"
    windowHeight="200"
    windowWidth="300"/> NOT:
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    partialSubmit="true"
    useWindow="true"
    windowHeight="200"
    windowWidth="300"/> --RiC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to create a dialog window with no button that opens along with the main window?

    When the main window is open, the dialog window opens up immediately and can be closed by key press. At other times, when the next step, ie: decision, comes to, the another dialog window pops up again and is again closed by key press. Does anyone know how to do? Use the sub-Vi? notification method? occurrence method?
    And another thing: how to create a reusable dialog window with no button so that different messages can be sent to it and it can closed by key press. And how to pass the string to the title of the dialog window programmatically?

    For your functionality (If I understand it right), nothing needs to be in the event structure. Pressing any key just triggers the event, thus finishing the VI (there is no while loop).
    Could you tell me what you mean my "it won't run properly"? Make sure that the front panel of the subVI is closed before starting the main VI. Remember that the subVI is set to "open when called" and "close afterwards if originally closed". So, if you had the panel open already, it won't of course close when finished!
    (Actually, the problems is worse when you have the subVI panel open when starting the main VI. you get a catch22 and labVIEW locks up because (1) the subVI is set to dialog and grabs all attention but (2) it has not been
    called, thus the event cannot be triggered. So don't do that!!!! As a quick workaround, add the modification shown in the attached image to ensure the panel of the subVI is closed.)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    CloseNoButtonDialog.gif ‏3 KB

  • Windows with Mac-basic questions

    I had been using a my Mac for work; then switched to my notebook PC (Dell, D630) . That becuase I had to use outlook and ACT and a few other programs that are work related.
    I would like to update my MacBook to Leopard, and use boot-camp to run Windows when I am on the road etc,or in office mainly to get access to read & do emails and ACT databases while off line.
    Can someone assist with following Questions:
    1. What do I need to do to update my Macbook. What is recommended memory to support this?
    2. After Leopard upgrade, what do I need to do next?
    3. If I instal windows 2000, do I have to install windows office too? ie when I am running windows, I need windows office, Outlook etc, etc. ? Is there any degradation of speed or features?
    4. If I am in Windows and, for example, I simply download from a received e-mail, an attached MS Word file to store in a Document folder, do I have two folders (one when with Mac OS; the other with Windows? . If I save a doc when the Windows environment, and then later reopen to Mac envioronment , can I still easily get at that Word doc in that common folder? And Vice versa, if I am working, say in Mac Word and I save a file to 'Folder A', if I then later switch & re-open to Windows environment on my Mac at work (example) can I see & get to 'Folder A '.
    Thanks,

    IBoughtaMac wrote:
    1. If I load MS Exchange on Mac and run on my MacBook when in the Window XP environment, can I get to MS Exchange as I normally do on notebook PC, does it function in this situation ? Any experience with that?
    I presume you mean install Outlook.
    Generally Exchange has to be installed on a Windows Server.
    When running Windows XP on a Mac in Boot Camp, it is the same (well a little faster) as a Windows PC.
    Virtually everything you can do on a Windows PC you will be able to do on a Mac running Windows.
    Outlook will install, run and can be configured to work with an Exchange server with no problems.
    2. Ditto , ACT. Can I use ACT if I load the application? Any experience with that?
    No idea what ACT is.
    But if it runs on Windows then it can run on a Mac running Windows.
    3. Can I use MS Explorer when under the Windows environment (on the Mac). Limitations?
    Yes, no limitations.
    If it runs on Windows then it can run on a Mac running Windows.
    4. Assume I am in Windows on Mac via Boot Camp. Assume I have MS word etc for Windows . Lets say I get an e-mail with an attached word file or whatever doc. If I then save it to say, ' My office work ,Folder A'. Close the Window environment, and Open Mac , can I get to same folder & open same doc?
    Yes, if the Windows partition is FAT32, you will be able to make and save changes.
    If the partition is NTFS then you will only be able to read the Word file.
    Note when running Windows you can not read the Mac partition unless you have third party tools.
    I did get a reply about this item (no. 5) but it had buzz words such as NTFS and FAT VOL, I dont understand that,sorry,
    A hard drive (the disk) in order to work with an operating system needs to be formatted.
    Windows can use two formats, one called FAT and one called NTFS.
    Generally NTFS is preferred when running Windows, but FAT is more compatible with OS X for reading and writing files.
    iFelix

  • Stuck Thread when closing dialog window with 'X' browser button

    Hello,
    I moved my application to JDev 11.1.1.3 and it seems I've got a problem appearing since. Here it is:
    I've a bouded task-flow having 5-6 JSP pages.
    3 of them can open a dialog window to show a PDF report using dialog:report such as:
    <control-flow-rule id="__1">
    <from-activity-id id="__2">etats</from-activity-id>
    <control-flow-case id="__3">
    <from-outcome id="__7">dialog:goReportEtat</from-outcome>
    <to-activity-id id="__8">report</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__9">
    <from-activity-id id="__10">real</from-activity-id>
    <control-flow-case id="__11">
    <from-outcome id="__13">dialog:goReportReal</from-outcome>
    <to-activity-id id="__12">report</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__14">
    <from-activity-id id="__15">previ</from-activity-id>
    <control-flow-case id="__16">
    <from-outcome id="__18">dialog:goReportPrevi</from-outcome>
    <to-activity-id id="__17">report</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    When a go to "Etat" page, launch my report window, close it with the 'X' button of the browser and going back to let's say "Real" page, the page just won't load completely and I got this error after 10 mins:
    *<Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "616" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@1c68ec0[*
    *GET /myapp/faces/javascript/favicon.js?_adf.ctrl-state=1303iqjhth_40 HTTP/1.1*
    *User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)*
    *Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8*
    *Accept-Language: fr*
    *Accept-Encoding: gzip,deflate*
    *Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7*
    *Keep-Alive: 115*
    *Connection: keep-alive*
    *Referer: http://127.0.0.1:7101/myapp/faces/my-flow/real?_adf.ctrl-state=1303iqjhth_7&_afrLoop=255213241325922*
    *Cookie: JSESSIONID=t942Mx3KqWtx05CvKcYMfGyCKNBV9nf27jsvLcpRMKJJnyng7Gjj!1056711659*
    *]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:*
    *     sun.misc.Unsafe.park(Native Method)*
    *     java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)*
    *     java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:747)*
    *     java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:778)*
    *     java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1114)*
    *     java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)*
    *     java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)*
    *     oracle.adf.model.dcframe.DataControlFrameImpl.lock(DataControlFrameImpl.java:294)*
    *     oracle.adf.model.dcframe.DataControlFrameImpl.beginRequest(DataControlFrameImpl.java:336)*
    *     oracle.adf.model.BindingContext.setCurrentFrame(BindingContext.java:2107)*
    *     oracle.adf.model.BindingContext.setCurrentDataControlFrame(BindingContext.java:2009)*
    *     oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:126)*
    *     oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:1006)*
    *     oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:159)*
    *     oracle.adfinternal.controller.state.ControllerState.setCurrentViewPort(ControllerState.java:1247)*
    *     oracle.adfinternal.controller.state.ControllerState.releaseViewPort(ControllerState.java:1413)*
    *     oracle.adfinternal.controller.state.ControllerState.processViewPortReleaseQueue(ControllerState.java:2114)*
    *     oracle.adfinternal.controller.application.SyncNavigationStateListener.afterPhase(SyncNavigationStateListener.java:62)*
    *     oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:531)*
    *     oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120)*
    *     oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:168)*
    *     oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:124)*
    *     oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:70)*
    *     oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)*
    *     oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)*
    *     oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)*
    *     javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)*
    *     weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)*
    *     weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)*
    *     weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)*
    *     weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)*
    *     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
    *     com.figaret.payroll.view.util.ApplicationSessionExpiryFilter.doFilter(ApplicationSessionExpiryFilter.java:124)*
    *     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
    *     oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)*
    *     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
    *     oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)*
    *     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)*
    *     oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)*
    *     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)*
    *     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)*
    *     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)*
    *     org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)*
    *     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
    *     oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)*
    *     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
    *     weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)*
    *     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
    *     weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)*
    *     weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)*
    *     weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)*
    *     weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)*
    *     weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)*
    *     weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)*
    *     weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)*
    *     weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)*
    *     weblogic.work.ExecuteThread.run(ExecuteThread.java:173)*
    After a while, my Weblogic Server throws an outOfMemoryException and I have to restart it which is dreadful in production mode.
    My report page contains just an inline tag receiving a bytes Arrays from a Servlet to show the PDF doc:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document title="#{res['report.title']}" id="d1">
    <af:form id="f1">
    <af:panelStretchLayout startWidth="0px" endWidth="0px" topHeight="30px"
    bottomHeight="30px" styleClass="AFVisualRoot"
    id="pt_psl1">
    <f:facet name="top">
    <!--<af:commandButton text="#{res['template.null']}" id="close"
    partialSubmit="true" visible="true"
    immediate="true">
    <af:returnActionListener/>
    </af:commandButton>-->
    </f:facet>
    <f:facet name="center">
    <af:inlineFrame shortDesc="#{res['report.title']}" id="if1"
    source="/pdf/report.pdf"/>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    I tested by putting a button into my report page to close the page and containing a returnActionListener tag and when I close the page with this button, everything is fine.
    <af:commandButton text="" id="close"
    partialSubmit="true" visible="true"
    immediate="true">
    <af:returnActionListener/>
    </af:commandButton>
    Is this normal?
    My problem is that our users are used to close the dialog using 'X' button so it is a 'must' for me to make it work.
    Is this normal? OR Am i doing something wrong there?
    I spent a full week looking for mistakes and searching into the net but I'm lost there
    Any help welcome! :)
    Jack

    Hi Puthanampatti,
    That's what I thought and I did try to do what you said:
    I added this into my report page:
    <f:facet name="metaContainer">
    <af:resource type="javascript">
    window.onbeforeunload = simulateClick;
    function simulateClick() {
    if (document.getElementById('close') != null) {
    // simulate a click
    //alert('simulate a click');
    document.getElementById('close').click();
    //alert('CLICKED');
    </af:resource>
    </f:facet>
    And here my close button into report page:
    <af:commandButton text="#{res['template.null']}" id="close"
    partialSubmit="true" visible="true"
    clientComponent="true" immediate="true">
    <af:returnActionListener/>
    </af:commandButton>
    But, this doesn't resolve the problem.
    When doing so, I have this javascript error:
    Erreur : AdfXMLRequest is not defined
    Fichier Source : http://127.0.0.1:7101/payroll/afr/partition/gecko/default/opt/core-11.1.1.3.0-0084.js
    Ligne : 457
    SO now I'm quite lost and dunno what to do next.
    I am 99% sure it was working well when I was developing with JDev11.1.1.2.
    Is it not a regression?
    Jack

  • RED Workflow questions with Mac Pro (including third party plugins)

    Hello all,
    I’ve been searching many forums for the better part of a day trying to get some workflow questions sorted. I’m experiencing (very) slow export times, and mediocre playback for a machine that should be screaming fast.
    Here is what I’m working with:
    2014 Mac Pro
    -2.7 GHz 12-core intel xeon E5
    -64GB Ram
    -Dual AMD FirePro D700 6GB
    -1TB Flash Storage
    Editing all footage off 96TB Raid 6 mini-sas server (getting about 1100mbs read/write rate according to AJA system test) which is faster than any Thunderbolt/TB2 drive array I have.
    Media I work with is footage from the RED Epic (normally 5K) as well as DSLR footage from the 5d.
    Software:
    -PrPro CC 2014 (8.1)
    -Magic Bullet Looks 2.5.2
    My question(s) pertains to RED post-pro workflow in combination with third party plug-ins and the different approaches to make it more efficient.
    Right now, majority of the clients need a 1080p HD master, and they are generally anywhere from 2-8 minutes (usually). So my sequence settings are as follows:
    Video:
    Editing Mode: RED Cinema
    Size: 1920 x 1080
    Audio: 48Hz
    Video Previews
    Preview File Format: I-Frame Only MPEG
    Codec: MPEG I-Frame
    1920x1080
    Maximum Bit Depth unchecked
    Maximum Render Quality unchecked
    Composite in Linear Color checked
    Export Settings
    H.264
    1920x1080
    VBR 1 pass
    Target Bitrate 12mbs
    Max bitrate 12mbs
    Maximum render quality/depth/previews unchecked
    Issues I have:
    -Playback is fine at 1/2 or even full, but once effects (especially magic bullet looks) start to go on the clips, it’s very choppy and has difficult playback at 1/4
    -Export times (especially with magic bullet looks) will take the better part of 1-4 hours for a video that is 3-6 minutes long. This doesn’t seem like it should be the case for a maxed out MacPro
    So my questions are:
    Do these seem like the right sequence/export settings for mastering at 1080p? If not, what would you suggest?
    Would using offline editing help at all?
    Do you place your effects on adjustment layers?
    Is there anyway to improve export settings when using an array of filters?
    Have you stopped using third party plugins for their inefficiency in unreliability and switched to more integrated applications like SpeedGrade?
    Is there any other tweaks that you would suggest for RED workflow with PrPro?
    Should I consider switching to FCPX or (besides the iMovie-likeness) does it carry problems of its own?

    Hi This Is Ironclad,
    thisisironclad wrote:
    Hello all,
    I’ve been searching many forums for the better part of a day trying to get some workflow questions sorted. I’m experiencing (very) slow export times, and mediocre playback for a machine that should be screaming fast.
    The biggest issue is that most people have is that updating OS X causes certain folders to be set to Read Only. See this blog post: Premiere Pro CC, CC 2014, or 2014.1 freezing on startup or crashing while working (Mac OS X 10.9, and later).
    thisisironclad wrote:
    Hello all,
    I’ve been searching many forums for the better part of a day trying to get some workflow questions sorted. I’m experiencing (very) slow export times, and mediocre playback for a machine that should be screaming fast.
    Here is what I’m working with:
    2014 Mac Pro
    -2.7 GHz 12-core intel xeon E5
    -64GB Ram
    -Dual AMD FirePro D700 6GB
    -1TB Flash Storage
    It's a nice base system. How about an additional speedy disk for media cache files. You also did not mention which version of OS X you are running.
    thisisironclad wrote:
    Software:
    -Magic Bullet Looks 2.5.2
    The Red Giant website does not indicate that this software is yet updated to work with Premiere Pro CC 2014.1 (8.1). Proceed with caution here.
    thisisironclad wrote:
    Issues I have:
    -Playback is fine at 1/2 or even full, but once effects (especially magic bullet looks) start to go on the clips, it’s very choppy and has difficult playback at 1/4
    I would not use this plug-in until you get the OK from the manufacturer.
    thisisironclad wrote:
    -Export times (especially with magic bullet looks) will take the better part of 1-4 hours for a video that is 3-6 minutes long. This doesn’t seem like it should be the case for a maxed out MacPro
    Again, I suspect your plug-in.
    Keep in mind that exports are largely CPU based but you can make sure that GPU acceleration is enabled for AME at the bottom of the Queue panel.
    thisisironclad wrote:
    So my questions are:
    Do these seem like the right sequence/export settings for mastering at 1080p? If not, what would you suggest?
    It's OK.
    thisisironclad wrote:
    Would using offline editing help at all?
    No need when you should be able to edit natively. Relinking might also be an issue.
    thisisironclad wrote:
    Do you place your effects on adjustment layers?
    That's one way you can do it with the benefit of being more organized.
    thisisironclad wrote:
    Have you stopped using third party plugins for their inefficiency in unreliability and switched to more integrated applications like SpeedGrade?
    I do. Of course, that's a preference.
    thisisironclad wrote:
    Is there any other tweaks that you would suggest for RED workflow with PrPro?
    Try the following:
    Sign out from Creative Cloud, restart Premiere Pro, then sign in
    Update any GPU drivers
    Trash preferences
    Ensure Adobe preference files are set to read/write(Hopefully you checked this out already)
    Delete media cache
    Remove plug-ins
    If you have AMD GPUs, make sure CUDA is not installed
    Repair permissions
    Disconnect any third party hardware
    If you have a CUDA GPU, ensure that the Mercury Playback Engine is set to CUDA, not OpenCLYou have AMD GPUs.
    Disable App Nap
    Reboot
    thisisironclad wrote:
    Should I consider switching to FCPX or (besides the iMovie-likeness) does it carry problems of its own?
    I really shouldn't answer that question.
    Hope this helps.
    Thanks,
    Kevin

  • How delete on Windows with Mac keyboard?

    I'm running Windows 7 on my MacBook Pro. I have a Windows program up that I need to use "delete," but nothing seems to work. Any advice?

    If you have Acrobat Standard, it is Windows software. You cannot install Windows software on your Mac.
    If it was purchased, get a refund.
    If it was bundled, then you just can't use it.

  • I purchased acrobat standard but have a mac computer. Received response not available for mac only windows. Unable to install on windows with mac

    Please direct me as to how to install acrobat standard on mac computer. I had trial basis and now my computer is all fouled up and message received that must be installed on windows computer. How do I handle this dilemma.

    If you have Acrobat Standard, it is Windows software. You cannot install Windows software on your Mac.
    If it was purchased, get a refund.
    If it was bundled, then you just can't use it.

  • [CS2/CS3] - Resizable dialog window

    Hello,     I would like to create resizable dialog window with only few widgets, please does anybody have some sample of resources, how to do it or some link ?  Thank you for all answers, marxin

    Could you please advise me where to place additional widgets like TreeView and so on ?
    Here is my resizable dialog resource with treeview on it:
    resource AI2DialogWidget (kSDKDefDialogResourceID + index_enUS)
        __FILE__,
        __LINE__,
        kAI2DialogWidgetID, // WidgetID
        kPMRsrcID_None, // RsrcID
        kBindAll, // Binding
        Frame(0,0,406,412) // Frame (l,t,r,b)
        kTrue,
        kTrue, // Visible, Enabled
        kFalse, // erase background
        kInterfacePaletteFill, // fill color
        kAI2DialogTitleKey, // Dialog name
            ErasablePrimaryResourcePanelWidget
                __FILE__,
                __LINE__,
                0,
                kPMRsrcID_None,
                kBindAll,
                Frame(0,0,290,400) // Frame
                kTrue,
                kTrue,
                kFalse, // Erase background
                kInterfacePaletteFill, // Erase to color
                    /* Tree view for tests! */
                    AI2SectionsTreeViewWidget
                        kAI2SectionsTreeViewWidgetID,
                        kPMRsrcID_None, // WidgetId, RsrcId
                        kBindAll,
                        Frame(0,0,289,399) // Frame
                        kTrue,
                        kTrue, // Visible, Enabled
                        kTrue, // EraseBeforeDraw
                        kInterfacePaletteFill, // InterfaceColor
                        kFalse, // Display root node
                        kTrue, // Use H Scroll bar
                        kTrue, // Use V scroll bar
                        20, // fVScrollButtonIncrement
                        20, // fVThumbScrollIncrement
                        20, // fHScrollButtonIncrement
                        20, // fHThumbScrollIncrement
                        2, // Items selectable, 0 = No Selection, 1 = Single Selection, 2 = Multiple Selection
                        kFalse, // Allow children from multiple parents to be selected
                        kFalse, // Allow discontiguous selection
            //<FREDDYWIDGETDEFLISTUS>
            DefaultButtonWidget
                kOKButtonWidgetID, // WidgetID
                kSysButtonPMRsrcId, // RsrcID
                kBindRight, // Binding
                Frame(309,14,389,34) // Frame (l,t,r,b)
                kTrue,
                kTrue, // Visible, Enabled
                kSDKDefOKButtonApplicationKey,  // Button text
            CancelButtonWidget
                kCancelButton_WidgetID, // WidgetID
                kSysButtonPMRsrcId, // RsrcID
                kBindRight, // Binding
                Frame(309,44,389,64) // Frame (l,t,r,b)
                kTrue,
                kTrue, // Visible, Enabled
                kSDKDefCancelButtonApplicationKey, // Button name
                kTrue,  // Change to Reset on option-click.
            //</FREDDYWIDGETDEFLISTUS>
            DialogOnlySizeBoxWidget
                kDialogWindowSizeBoxWidgetID,
                kSysWindowSizeBoxPMRsrcId,
                kBindRight | kBindBottom,
                Frame(389,394,407,412)
                kTrue,
                kTrue,
                kADBEIconSuiteButtonType,

  • When Mozilla upgraded, it complained that my Adobe Flash Player also should be upgraded. The upgrade downloaded but no icon appeared, and when I found the EXE and ran it, only the Quit button in the dialog window was an active link, so I got nothing.

    The Installation instructions allow for Firefox or IE. I have both, but the IE path was dead. The Firefox path said to use the icon on the desktop - but there is no such icon. The downloaded executable is there, but when I invoke it and read the license agreement, I still only have the dialog window with Quit and Install - however, only the Quit button is live.

    1. There are two different versions of Flash. The ActiveX version for IE, and the Plugin version for Firefox and other browsers. You need to install both versions if you continue to use IE along with Firefox.
    2. Did you close Firefox before attempting to install Flash? Did you download it to the Desktop, because it wouldn't end up there automatically with the default download settings in Firefox?
    Tools > Downloads = does that download show in the Downloads window? <br />
    If so, right-click on it and use '''Open Containing Folder'''. <br />
    Does that downloaded file have '''-ax.exe''' at the end of the name of that file? <br />
    If so, you got the ActiveX version and need to download it again. <br />
    If not, close Firefox while keeping that "containing folder" open. <br />
    Wait about 20 seconds and then try installing Flash.

  • Changing the size of dialog window

    Dear,
    My front panel (dialog window) includes a dynamic array (inside a tab control) which size can be changed.
    Would you please let me know how to control the dialog window with tab control in program code?

    Hello,
    You can control your VI window bound using something like I did as an example for you.
    See the attached file
    Software developer
    www.mcm-electronics.com
    PS: Don't forget to rate a good anwser ; )
    Currently using Labview 2011
    PORTUGAL
    Attachments:
    FP size.JPG ‏14 KB

  • On my mac when i click on pages, a new document doesn't open instantly  but a window with my files open and then  have to click on the left bottom new document in order to open one. How can i have directly a new document when i click on pages icon

    On my mac when i click on pages, a new document doesn't open instantly  but a window with my files open and then  have to click on the left bottom < new document> in order to open one. How can i have directly a new document when i click on pages icon

    How to open an existing Pages document?
    Click Pages icon in the Dock to launch Pages.
    When Pages is open, click File menu in the  Pages menu bar.
    Select “Open”.
    When the select document  dialog box opens up, highlight/select the document and click “Open”
    at the bottom right corner of the dialog box.
    s
    https://support.apple.com/kb/PH15304?locale=en_US

  • Want to use a Lacie External Hard Disk with Windows and Mac? Can I?...

    Hi, I've just purchased a Lacie Extreme D2 external hard disk, I'm looking to use it to move film clips from my Mac G5 to my Sony Vaio laptop. I'll connect the Mac using Firewire 1 and the PC using USB 1.
    I understand there is an issue with setting the compaitibility of the hard disk to either Mac or Windows format but I'm wondering if I can set it to both, so it's possible to transfer these files? The hard disk is Windows and Mac compatible but does it have to be partitioned a certain way?
    Any help is much appreciated.
    Thanks,
    Alex

    Format the drive as FAT or use the Mac format (HFS Extended) and install MacDrive on the PC.

  • External HDD to be shared with Mac and Windows XP

    I wish to share an external HDD via firewire/USB between an ibook G4 on OSX 10.3.9 and Windows XP. Apart from using FAT32 and having partitions for each OS just in case can anyone share any risks considerations I need to be aware of? I intend on having a generic 320Gb Seagate drive installed into an aluminium box but for some reason Lacie seem to be particularly good with Mac's and I can't ascertain why.
    ibook G4   Mac OS X (10.3.9)   Acer Windows XP

    There appears to be some misunderstanding about what systems can read or write what hard drives.
    OS X can read and write HPS+ and FAT32 formatted drives, and can read, but not write to NTFS drives. Windows can read and write NTFS and FAT32 drives, and cannot read nor write HPS+ drives. Fresh out of the box the only read/write file sharing is via FAT32 drives.
    There are reasonable methods for expanding this capability.
    (1) Windows can be given the ability to read and write HPS+ drives by installing MacDrive 6 on the Windows machine. As far as I know there is no software available which gives OS X the ability to read and write NTFS drives - - maybe it exists or is under develpment somewhere.
    (2) Both OSX and Windows can read/write files that are on a networked file server regardless of the file system used by that file server. The server hides its underlying file system from clients. Just connecting a network capable HDD to a router is NOT the same thing as having a file server on the network - - the same basic file limitations still exist.

  • I am having a problem with pop pups and small windows with ads constantly opening up on my safari?? Thought that macs didn't get virus? this looks like one- any experts around? please help me fix it with your instructions? really don't know what to do...

    Hi everyone,
    I am having a problem with my Mac OS X 10.7.5 mac book air , there are constant pop pups and small windows with ads blinking constantly opening up on my safari in front of everything?? it is constantly interupting me and makes me mistakingly click on it then another new windows open behind the one im using..
    I am not too sure if thats a virus or trojan.. I always thought that macs didn't get virus? this looks like one to me… any experts around? please help me fix it with your instructions? really don't know what to do... thanks

    Those are not viruses. You have probably installed some malware:
    The Safe Mac » Adware Removal Guide
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using Dr.Web Light from the App Store. It's free, and since it's from the App Store, it won't destabilize the system. If you prefer one of the better known commercial products, then Thomas recommends using Sophos.(Thank you to Thomas Reed for these recommendations.) If you already use Sophos, then be aware of this if you are using Mavericks: OS X Mavericks- Sophos Anti-Virus on-access scanner versions 8.0 - 9.1 may cause unexpected restarts
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect anything targeting the Mac because there
         is no Mac malware in the wild, and therefore, no "signatures" to detect.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

Maybe you are looking for

  • Move data from one table to another

    Hi, I need to move data from work space -1 to work space -2. I need to move only selected data. From work space -1 to work space -2 Work space -1 Table -1_ ID NAME Description 1 xyz one 2 abc two 3 mnk three Table -2_ ID PID NAME Description 1 1 x1 -

  • How can I open a web page that is not compatible with safari?

    Hi all I get the following message when I try to go to a certain web site: http://www.sia.homeoffice.gov.uk/Pages/licensing-rolh.aspx click on the "GO TO THE REGISTER" button Please note: clicking the button above will transfer you to our secure serv

  • Songs deleted from iTunes are still on my Nano

    I've got my iTunes set for me to Manually Manage Music. So once I'm done with a song I delete it by selecting it from my iPod Library and selecting "Delete". However, I noticed that the songs are still on my iPod. For example if I go to the Artists L

  • How to enable dump file during OSD?

    Hello, I'm having an issue with a line of Dell laptops getting stuck in a reboot loop after the first reboot of our OSD task sequence, which is an SCCM 2012 SP1/MDT 2012 Update 1 Client Task Sequence. After it lays down the OS and reboots for the fir

  • Since I installed Mavericks I seem to have lost the comforting whooooosh that I used to hear when mail was sent.

    Since I installed Mavericks I have lost the comforting whooosh I used to get when mail is sent.  And I cant find anything in the preferences to get it back.