question - just curious??

12 views
Skip to first unread message

Falor, Brian

unread,
Dec 23, 2009, 11:49:46 AM12/23/09
to live...@googlegroups.com

We recently upgraded to Designer ES.  We appear to be having some issues with things vanishing that were there and then simply disappear.  Snippets of JS code and bindings in particular.  This appears to be random and does not do the same thing every time.  I’ll set up a JavaScript and everything is working fine in preview.  Then later I’ll test the preview again and get an error.  I’ll double check the code only to find that part of the end of it has disappeared ( like .rawValue is simply gone from the end of a line of code ).  Is anyone else having these kinds of issues?

 

Brian Falor

GES Intellikit Developer

GES Exposition Services

7050 Lindell Road

Las Vegas, NV 89118

USA

 

702.515.5986 Phone

702.515.5953 Fax

bfa...@ges.com | http://www.ges.com

 

GES Worldwide Network

USA | UK | Canada | UAE

 

The information contained in this correspondence and in the attachments is confidential and intended for the exclusive use of the individuals named above.  Unauthorized reproduction and/or distribution is prohibited.

 

 

CONFIDENTIAL NOTICE: This e-mail transmission (and the attachments, if any, accompanying it) may contain confidential information. The information is intended only for the use of the intended recipient. If you are not the intended recipient, you are hereby notified that any forwarding, disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. Any unauthorized interception of this transmission is illegal under the law. If you have received this transmission in error, please promptly notify the sender by reply e-mail, and then destroy all copies of the transmission.

Duane Nickull

unread,
Dec 23, 2009, 12:25:26 PM12/23/09
to Adobe LiveCycle Developers
That doesn’t sound right nor have I heard this before.  Would you mind if I forwarded this internally at Adobe.

Duane
--
You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
To post to this group, send email to live...@googlegroups.com.
To unsubscribe from this group, send email to livecycle+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/livecycle?hl=en.


---
Adobe LiveCycle Enterprise Architecture - http://www.adobe.com/products/livecycle/
My TV Show - http://tv.adobe.com/show/duanes-world/
My Blog – http://technoracle.blogspot.com/
My Band – http://22ndcenturyofficial.com/
Twitter – http://twitter.com/duanechaos

Falor, Brian

unread,
Dec 23, 2009, 12:27:01 PM12/23/09
to live...@googlegroups.com

I wouldn’t mind at all.  Maybe they have heard of something like this and addressed it in an upgrade or something??

 

Brian Falor

GES Intellikit Developer

GES Exposition Services

7050 Lindell Road

Las Vegas, NV 89118

USA

 

702.515.5986 Phone

702.515.5953 Fax

bfa...@ges.com | http://www.ges.com

 

GES Worldwide Network

USA | UK | Canada | UAE

 

The information contained in this correspondence and in the attachments is confidential and intended for the exclusive use of the individuals named above.  Unauthorized reproduction and/or distribution is prohibited.

 

Duane Nickull

unread,
Dec 23, 2009, 1:24:07 PM12/23/09
to Adobe LiveCycle Developers
I sent this to the PM for the Workbench product and also cc’d one of his colleagues.  I got vacation messages so it might be a bit of time before they reply.  They are usually very responsive.

Duane

Falor, Brian

unread,
Dec 23, 2009, 1:28:08 PM12/23/09
to live...@googlegroups.com

No problem – we just keep fixing the breaks as they happen.  I just discovered that something I had spent several hours on about a week ago now appears to be gone.  I’m sure it’s something in the code again and hopefully won’t take too long to repair.

Scott Hamilton

unread,
Dec 23, 2009, 1:29:21 PM12/23/09
to live...@googlegroups.com
Adobe usually closes down to a skeleton crew for the holidays, so I'd not expect responses until the new year.

Duane Nickull

unread,
Dec 23, 2009, 1:54:34 PM12/23/09
to Adobe LiveCycle Developers
First internal response:

