Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
2k views

CALayer autoresizing on iPhone/iPad: How?

I'm trying to create a UIView subclass ("GradientView") that will fill itself with a gradient of various colors. I've implemented it by adding a CAGradientLayer as a sub-layer of UIView's layer. It ...
8
votes
4answers
1k views

UINavigationBar autoresizing

In my app, I got a UINavigationController. Unfortunately, when I rotate the device and the interface orientation changes, the UINavigationBar doesn't change its height. In other iPhone applications, ...
6
votes
1answer
2k views

Android: why is there no maxHeight for a View?

View's have a minHeight but somehow are lacking a maxHeight: What I'm trying to achieve is having some items (views) filling up a ScrollView. When there are 1..3 items I want to display them ...
6
votes
2answers
4k views

Resizing UITableViewCell content width automatically

I have some code that creates a table cell with a slider. It's pretty straightforward and it sizes well on the iPhone. I've anonymized it a bit here: UITableViewCell* cell = [[[UITableViewCell alloc] ...
5
votes
1answer
7k views

xcode/iOS: Autoresize to fill a view - explicit frame size is essential?

I would like a UITextView to fill its superview, which is a plain UIView inside a UIViewController instance. It seems that I cannot make the 'textView' do this solely by using the API-specified ...
5
votes
3answers
3k views

UIWebView - Autoresize so that no scrolling (in the webView itself) is needed

I'm trying to use a UIWebView for displaying content higher than the screen of the iPhone, without needing to scroll in the webView itself. The webView is placed under a UIScrollView in IB with some ...
5
votes
2answers
6k views

Autoresize UITextView and UIScrollView

I already did several searches on Stack Overflow and Google, but I couldn't find a solution to my problem. I have a Detail View for a product that includes a UIScrollView and a few subviews ...
5
votes
4answers
5k views

UIView Autoresizing Resources

I've been working on autoresizing a custom UIView and Apple has very little to say on this. What's more, based on SO feedback, Apple's documentation is actually wrong in some areas. Finally, even ...
5
votes
3answers
316 views

How to make iPhone app look right when user is on a phone call or Internet tethering?

The status bar has grown, so parts of my interface get cut off. Any pointers on how to fix this (e.g. using autoresize masks, etc.)? I use Interface Builder for the UI, so everything is .xib's.
4
votes
3answers
958 views

How bind the scroll event on a Live()?

A while ago I've solve an issue for someone that wanted his textarea to grow. I've made a function that listens to the scroll and keyup events of the area and recalculates the number of rows. I wanted ...
4
votes
4answers
24k views

Image auto resize to fit div container

How do you auto resize a large image so that it will fit into a smaller width div container? Example: stackoverflow.com - when an image is inserted onto the editor panel and the image is too large ...
4
votes
2answers
3k views

Resizing UINavigationBar on rotation

I have a subclass of UIViewController which handles a UIView. The viewcontroller is presented modally (it slides up from the bottom of the screen). At the top of the view, i have added a navigation ...
3
votes
1answer
161 views

Auto-resizing Centered Embedded Flash (HTML/CSS)

I am a motion media designer trying to incorporate some of my work for a client into a website for her Christmas gift. I am trying to resize a .swf to match the browser size, as the fixed size is ...
3
votes
5answers
3k views

UILabel auto resize on basis of text to be shown

I'm working on an application, in which I'm required to autoresize the text area on basis of text to be displayed. Firstly, I'm not sure for this either I should use UILabel (Logically is the best ...
3
votes
3answers
1k views

Better way to auto resize images mantaning aspect ratio?

I am using this code to auto resize images to the window size on a mobile page: img { width:100%; max-height : auto; max-width : 480px; } My intention is to show the image in the right size ...
3
votes
1answer
444 views

jquery autoResize breaks form validation for textareas

Here's a snippet of the jquery: $(document).ready(function() { $('textarea').autoResize(); $('#submitSurvey').click(function() { -- Skipping several lines -- ...
3
votes
3answers
1k views

How make UILabel with autoresizingMask in a custom cell?

I have a custom uitableviewcell with several labels and I would like for some of them to autoresize their frame (width) based on the content (text). I am not sure how to accomplish that. I tried to ...
3
votes
4answers
5k views

iPhone UIWebView width does not fit after zooming operation + UIInterfaceOrientation change

I created a bare bones iPhone app with a UIWebView (Scales Page to Fit = YES, shouldAutorotateToInterfaceOrientation = YES) and loaded a webpage, e.g. http://stackoverflow.com/ Rotating the device ...
3
votes
6answers
5k views

How to hide a UIView completely when changing orientation?

I want to design a view/view controler that automaticaly shows/hides a subview when in landscape orientation. I want the subview to dissapear completely and other subviews to take up its space. Using ...
3
votes
2answers
12k views

Automatic image resizing in a CSS flow layout to simulate a html-table layout

I have an image that, depending on the screen resolution, drops down out of sight in my CSS flow layout because I have set its width and height to static values. Is there a way in a CSS flow layout ...
2
votes
1answer
41 views

Autoresizing NSTextView and it's Font Size

I'm trying to make my NSWindow autoresizable. I've gotten most of my UI items to resize, but one of the few remaining objects that pose issues are NSTextViews: indeed, I can't find a way to calculate ...
2
votes
1answer
152 views

jQuery autoresize pre-filled textarea on load

I have a textarea which is created after a successful AJAX call. It may contain quite a lot of text, and I would like it's height to be automatically set so that the whole text would be visible ...
2
votes
0answers
62 views

Autoresize the root view when device is rotated

I am developing PDF reader. I am facing problem while rotating the simulator. What I am doing is, when view is loaded by the ViewController(i.e. in the loadView), I am creating the UIScrollView which ...
2
votes
1answer
48 views

Page Auto maximize issue

So, this code is for auto maximizing page when it is loading BUT it was working before firefox update, NOW it is working fine in IE but it does not do anything in FF anymore... any suggestions how to ...
2
votes
4answers
401 views

Scrolling, zooming UIScrollView and interface orientation rotation. How to use autoresize and more

This should be a pretty common thing to do, but I haven't been able to get it to work exactly right. I have rectangular content. It normally fits in 320x361: portrait mode minus status bar minus ad ...
2
votes
2answers
72 views

How do I fix my website so that it works on mobile devices?

I am trying to make my website resize on handheld divices but form some reason its not responding to the stylesheet. If you take a look here: responsive design link and put www.sofiamillares.com as ...
2
votes
1answer
136 views

Automatically resize NSTabView to fit content view

I have a NSTabView with a number of NSView items. I want to resize the tab view so that the displayed view always fits snugly within the tab view. I've tried a number of variations of setFrame ...
2
votes
1answer
149 views

onclick event - call a button using something other than id

I am trying to rerun a block of javascript when the user clicks on a button. The site was created in a CMS so I do not have access to the button to give it an id. However, in firebug I noticed it has ...
2
votes
3answers
89 views

Creating extra rows in TextArea when input has reached the end of the field?

When typing in a new facebook comments box the height of the textbox changes according to how many lines the box has. What would be the best way to implement this?
2
votes
1answer
276 views

XCode Redraw portrait layout with double high status bar

I'm having this issue with several screens in my app, but I'll explain what happens to my home screen. Hopefully the solution isn't as complicated as I'm thinking it will be. So my home screen has a ...
2
votes
3answers
620 views

How to make JTable both AutoResize and horizontall scrollable?

I am putting a JTable into a JScrollPane But When I set JTable Auto Resizeable, then it won't have horizontal scroll bar. if I set AUTO_RESIZE_OFF, then the Jtable won't fill the width of its ...
2
votes
1answer
131 views

gVim - Ubuntu - Window keeps resizing

I'm in Ubuntu using gVim. Something is just wrong with the Window management of gVim - it keeps resizing on me! ... It usually happens when I either switch tabs or split the window or switch ...
2
votes
2answers
1k views

( Autoresizing mask ) flexible width of an image with fixed height

I have been playing around with iPhone interface building using only code and not using IB. Now I'm facing the following problem: How can I set an image to have a width based on the main view it is ...
2
votes
1answer
286 views

How do I automatically resize text to fit a fixed-size PyGTK label?

I have a fixed-size gtk.Label. I would like to automatically resize the text so that it fits within the Label. Is there an elegant way to do this with fonts that are not fixed width? my_label = ...
2
votes
1answer
106 views

Detect Plugin or Command Existence in TinyMCE

Does TinyMCE's API support a method for finding whether or not a plugin is active, or better, whether a given command is registered? Specifically, I am creating a plugin that would like to call the ...
2
votes
3answers
1k views

Trouble with autoresizingMask and fixed margins

I'm trying to get this to work with code in a ViewController's view: but I can't get it to work. I've tried -(void)loadView { UIView *contentView = [[[UIView alloc] init] autorelease]; ...
2
votes
2answers
3k views

Autosize UILabel

Is there a way to auto size a UILabel? given size 40 x 40 the text font size would adjust based on the number of characters.
2
votes
2answers
856 views

PHP upload and resize image

Hello world I am working on a script that uploads a picture using PHP and I wanna make it resize the image to width 180 before saving it. I tried using the WideImage library and ->saveFileTO(...) but ...
1
vote
1answer
30 views

How can I make my slideshow resize with the window?

I'm using the jQuery slideshow plugin in a fluid layout. However the plugin sets the width of the DIVs on load. If the user resize the browser window the slideshow remains the same size... not so big ...
1
vote
2answers
23 views

Auto Fitting Content?

I want to know how http://staffanstorp.se/ has the capability of flowing content (I believe thats the term, please correct me if I'm wrong). I will also change the tags in accordance so others may ...
1
vote
2answers
79 views

JQuery UI Dialog autoResize not working in Chrome

I'm having an issue with the JQuery dialog autoResize option. I use the dialog to show an AJAX call result, so i can't predict the final height of the dialog. I'd like itself adjust its height to its ...
1
vote
1answer
66 views

Making databound ListViewColumns resize when adding an item

I'm making an WPF-application that has a databound ListView. When loading the application, the width of the ListViewColumns will auto-resize, but when adding or changing an item it doesn't ...
1
vote
0answers
58 views

Can I dynamically resize the Facebook Activity Stream plugin?

I'm using the html5 embed code for the Activity Feed as documented here: http://developers.facebook.com/docs/reference/plugins/activity/ I'd like the Facebook Activity Stream to "fill" it's ...
1
vote
1answer
91 views

iframe resize issue in firefox

i know this is so basic ,its so basic that it hurts me to ask this question but the issue is starting to make my hair too fall out lol. i'm making a liquid website so everything resizes,so far so ...
1
vote
1answer
93 views

How to create a self resizing grid of buttons in tkinter?

I am trying to create a grid of buttons(in order to achieve the clickable cell effect) with Python using the tkinter gui framework. My main problem is that I cannot make the grid and the buttons ...
1
vote
2answers
335 views

Using jQuery to resize all editable fields in grid

I have a RadGrid on one of my webforms, and I'm using InPlace (inline) editing, with an empty row at the bottom for inserts. When the grid loads, the columns are being automatically resized ...
1
vote
3answers
70 views

textbox autoresizing in actionscript3

I need to realize textbox autoresizing in actionscript3(IDE - adobe flash pro cs3). For example my textarea is in width 100 px, user has been wrote in it something, that is bigger than 100 px, then my ...
1
vote
1answer
211 views

Java, How to limit the height of an auto-resizing JTtextArea

I have several text areas aligned vertically. I want them to expand as more text is typed, but put a limit on how tall they'll become. I've tried setting the max size, but that seems to be ...
1
vote
0answers
422 views

TinyMCE autoresize: Want to resize conainer divs also

I am using the Jquery TinyMCE (TinyMCE 3.4.3.1 jQuery package), and I want to auto resize the editor. For that I am using the autoresize plugin(plugins : "autoresize"...). My problem is I have a div ...
1
vote
3answers
595 views

auto resize height of UIToolbar in landscape orientation

I've got a custom UIToolBar which doesn't adjust it's height to match the navigationbar on the top of the screen when I rotate to landscape mode. The height stays the same which makes it look a bit ...

1 2 3 4