Questions tagged [whiteboard]
74 questions
0
votes
1 answer
Whiteboard visualization of your it architecture
once in a while you have to draw a picture of your (planned) IT architecture/infrastructure on a whiteboard. Sometimes there are only IT people in the room, sometimes not. But anyhow, usually you just want to depict your IT systems or architecture…

dabuki
- 1,011
- 3
- 11
- 26
0
votes
3 answers
Shared Whiteboard with AS3. Code
I am building a shared whiteboard and I cannot get the shared whiteboard to be shared. I have successfully created a shared method and I see the shared object in the Admin Console that it is there and connected but can't see the drawing on a…

hoyt.dev
- 485
- 3
- 6
- 19
0
votes
2 answers
Problem with my whiteboard application
I have to develop a whiteboard application in which both the local user and the remote user should be able to draw simultaneously, is this possible? If possible then any logic?
I have already developed a code but in which i am not able to do this,…

swift
- 363
- 2
- 9
- 16
0
votes
4 answers
How can I achieve a smooth painted curve for a white board app?
I'm building a simple white board app in ActionScript 3. Most white board or painting apps in ActionScript tend to use an interval, timer, mouseMove event, or enterFrame event to track the mouse position and paint lines or brushes in between the…

Matt W
- 6,078
- 3
- 32
- 40
0
votes
2 answers
Free Hand Drawing in Mac OS using Objective C
Is it possible to draw a free hand path using Objective C on Mac OS application views?
I'm trying to draw with NSBBezierPath and able to draw basic shapes like line,circle,etc..,
But, is it possible to draw a free hand path using…

rs priya
- 31
- 3
0
votes
1 answer
Create multiple independent canvas drawing boards
If I want to create more than one canvas drawing board in a page,
and make then work independently.
The method I tried is below:
http://dev.opera.com/articles/view/html5-canvas-painting/
And what I did is like adding these:
canvas =…

user3287327
- 3
- 2
0
votes
1 answer