0
votes
1answer
8 views
How to tell SQLexec not to wrap characters?
I'm using Oracle 11g. Also using the spool command to get the output of a query to a file. The problem is that sqlexec is wrapping the characters and making my life miserable. Now …
5
votes
9answers
2k views
Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
I am having trouble getting Silverlight 2.0 to lay out text exactly how I want. I want text with line breaks and embedded links, with wrapping, like HTML text in a web page.
Here …
0
votes
1answer
8 views
IE6 floated element wrapping problem
I am trying to get tags to wrap to the next line by left floating them. In firefox the text will wrap onto the start of the next line, however IE6 will wrap the text onto the line …
0
votes
2answers
52 views
jQuery wrap selected text in a textarea
how can i get the user selected text(just inside textarea) and apply actions to it something like wrap the selection [#bold]selected text[/bold] , thanks
0
votes
0answers
60 views
How to wrap text on RDLC report?
I was googling with no luck, but I came up with a simple solution since there's no property for wrapping a textbox on a RDLC report.
Here's what I've got so far:
1) create a repo …
1
vote
1answer
240 views
Wrap Text inside fixed Div with css or javascript ?
Hi,
I have tinymce editor(textarea) and one div. Whenever i type inside the text editor, it shows at the preview div which is (200px) in real time which is looks alike stackoverfl …
0
votes
2answers
80 views
Wrapping a div around the document body
Hello! I am trying to dynamically wrap the contents of a document's body tag in a DIV. So far, I have used the following code:
document.body.innerHTML = '<div id="wrap">' + …
0
votes
1answer
44 views
Jquery using wrapAll
I need to find all the p tags inside all the divs with a class of someClass and wrap them with another div. This is how the beginning mark up would look like :
<div class="some …
3
votes
1answer
69 views
Width of float no longer shrinks to fit when contents wrap to multiple lines
Here is a test file.
Resize the window to be wide enough to hold all four boxes. Notice the container is no wider than the boxes, as intended.
Resize the window to be small enoug …
0
votes
3answers
64 views
jquery wrap sibling elements
The following markup will have some extra elements injected into it (ie: a div containing some flash for example). How can i dynamically wrap all of the p tags in one div and add a …
0
votes
1answer
43 views
how to adjust wrap text no. of lines for the uitable cell height in iphone?
Hi,
In my Iphone application,the width of the text line is increased than the width of the device width.but how to devide the cell height based on the wrap text lines?
so that the …
0
votes
2answers
101 views
jquery - Wrap isn’t working?
I'm trying to turn "more" into a hyperlink, but it's like it totally ignores the last wrap... I'm sure that I'm doing it wrong, but not sure how... Help?
$j('#sub > div[id …
0
votes
1answer
98 views
how to wrap the text in UITable cell in Iphone?
Hi,
In my iphone application Uitable having So many cells with Text.The Text size is more than the width of the device.So, how can i wrap the text in cell and display the text in …
0
votes
3answers
132 views
JQuery Validation - Wrap offending field in a div.
Hi, It's my first time using StackOverFlow and first time trying to set up jQuery Validation. It's displaying <label> tags with the error messages as default behaviour, howev …
0
votes
2answers
53 views
is it possible extern a win32 application (only have exe file)
Hi all
I have a application (win32 exe file) without source code.
Is it possible I write C# application and reuse some function in that win32 .exe file?
Thanks for your reading. …
