Interface for plugins.
-
Not via Ruby API.
-
mm. a shame.
would be good to ask the google team to enable this option. no?
thanks for replying -
Better than that would be if both those and WebDialogs were able to be docked into the SketchUp window frame. This is the part of SketchUp that makes me feel like I'm using Win95.
-
Someone was here - posted examples of how he'd managed to embedd SU toolwindows into the SU window frame - by using the Win32API. But unfortunately it was his first and last post..
-
I don't know if it's really too unfortunate -- even if you could manage to do that, it's way too much of a hack to consider for any production plugin. And even then, it would be Win32-only.
-
I meant it.
attach a new window or html window. would be very goodout of curiosity. user who was achieving this. Thom?
-
@jd hill said:
I don't know if it's really too unfortunate -- even if you could manage to do that, it's way too much of a hack to consider for any production plugin. And even then, it would be Win32-only.
Yea - but it was an interesting project he had going. Shortlived as it was.
@diego-rodriguez said:
out of curiosity. user who was achieving this. Thom?
Don't remember - I lost the link to the thread.
-
-
@jd hill said:
Just a guess, as I'm in no way a Flash guy, but I think you may be thinking of Flex, rather than AIR.
I have done it with Flex.
It does work very well under Windows. New versions of Action Script have security problem on Mac. Simply there was no communication between AS and JS inside WebDialog under OSX. I have reported it to Google, they taken this onboard.
It was taking too long to wait for them so I have abandoned this road and have done HTML+JS+CSS+DBS+FTE+HTE+KLMThe Flex solution was very nice and I regret that Google didn't help. The Flex has some nice build-in widgets, produces a single SWF file that contains whole GUI and controlling scripts. It also gives guarantee that it will look exactly same on both platforms. So many benefits.. almost everyone has Flash player installed nowadays.
-
@unknownuser said:
I have done HTML+JS+CSS+DBS+FTE+HTE+KLM
Seriously, in what world are web dialogs a good option for UI. Please Google include a simple UI into the API...
Advertisement