Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jamesstar889
jamesstar889
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
25

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jamesstar889
Customize the badges you want to showcase on your profile
Re: Factory does not exist - WBCanvas - Adobe LiveCycle 09-03-2010
Okay, on the drawShape function inside WBCanvas, this is where my code seemsto stop working. In fact, it breaks at this line...var factory:IWBShapeFactory = registeredFactories[pdesc.factoryID] asIWBShapeFactory; if (!factory){trace("2.1 Factory does not exist");return; <<<< breaks here and returns that factory does not exist }Perhaps this is where the syncing comes in handy?James

Views

156

Likes

0

Replies

0
Re: Factory does not exist - WBCanvas - Adobe LiveCycle 09-03-2010
Opening up WBCanvas, you can see there is a var factory:IWShapeFactory = _registeredFactories[p_desc.factoryID] as IWBShapeFactory;All seems to hinder on _registeredFactories object, but if p_desc.factoryID exist and is placed inside the object of _registeredFactories and is returned as null, what does this mean??

Views

128

Likes

0

Replies

0
Factory does not exist - WBCanvas - Adobe LiveCycle 09-03-2010
Okay, I have tried to replicate WBArrowShape, WBArrowShapeDescriptor and WBArrowShapeFactory as a duplicate... i.e.WBArrowShape_red, WBArrowShapeDescriptor_red and WBArrowShapeFactory_red, only to find it does not recognise this new factory?*** Factory does not exist in WBCanvas - and returns function ***

Views

593

Likes

0

Replies

3
Re: Adding custom items to the LCCS whiteboard? - Adobe LiveCycle 08-03-2010
Hi Arun,ImageShapeFactory extends WBSimpleShapeFactory and ImageShape2 extends WBSimpleShape <

Views

237

Likes

0

Replies

0
Re: Adding custom items to the LCCS whiteboard? - Adobe LiveCycle 08-03-2010
Okay, I've been tracking the 'updateDisplayList, and I noticed that before this gets called, the function drawShape is called.It appears that as factory is not recognised and appears to only recognise IWBShapeFactory and not ImageShapeFactory, it returns.This part of the coding is skipped... var shape:WBShapeBase = factory.newShape(); shape.definitionData = p_desc.definitionData; trace("24.1 What is being passed to the shape definition data? " + p_desc.definitionData); shape.canvas = this; shape...

Views

259

Likes

0

Replies

0
Re: Adding custom items to the LCCS whiteboard? - Adobe LiveCycle 08-03-2010
Hi Arun,please see your private mail - thank you

Views

263

Likes

0

Replies

0
Re: Adobe Flex Debug - caching?? - Adobe LiveCycle 08-03-2010
Interesting topic re: Adobe Flex Debugging...http://old.nabble.com/Flex-Builder-3-debug-builds-broken,-breakpoints-all-wrong-td15856781.html

Views

169

Likes

0

Replies

0
Adobe Flex Debug - caching?? - Adobe LiveCycle 08-03-2010
Hi,I noticed at certain intervals, Adobe Flex caches files.For instance, if I trace("This is a new trace"), and then update to... trace("This is the same trace updated"),it appears to keep the previous and is unable to be updated to the new trace message.Bizarre events or is there some way to fix this?Best.

Views

550

Likes

0

Replies

1
Re: Adding custom items to the LCCS whiteboard? - Adobe LiveCycle 08-03-2010
Hi Arun,I believe you are correct, has to be something quite obvious and trivial Do you have a personal email addy I could email the source files to you?I am involved in a project called ' Hi ' - Human Interface, quite an exciting project to be working on.It is being sourced from New Zealand.Can we chat re: source files, and ' Hi' via email?Much appreciated.

Views

270

Likes

0

Replies

0
Re: Adding custom items to the LCCS whiteboard? - Adobe LiveCycle 07-03-2010
I've been drilling into WBCanvas.as, possibly it is related to the factoryID, if no factoryID is found, then it returns function.However, in my WBImageShapeDescriptor, a factoryID is presented as:factoryID = "com.adobe.coreUI.controls.whiteboardClasses.shapes::WBImageShapeFactory";Ideas???

Views

227

Likes

0

Replies

0