0
votes
0answers
9 views
JasperReport using iReport not support unicode character while export to pdf format
Hello
I am using iRport design tool to create the report in my project. I have created .jrxml and .jasper file, it works fine in the iReport means it supports for the Unicode character and …
0
votes
0answers
7 views
tabbarcontroller and table view reload problem
I've same sort of typical table reload problem.
I've a tabbar controller associated with the navigation controller.
I've separate tableview controllers for two tabs. While the first tab - table reload …
1
vote
5answers
71 views
ASP.Net MVC issues, meant for advanced developers only?
Just a random question. I've been in internship and then working as a software designer for almost a year now, mainly with SQL Server 2005 / 2008, and Visual Studio 2008 with ASP.Net VB / C#, web …
0
votes
3answers
27 views
jQuery: Problem with :odd selector
hi all,
i'm having a table with several rows - i assigned a hover function to each row.
what i wanna do is find out in my hover funtion if the selected TR is odd or even.
i used this code:
…
2
votes
3answers
36 views
Default Text in the Drop Down.
I am working on a wpf application, when using Combo Box control i am assigning ItemsSource to it. So, it displays a list of items with no item selected, now user can select an item of his choice. When …
0
votes
5answers
39 views
The RSS Feed of Wordpress blog goes wild
Hi,
I've installed the wordpress.org script however the RSS feed just sends me errors. I've tried to edit files within the wordpress like wp-rss2.php to remove "?" from the first line but it does not …
0
votes
4answers
42 views
div background images shows up, but background color does not
Hello,
I'm having a minor css issue.
I have a series of layered divs and I've set div class styles and they all show up (padding, font colors,etc). However, the background-color will not work for …
0
votes
0answers
9 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) When I compiled …
0
votes
1answer
68 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 chapter 5, I noticed …
0
votes
0answers
15 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" …
0
votes
4answers
49 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;
//code which populates …
1
vote
1answer
50 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 the height it works, …
0
votes
1answer
9 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 shown inside the …
0
votes
1answer
40 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 like most DOS and …
0
votes
1answer
29 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 case) then displays the …
