strange slider problem
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/09/2010 at 01:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r12
Platform: Windows ;
Language(s) : C++ ;---------
hi, i came along a strange issue. whenever i place one of my plugin objects, may it be a generator or a shader.. the sliders dont work anymore. they halt after one move and i can only press where i want the slider to be. same for the little arrows for parameters. i cant slide the mouse to de-/ increase the values.any idea where to look at??
cheers,
ello -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2010 at 14:34, xxxxxxxx wrote:
I would recommend to examine the description parameters exactly. Do you dynamically create your sliders or do you define them in a res file? What data types - percentage, real, long? Have you tested with different data types?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2010 at 14:38, xxxxxxxx wrote:
Hi, its not only my plugins but all sliders and parameters of any object, shader and just everything. as soon as one of my plugins elements is in the scene this starts to happen..
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2010 at 02:55, xxxxxxxx wrote:
anyone?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2010 at 06:03, xxxxxxxx wrote:
Are you running threads or doing some other asynchronous processing in your plugins?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2010 at 06:05, xxxxxxxx wrote:
what exactly does that mean?? to be honest, i dont know if i am doing such stuff
cheers,
ello -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2010 at 08:03, xxxxxxxx wrote:
Without knowing the code it´s hard to figure out what the problem could be. Try to comment out your complete code in an object for example (only letting the functions return TRUE or NULL or whatever needs to be returned in the functions). Then out-comment them step by step until you encounter what causes the problem.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2010 at 08:34, xxxxxxxx wrote:
That's probably the best way to do it. If I have a general idea along what code path, I will start commenting-out relevant sections that are higher level and work my way down to specific sections or even lines of code.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2010 at 11:12, xxxxxxxx wrote:
thanks for your replies. i'll do it that way..
cheers,
ello