Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
40 views

SQL. Changes require the table to be recreated

There is a table full which contains data. Is it possible to change field from [not null] to [null] without dropping and recreating it? SQL writes that table have to be dropped and recreated. :)
1
vote
1answer
77 views

Recreate the Google+ navigation with jquery

I am currently trying to recreate the google+ navigation to the left, where you can switch your streams. I have got everything working except the functionality to show the menu opened at page reload ...
1
vote
1answer
164 views

JQuery: How to Redraw Slider?

I need your help desperately since I spent too much time trying to modify Jquery Slider Plugin with no success. I am using this slider plugin: ...
1
vote
3answers
576 views

Dynamically recreating controls on postback for each row of table (ASP.NET/C#)

For every row in my 'table' I am manually creating, there must be a LinkButton to delete a database row that matches a column in the table. Because no 2 controls can have the same name, I've had to ...
1
vote
3answers
341 views

Maintain UpDown-Associate connection while recreating the associate

I have an TUpDown control whose Associate is set to an instance of a TEdit subclass. The edit class calls RecreateWnd in its overriden DoEnter method. Unfortunately this kills the buddy connection at ...
0
votes
5answers
66 views

Use image's raw text and display it

You know when you open up an image in notepad or a text editor, you get a lot of random illegible text that looks like a bunch of foreign letters. For instance, this image: results in: ‰PNG IHDR ...
0
votes
0answers
36 views

UIView drawRect EXC_BAD_ACCESS on Recreate a Custon UIView

I having some problems with drawRect and create a new instance of a UIView custom class. My question is: How can i use of drawrect? I created a UIViewController with a UIScrollView and inside this ...
0
votes
1answer
51 views

Android: Force recreation of dialog

I am using the android dateslider custom dialog class in order to let the user edit the date for several different rows of a table. The dateslider lets you limit the user to only select dates between ...
0
votes
6answers
104 views

How to get query that would recreate sql table?

Possible Duplicate: how to take backup of a single table in the mysql database? Simple question: I have table on MySql server and would like to get the code that would re-create that ...
0
votes
0answers
68 views

TabView and activities reloaded

In my application, i'm using TabView with 3 tabs. each time the user choose a tab, tab's activity recreated. How it can be avoided and improve performans? Eyal.
0
votes
2answers
47 views

Creating new array from looping another array

I need to tidy up an array. And gather all similar information together. This is going to be a huge order that I'm bringing to the table, however, it's well beyond my skill set and I've been trying ...
0
votes
2answers
76 views

Resolving difficult to recreate bugs

In a js app I'm developing there are a few bugs that recur every now and then for some users who are testing it, but I've been unable to recreate them myself. What tools/approaches are there to ...