Hi all,
Thanks for you hints.
So I have still an additional issue.
This is what I'm fiddling/working around with:
,----
| DestroyFunc StartFunction
| AddToFunc StartFunction
| + I Style *aterm* StartsOnPage 1 0, SkipMapping,!Borders, NoTitle
| + I exec aterm
| + I Wait aterm
| + I All (*aterm*) ResizeMove 100 100 0 0
`----
When I don't have the `+ I Wait aterm', aterm will not get
Resized. So this (probably) is easy to understand, because while
fvwm executes the ResizeMove Command, aterm is not yet loaded (in
this Window-Ring).
When I have the `+ I Wait aterm' line, ResizeMove will get the
aterm, and it will ResizeMove it, but aterm will be on page 0 0
instead on 1 0 (StartsOnPage 1 0).
So obviously when that ResizeMove gets its action to the
aterm app, it obviously interferes with the above statement
`StartsOnPage' in some way.
Or maybe the `Wait' interferes in some way.
At least configured like above, I get an aterm on desk/page 0 0
instead of `1 0'.
When I paste this into the FvwmKonsole:
,----
| Style *aterm* StartsOnPage 2 0, SkipMapping,!Borders, NoTitle
| exec aterm
| Wait aterm
`----
The aterm is landing on 2 0 correctly.
when I paste something like this
,----
| Style *aterm* StartsOnPage 2 0, SkipMapping,!Borders, NoTitle
| exec aterm
| Wait aterm
| All (*aterm*) ResizeMove 100 100 0 0
`----
again the aterm gets ResizeMove's _but_ on the actualy page.
In this area, I found also this:
When I open an aterm on page 2, then open an FvwmKonsole on p.e
page 1, and execute there this:
,----
| All (*aterm*) Move 100 100 0 0
`----
.. Then when I go again to page 2 again, there is no such window
anymore.
I can get it back when I open the WindowList and select it there.
Thanks for any hints!
Greetings
marco candrian
--
calmar
(o_ GNU/Linux is GREAT
//\
V_/_ http://www.calmar.ws
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Feb 17 2004 - 17:43:25 GMT