0
votes
0answers
5 views
[ CORE PLOT] label not showing
Hi,
I download library coreplot and i try example and i try this tutorial http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application.
I have two problem:
1) …
0
votes
1answer
65 views
Looping problem
Hello Everyone. I am new to C++ and I must say that I like it. I have been reading a book called 'Learn to program using C++ by John Smiley. I have a problem though. Upon reading c …
0
votes
0answers
13 views
Javascript: designMode for iframe doesn’t work with FF when in jQuery dialog
Hi, here's the sample code (fully working - just copy to an empty html file and it will work):
<html>
<head>
<title></title>
<link rel="stylesheet" href …
0
votes
4answers
47 views
Problem retuning a vector from a c++ dll to another c++ exe
Hi,
I have a function foo() in dll A.dll, whose definition is as follows
vector<CustomObject> foo()
{
vector<CustomObject> customObjectCollection;
//c …
1
vote
1answer
36 views
CSS Relative positioning overflow (squashed div problem) divs height expand with content?
Hi
I'm trying to edit some css to include a border to the right and the left of my site. My problem is that when I make my height 100% or auto nothing happens, but when I change …
0
votes
1answer
8 views
Search field with Thickbox problem
hello everyone!
today i'm having this problem.
i have a search form which is shown with Thickbox inside an iframe. the problem is.. that after i click "search" the result page is …
0
votes
3answers
120 views
Content within Floating Window using jQuery SimpleModal plugin cannot be replaced after opening twice in IE8
Hi all
I am using SimpleModal plugin for showing dynamic content within a floating window. On this floating window a Javascript function call has been included (on a click event), …
0
votes
1answer
33 views
x86 Assembly Keyboard Input Without INT
I need to make an animation which will accelerate when the user keeps a key pressed, and return to normal speed when the key is released. I can't "wait" for the user to enter a key …
0
votes
1answer
26 views
Back button loop with IFRAMES
In my (school) website we use Iframes to display class blogs (on blogger). This works well EXCEPT if the user then clicks on (say) a photo inside the iframe. Blogger (in this cas …
0
votes
3answers
56 views
C++ Threadsafe Singleton (NOT FOR INIT)
So I want to access a singleton class from multiple threads. Conceptually I'd think that calling non-const methods on this singleton instance would be not thread-safe. I've been lo …
-2
votes
0answers
17 views
Admin Product Images short order problem in magento. [closed]
When i browes many product and then upload them then instead of its short order they are upload in different order in magento.
1
vote
3answers
81 views
Are these JQuery calls the same?
Hi guys,
Could someone tell me if this:
$.ajax({
url: 'test.html',
success: function(data) {
alert("Data Loaded: " + data);
}
});
is …
0
votes
0answers
14 views
MFMailComposeViewController csv attachment not being attached, but showing inline instead
Hello - I am having a problem with sending csv attachments via MFMailComposeViewController.
Sometimes they come through just fine, but for other users they don't come through as at …
0
votes
1answer
20 views
Binding data to the custom DataGridView
All,
I have a customized DataGridView where I have implemented extra functionality and bounded datasource in the same custom DataGridView (Using C# and .NET). Now, I could able to …
0
votes
1answer
46 views
Problem with output, doesn’t read jump…
.section .data
msgI:
.ascii "x = y\n"
msgI_end:
msgM:
.ascii "x > y\n"
msgM_end:
msgL:
.ascii "x < y\n"
msgL_end:
.section .text
.globl main
main:
movl $5, %eax …
