Tagged Questions

1
vote
2answers
152 views

Elgently ignoring netscape.javascript.JSException during development

Hello, Eclipse allows you debug applets using sun.applet.AppletViewer. It will actually start the applet, run it and emulate complete browser runtime. If you have javascript manip …
0
votes
1answer
23 views

Jython 2.1 __getattr__

I am trying to implement a wrapper/proxy class for a java object (baseClient) in jython v2.1. Everything seems to be working ok except when the following statement is encountered: …
0
votes
1answer
20 views

Visually wrap/cycle items around in WPF container?

I have a WPF/C# situation where I have a horizontal list of items and the user can navigate forward and backward through the list. Assuming the list has 5 items, below are three m …
0
votes
2answers
293 views

enter does not work in textarea in Internet Explorer 8…

Hi, When I press enter in a textarea which has whitespace attribute is set to nowrap through css, it is ineffective. No new line is created. Instread a simple whitespace appears. …
0
votes
3answers
67 views

CSS: Do not wrap contents of div

I've got a fixed-width div with two buttons in it. If the labels of the buttons are too long, they wrap--one button stays on the first line, and the next button follows underneath …
0
votes
0answers
53 views

Why is text being truncated in this Silverlight TextBlock?

I have a TextBlock with wrapping enabled and while the text is wrapping, it is being wrapped in such a way that some text is truncated. The TextBlock is defined as <TextBlock …
0
votes
0answers
57 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
5answers
161 views

How do I prevent other programmers from wrapping my assembly?

Can someone tell me what the best approach to protecting my component DLLs in .Net? I've written a few DLL components which will be publicly available. They will be licensed accor …
0
votes
0answers
16 views

Critique my JAXB object wrapper.

Hello Ladies and Gents, I have a question on wrapping a jaxb created class and would really like to hear your inputs. My xsd looks a bit like: <ComplexService> <Com …
2
votes
3answers
129 views

Java: create new implementation of type at runtime?

So, I realize the answer to this is probably "it's hard", but: I've got a weird idea, and was wondering if it's possible in Java to create a method like: <T> T wrapInterfac …
2
votes
5answers
147 views

Wrapping C++ class API for C consumption

Hi there, I have a set of related C++ classes which must be wrapped and exported from a DLL in such a way that it can be easily consumed by C / FFI libraries. I'm looking for some …
0
votes
2answers
80 views

iphone: Text around an image

Is it possible to have text go around an image ? like in the picture?
0
votes
3answers
63 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
0answers
11 views

Wrapping cf.net application to C++ project

Hi, I would like to wrap cf.net project (exe) to c++ project(exe) and communicate via internal calls (main exe to cf.net exe, communication to protection methods, written in c++). …
0
votes
0answers
24 views

GDI+ Curve Wrapping

Hi, I'm creating a graphing application using ZedGraph, which uses GDI+. If a curve is overflowing past the chart, I wrap it around to the other side. I do this by clipping the c …

1 2 3 4 5 6 next
15 30 50 per page