The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
13 views

Absolute positioning without content wrapping

I'm experiencing a nasty css problem I can't seem to solve. I want to position a wrapper inside a container with the left property (in the positive direction; negative seems to work for some reason) ...
0
votes
1answer
25 views

Getting the wrapper object in java

I am instantiating a LinkTableColumn object. When instantiating - I am overriding the method, which needs my instance of LinkTableColumn. When writing the following - compiler returns: "No enclosing ...
-1
votes
1answer
24 views

Wrapping a python CLI tool with a C# Winforms app? [closed]

I have a CLI Python program, and I'd like to write a GUI for it using C# and Winforms I need to start the CLI app (but not shave it viewable by the user), and pass commands and flags from the GUI. ...
1
vote
1answer
13 views

LESS, compile issues with variables inside CSS urls

I've created a small LESS based mixin for outputting images in either standard or retina format. I can't get my head around wrapping variables inside some of the CSS urls that goes along with this - ...
1
vote
0answers
47 views

Android TextView character wrap CJK

Hi I am having trouble wrapping text in textview. I want the textView to to character wrap. I have this Japanese text "コーヒーイベントを行いますよ!!!11月23日19時より開催予定です。コーヒーイベントを行いますよ!" The layout is like this ...
-1
votes
1answer
22 views

InDesign - new textbox is wrapping around background image automatically [closed]

InDesign - new textbox is wrapping around background image automatically without the wrapping option set. It is set to no wrap. all elements on the page are set to no wrap but the new text box won't ...
2
votes
1answer
34 views

Forcing vimdiff to wrap lines?

When diffing 2 files in VIM, I prefer the lines to be wrapped. However, vimdiff sets wrap to off by default. Is there a way to set line wrap automatically for every diff?
0
votes
1answer
50 views

wrapAll not working with array of objects

I am writing a script which takes elements splits those elements into smaller sub-arrays wraps those sub arrays with a <div> I have this working: var elems = $('p'); content = []; temp = ...
0
votes
2answers
36 views

PHP strings space wrapping

I am using a TAB delimited file to import data in MySQL with PHP. My problem is whenever i display large strings (which are imported from Tab delimited files ONLY) which have spaces in them they won't ...
1
vote
1answer
85 views

Wrapping C++ using ctypes: undefined symbol

I am experimenting with wrapping C++ in order to use C++ functions in Python. Currently I am trying out ctypes and unfortunately, I have not yet been successful. For starters I have written a Hello ...
0
votes
0answers
58 views

Wrapping kind of a list view, like Gmail autocomplete tokens

I was wondering, is this kind of a layout possible to do? Its suppose to put items in a line and if the next item wont fit then put it on the next line? Sort of like autocomplete tokens in Gmail. ...
0
votes
1answer
49 views

how to wrap each letter to tag “span” and add the same id

This is what i have now: DEMO Need for each letter add ID same as letter in span... like this: <span id="t">t</span> <span id="e">e</span> <span id="s">s</span> ...
1
vote
1answer
41 views

TextBlock TextWrapping not wrapping #2

OK... so this solution doesn't help XAML is here <ListBox ItemsSource="{Binding Path=ContentItems}" Background="White" > <ListBox.ItemTemplate> ...
2
votes
1answer
80 views

How can I prevent wrapping in a WPF FlowDocument in C# code?

Studies have shown this is the way to prevent wrapping in, say, a Paragraph: <Paragraph> <TextBlock TextWrapping="NoWrap">unwrapping text</TextBlock> </Paragraph> How ...
1
vote
0answers
29 views

How to maintain encapsulation whilst wrapping multiple API classes which interact?

I have API classes A and B, which I've wrapped, say WrappedA and WrappedB. Now I need to call A.AddMappingTo(B) in such a way where i can call WrappedA.AddMappingTo(WrappedB), whats the best method of ...
0
votes
1answer
38 views

Prevent PrimeFaces TabView tabs from wrapping under each other?

