Has anyone noticed web dialogs not rendering and functioning
-
@tig said:
There's also been some stuff about these webdialogs' csses only looking for Arial font... and if the users don't have that installed then there's no alternative font so it screws up ?
That's very odd. Browsers always fall back on another font. If the CSS doesn't specify it, then the browser default should kick in.
-
tt
I know... there was a post somewhere about this issue... but I can't find it...
EDIT: I've PM'd you with the link to it on 'another forum'...
-
Gaieus,
THANKS!
Two of the four users have already emailed back that web dialogs worked fine in a new user account.
-
It's modelhead and Notareal who figured this out. So this seems to be a broader issue and with IE. Good to know, thanks.
-
Could it be Javascript that's disabled?
-
No, as far as I remember, it was some compromised registry or what per user account. Maybe (MAYBE!!!) caused by some virus infection but they could never prove it. Here is the topic in question on the Thea forum:
http://www.thearender.com/forum/viewtopic.php?t=4428(Why is it always me who ha to keep everything in mind even on other forums)
-
Or maybe a registry cleaner. They can sometimes cause more pain than relief.
-
[HKEY_CURRENT_USER\Software\Google\SketchUp8\WebDialog]
[HKEY_CURRENT_USER\Software\Google\SketchUp8\WebDialog_]
[HKEY_CURRENT_USER\Software\Google\SketchUp8\WebDialog_bzasdfa2ctrasaasdfa123]
[HKEY_CURRENT_USER\Software\Google\SketchUp8\WebDialog_xfasdffxxxxfae]
[HKEY_CURRENT_USER\Software\Google\SketchUp8\WebDialog_xfxfsae]
[HKEY_CURRENT_USER\Software\Google\SketchUp8\WebDialog_xfxxxxfae]Notice the random key names like WebDialog_bzasdfa2ctrasaasdfa123 _ xfasdffxxxxfae etcβ¦
See thread on βreasons why sketchup 8 may crashβI mean its not a natural name an author might use is it?
-
When the code sets up the webdialog it gives a Registry entry, e.g.
@dlg=UI::WebDialog.new("Β© TIG 2011",false,"TIGsSpecialTool",600,740,25,25,false)
either as anew one or using an existing one.
Which would make this dialog's Registry entry
WebDialog_TIGsSpecialTool
with its 4 location/size key/values.
If you make the entry "" it makes or usesWebDialog_
I wouldn't expect these 'random' entries... either you have a script that IS writing random values for these... OR something is broken on your system... -
@gaieus said:
It's modelhead and Notareal who figured this out. So this seems to be a broader issue and with IE. Good to know, thanks.
It was not particularly pinpointed to IE (just a stong suspect). Anyhow it was verified that a new user profile did fix the problem, but the root for the issue did stay unlear (had no change to do a deeper analysis).
Effect of 'random' entries should be trivial to test if one have time... just create manually similar random entries I sort of doupt that this actually have much effect, but still worth to test. No idea what might couse these entries.
Advertisement