0
votes
1answer
362 views
Attach a div to Dojo DataGrid horizontal scroll
I have a fixed width datagrid being built programatically, and am trying to put a header over top of it that will scroll with it. I can't do it as part of the grid as that destroys the fixed width of …
0
votes
3answers
37 views
Can I Attach to Process without it being already running?
Using Visual Studio 2005's Attach to Process, is it possible to select an application to run and then debug as opposed to an application that is already running?
I am trying to debug a FileMaker …
1
vote
2answers
54 views
Reattaching to an orphan process in QT
We're preparing an application using Qt that has a main process that controls the GUI and spawns processes that do the actual data processing. Messages are exchanged between the main process and the …
1
vote
4answers
689 views
Unable to attach a detached entity: “An object with the same key already exists in the ObjectStateManager”.
Hi
I am trying to attach an entity to the ObjectContext.
When I do so, the following InvalidOperationException is thrown:
An object with the same key already exists in the ObjectStateManager.
The …
0
votes
2answers
81 views
C# Attach Property Control base class
I would like to know how to add a property from one of my user controls to the base controls property list. Is this possible?
So what I am doing is this:
private static List<LabelType> …
0
votes
2answers
120 views
Dojo attach event to dynamically created element
I have a form. I include Dojo. Everything works fine. I use Dojo to change the class, values and attributes of input elements based on user input(sort of like validation).
The problem is, because of …
0
votes
2answers
21 views
Linq data update
Can we update a record using Table.Attach() in LINQ to SQL?
If yes, how?
The idea is, I shall create a new object, attach it to the Table (which in turn will be attached to DataContext), then I …
0
votes
1answer
96 views
Why can’t gdb attach to server application summoned with inetd?
I have a server application that can be summoned for the client using inetd. However, if I try to attach to the server process that was launched with inetd, I get the following response: ptrace: …
1
vote
1answer
19 views
How could I do the attach effect, when you select the Send by Mail option in Photos App
How could I do the attach effect, when you select the Send by Mail option in Photos App, that when the background turns dark, the mail app is open and the image is attached to the mail body.
0
votes
3answers
156 views
DIV Attached to Bottom of Viewport
I've read some of the other posts on how to get a DIV to attach to the bottom of the viewport - and I've implemented one solution with success, but I'm running into a bit of an issue.
At: …
2
votes
5answers
238 views
Dynamically attaching a method to an existing Python object generated with swig?
I am working with a Python class, and I don't have write access to its declaration.
How can I attach a custom method (such as __str__) to the objects created from that class without modifying the …
0
votes
1answer
69 views
Attaching event on the fly with prototype
Hi,
I've been scratching my head over this for an hour... I have a list of todo which has done button on each item. Every time a user clicks on that, it's supposed to do an Ajax call to the server, …
1
vote
2answers
96 views
Attach Qt windows?
Is there any way to attach two Qt windows together? For example, if window A is the main window and window B is another widget I want to be able to show window B to the side of A and have both …
0
votes
0answers
80 views
How can I run a piece of Script inside an already running Java Process
Today, I was using AdaptJ Stacktrace tool. I am wondered how can it run a BeanShell script inside an already running process! The process is not run in debug mode. Even, the JVM is run with attach …
1
vote
4answers
538 views
How to attach a database without an LDF file?
How can I attach a database without an LDF file in SQL Server?
