English 中文(简体)
在Eclipse的不同屏幕上发射
原标题:Making wxPython GUI launch on a different screen from Eclipse

目前,我有一个双门制,在监测2时有Eclipse。 当我管理发射天线时,我想让这个全球倡议出现在监测1上。 目前,全球倡议一直出现在涵盖Eclipse的2号监测报告中,我不得不将其赶走,每次监测一次。 这个问题是否有解决办法——要么是我可以在埃奇略语中作一个组合改动,要么是我对《全球倡议》的某种补充?

最佳回答

Kludge #2:如果我在屏幕2上从Eclipse上操作该代码,那么在GUI公司出现之前就在屏幕1上点击一些地方,GUI将出现在屏幕1上。

问题回答

我并不完全相信,但我认为,我记得有人看一看窗子,与播下窗户的过程一样。 因此,也许值得尝试,在剪辑(监测2)时把你的代码ed起来,并在监测1时开立一个指挥窗口,由你从该窗口操作。 既然它会得到一个迅速窗口,而这个窗口正在收集全球倡议,那么它就应该像你一样出现在监测1个窗口上。

这只是一个 ha的解决办法(如果我正确记住,那也是这样)。 至于lip,我对此没有想法。 我只寄了想法,因为没有人作出答复。

您也不妨尝试在上张贴,或许有人可以帮助。

我发现的最好udge子是Kubuntu全球短剧“Ctrl-Shift-Space”。 这把窗户移到其他屏幕上,从而减少了与摩擦的 has。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签