Search found 5 matches
- Fri Jan 12, 2018 2:00 am
- Forum: Programming
- Topic: How to send click signal to the Apply button without using mouse?
- Replies: 9
- Views: 5050
Re: How to send click signal to the Apply button without using mouse?
May somebody refer or write a simple example how to move selected object with python script.
- Mon Jan 08, 2018 5:51 pm
- Forum: Programming
- Topic: How to send click signal to the Apply button without using mouse?
- Replies: 9
- Views: 5050
Re: How to send click signal to the Apply button without using mouse?
If I enter this command line inkscape --verb EditSelectAll drawing.svg the object will be automaticaly selected after inkscape starts. If I enter this command line inkscape --verb EditSelectAll --verb DialogTransform drawing.svg the object will be selected and the transform dialog will be open autom...
- Mon Jan 08, 2018 5:38 pm
- Forum: Programming
- Topic: How to send click signal to the Apply button without using mouse?
- Replies: 9
- Views: 5050
Re: How to send click signal to the Apply button without using mouse?
Yes I want batch processing if it is possible over it.
- Sun Jan 07, 2018 10:42 pm
- Forum: Programming
- Topic: How to send click signal to the Apply button without using mouse?
- Replies: 9
- Views: 5050
Re: How to send click signal to the Apply button without using mouse?
I want automaticaly duplicate the particular object when start inkscape and load a SVG file.
Then I want new duplicated object automaticaly moved to another place using Transform dialog, the Move option.
I want do it without having to use mouse
Then I want new duplicated object automaticaly moved to another place using Transform dialog, the Move option.
I want do it without having to use mouse
- Sun Jan 07, 2018 6:14 am
- Forum: Programming
- Topic: How to send click signal to the Apply button without using mouse?
- Replies: 9
- Views: 5050
How to send click signal to the Apply button without using mouse?
After inkscape is compiled and started is it possible to send click signal to the Apply button without using mouse. Transformation::Transformation() : UI::Widget::Panel ("", "/dialogs/transformation", SP_VERB_DIALOG_TRANSFORM), _page_move (4, 2), _page_scale (4, 2), _page_rotate ...