Developing on a 4K Monitor - problem with DPI Scaling

Development Environment:
Visual Studio 2013 Update 4
Windows 8.1 latest SP
1st screen: 4K, 3840x3260
2nd screen: 1920x1200
Situation: I'm developing a WinForms Application since many years.  Originally, my development environment was started on normal screens. Now, the main screen was exchanged by a 4K.
Problem: Whenever I design a dialog, or change an existing one, the resulting dialog is much too big on a normal FullHD display. It seems that Visual Studio cannot correctly the DPI scaling;
end the forms designer even "destroys" existing code once you open a dialog.
Question: What's the best way to develop WinForms desktop applications on a high-resolution display?

So, I messed around a lot more with switchresX, and discovered you can create any retina resolution by making a custom 'scaled' resolution with double the dimensions in each direction. For example, 1440p turns into 5120x2880.
The caveat here is that you can't set the actual screen resolution. So, for my rMBP, 1440p gets scaled to 1080p and looks like garbage. I'm fairly convinced that this is something that's determined by the driver though. I attached the monitor (Asus p287q) to a Mac Pro with an nvidia graphics card and using the nvidia web drivers (not the default ones that come with mac os x), and the 1440p on 4K HiDPI mode is available and looking great (60hz too!)
I haven't tried this yet, but maybe installing the nvidia web drivers will fix the rMBP resolution as well. Thing is, the Macbook Pro 13 has Intel graphics, right? Not sure if Intel offers alternative mac drivers, but if they do it's probably worth a try.

