|
I use the MFC list control in report view with grid lines to display data in a vaguely spreadsheet manner.
Sometimes when the user scrolls vertically through the control, extra grid lines are drawn, which looks terrible.
This does not happen when the ...
Started by ravenspoint on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you can post a screenshot to illustrate the problem? I presume you'd prefer to fix the redraw issue and not size... .
Is this happening with the stock listview, or is it custom draw? I've never seen redrawing issues with the standard windows controls .
|
|
This could go for owning or renting (if the rental has any) do extras mean a thing or you do not give two twix about them?
Personally I may watch them once and that is about it, I tend to care more about extras on animated films.
Started by Sly Cooper on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at hometalkentertainment):
We watch the extra stuff.
Depends on the movie.
Dd3 devours that stuff, but I think usually only watches them once or twice .
I don't really care about the extra stuff, although it can be interesting.
|
|
I have been having problems with creating a download list of files for a downloader and was getting unexplained "File Does Not Exist" returns. My .avi files were returning found but but .exe and .txt files were getting the not exists.
I have now found...
Started by James on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just to add - there's no option to show the extension in a separate column.
Answer that we overlook.
|
Ask your Facebook Friends
|
Great perspective on Muschamp and his 2012 class from national recruiting analysts Mike Farrell and Tom Luginbill.
http://www.gatorsports.com/article/2012 ... 9830?tc=cr Follow me on twitter @ http://twitter.com/ZachAbolverdi
Request me on Facebook @ ...
Started by Zach Abolverdi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at gatorsports):
Enjoying your work ....
9830?tc=cr
Thanks, Zach.
Http://www.gatorsports.com/article/2012 ...
|
|
Hi,
I am using Crystal report 13 with .net 4.0 ( Visual Studio 2010)
I have an issue while exporting from CR to Text file,
After every 60 lines some special character is inserted in the text file. That might be the new page character.
Is this the limitation...
Started by vanikulkarni on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at sap):
Is this a limitation of crystal report? or bug in crystal reports?
Is there any setting in crystal report to turn pagination off OR don’t add 'Next page' character... .
Hi Bhushan,
Thanks for the reply.
Hi,
Apply SP2 for CR for VS 2010
See if this helps,
Bhushan .
|
|
I've been tracking the Crown this week, looking at the bridge cam daydreaming about my next voyage, as the Crown is on the same itinerary that I will be on in April. This morning, it showed "At Sea: Bound Roatan", which was normal, as the ship was scheduled...
Started by JimmyVWine on
, 16 posts
by 14 people.
Answer Snippets (Read the full thread at cruisecritic):
Here's the page that shows all the Princess bridge cams:
http://www.kroooz-cams.com/princess that shows all the Princess bridge cams:
http://www.kroooz-cams.com/princess-fleet.php If folks are looking.
|
|
I like to display more info on certain keywords in a web page. I don't want to send the visitor to another page and I prefer to show the extra info on top of the current page.
The keywords are in an html list. It's basically a list of features and I want...
Started by Abdu on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Both allow you to provide extra information hover! Can you make hover show very brief info, and have click show more detail? This may be the best.
The functionality of the acronym and abbr HTML tags.
|
|
Hello
I have extra space in my custom made .msi. The data to be installed has about 600MB and the installer says it needs 1.4 GB.Switching to a different location then the predetermined one (e.g from C:\Program Files\My_App to F:\My_App) shows that it...
Started by Cristina on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How about not including the 600 MB data into the MSI? You can ... .
See this page for more info.
If you were to cache the full msi plus the installed product, that could account for the problem .
I think this may have to do with adding in possible caching .
|
|
The link below shows a page which has an issue. The right pane shows a login piece. There's an empty gap between the name field and the 'Member Login' part. Firebug indicates the gap is caused by a a bottom-margin (16.6px) on the div containing 'Member...
Started by Tony_Henrich on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Under your CSS rule for #right H2.mem you just need to say 'margin: 0;' and you should have... .
Your H2 element still has a margin around it.
Cant find name field? Hope you do not want me to register .
Cant find 'Member login' (only see a member area link) .
|
|
I want to make a long list short by hiding some elements in long sub-lists without adding extra processing on the server side. The problem is that the markup that comes from the server is not controlled by me and is not designed in a way to make my job...
Started by Allen Bargi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Function() { $(this).nextAll("li.item:lt(3)").show(); $(this).nextAll("li.item:gt(3)").hide.
|