Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
353 views

How to Rubber band in OpenGl

I'm trying to find a way to rubber band in OpenGL and Visual Studio C++. The problem I'm coming across is some Win 7 computers (i.e. My boss') won't allow me to read or draw to the front buffer thus ...
4
votes
4answers
886 views

filled rubber band in Winforms Application

how can i draw a zero opacity rubber band over a windows form with 0.3 opacity? (The rubber band is made after a Microsoft example Update: I need that rubber band to work something like a mask. ...
2
votes
2answers
82 views

Removal of OpenGL rubber banding artefacts

I'm working with some OpenGL code for scientific visualization and I'm having issues getting its rubber banding working on newer hardware. The code is drawing a "Zoom Window" over an existing scene ...
2
votes
2answers
454 views

HOW-TO Make computer sing

I'm trying to develop an online application where the user writes some text and the software sings it back to the user. I can currently generate the audio file with the words spoken by the computer ...
1
vote
1answer
257 views

resizeable rubberband with QT

I want to create a resizeable selection tool to select a part of an image with the mouse. I want to accomplish this with QT, i have a working QRubberBand to create a basic selection. Next step is to ...
1
vote
1answer
414 views

How to draw transparent rubberband on OpenGL scene

i'm using OpenGL for showing grabbed frames from video camera with texture mapping. There is no problem at all but i have to select some region of the grabbed frame then i have to zoom it, first of ...
1
vote
1answer
419 views

OpenGL: rubber bands in Windows Vista/7

I've been looking for any solution to draw rubber bands and cursors via OpenGL without redrawing whole window in Windows Vista/7, but can't find anything suitable. Overlay plane approach doesn't seem ...
0
votes
0answers
8 views

patron gem - java: symbol lookup error

I am working on elasticsearch and using rubberband. patron gem is a dependancy for rubberband. Installation of the gem goes fine but when I am trying to run console it errors out saying: java: symbol ...
0
votes
1answer
60 views

Rubberband Effect on Image using ASP.Net

I am trying to watermark an Image and works perfect and now I need to have my customers much more convinient so that I am planning to add a feasibility to the image watermarker.So I need some help! I ...
0
votes
1answer
173 views

Scroll when rubber band reaches edge of panel

I have a rubber band that captures the cursor. How can I scroll a panel if the cursor reaches the edge of the panel? Let me know if you need more info, I think it explains itself.
0
votes
2answers
374 views

How to find the four coordinates and erase drawing of an rubberband rectangle in C#

Hi I have tried to draw an rubberband rectangle on a form using the mouse in C#. Problems 1) After the mouse release the rectangle disappears. [I want it to stay on the form] 2) I also need to ...
0
votes
1answer
730 views

WPF implementing a rubberband type selection within a listbox

I'm trying to allow rubberband or lasso type selection of the items in the listbox that the user wants selected. My Listbox is in a grid and to the grid I added a control that draws a rectangle over ...
0
votes
2answers
770 views

Qt: transparent QRubberBand?

I'm trying to draw a QRubberBand on a QGLWidget. For some reason the area of the rubber band is drawn as opaque and I don't see what's behind it. This kinda beats the purpose of the rubber band as a ...