Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

LaTeX adjusting space in toc items

I am struggling with custom toc items added via: \addcontentsline{toc}{section}{Some text here} Actually my problem is that I need to add some items which contain chronological date periods like: ...
2
votes
2answers
589 views

Correct Date and Time Columns in MySQL

I have a timezone mismatch I need to correct in a table. All dates and times before unix timestamp 1253568477 need to have 5 hours added to their values to make them equal GMT. I have the following ...
1
vote
1answer
35 views

Can't eliminate background color under content

I'm having a little trouble here. Designing a website where I wanted two equally-spaced bars on either side with an accent color, and the content in the center is in a 800px wide box with a white ...
1
vote
2answers
94 views

Adjusting font style for a RichTextBox in vb.net

I'm having trouble adjusting the font style in a RichTextBox and I've seen a few different approaches that talk about single attributes (like toggling bold on and off)... but I'm trying to make it so ...
1
vote
0answers
125 views

Android layout adjustment on different screen sizes

i'm designing an app which shows multiple views on a screen. I'm using relative layout to adjust the screen but when i look the UI on small screen size, the placement of views is incorrect. I've ...
1
vote
2answers
305 views

Height adjustments in Flex NavigatorContent

How is it possible to (automatically) adjust the height of a Flex (4) application at runtime so that only the HTML-page scroll bar is shown, not any Flex scroll bar? I'm using a ViewStack control ...
1
vote
1answer
357 views

How do I add ScrolledWindow support to a custom Widget in GtkMM?

I am writing a custom widget for Gtkmm that is supposed to display a huge dataset (imagine something like a 4096x256 character datasheet). Mostly for reasons of elegance, but also for a possible ...
1
vote
0answers
63 views

How does Auto-Adjust in Images work?

How does Auto-Adjust in Images work ? example :
0
votes
2answers
91 views

iOS - adjust hue of UIImage

Is it possible to adjust Hue of the UIImage/CGContextRef? I have tried to blend Context with Color and Hue blend mode but result was wrong. Should I convert RGB to HSB, adjust HSB and convert back?
0
votes
1answer
85 views

apply color correction for multiple images in photoshop [closed]

apply color correction for multiple images in Photoshop? I have edited a image in Photoshop by changing color, brightness and many things. Now i have to apply the same changes in another image. but ...
0
votes
1answer
54 views

Do not autoresize UILabel

everybody, this is my question: i have a UILabel that displays the hour with seconds in the format HH:mm:ss. But, the content of the label always move to the right when the seconds are: '01' because ...
0
votes
0answers
101 views

Adjust Mathematica Tooltip Placement?

I have a tooltip set to display a calendar, and it shows up just fine where I want it except the calendar for one ID# is showing up when you mouseover the ID# above it. Is there a way to knock it down ...
0
votes
2answers
68 views

Adjusting row height correctly

Showing dynamic data in table cell make problem for me. I am using [titleString sizeWithFont:[UIFont systemFontOfSize:14] constrainedToSize:CGSizeMake(285,9999) ...
0
votes
1answer
265 views

VGroup (parent) Container does not change height when children change their height?

I have code like the following: <s:VGroup gap="10" id="group" height="100%"> <s:Label text="This is page 2" /> <s:Button content="Resize Canvas" ...
0
votes
1answer
432 views

get div current (rendered) width with javascript

Hey, Ive got an php script dragging some images from a database and displaying them using float:left; so they go left to right. However unless in the css i define i width for the container they jump ...
0
votes
1answer
76 views

KPI Adjustment Table

I have a table with monthly summary of KPIs. The customer now wants to be able to make adjustments to the original data. I have to allow for adjustments as well as preserving the original data. The ...
0
votes
2answers
129 views

How to tell jQuery: When load is ready, show this?

This code: $("#permalink a").click(function(id){ var id = this.getAttribute('href'); $("#newPostContent").load(id, function() { $("#removeTrigger").click(function() { $("#removeThis").hideToggle(); ...
0
votes
5answers
790 views

Expandable WinForms TextBox

I have created a textbox in a Windows Forms application that starts out at a height for entering text in a single line. But I would like the textbox to automatically increase its height if the user ...
0
votes
1answer
774 views

iPhone Development - Keyboard does not automatically adjust when taking input using TextField placed in a TableView

I just downloaded 2.2.1 and i've seen that my input view does not adjust itself when an input field (NSTextField) is selected. Earlier the view was adjusting itself w.r.t keyboard. I was using 2.1. ...