I was seeing this exact bug in Sep 2009 beta builds of Des ES2 however the problem was fixed for the GM release, as far as I can tell (haven't seen it since). I've never seen this in prior versions.

<another person> (CC'd) may know more as it relates to the Script Editor.

It seems that this has not been seen previously in 8.* builds.    Next question:  Can you reproduce this?

Let’s move this off the main discussion list and get it taken care of too so we don’t bother everyone else.

Duane

Nith

unread,
Jan 5, 2010, 12:16:25 AM1/5/10
to Adobe LiveCycle Developers
Hi,

I faced the similar issue a couple of days before. I am using
LiveCycle Designer 8.2

My problem was:

I was writing code something like

if(txtHiddenField.rawValue==NULL || txtHiddenField.rawValue=="")
{
// some code
}

It was working fine with preview. However when i close and open the
form again, I noticed the if part is incomplete and it end up with the
following:
if(txtHiddenField.rawValue==NULL || txtHiddenField.

the code after the dot was missing; this happened for me only when i
was using two expressions in IF condition;

Nith

> For more options, visit this group athttp://groups.google.com/group/livecycle?hl=en.


>
> ---
> Adobe LiveCycle Enterprise Architecture -http://www.adobe.com/products/livecycle/
> My TV Show -http://tv.adobe.com/show/duanes-world/

> My Blog -http://technoracle.blogspot.com/
> My Band -http://22ndcenturyofficial.com/
> Twitter -http://twitter.com/duanechaos


> --
>
> You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
> To post to this group, send email to live...@googlegroups.com.
> To unsubscribe from this group, send email to livecycle+...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/livecycle?hl=en.


>
> --
> You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
> To post to this group, send email to live...@googlegroups.com.
> To unsubscribe from this group, send email to livecycle+...@googlegroups.com.

> For more options, visit this group athttp://groups.google.com/group/livecycle?hl=en.


>
> ---
> Adobe LiveCycle Enterprise Architecture -http://www.adobe.com/products/livecycle/
> My TV Show -http://tv.adobe.com/show/duanes-world/

> My Blog -http://technoracle.blogspot.com/
> My Band -http://22ndcenturyofficial.com/
> Twitter -http://twitter.com/duanechaos

Falor, Brian

unread,
Jan 5, 2010, 10:09:29 AM1/5/10
to live...@googlegroups.com
I don't recall how it has been happening, but I may have been seeing the same problem in the same fashion. I only know that code has disappeared, but I do recall it has always been after the dot. I was wondering if maybe there is an update to take care of this issue that I should relate to our IT dept.

Brian Falor
GES Intellikit Developer
GES Exposition Services
7050 Lindell Road
Las Vegas, NV 89118
USA

GES Worldwide Network
USA | UK | Canada | UAE

The information contained in this correspondence and in the attachments is confidential and intended for the exclusive use of the individuals named above. Unauthorized reproduction and/or distribution is prohibited.

Duane Nickull

unread,
Jan 5, 2010, 11:00:14 AM1/5/10
to Adobe LiveCycle Developers
I have a person from Adobe on the designer team who wants to talk to anyone who has this specific issue.  Please email me in the next 24 hours with “missing code” in the topic .  Only respond if you can re-create this on demand.

Thanks
Duane

---

Falor, Brian

unread,
Jan 5, 2010, 11:10:34 AM1/5/10
to live...@googlegroups.com

All I can tell you is I believe Nith is right in what he is saying.  However, the problem is that it is sporadic and doesn’t seem to be re-creatable on demand.  Best I can do is relate it to you with copy of the code, event, etc. next time it happens.

Falor, Brian

unread,
Jan 8, 2010, 4:16:52 PM1/8/10
to live...@googlegroups.com

Duane,

 

Here is an example of code getting chopped off I just found in my project:

 

if (CatShowDISrates. == 1)

        {

        this.presence = "visible";

        LaborHeader.discount.presence = "visible";

        }

else {

        this.presence = "hidden";

        LaborHeader.discount.presence = "hidden";

            }

 

This was:

 

if (CatShowDISrates.rawValue == 1)

        {

        this.presence = "visible";

        LaborHeader.discount.presence = "visible";

        }

else {

        this.presence = "hidden";

        LaborHeader.discount.presence = "hidden";

            }

 

I know it’s only a little thing, but it’s getting to be a somewhat semi-regular thing and kind of disconcerting when everything is working as it should and suddenly you get a syntax error and have to go back and troubleshoot to find and fix it.  It’s not like it’s really a big deal or anything as I always keep my JS debugger on in Reader so it always finds the problem when I preview the document and lets me know where to look to find the issue.  I was just wondering if there were others running into this problem and if there may be an update available that addresses it.

Duane Nickull

unread,
Jan 8, 2010, 4:36:36 PM1/8/10
to Adobe LiveCycle Developers
Hi:

Just catching up on email.  There was a bug that was filed on this and apparently is fixed.  Is there any chance that you have a non production version?  

Duane

Falor, Brian

unread,
Jan 8, 2010, 5:04:21 PM1/8/10
to live...@googlegroups.com

I don’t believe it is non-production version.  It’s version 8.2.  I don’t see anything that indicates non-production version.  Our IT dept. would have installed it.  Could you advise how we might find the proper update to fix this bug so I can pass that info along to our IT dept.?

Duane Nickull

unread,
Jan 8, 2010, 5:06:17 PM1/8/10
to Adobe LiveCycle Developers
I’ll take this up off list and make sure someone contacts you.

Duane

Falor, Brian

unread,
Jan 8, 2010, 5:07:45 PM1/8/10
to live...@googlegroups.com

Much appreciated.  Thanks for your help.

Reply all
Reply to author
Forward
0 new messages