Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: 'pwManager' is undefined
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 22, 2006 5:14 PM

I believe I am using version 1.1.3 of the LiveControls and I am seeing a weird problem.

I have no problem accessing a page with the LiveControls and I get no errors, but a client of mine gets: 'pwManager' is undefined

The only way we could correct the error was to add our web site to the 'Trusted Sites' in IE.

Do you know why this would happen?

I don't see anything about this in the documentation or the forum. Has this issue been corrected or even submitted?

Thank you for your time
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted March 22, 2006 5:43 PM

Hi,
Yes, this sounds like a problem you would see with high security settings set in IE.

This was addressed in an update a few versions ago.

I recommend trying the latest update.
Hope it helps,
-ken
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 23, 2006 9:23 AM

Thanks...will do.
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 23, 2006 12:48 PM

Ok, I've installed the latest but now on the LiveLabel, the " "'s show up in the browser rather than add spacing to the text. Is there something I need to change?
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 23, 2006 12:49 PM

What it didn't show in the browser here is that I am now having problems with the " "
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 23, 2006 3:24 PM

Here is a good example of what was desplayed before:
OPEN   3.27  OK

Here is a good example of what is displayed now:
"OPEN   3.27  OK";

Has anyone else run across this with the LiveLabel??

Thank you for your time
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted March 23, 2006 5:47 PM

Hi,
I'm not sure I follow what you are describing.
I placed a couple of LiveLabels and a couple of Labels on a WebForm.

With the code:

LiveLabel1.Text = "OPEN   3.27  OK";
Label1.Text = "OPEN   3.27  OK";
LiveLabel2.Text = "OPEN  3.27 OK";
Label2.Text = "OPEN  3.27 OK";

All four labels show the same thing:
OPEN  3.27 OK

Is there something else I need to do to see the problem?
Thanks,
-ken
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 23, 2006 5:55 PM

Ken,

I'm sorry, it's not initially with the Label. It is when the LiveTimer updates it (on a 2-second interval). So, it starts out as you have it and, with the same code, it displays the " " rather than the space

What do you get?

Thanks
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted March 23, 2006 6:13 PM

Hi,
Thanks for the clarification.
It happens on a callback.
I have reported this as issue #3723.

Can you use actual spaces, instead of encoded spaces?

Thanks,
-ken
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 24, 2006 9:20 AM

I wish I could, but it displays only one space. Do you get the same thing?

I need to be able to put some extra spacing in it, so I'll give the textbox a try and just use a css class to make it look like the label did.
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 24, 2006 12:08 PM

Ken,

I want to add more to the problem.

I changed the LiveLabel to a LiveTextbox, but no matter how many spaces are in the text, only one shows up in the textbox.

Example of what should display on the callback:
OPEN   3.27  OK (for browser)
OPEN  3.27 OK (plain text)

Example of what is currently displayed on the callback:
OPEN 3.27 OK

Is there anything else that I can use that will add the extra spacing I need??

Thanks
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted March 24, 2006 4:54 PM

Hi,
One option would be to use a regular Label instead of a LiveLabel.

If you add the following attribute to the Label:
LiveControlUpdate="true"

you should be able to update the Label during the timer callbacks, and it will treat the spaces correctly.

Hope it helps,
-ken
jaldrich

From: Lakewood, CO USA
Posts: 19
Member Since: 08/08/05
posted March 24, 2006 5:00 PM

Ken,

Thanks. That seems to work.

Can I be notified when this is fixed?

Have a great weekend!
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted March 24, 2006 5:09 PM

Hi,
Ok, glad it worked.
I added a note to the issue to make a note on this thread when the issue is fixed.
-ken
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX