Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
9answers
10k views

How to grow a div by its content?

please, can someone explain to me, why the red div isn't expanding to the right? It stops where the screen ends. What do I have to do, to make it expand? One thing that works is to "display: ...
6
votes
1answer
162 views

CKEditor autogrow plugin vertical scrollbar flickering issue

I'm having an issue with the CKEditor autogrow plugin: Upon pressing return (after auto-growing past the min height), the text content shakes (jumps up one line and back down), and a vertical scroll ...
2
votes
3answers
2k views
2
votes
1answer
2k views

Autogrow ListView in Android

I did search around various questions related to the one I'm about to ask. I just want to ask it in clear and simple manner and hopefully get a clear and simple answer :) I have a List of several ...
2
votes
4answers
4k views

Problems using jeditable and autogrow

I work on a Webproject using jQuery and CakePHP. I use jeditable as an inplace edit plugin. For textareas I extend it using the autogrow plugin. Well, I have two problems with this: First, autogrow ...
1
vote
2answers
882 views

Populate Listview from JSON

Does anyone know of any examples to dynamically load Json data into a ListView, most examples I have seen just use a static array of some kind. I need to load say 10 rows of Json data, then at the ...
1
vote
1answer
465 views

jQuery auto expanding textareas acting strange

I have tried various different jQuery autogrow/expand text area plugins, and they all work good and well on the demo page but for some reason whenever I implement them into my existing site, they act ...
1
vote
1answer
919 views

Autogrow jQuery Plugin on dynamic content in Internet Explorer

I am using plugin here http://plugins.jquery.com/project/autogrow and I got a problem in Internet Explorer and Chrome (Not Firefox) See code below: <script type="text/javascript"> ...
0
votes
0answers
11 views

Force shrinking of MigLayout-Component inside JScrollPane

I have a Component that uses MigLayout as its LayoutManager. It is set to grow inside the JScrollPane to occupy the whole available width. So if I resize the appliation's frame, the JScrollPane is as ...
0
votes
1answer
40 views

JQuery AutoGrow plugin non effective after AJAX function

The jQuery autogrow plugin expands textarea to fit their content. The function is as follows. (function($) { /* * Auto-growing textareas; technique ripped from Facebook */ ...
0
votes
2answers
104 views

Need Autogrowing ListView in android

I need to develop an email application where i am loading inbox using javax.mail and showing the messages using ListView.Now ,i am loading all messages and displaying them, but it takes lot of time to ...
0
votes
0answers
31 views

autogrow wont move other elements

I have an autogrow textarea with a submit button underneath. When the textarea grows the submit button dosnt move with it. Is there a way to make a simple html textarea with autogrow that moves a ...
0
votes
1answer
69 views

jquery autogrow not working

I cannot get this (http://plugins.jquery.com/project/autogrowtextarea) jquery plugin to work. below is my code. I have checked the autogrow.js file with several other sites. thanks. code: ...
0
votes
2answers
180 views

Android Scrolling Autogrow ListView

Hello I am trying to build a listview based on content from the web. I have had a look at : http://androidboss.com/load-listview-in-background-asynctask/ example but it uses a predefined array of ...
0
votes
1answer
353 views

Layout issue: autogrow label (SWT)

I'm using a GridLayout trying to make a label autogrow without hiding anything of its content. Here's a simple code to test: Everytime I press the button the label text grows larger, but only after I ...
0
votes
2answers
744 views

Using jWYSIWYG with autoGrow (textarea) in jQuery

I'm trying to use jWYSIWYG and autoGrow together so that the textarea in the jWYSIWYG editor expands as you type. Either jWYSIWYG works or autoGrow works, but not both together. I'm pretty new to ...
0
votes
2answers
2k views

How to grow a textbox to match size of input for data entry dynamically (ASP.NET)

I'd like to add a description field to an application that can be as long as several lines (or even paragraphs) or as short as a one-liner. Instead of taking up a lot of screen real estate or have ...
0
votes
2answers
157 views

PostgreSQL: limiting table or database growth?

We had a database spin itself out of control and fill the SAN partition it was sharing with other services. In some other RDBMSen, there are ways to disable autogrowth. I've not found that approach ...
0
votes
3answers
560 views

SQL Server filegroup full during a large INSERT INTO statement

Consider a SQL script designed to copy rows from one table to another in a SQL 2000 database. The transfer involves 750,000 rows in a simple: INSERT INTO TableB([ColA],[ColB]....[ColG]) SELECT ...
0
votes
1answer
759 views

Android - ListView autogrow is not working as expected

This is continuation to the question I already asked a while back. I've been offered a solution which is not really working. Anyway - here's the problem/question I look at some posts from the past ...
0
votes
1answer
330 views

Jeditable not working with Jquery sortable

I was using Jeditable(with type autogrow) for editing text within a div which has similar siblings. Then I used Sortable for all the siblings and then jeditable wont cancel edit when click outside. ...
0
votes
1answer
451 views

jquery autogrow with yui-reset causes bad behavor in IE7

I am using YUI reset and jquery AutoGrow together on the same site. It works fine on firefox, but IE 7 behaves badly. The textarea grows way to big with even a small amount of text in it. Below is an ...
0
votes
1answer
580 views

How to make WPF WebBrowser grow horizontally and vertically?

In WPF, we are using a WebBrowser control to view HTML content. When we place the control on our window, it grows horizontally with the window as it grows/shrinks. However, we have not found a way ...