SmartClient Version: v13.1p_2026-02-20/Enterprise Deployment (built 2026-02-20)
Hi, I’m trying to define a SimpleType because I need to handle a duration (e.g., of a video), and I noticed that if I use name="duration", when the SimpleType is loaded (I have PreCache enabled) it goes into an infinite loop and I get a StackOverflowError.
Do I need to completely avoid that name, or is this something that can be resolved?
Hi, I’m trying to define a SimpleType because I need to handle a duration (e.g., of a video), and I noticed that if I use name="duration", when the SimpleType is loaded (I have PreCache enabled) it goes into an infinite loop and I get a StackOverflowError.
Do I need to completely avoid that name, or is this something that can be resolved?
Comment