-
1. Re: Issue with widgetfactory in CP8
Widget King Sep 28, 2014 10:01 PM (in response to Ryan Landman)Hi Ryan,
Can you confirm you are using the latest version of WidgetFactory as can be downloaded here: widgetfactory - An API for creating Captivate widgets - Google Project Hosting
Tristan,
-
2. Re: Issue with widgetfactory in CP8
Ryan Landman Sep 28, 2014 10:10 PM (in response to Widget King)Hi Tristan,
Yes that's confirmed. I downloaded 7.0.0 earlier today when I began my testing. It's weird because if I open an old CP5.5 project with CP8 that has an old version of the same widget, it works, but has no linkage to a swf that can be updated which is why I tried re-creating it and now nothing seems to make it work. Really weird, but thanks in advance for any advice.
-
3. Re: Issue with widgetfactory in CP8
Widget King Sep 29, 2014 6:51 AM (in response to Ryan Landman)Okay, then can you add this code to the start of the enterRuntime function and let me know if you see a circle appear on stage during runtime?
graphics.beginFill(0xFF0000);
graphics.drawCircle(10,10,10);
graphics.endFill();
If you do, then it's not the enterRuntime function that's not firing, it's the other code that's causing an error.
-
4. Re: Issue with widgetfactory in CP8
Ryan Landman Sep 29, 2014 7:51 AM (in response to Widget King)I tried that and the circle doesn't appear. It does appear if I put it inside the
public function progressbar_new () {
}
but nothing fires when it's in the enterRuntime function. I even tried it in a new blank captivate project just to make sure nothing else was conflicting with it, and still no luck...
-
5. Re: Issue with widgetfactory in CP8
Widget King Sep 29, 2014 5:06 PM (in response to Ryan Landman)I copied your code and tried it in one of my own projects and I got the circle at runtime.
If you are absolutely sure your project is compiling with WidgetFactory 7.0 and that your circle drawing code is at THE TOP of the enterRuntime function, before it starts doing any other operations, then can you please contact me through my website form so we can send the files back and forth to help establish what the issue is?
My website contact form is here: The Widget King | Contact
Tristan,