I have a PrimeFaces TabView with three tabs. It is inside an outer container component (which happens to be Accordion but I don't think it matters which). When the outer container is wide, all ...
0
votes
1answer
44 views

UIButton text not getting wrapped to several lines

I have the problem that the text on three UIButtons gets wrapped to several lines in the Interface Builder, but when I run the code, the text is larger than the button and in one line only. I tried ...
1
vote
3answers
318 views

Crystal Reports- How can I format a text object that wraps to automatically insert text at the beginning of each line?

Here is an example: CSA.1169-1342, 1169-1342, 1349-1353, 1349-1353, 1355-1368, 1355-1368, 1371-2498, 1371-2498, 2501-2661, 2501-2661, 2665-2691, 2665-2691, 2693-2893, 2693-2893, 2897-3000, ...
0
votes
0answers
27 views

Im trying to make a website with a nav bar div and when resizing the window the body text collides with the nav next to it

The pictures attached try to demonstrate the problem im having, I have a vertical navigation bar in a div with the links and etc. and then to the right I have the body of the page that I would be on. ...
0
votes
0answers
39 views

modifier that creates linear texture wrapping? multiple 3d models

So I have two 3d models with different geometry so when the textures are applied they wrap differently, leaving the textures looking funny and uneven. I was wondering if there was a modifier that ...
1
vote
1answer
80 views

C++11/templates: Select the correct overloading of a function

In relation with this question, that perhaps is too much oversimplified, I give here a more complex example. The problem that I pretend is depicted with the following code: // test3.cpp using ...
0
votes
3answers
105 views

textview wrapping in android

I have to display the Textview in android getting from xml feed. Let us take this is my Textview: Mallika Sherawat's upcoming movie Dirty Politics Here i have created the layout dynamically for ...
1
vote
0answers
28 views

XPTable:WordWrapping Issue

I've got an XPTable in my C# windows application which has a word wrapping problem, I've tried to solve it by setting the EnableWordWrap to false but it's still wrapping. I really need help on this ...
0
votes
2answers
114 views

Compilation fails with “error: ‘next_ioctl’ undeclared (first use in this function)” despite I included dlfcn.h

Trying to compile an example of wrapping library from here I had to include stdio.h and stdlib.h, and came to that code: #define _GNU_SOURCE #define _USE_GNU #include <signal.h> #include ...
0
votes
1answer
39 views

How do I change the css so lowering one class does not lower the other?

I have two css classes. One is supposed to hold images of text on the left side of the page and the other is supposed to hold a form on the right side of the page. For some reason, when I increase ...
1
vote
3answers
806 views

Crystal Reports Wrapping Text Field from Dataset

I'm working with crystal reports and visual studio 2010 to show a reports from sql server database. So i have this large text field (varchar(500)) and retrieved it with dataset to generate the ...
0
votes
2answers
68 views

Container DIV not wrapping vertically

I realized there are probably thousands of questions about this already, but I have browsed through many of them and have not come up with a satisfying solution. I would really appreciate it if ...
0
votes
1answer
355 views

Wpf RichTextBox wrapping problems

I am having a problems with text wrapping in WPF's RichTextBox, when I get the text like: TextRange tr = new TextRange(rtb.Document.ContentStart, ...
0
votes
1answer
106 views

passing a mmap pointer from C to python as a mmap object

I am trying to interface a C library (beaglebone PRU driver prussdrv.c) with Python. The particular function I want to access returns a mmap pointer as illustrated below: int ...
1
vote
0answers
111 views

Wrapping class with pure virtual methods

I have an unmanaged dll which contains a class with pure virtual methods only (kind of callbacks): class PAClient { public: __declspec(dllexport) virtual void SetCalculationStarted() = 0; ...
0
votes
4answers
122 views

Text will not wrap around image

I am trying to wrap my text around an image and for some reason it is not. . CSS: .historyimage { float: right; margin-top: 260px; padding: 10px; } Thanks so much!
0
votes
2answers
62 views

Native C++ project cannot compile in release mode?

I was building a win32 static library project and on debug mode it compiles without any problem but when I changed the build mode to release I get this link errors. Can anyone suggest what is going ...
0
votes
0answers
114 views

tcpwrapped port 80

the server im working on is a windows 2003 machine running iis 6.0 (i know its a little old). but i have an intranet site running and everything has been going smoothly for several months now until ...
3
votes
3answers
136 views

Avoiding dangling text when wrapping around a float

The image says it best: It's simply a float: left image (http://jsbin.com/itihes/1). Is there any way to prevent this problem with dynamic text in pure CSS? I do want the text to wrap, but if it's ...
1
vote
0answers
90 views

FrameLayout and TabHost - wrapping/scrolling

I have a problem with my layout. On large screens tab content is wrapped (between the end of the content and the buttons at the bottom you will see only the background). On the other hand on small ...
1
vote
2answers
149 views

Wicket: How to “pass” AJAX behavior to wrapped form component?

if I have an input wrapped in a div (together with other stuff), how can I pass to that input whatever beavior is added to the wrapper? Example: Component HTML goes like <div> <img> ...
0
votes
1answer
106 views

Forcing class inheritance in c++11 for wrapped classes — is it a bad thing?

I've been working on a wrapping library for scripted languages (partially to learn c++11 features, and partially for a specific need). One issue that has come up is that of exporting inherited objects ...
0
votes
1answer
76 views

Java/HTML - prevent outlook from wrapping text in table

I have a css defined as follows: body { font-size: 80%; font-family: Calibri; } table.gridtable { color:#333333; text-align: center; border-width: 1px; border-color: #666666; ...
0
votes
3answers
146 views

How to change the color of one specific letter on a web page (wrap the text)?

I want to change one letter, let's call it "n", to a different color, let's say yellow. I want this done on all pages and in all fonts and sizes. I have found this script for Greasemonkey, which I ...
0
votes
1answer
79 views

passing simple pointer with no ownership to boost python

I am moving first steps with boost python to test my class but I am facing a difficulty in declaring the python module for my class. My class accepts a pointer to another class but I don't know how ...
5
votes
1answer
87 views

wrap a wide image into several lines

I'm producing a rather wide image, listing consecutive training sessions of target practice. At present, this is not very helpful graphic and I will need to get the image wrapped into several ...
0
votes
0answers
155 views

Div with JavaScript image slider doesn't wrap on narrow screens

I have a simple autoplay slideshow (http://css-tricks.com/snippets/jquery/simple-auto-playing-slideshow/) that I've placed to the right-hand side of another div filled with text. How would I be able ...
0
votes
1answer
535 views

How to write right repeat texture with three.js

I search to repeat texture on the model. On all examples or questions I found only this like as : var lavaTexture = THREE.ImageUtils.loadTexture( 'images/lava.jpg' ); lavaTexture.wrapS = ...
1
vote
0answers
55 views

How to get ItkImage Data in java wrapper

I use Java wrapper to load Dicom image, but i dont know how to get the array of bytes in the image I used this code String _FileName="D:\\Patient.dcm"; org.itk.simple.ImageFileReader reader = new ...
0
votes
3answers
165 views

Keep text from wrapping around floated image

I currently have an image that is floating left, and a block of text that rests to the right of it. That block of text is not current floated, it just comes after the image in the HTML. So as it gets ...
0
votes
1answer
129 views

How to wrap multiple div blocks with different class names in jQuery? [duplicate]

Possible Duplicate: How to wrap DIV tags with different class names in jQuery? I have the following HTML blocks repeated in the document <!-- first block --> <div ...
0
votes
0answers
257 views

WPF Listview with vertically stacked items and horizontal scrollbar

Since my last question has not been answered I´m now trying to create a ListView were items (in this case single characters) will be stacked like this.. 1 4 7 10 13 2 5 8 11 3 6 9 12 If the ...
0
votes
1answer
197 views

Markdown: prevent paragraph tag being wrapped around standard HTML span tag

I want to mix standard HTML and Markdown. I have a paragraph written with Markdown, followed by an HTML <span> element. The problem is: if I don't put return after the paragraph: the ...
1
vote
0answers
123 views

Wrapping text without spaces or hyphens in simple table [closed]

I encountered the following problem: I would like to have a simple table in LaTeX, like this one: The problem is that all the wrapping I can find is based on spaces or hyphens. I wish it could work ...
3
votes
3answers
356 views

Calling a C++ Functions through a Python Script

I have a scenario where I have some functions in C++ classes and I want to be able to call them using a python script. Let's say I have a function void greet(_msg); std::cout >> _msg ...

1 2 3 4 5 6