UITableView with custom frame size within a UINavigationController... how?

I've seen similar questions asked all over the web, but so far not a single "real" answer has cropped up, so hopefully you folks will know the way to do this.
I have a main view that with a UIView subview, inside of which I am programmatically adding a UINavigationController and UITableView that is encapsulated in a +regular UIViewController+, to allow it to be pushed/popped onto the navigation controller. I'm essentially just trying to get a table+navcontroller combination that only takes up about half the screen height.
The problem isn't that it doesn't work, because I have no problem getting the table and navigation controller working together as expected. The problem is that no matter what I do or try, I cannot get the table view to be smaller (in height), than full-size, meaning that when contained in this ~200px navcontroller-in-subview, there are a large number of rows the user cannot select because attempting to scroll to them immediately "bounces" back. You can see that the rows are there when you "pull" the scroll down, but can never get it to stay.
As it appears, the table view is too large in height. I've gone as far as setting the table to a height of 10, to no avail. Autoresize masks have no effect.
Please note that I'm NOT using an instance of UITableViewController, but rather the plain vanilla UIViewController, because creating an instance of the former automatically creates the underlying UITableView, which was always sized to large, as well. I had some advice that I should attempt creating the table and view controller independently, add the former to the latter and then push the view controller onto the navigation controller. Again, this does work, but the size is all out of whack.
Finally, in quick psuedo-code, this is essentially what I'm doing:
(this is found in MainViewController::viewDidLoad)
CGRect frame = subviewContainer.frame;
frame.size.height = 10;
frame.origin.x = 0;
frame.origin.y = 0;
UITableView* table = [[UITableView alloc] initWithFrame:frame];
table.autoresizesMask = UIViewAutoresizingNone;
UIViewController* tVC = [[UIViewController alloc] init];
tVC.view = table;
UINavigationController* navC = [[UINavigationController alloc] initWithRootViewController:tVC];
[subviewContainer addSubview:navC.view];
Thanks for any tips you might have: this is quite the frustrating problem!

I have an app that is absolutely kicking my butt. I have a UITabBarController that contains a UINavigationController that contains a custom UIViewController. When the user rotates the iPhone, I want to hide the navigation bar, hide the tab bar and swap out a UIImageView in the custom view controller and I want the image to be full-screen. I've figured out how to get rid of the navigation and tab bars, but making the UIImageView full-screen is what's killing me. When the image shows up, it is the size it would be if the tab bar was visible. In the didRotateFromInterfaceOrientation method, I hide the tab bar by doing:
tabBar.hidden = YES;
I've tried resizing the UIImageView by doing:
img.frame = CGRectMake(0.0, 0.0, 320.0, 480.0);
but that just screws up the image even more. I tried resizing the tabBarController's view, and I've tried resizing the current view, but alas to no avail.
Can anyone help me not be stupid?
Thanks!