Similar Messages

  • Problems with image scaling

    I'm facing a real problem with image scaling
    I've used several algorithms but it all has defects but the most common thing is the out of memory error after several enlargments...
    does any one know a solution...
    note:
    I've used several packages to do so,but I'm looking for a solution from the jdk itself
    JAlexscorpio

    Did you take into account that the getScaledInstance() -method creates a completly new Image?
    So if you use it like in
    ImageIcon icon1=new ImageIcon("Blah.gif");
    ImageIcon icon2=new ImageIcon(icon1.getImage().getScaledInstance(400,400,SCALE_FAST);
    you will end up with 2 different Images which have their own data and memory requirements.
    even if you use something like
    ImageIcon icon1=new ImageIcon("Blah.gif");
    Image i=icon1.getImage();
    icon1.setImage(i.getScaledInstance(200,200,SCALE_FAST));
    You will need enough memory to store the data for the original image, as well as the data for the scaled
    version of the image, at least for the time that it take the JRE to create the scaled version. You never know when the garbage collector kicks in to delete you old data so it could be that this takes some time and until
    that moment your memory is not available. If your now doing several of the scaling operations, and there is no chance for the garbage collector to do its work, you will run out of memory.
    I hope that might help, if not feel free to post again

  • Dual Monitor Problems with Vista

    I have a Lenovo T61 laptop running Vista ultimate 32 bit, SP1. I schlep this back and forth from home to work and put it in docking stations at each location. The docking stations have external monitors attached. At work I have a Viewsonic VX2035wm 20" Wide screen, (16:10) monitor with optimum resolution of 1680x1050. At home I have a Viewsonic VA912b 19" standard aspect ratio monitor with a suggested resolution of 1280x1024.
    I typically run in dual monitor mode using my laptop display and the external monitor and extend the display across both monitors. Sometimes I run with the laptop display as the primary monitor, sometimes the external is the primary.
    When I take my system from one location to another, generally upon boot or resume it recognizes the different monitor configurations and adjusts the display properties accordingly. However, about once a week I have a problem. For example, I shutdown at home, came into work and attempted to boot the system. Upon boot my external monitor displayed a frequency out of range error and did not display anything else. I suspect that the external port was configured to a setting that was not supported by the monitor. It appears that this was the primary display because my laptop only showed the background and the desktop did not display. Since nothing was displayed, I couldn't click the start menu, any icons, etc. I tried to adjust the monitor configuration by right clicking the laptop screen and selecting personalize, but the personalization dialog would not show up and I suspect that it went to the blanked out external monitor.
    Please advise on how I can handle this situation. Is there any way to move the display from the external to the notebook when this happens? I noticed that Viewsonic has Vista drivers listed on their web site. Would it help to download and install these? Is there anything else you can suggest?

    The main point of posting this topic was to point out the appalling service offered by Adobe but, of course resolving this issue would be nice also.
    So here goes;
    Dual monitor issue (Applies to CS4 applications; Photoshop, Illustrator, InDesign etc. but not Flash or Dreamweaver or any other manufacturers software).
    I have 2 monitors installed with Windows Vista 64bit, using Nvidia Quadro FX 1700:
    -1280 x 1024 (primary display on the left) &
    -1440 x 900 (on the right)
    With a CS4 application maximised in the larger monitor, all the drop down menus display fine, if the chosen drop-down menu is taller than the height of the monitor (fonts, for instance), an arrow appears at the bottom of the menu so that I can scroll down the rest of the menu. If I then reduce the size of the CS4 application window, move it to the smaller monitor and maximised it again, the drop-down menu (which displayed and functioned fine in the primary monitor) is cropped off so I can't access the rest of the menu.
    This might seem a minor irritation, but for batch-processing of merged files (the main purpose for having 2 monitors) CS4 makes the 2nd monitor redundant.
    Another, less irritating issue (again, only with the applications named above) is that the window when maximised in the secondary monitor 'hangs over' into the primary monitor.

  • PRI monitoring problem with SNMP

    Hello
    I'm having some problems with PRI monitoring.
    I'm using cpmDS1ActiveDS0 MIB on a 3800 VoIP gateway with 4 PRI (2x2) (IOS 12.4(4)T1)
    1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0 - I can see PRI 0/0/0 total number of calls
    1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.1 - I can see PRI 0/0/1 total number of calls
    1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.0 - Error
    1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.1 - Error
    1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0.x - Error
    1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.1.x - Error
    The PRIs that we want to see are 0/1/0 e 0/1/1...... (bad luck!)
    Do I need to make some special configuration on the Router?

    Have you had any responses to this issue ?
    I am running into exactly the same issue and have tried everything I can find to get these individual PRI (count of channels/lines in use) statistics.
    Just for the record, here are some of the SNMP OIDs that I have tried (the ISRs do respond to them, only thing is, the data they send back is mostly rubbish...) the output below is from two separate routers, with different versions of IOS running (which is shown in the sysdescr response):
    Note that the query in red in the second router was responded to with a valid response in the FIRST router...
    All of these OIDs have been suggested at various sites online as useable SNMP OIDs for the ISR, but at other sites, they are suggested to be faulty.  I have found no definitive statement for ways to get these stats successfully on the ISR platform (which amazes me.)  Output below is using net-snmp to collect the stats.
    I welcome any suggestions as to how this can be done reliably for the ISR, and what IOS versions WILL work.  (since I am getting way different reponses to the same OIDs on the two versions below).
    You'll see that for the second (DC) router below, the values are always Zero.
    Yet I can guarantee that the ACTUAL stats are NEVER zero during the time period queried.
    Timestamp: 2010-12-27_13:56:31.73
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-POP-MGMT-MIB::cpmActiveDS0s.0
    .1.3.6.1.4.1.9.10.19.1.1.4.0
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-POP-MGMT-MIB::cpmDS1ActiveDS0s.0.0
    .1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-POP-MGMT-MIB::cpmISDNCfgBChannelsInUse.0
    .1.3.6.1.4.1.9.10.19.1.1.3.0
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveDS0s.0
    .1.3.6.1.4.1.9.9.63.1.3.3.0
    C:\usr\share\snmp\mibs>snmptranslate -On ISDN-MIB::isdnBearerOperStatus.32
    .1.3.6.1.2.1.10.20.1.2.1.1.2.32
    From ROUTER2 - HQ:
    SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software,
    3800 Software (C3825-ADVIPSERVICESK9-M),
    Version 12.4(15)T8, RELEASE SOFTWARE (fc3)
    CISCO-POP-MGMT-MIB::cpmActiveDS0s.0 = Gauge32: 14
    CISCO-POP-MGMT-MIB::cpmDS1ActiveDS0s.0.0 = Gauge32: 14
    CISCO-POP-MGMT-MIB::cpmISDNCfgBChannelsInUse.0 = Gauge32: 7
    CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveDS0s.0 = Gauge32: 7 interfaces
    ISDN-MIB::isdnBearerOperStatus.32 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.33 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.34 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.35 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.36 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.37 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.38 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.39 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.40 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.41 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.42 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.43 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.44 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.45 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.46 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.47 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.48 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.49 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.50 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.51 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.52 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.53 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.54 = INTEGER: idle(1)
    From ROUTER2 - DC:
    SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software,
    3800 Software (C3825-ADVIPSERVICESK9-M),
    Version 12.4(18), RELEASE SOFTWARE (fc1)
    CISCO-POP-MGMT-MIB::cpmActiveDS0s.0 = Gauge32: 0
    CISCO-POP-MGMT-MIB::cpmDS1ActiveDS0s.0.0 = Gauge32: 0
    CISCO-POP-MGMT-MIB::cpmISDNCfgBChannelsInUse.0 = Gauge32: 0
    CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveDS0s.0 = No Such Object available on this agent at this OID
    ISDN-MIB::isdnBearerOperStatus.32 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.33 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.34 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.35 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.36 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.37 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.38 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.39 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.40 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.41 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.42 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.43 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.44 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.45 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.46 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.47 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.48 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.49 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.50 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.51 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.52 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.53 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.54 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.81 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.82 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.83 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.84 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.85 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.86 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.87 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.88 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.89 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.90 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.91 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.92 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.93 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.94 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.95 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.96 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.97 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.98 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.99 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.100 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.101 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.102 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.103 = INTEGER: idle(1)
    Timestamp: 2010-12-27_13:56:35.02

  • Monitor problem with envy dv6-7214nr

    I have a problem with my monitor.  At the very top there is a single line that keeps flashing.  What could the problem be?  A bad monitor?  Or something else?

    Hi Antlan,
    Thank you for visiting the HP Support Forums and Welcome. I have read your thread on your HP ENVY dv6-7214nr Notebook and getting a flashing line on the screen. Try performing a hard reset. When performing a hard reset please note remove any and all USB devices, and remove memory cards from the card reader slot. Disconnect all non-essential devices. If that does not help try to turn on the computer you start to press F11 repeatedly till the menu opens. You can do a system restore. You could check for a BIOS update.
    Hope this is helpful.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Monitor problems with Mac Pro and Leopard

    I can't turn energy saver off.I have two LCD monitors connected, one 19" Viewsonic VX924 and one 30" Dell3007WFPHC . I set energy saver:Put the display(s) to sleep when computer is inactive for Never.
    Yet I can turn the monitors off and back on later and it's put the Viewsonic to sleep ,but not the Dell.
    I then open the energy saver system preferences again and low and behold it's changed itself back to sleep at 26 minutes.Ghost in the machine?Why doesn't it put the Dell to sleep as well?????Why does it keep changing back to 26 minutes regardless of how many times I set it to never and lock it?
    I even tried just using the Viewsonic only and setting to never,I also trashed a pref file I thought was energy saver , still same behavior, this is a REALLY big hassle ,because I have to restart every time just to get this monitor back up.
    Any clues?
    Many thanks!
    Hayes
    Memphis,Tn.

    I think there are some powermanagement prefs in your account and in /Library but I also read of problems with ViewSonic VX back when the Mac Pro came out in 9/06.
    I would give the SMC button a good 'kick' and see if that helps.
    And when you restart, this is normal safe restart, or forced?
    SMC button, this is restart button on the inside of the mac?
    It's always a safe restart,the whole computer doesn't go down, it's just the viewsonic power light blinks on and off and there is not much I can do to get back up quickly, but restart. I have played with display settings and got it back before, but that's hit or miss and very time consuming.
    Thanks you so so much for your help and suggestions!

  • Pavilion 22bw monitor - problem with Windows 7

    Hello all, I have lately been having a problem with my HP Pavilion Slimline Windows 7 PC recognizing my HP Pavilion 22bw monitor (purchased separately from the PC). This problem was, for a while, sporadically popping up after the computer/monitor went to sleep and "reawoke", but is now basically happening every time I reboot.
    The basic problem is: The monitor display is always at a low resolution and is often weirdly offset to the right, and the desktop extends beyond the screen. The display settings under Windows (Windows 7 Home Premium,  6.1.7601 Service Pack) only recognize the monitor as "Generic Non P&P Monitor". This is new and concurrent with the problem, as I have used this monitor and its HP driver with no issues for months.
    I have tried re-installing the display drivers, fiddling with the power management settings, and plugging/unplugging the monitor, all to no avail. I tried manually setting resolution through the software and the display hardware as well.
    Any ideas? Could it be a conflict with the graphic driver (onboard Intel)?
    The strange thing is this started happening with no other computer changes, like new hardware/software, occurring, to my memory.
    Thanks much to any who might have some insight.
    tcoreyb

    Hi tcoreyb,
    What version of Win 7 (32 bit or 64 bit) and what is the product number of your Slimline PC?
    Try setting the monitor back to factory settings using the monitor's On Screen Display. If the symptom persists, then navigate to Control Panel - Device Manager - Monitors and uninstall the current monitor display driver.
    Reboot your system. If the symptom persists, try installing the HP monitor display driver and utility tools found here  if your operating system, (OS), is 64 bit or here  if your OS is 32 bit.
    If this does not correct, then try reinstalling your Slimline, factory installed, Intel graphics driver via HP's  Recovery Manager driver reinstallation instructions.
    Can you test the monitor on a different computer? That may help to isolate the problem to either the monitor or a graphics driver problem.
    Jaco
    ****I am not an HP employee****
    Please give a" Kudos" if advice received is relevant or" Accept as Solution" if your problem has been solved.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++
    H8 1380t CTO, Intel i7 3820
    16 GB DDR3
    Pegatron Motherboard- IPIWB-PB (Pittsburgh), Radeon HD 7570 1GB. Win 7 Home Premium upgraded to Windows 8.1 Pro.
    Envy Phoenix 810-150se, Intel i7 4820k
    12 GB DDR3
    Pittsburgh2 Mainboard, NVIDIA GTX 645- 2GB GDDR5. Win 8.1 Pro.
    HP 560z CTO AMD Phenom II X6 1090T
    16 GB DDR3.
    Radeon HD 6570
    Win 7 Home Premium upgraded to Win 7 Pro.
    HP ENVY 17t-j000 CTO Quad Edition Notebook. I7 4702mq
    12 GB DDR3
    Nvidia Graphics
    Win 8 Pro
    Errare humanum est.

  • Dual monitor problems with Ti4200-TD8X

    I cannot put the second LCD monitor to work with the Ti4200-TD8X card. It works mirroring the main display during the boot procedure and the black windows XP loading screen. When it gets to the blue login screen the second monitor shuts off and all options on the driver menus related to extending the desktop into the second monitor just grey out.
    Does anybody have some clues on this one?
    Thanks!

    Hi Guys!
    why do I have the strange feeling that I'm talking to my self.... alone....
    What a nice support service!....
    Anyway, let me share what I found and how I was able to make it work....
    I used the DVI-I to VGA adapter supplied together with a VGA cable without pin 9 connected... According to most recent VGA specs this line could carry optionally +5 V and is considered part of the comunication protocol together with pin 12 and 15 that allows settings data to be transfered bi-directinally between Video card and moitor. BUT, to make it work I also had to resort to the 44.03 drivers version!
    So, this confirms that there is a problem in the card, either at hardware level or at software level... Why does it work nicelly with the monitor connected to the VGA port and not with the seccond monitor connected with the same cable + adapter?
    This only means that the protocol/connections implementation was not consistent between both ports...
    MSI guys, please correct it!... and do not let us suffer alone in forum, talking to the walls... I'm disapointed... this was my first and last MSI product buy...

  • Printing problem with emails - scaling issue

    Hi everyone,
    I'm having a printing problem when I print out my emails. Under the email preferences, the scaling is set to 100%, but the actual printouts look to be about 30%.
    I have no other problems with any other applications (documents, web pages, etc.) and I'm not sure where to look next.
    I'm new to the mac world (my background is with PC's), so any guidance at all would be GREATLY appreciated!!
    (PS - I just updated my printer driver yesterday - had the problem both before and after that install)
    Thanks in advance for your advice,
    - wackylady
    g4   Mac OS X (10.2.x)  

    bump -
    any help?

  • Problem with image scaling and aligning to the MC bounds

    HI
    I have problem with my custom class.
    For example if image is loaded into the
    holder_mc inside of
    loader_mc, and if the loaded image is bigger than the
    loader_mc, then I want it to scale it down to match
    loader_mc bounds.
    It is something similar to Loader class...
    I've copied this code outside of Loader.as file and modifyed
    it, but its not working...
    I'd realy appreciate that if you could find any mistake or
    any code similar to this...
    Thanks in advance and sorry for my bad english...
    mloncaric

    Anyone please?:(

  • Problems with the scaling using  a tachometer

    Hi all,
    I have the following problem: i have a query that shows me a % of Card make in one day, i need to fix the scaling from 0% to 100% but it always get fixed automatic. I go to edit the Axis and then i set Minimum Value = 0 and Minimum  Calculation = user Defined and Maximum Value = 100 and Maximum Calculation = user Defined but it always get fixed with automatic scaling. What can i do?
    Thanks a lot
    PS: I´ll wait for the response and then i´ll give some starts !!!
    Regards,
    Roberth

    Hi Roberth,
    Please check out OSS note 959964 - Chart: User-defined values of axis range are ignored. We were facing the same issue and this note fixed it for us.
    Symptom
    The axis range of the chart ignores the user-defined settings. Instead it uses the automatic calculation of the axis range.
    Other terms
    Minimum Maximum calculation gfwchart xmlchart chart engine
    Reason and Prerequisites
    You use SAPGUI 6.40 >= patch 18 and an IGS 6.40.
    Solution
    Please install IGS 6.40 >= patch 16.
    Hope this helps...

  • Problem with Filters scaling ??

    Hi,
    I have scaled into an edit and applied the viewfinder filter, but the filter scales with the scaling of the edit, distoring the filter, not what i want, anyone got any ideas how to overcome this ?
    Hillster

    Yar, better yet, export the scaled up clips as separate movies and bring them back into your project, apply the filter to the movies.
    Saves tons of time processing and re-rendering with every little adjustment. Assumes. of course, you can set your effects clips as golden and do the export.
    bogiesan

  • External Monitor problem with FCP 7.0.3

    I recently updated FCP to 7.0.3 and I started having problems viewing the image on my 46" Samsung LCD TV. First off I have a MacPro(OSX 10.7.4) with a
    ATI Radeon X1900 XT 512 MB card. I have a DVI to HDMI cable plugged from the MacPro to the Samsung TV. The issues I have are when I playback the timeline I get a frozen image or no image. I have already made sure I had ALL FRAMES selected and have refreshed all monitors to no solution. This was all working perfectly until I updated FCP last week. Any solutions??? Thank you in advanced!

    Have you deleted your preferences?
    https://discussions.apple.com/docs/DOC-2491
    MtD

  • Developer 2000 ver 5 connecting problem with 10g

    Is it possible to work developer 2000 ver 5 with 10g database? When I connected in Form Designer it worked after a long time But when in runtime both form and report gives network error. So, Please give a solution for developer 5 to work with oracle 10g.
    Thanks & regards.
    Jamil

    Hi,
    We use forms 6 and had the same problem and at this time upgrade to a new version is not possible; so we found two ways to handle this (Note we have form 6 to this may not work for you):
    a) Compile your forms using a database 8 or 8i, and the fmx should be able to connect to a 10g database. this means a daily backup from to 10g to 8i or at least make sure you have the same db structure.
    b) Perform a partial forms upgrade of procedure builder:
    from the help menu on forms open "About form builder" and check the version of installed products.
    Download forms 6i and upgrade only "Procedure builder" with this:
    Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
    option b has been working for us, we are able to connect to a 10g database without problems.
    Of course, this is a work-around, not supported by Oracle or anyone for that matter, so make sure you test it in a couple of machines before using in a production envrionment.
    Regards,
    Hugo.

  • LG TV as a Monitor - Problem with not Mirroring Display

    I used to be able to extend to my LG TV and use that as an additional monitor side by side with my Macbook Pro 17" but now it only allows me to mirror. What has changed. I have tried different HDMI cables.

    Mirrored mode mirrors the display including resolution. Use extended mode not mirrored mode to set the external display resolution to the TV's native mode.

Maybe you are looking for