14,001 reputation
438109
bio website
location Budapest, Hungary
age 32
visits member for 1 year, 4 months
seen 13 hours ago
stats profile views 807

Mathematica 9.0.1.0, Windows 7, 64-bit, 2 CPUs

Mathematica graphics


Apr
13
comment How to make a dynamic stopwatch?
My timer has to operate at a very fine resolution level. Could you please tell me something about how scheduled tasks cope with that in general? Are they fast enough to be called like a 100 times per second for updating, e.g. RunScheduledTask[time = timer["now"], 0.01]?
Apr
13
revised How to automate a FrontEnd return?
added 89 characters in body
Apr
13
comment Generating graphs interactively (GUI)
@ndroock1 Thanks for pointing it out, see edit in my answer. Pos was a function I forgot to include it's definition.
Apr
13
revised Generating graphs interactively (GUI)
added 233 characters in body
Apr
13
revised How to make a dynamic stopwatch?
added 328 characters in body
Apr
13
asked How to make a dynamic stopwatch?
Apr
11
comment Printing a Dynamic variable inside Dynamic
I guess R Hall looks for a way to have feedback on the value of a if the above dynamic assignment is part of a larger gui. If that's the case (or even if not), CHM's answer is the correct one, especially I prefer the second one without the Print.
Apr
10
revised Front-end glitch when interacting with dynamic content
deleted 642 characters in body
Apr
10
revised Front-end glitch when interacting with dynamic content
deleted 642 characters in body
Apr
10
comment Front-end glitch when interacting with dynamic content
@Mr.Wizard, you must be right, because nothing like this happened before 8.
Apr
10
comment Front-end glitch when interacting with dynamic content
@tkott, Mr.Wizard: It is not caused by a particular piece of code, but I gave an example that does cause it sometimes. The other window can be anything, even the Messages window I think, if it was checked once before. Mostly it happens after some time, but I managed to do it now with a fresh Mathematica. No, sadly there is no situation where it is always present.
Apr
10
revised Front-end glitch when interacting with dynamic content
added 1608 characters in body
Apr
10
asked Front-end glitch when interacting with dynamic content
Apr
10
comment What is the best way to clip a graphic to a region?
I can only second what @YvesKlett has said, pointing to Heike's graphics intersection solution, though I know you are aware of it. It is only helpful if you have simple polygons (i.e. no disconnected parts), and still - just as Yves said - you have to make the intersection for each polygon-pair...
Apr
9
awarded  Nice Question
Apr
8
awarded  Nice Question
Apr
7
comment Understanding CDF
@R.M Yes, I wanted to do but didn't have time. Sometimes in near future. Should that be a community wiki?
Apr
7
revised Understanding CDF
added 266 characters in body
Apr
7
revised Understanding CDF
added 266 characters in body
Apr
7
comment Understanding CDF
@MikeHoneychurch: the same result with outer Manipulate: func is ok, ToTitleCase is not loaded. I guess the plugin is not allowed to grab functions from packages then. See my edit for the last para.