User Profile & Activity

Holger Kopf Member
Page
of 2
Posted: October 14, 2009 8:57 AM

the problem was that i set the second window on 'invisible'. But even if i do a wd.ShowAndActivate(); before setting the value, it crashes....

If i didn't hide it it works...

Is there a workaround ?

Posted: October 6, 2009 2:33 AM

But how it works under VS 2008 without an explicite installed IIS ?

Posted: October 5, 2009 4:41 AM

so there will be an fix in the near future ?

Posted: October 5, 2009 4:40 AM

At the moment it happens at the WebDialogBox.

The DLL versions are:

WebDesktop 3.0.7200.303
Framework 3.0.5000.1

I think the iireset does not work, cause i have no IIS installed at the client. I use VS 2008 and this works as you know with an internal http server.

Posted: September 28, 2009 8:54 AM

I think this runs very instable. After doing that an clearing the temp. Internetfiles on .NET the most controls are accessable in VS 2008. But one (WebDialogBox) not. After deleting the Internetfiles once again the WebDialogBox works but all the others get an error.

So why does this happen, and does this occur only by myself ?

Posted: September 28, 2009 8:23 AM
Posted: September 28, 2009 2:34 AM

how can i check this ?

Posted: September 25, 2009 4:37 AM

It happend also before. But now i can't get rid of them. If i insert a new WebTab i got the attached error message.

If i put in a WebGrid it works properly.

Posted: September 25, 2009 4:33 AM

Attached the code. I wanna write the value in field bp_id.

Posted: September 24, 2009 6:16 AM

Hi Gordon,

i did the same in my project (see attached file):

1 var webGrid = ISGetObject("WebGrid3");
2 var selRow = webGrid.GetSelectedObject().GetRowElement();
3 var wd = window.parent.ISGetObject("WebDesktopManager1").Windows.GetNamedItem("SCSProject");
4 var bp_id = window.parent.frames[2].ISGetObject("bp_id");
5 bp_id.SetValue(selRow.keyValue);
6 wd.ShowAndActivate();

in line 4 i got the error message that the object does not support this property or method. The wd.ShowAndActivate() works.

 

All times are GMT -5. The time now is 7:09 AM.
Previous Next