Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
2k views

Graphic effects library for Core Graphics?

I've reached a point were I can't keep procrastinating the writing of the graphics part of an iPhone app. What has kept me from digging into it so far has being that it feels hard to figure out how ...
1
vote
0answers
29 views

android: How to create overlay blend like photoshop?

I am tring achive overlay blend (like photoshop)in my android application. I have tried differnt PorterDuff.Modes (i.e. SCREEN, MYLTIPLY etc) with differnt combinations but could not achive the ...
1
vote
1answer
484 views

How to move around an image with javascript?

i'm developing a simple web quiz. Using javascript, i would like to create an effect that displays a small image (1UP) that wanders around the "game deck" when users reach a specific level or score; ...
0
votes
2answers
63 views

View text over other text in WPF

I am developing an on-screen keyboard where each key generates a sequence of three keystrokes to another application. Each button has a text description. But now clients want the function to be able ...
0
votes
1answer
159 views

Javascript library for dynamically switching pages/views

I have been using nagios + pnp4nagios for a while and am happy with the images rrdtool creates. My current task is to create a panel that has some statistics generated by nagios and after a while the ...
0
votes
3answers
1k views

Rotating a .net panel in winforms

We use windows forms and custom user controls and I would like to be able to rotate the panel hosting the userControl in a particular form. I have seen similar functionnalities with WPF but can't use ...
0
votes
2answers
476 views

Wpf highlight image?

Is there any effect in WPF I could Make an image shiny etc.? (I want to use it for a hovered image) A mask or something like this would be great.