Hello,
I have a queestion,In windows, we can use win32api to generate a borderless Window(like Anton's FullScreen), but in macos, how to do it?
Latest posts made by ying2014
-
How to generate borderless Windows in macos
-
RE: SketchUp Debugging for Notepad++
hello ,jim
I use Press F5 to starting Sketchup -
RE: SketchUp Debugging for Notepad++
Sorry,it don't work:
Connecting to SketchUp..
socket error: [Errno 10061]
Could not connect to SketchUp. -
RE: SketchUp Debugging for Notepad++
hello.jim,it can't work well
Connecting to SketchUp..
Traceback (most recent call last):
File "plugins\Config\PythonScript\scripts\SketchUp\init.py", line 2, in <module>
sudb.init()
File "C:\Users\zyq\Downloads\npp-6.9.1+skpdbg\plugins\Config\PythonScript\scripts\sudb.py", line 100, in init
connect()
File "C:\Users\zyq\Downloads\npp-6.9.1+skpdbg\plugins\Config\PythonScript\scripts\sudb.py", line 111, in connect
except socket.error (value, message):
NameError: global name 'value' is not defined
sending: v l
Traceback (most recent call last):
File "plugins\Config\PythonScript\scripts\SketchUp\local-vars.py", line 2, in <module>
sudb.local_vars()
File "C:\Users\zyq\Downloads\npp-6.9.1+skpdbg\plugins\Config\PythonScript\scripts\sudb.py", line 327, in local_vars
send("v l")
File "C:\Users\zyq\Downloads\npp-6.9.1+skpdbg\plugins\Config\PythonScript\scripts\sudb.py", line 160, in send
sock.send(msg)
socket.error: [Errno 10057] ԉԚ͗ޓؖûԐlޓҢȒ(ձʹԃһٶ sendto ַԃע̍˽ߝѨ͗ޓؖʱ) -
RE: SketchUp Debugging for Notepad++
Hi Jim, Thanks for your answer,I'm looking forward to it can succeed.
-
RE: SketchUp Debugging for Notepad++
I have a question,the notepad++ v6.6.2.is old ,how can I use the script for my notepad
-
RE: [Plugin] AMS Library 3.7.1b (29 May 2021)
@Anton_S,thank you very much!It is helpful.
-
RE: [Plugin] AMS Library 3.7.1b (29 May 2021)
@Anton_s,I want WebDialog to have been in the front until end of a program ,because I want to make the WebDialog as a mask,I can do something to model which I wan't people to see the process. WebDialog.#bring_to_front can't always in the front。
-
RE: [Plugin] AMS Library 3.7.1b (29 May 2021)
hello Anton_S:
I have a question,if I want to set a dialog,and the WedDialogs are on top one more time,but
sketchup is activated, in other words,like (dlg.show_modal + AMS::Sketchup.activate),what should I do?