Similar Messages

  • How do I set custom frame size in Premiere Pro 5.5 sequence.

    I need to set a custom frame size in Premiere Pro 5.5.
    I can't edit a preset so how do I create my own?

    If you realy feel 'lazy' or have no idea what settings to choose you can drag the clip the into the New Item icon. This will create a matching sequence.

  • Problem with custom paper size on dot matrix printer

    Hi All,
    I'm using CR2008 with updated to SP2. I have a problem with custom paper size (W=21; H=14), the CR Viewer show report with custom paper size correctly but when I print it to a dot matrix printer (Epson LQ 300+) the content was rotated to landscape. If print to a laser printer the content was printed correctly. My report was printed correctly by CR10 or previous versions I got this issue when upgraded to CR2008. I aslo tested my computer and printer with orther application like MS Word the printing have no problem with custom paper size.
    Thanks for any advice for me.
    Han

    Looking at the Epson LQ 300+ driver, I see that the latest update is from 2002. In my experience, most matrix printer drivers are not unicode. Crystal Reports is designed to only work with unicode printer drivers. See the [How Printer Driver Options Affect a Report|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/a09051e9-721e-2b10-11b6-f9c65c64ef29&overridelayout=true] article, page 6 for details. Also, see [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Finally, see if you can print from the CR designer to this printer and if you get the correct results here.
    Ludek

  • Help with custom page size support for non standard paper

    Firstly, we appreciate any support you may be able to provide, we have already thrown considerable effort at this and it has been very time consuming and frustrating.
    To support a number of business functions need to print to (non standard) continuous and mulitpart paper on a dot matrix printer. The (test) Mac is a 10.4.11 G4 laptop, the printer is an Oki Microline 520 (9 pin 80 column, IBM Proprinter, Microline or Epson FX personalities with a parallel interface) which has been networked via a HP JetDirext Ex Plus print server. That part appears to be operating correctly.
    We have tried a number of drivers / printer personalities with varying levels of success:
    ESP / EPSON 9-Pin Series CUPS v1.1 / Epson FX personality
    ESP / OKIDATA 9-Pin Series CUPS v1.1 / Oki Microline personality
    Ghostscript / epsonc / Epson Dot Matrix Foomatic PPD / Epson FX personality
    Ghostscript / ibmpro / IBM ProPrinterII Foomatic PPD / IBM Proprinter personality
    Ghostscript / okiibm / Oki Microline IBM compatible 9 pin Foomatic PPD / IBM Proprinter personality
    There were no appropriate drivers in Gutenprint (5.2.3 version) The most successful is the okiibm / Oki Microline IBM compatible 9 pin settings, it can print A4 and honors the Printer Features Resolution settings in the print dialogue.
    Q1: Should we see anything in the Printer Info / Installable Option, it is always blank ?
    The issue is custom page sizes, we can manage / add Custom Pages Sizes via the Page Setup / Paper Size interface and they draw on the screen OK but they do not work at the printer (various issue at the printer such error messages, junk printing and wrong orientation):
    Q2: Are we heading in the right direction or is there a better way to handle this ?
    Q3: Would 10.5 solve all our problems, are the print drivers any better ?
    Q4: Is this the correct way to specify custom page sizes, is this all we need to do ?
    Q5: Is so how do we get the driver to respect the size, do we need another filter or something ?
    Q6: Is it possible to add (by hand) custom page sizes to the ESP drivers or Foomatic PPD files so they they appear as a "standard" offering in the Page Setup / Paper Size interface ?
    Sorry for the long / complicated post and thanks in advance for any advice / assistance.

    Matt Broughton wrote:
    Testing on 10.5.7, Tried both Oki 9-Pin Series 1.3 / Microline personality (no joy) and Epson 9-Pin Series 1.3 (this is a much better driver than 1.1) / Epson FX personality but not much joy with custom page sizes,
    The Oki 9-pin Series 1.3 and the Epson 9-Pin Series 1.3 should produce the same results. The only difference in the PPDs is the printer model name.
    After some testing, I find that the output is not the same despite the two PPDs being virtually identical. I did spot in the CUPS source code for the rastertoepson filter that there is some model name matching for Epson printers. Thus I can see where the output using the Oki 9-pin PPD could be different than when using the Epson 9-pin PPD.
    but again once I imbedded the page size into the ppd some (but frustrating) luck. I can get it to respect the paper orientation and it prints well but I could not get the form length to work properly. At best over a print run of 7 labels it would creep up the label by about 0.1 inches / 2 mm.
    Just for the fun of it, I made some additions to the Epson 9-pin 1.3 PPD. All I can say is that I could print a job to file. I have no way to know what it would look like on paper.
    I did find that using a custom paper size did add some unwanted margins to the output bounding box. Putting the custom page size into the PPD seemed to get around that issue.
    I added the following lines to the Epson 9-pin PPD 1.3--
    <pre style="overflow: auto;font-size:small; font-family: Monaco, 'Courier New', Courier, monospace; color: #222; background: #ddd; padding: .3em .8em .3em .8em; font-size: 9px;">*PageSize Label1/Label1: "<</PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *PageRegion Label1/Label1: "<<PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *ImageableArea Label1/Label1: "0 0 288.00 107.80"
    *PaperDimension Label1/Label1: "288.00 107.80"</pre>
    This adds a paper size with the 4 inch (288pt) width and 1.5 inch (107.8pt) height. That represents the 1.4 inch label and the 0.1 inch gap between labels. I set 0pt margins except for the bottom where is set the 0.1 inch (7pt) gap as the bottom margin.
    The full diff in context is--
    <pre style="overflow: auto;font-size:small; font-family: Monaco, 'Courier New', Courier, monospace; color: #222; background: #ddd; padding: .3em .8em .3em .8em; font-size: 9px;">loki:~ matt$ diff -u /usr/share/cups/model/epson9.ppd ~/Desktop/epson9.ppd
    --- /usr/share/cups/model/epson9.ppd 2009-02-20 20:16:53.000000000 -0600
    +++ /Users/matt/Desktop/epson9.ppd 2009-06-06 20:37:06.000000000 -0500
    @@ -42,6 +42,7 @@
    *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
    *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
    *PageSize FanFoldUS/US Fanfold: "<</PageSize[1071 792]/ImagingBBox null>>setpagedevice"
    +*PageSize Label1/Label1: "<</PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *CloseUI: *PageSize
    *OpenUI *PageRegion/Media Size: PickOne
    *OrderDependency: 10 AnySetup *PageRegion
    @@ -50,17 +51,20 @@
    *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
    *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
    *PageRegion FanFoldUS/US Fanfold: "<</PageSize[1071 792]/ImagingBBox null>>setpagedevice"
    +*PageRegion Label1/Label1: "<<PageSize[288 107.8]/ImagingBBox null>>setpagedevice"
    *CloseUI: *PageRegion
    *DefaultImageableArea: Letter
    *ImageableArea Letter/US Letter: "18.00 18.00 594.00 774.00"
    *ImageableArea Legal/US Legal: "18.00 18.00 594.00 990.00"
    *ImageableArea A4/A4: "18.00 18.00 577.00 824.00"
    *ImageableArea FanFoldUS/US Fanfold: "18.00 18.00 1053.00 774.00"
    +*ImageableArea Label1/Label1: "0 0 288.00 107.80"
    *DefaultPaperDimension: Letter
    *PaperDimension Letter/US Letter: "612.00 792.00"
    *PaperDimension Legal/US Legal: "612.00 1008.00"
    *PaperDimension A4/A4: "595.00 842.00"
    *PaperDimension FanFoldUS/US Fanfold: "1071.00 792.00"
    +*PaperDimension Label1/Label1: "288.00 107.80"
    *MaxMediaWidth: "1080.00"
    *MaxMediaHeight: "86400.00"
    *HWMargins: 18.00 18.00 18.00 18.00</pre>
    I don't know if that will help you or not. Let us know what sort of progress you make.
    Matt

  • Problems with Custom Paper Size and Address Book

    I'm having some trouble printing from Address Book onto a custom paper size. I'm attempting to set up a notecard, and only print one at a time, rather than multiple columns as in the Labels option. The trouble is that when creating this small size, Address Book doesn't recognize it as anything other than a regular sheet of US Letter, and thus prints the address in the middle of the page.
    I have no problem printing envelopes, though, which seems odd because they too go in the manual feed for my printer. The notecards are similar width to the envelopes, but only about half the length.
    Has anyone else experienced problems with custom paper sizes printing improperly? I'm using an HP 4515 LaserJet, but have access to a few other laser printers. Thanks for any insight

    I have had the same problem, and with the same result; Adobe Tech Support can't help or fix, after 15 hours on phone, Level 2 support. It is a software bug Adobe has, and can't seem to fix.  I just upgraded to Lightroom CC, and my problem migrated with the upgrade.  I print in Photoshop fine.
    If you found an answer, I would appreciate  knowing how to do it!
    Thanks

  • How to render a video from image sequence with custom frame rate?

    Dear all,
    For a project i would like to create a video from 47 images with a custom frame rate. To achieve this i take the following steps in Photoshop CS6 extended:
    1) File -> Open...
    2) Select the first image and select " image sequence ". All images have the same size (1280 x 1261 px) and are numbered correctly.
    3) Click open
    4) Frame Rate: Custom 3 fps
    5) File -> Export -> Render Video... -> Render
    6) Play the video with VLC. The video shows a still image of the first image.
    If i choose a frame rate of 10 fps, then there is no problem. VLC plays the video as expected.
    Is there a other way to create a video from 47 images and choose a custom frame rate? Or what am i doing wrong?

    Seen this SO thread?
    http://stackoverflow.com/questions/6691136/how-to-convert-series-of-images-into- movie-in-ios

  • Mpeg1 custom frame size

    Hello,
    I do a lot of videos or video presentations for sales type people to use within powerpoint files. I usually supply clients with WMV files using flip4mac, which works well.
    Occasionally I see mpeg1 muxed movies that are more than the default 320x240 frame sizes. My question is 2 part - 1. Is there a quicktime/compressor way to do this? 2. Any thoughts on whether mpeg1 is a superior way to supply movies for things like inserting into powerpoint presentations?
    Thanks
    Pete

    That's pretty much the frame size of a MPEG-1 file, 320x240. There's a MPEG-1 file called Super Video (CD) that uses MPEG-2 compression for the MPEG-1 file. I think the frame size is 480x360. The video quality is still garbage. The reason you still see MPEG-1 files is that the format is still popular in India and Indonesia.
    Use h.264 for your presentation. If you use MPEG-1 you'll hate the quality.
    Open that MPEG-1 you have in Quicktime and see what the inspector window tells you what the format is.

  • Anyone having issues with custom paper sizes?

    I've narrowed down my printing problems to be primarily when using custom paper sizes. I still get regular crashes with standard sizes, but cannot print at all if I set up a custom size in A3. I am able to print custom sizes in Lightroom so it must be related to Aperture. I much prefer the way my prints look from Aperture, don't know why but when I export jpg or tiff files from A3 and import into LR the prints are very dull and color is off.
    Anyone?

    I have exact same issue after in my Iphone 4s. This started after upgrading to IOS 6.0.1
    Has anybody got a solution?

  • Photosmart Duplex with Custom Paper Size

    I've recently bought a Photosmart Premium C310a for a personal project where I needed a photo printer that could handle duplex printing and custom sized paper, which according to the spec this printer does. 
    However, when you try to do this the printer driver in Windows Vista tells me that custom sizing is not compatible with duplex printing, rendering the Photosmart Premium a large lump of plastic and wiring that I have no use for.
    Has anyone got any ideas of how I can make this work?
    Thanks,
    Mark

    Radlett wrote:
    I am looking to print on 160mm x 160mm using 250 gsm paper.  Any ideas of how I could do this or can you suggest a photo printer (or similar quality) that would print duplex using this paper?
    Thanks,
    Mark
    OK, the paper weight is outside that "supported" for duplexing as shown in the user manual but it might work.
    I do not have a c310a set up to test with but I tried with a c309a I have here.  What exactly did you try?  I set a custom paper size in the Printing Preferences, Features tab and then selected automatic two sided printing and it seems to work.  Are you trying to print full borderless photo's in duplex mode?  That is not supported and I do not know any way to make it work.  It is also not supported (and will not work) to print with photo media selected and printing in duplex mode.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • 'Custom' frame size sequence displaying weirdly in full screen mode...

    I cutting an IMAX film, the frame is 1428 x 1050 (virtually 4:3 ratio). In ProRes it plays and works just fine on the timeline, proper proportions in the canvas and viewer windows ... and when I open it to full screen it works, proper proportions, as a 'still' image; but when I hit 'play' it pops into a 16:9 sort of frame ... the image squashed.
    This doesn't happen with an 'uncompressed' codec, only with ProRes.
    Is there any way I can set something in FCP to compensate for this? So it will actually play the custom frame in its proper proportions in a full screen mode?
    Ben

    Possible solution (skin) and workaround (listen for fullscreenevent) mentioned here.

  • Custom frame size

    I've been searching the net for an answer all day, but can't work it out.
    I'm trying to create a video with frame-output 288x364. When I save it, I get the correct size of frame, but the video is only shown i the middle of the frame - like it dosn't fit to the frame size. Can you help in anyway?
    I'm a rookie at this....! And Danish too, so excuse my poor English!

    So is this the best answer that we can come up with in four months?  That Premiere Elements can't work with some cameras, so you have to spend a lot more money for a better program?
    Let me put that sort of question another way:  When trying to render a project to an AVI file, Elements only gives me a choice of the 720 x 480 frame size.  In order to reduce the file size for uploading, I want to reduce it to a smaller frame size.  I'm not really picky about the exact size, but I was figuring around 420 x 320.  (And, as Kimdj said, I don't want to just reduce the viewable area, effectively cropping the video.  I want to take the whole frame and shrink it down.)
    I've been able to do this with other, older, cheaper video editing programs in the past (Pinnacle 8, Video Wave 4, and others), so I'm skeptical about claims that Premiere Elements can't handle the job, or that the camera I used is important (a simple Nikon Coolpix S550, for the record).
    So now that that the debate has been rephrased, does this spark anyone's creativity?
    Thanks in advance!

  • Can I output to my TV with big frame sizes

    Hi guys..
    I always though I could store a video on the ipod as frame size 720 by 576 and when outputed to the tv, it play at this frame size. When played on my ipod, it downsizes it to fit. Is this right?
    Basically I just want my home video dvds, when converted on \to the ipod, to fit the whole screen of my tv in the same quality it is when I insert my home videos into the dvd player, is this possible.

    No, you cannot store full-size video on an iPod. It supports 320x240 in H264 and 480x480 in MPEG, or any other resolution whose total pixel count is lower than the above. The iPod's processor simply cannot handle anything bigger and the battery would drain too fast if anything bigger was used.
    You can't get the same quality as DVD (as I said in the other post), but it looks pretty good.
    If you import your video at the highest bitrate possible and at 320x240 (the iPod's screen resolution), there won't be much (if any) noticeable difference in quality. What you will see, though, is less detail, especially in smaller or distant objects in the video. For example, if you are watching a video that is zooming out from a scene, you will notice that detail disappears sooner than if you watched it on a DVD. Also, if there are immobile, straight lines at an angle in a video (especially a cartoon where the lines are very straight) then you will notice some small steps, which are a result of the video's pixels being stretched to 2x2 pixel squares. Other than that, there aren't many other problems with video quality that I have seen, as long as the bitrate is kept high.
    Basically, the iPod is a very mobile video player. Because it's so small and because its processor is limited in power, it cannot handle full-resolution video. It will look good on a TV that is approx 30 inches or smaller, but don't expect anything spectacular on a big-screen TV. If you're using a large TV (bigger than 30 inches) then you should really be using a DVD, not an iPod.
    So, if you want to show your friends some home video on an average size TV then the iPod is fine in terms of quality.

  • Building a dvd with custom disk size (disk, ISO, or dvd folder)

    My goal at the end of all this is to get a DVD format of video at 6mbps with menu's to be burned to a blu-ray 25GB disk.
    Using Encore CS6 on a Windows 7 (4.7Gzh 8-core, 16gb ram @2400mhz)
    1st attempt:  I used a bluray disk and tried to burn a dvd format and it ejected my disk and said please insert a black dvd. (used custom disk of 25GB showing extra space available)
    2nd attempt: I thought perhaps I would build it to an ISO (also tried dvd folder) to burn later. it responded with an error message saying, "disk capacity is too small - building navigation failed"
    I dont care how I can get this to work but I would like to get all the video and menu's onto a single disk. Encore limits the "custom disk size" to 99GB so I assume it should work for 25GB (23.2GB).
    The reason I dont want to make a bluray format is because it requires high bitrate and the video is so old it would be a waist of space. I dont need 720p of video from 1935. (unless I can make a bluray format at a 6mbps)
    Thank you for any help you can provide
    bullfrogberry

    You can do this in Encore.
    I am assuming you are only picking presets, and not customizing one. You pick prests in the Transcode Settings dialog. Do you see the "Edit Quality Presets" button? Pick it, customize one by setting the bitrates to get the results you want, then SAVE IT as your own. Then pick that in the transcode setting. (In the transcode setting image, you can see my custom example "Stan Custom 4Mb CBR".) And yes, you can select all your video assets and apply this custom preset to all of them at once. I would do one short one to see if you are getting in the ball park. I would do 2 samples: one in MPEG2-Bluray and one in H.264-Blu-ray. (I'd follow Richard's recommendation to  you and use H.264.)

  • CS6 Problem with Custom Paper Sizes

    When printing on Epson printers (4800,4880,4900) in the Photoshop print settings dialogue box it won't allow me to print at a custom paper size using the sheet or manual feed settings. The paper feed option defaults to Roll Paper when I create the custom paper size, and then when I change it and try and save the settings it just reverts back to roll paper. If I try and send a print after this then the printer won't accept it because it's being told to print on a roll instead of sheet. Why is this?? I'm using CS6 and OS 10.7 and I've never experienced this problem with any previous Photoshop/ Mac OS X before. Please help!

    I use a pc therefor Windows and PC Photoshop.  Anyway The way this works in Philosophy windows print dialog you have to set both Photoshop print settings and the printer driver settings.  And if Photoshop is to handle colors you must set off the device drivers color management. Photoshop Dialog has a printer setting button. I use that to set the device driver setting like color management off, print quality and custom paper size and source roll paper.
    I also wrote a script to tile image into a document for printing on roll paper and eliminate paper  waste. http://www.mouseprints.net/old/dpr/PasteImageRoll.html

  • Problems with custom paper sizes in Lightroom

    Running Mac OS-X 10.9.3 (Mavericks). using an Epson Stylus Pro 3880, latest driver installed as confirmed by Epson tech support this morning. using Lightroom 5.4.
    I only see this problem in Lightroom -  not in Photoshop - which leads me to conclude that the problem is not an Epson-driver problem.
    The problem is the following:
    In the Print Module, I click on 'page Setup' bottom left. I define my custom paper size under 'Paper Size' -> 'Manage Custom Sizes'. Click OK.
    I then enter 'Print Settings...' bottom left adjacent to the 'Page Setup' button. Select my printer, click on the 'Layout' drop-down list box button and select the 3rd tab in the list: 'Paper Handling'. Here is the problem: the 'Destination Paper Size' option is grayed out and unelectable, and incorrectly shows 'US Letter', which cannot be changed. If I click on 'Scale to fit paper size', and try to make a print to my custom paper that way, it still does not work: it only prints on a fraction of the whole paper.
    I have also tried Apple menu -> System Preferences -> Printers & Scanners to change the default paper size there, but it makes no difference - it still incorrectly shows as 'US Letter' in Lightroom.
    This problem does not occur in Photoshop: In Photoshop, if you go to File -> Print in the menu, and then hit the 'Print Settings' button near the top, my custom paper size is selectable in the 'Paper Size' list box. So it is a problem which is specific to Lightroom.
    Any help appreciated. I have spent most of the day on the phone to Epson and Adobe Tech Support, and no-one has been able to dove the problem
    Thanks,

    I have had the same problem, and with the same result; Adobe Tech Support can't help or fix, after 15 hours on phone, Level 2 support. It is a software bug Adobe has, and can't seem to fix.  I just upgraded to Lightroom CC, and my problem migrated with the upgrade.  I print in Photoshop fine.
    If you found an answer, I would appreciate  knowing how to do it!
    Thanks

Maybe you are looking for

  • Can't drag out anymore folder in finder lateral bar ? Why ?

    Hi. Even if I repair the permission of my computer, I cannot anymore drag out folder alias that I put into the lateral bar of the finder. Why ? How can I debug this ? Usually when you drag an alias folder out of the lateral bar, there is a white clou

  • Deleting Startup items

    In my /Library/StartupItems folder VirtualBox is in there and I have long since uninstalled it from my computer. Is it safe to delete?

  • HT4623 my phone is not working with i tune

    my phone is not working with itune

  • Adding options to a button?

    I've got the following code: obj = w.add('panel', [45,50,350,135], 'Title'); How do I add options, such as size, margins, alignChildren to this panel? If I would do this in Script UI I'de do something like this: var layout = "dialog {  \     text: 'T

  • Lost adjustment sliders exposure ,highlights,shadows,ect.

    I was working in develop module version 5.7  and lost me adjustment sliders,all the top sliders are gone from hue ,sat, luminance up. the are not collapsed or nothing they are just gone?