Displaying 20 results from an estimated 800 matches similar to: "Using wine for automatization"
2010 Feb 08
4
Gnome wine menu entry gone
Well for a long time now my wine menu entry in gnome has been gone. Most threads I read all say to fine the <deleted> tag in .config/menus/applications.menu but mine doesn't have it.
2009 Aug 26
1
Scripting - sort of
Dear R-ians:
I'm running R2.9.2 on a 6 year old Windows XP DELL with 2 Gig RAM and a 3MHz
Pentium 4 chip.
I've written a package using the User Menus Under Windows commands
(winMenuAdd, etc). It works very well.
I have 6 test cases and running any one of them requires many selections
form the menus and some keyboard entry, and it takes me hours to exercise
them all to see
2006 Aug 25
3
RJS Error: Element.update is not a function
Hi,
I have implemented some RJS code and I have the same exact code in 2
different places. In one place I get the error "Element.update is not
a function" and the other place works fine. Any idea why this error is
coming? Breaking my head.
-Vinod
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2011 Apr 11
1
AutoIt in wine
Can some one help me understand wines error reporting syntax?
fixme:win:LockWindowUpdate ((nil)), partial stub!
I get the above error when I use scite (ubuntu version, not the scite4autoit version) to launch autoit from the wine program files directory.
And what if I just throw in all the dlls from my virtual machine's xp os into wines system32 directory so that all the extra dll's are
2009 May 18
4
Portable applications list needed
Howdy,
For those of you that don't know, I've got a Google Summer of Code
project to make a better test suite for wine. The goal is to test
graphical applications to find bugs that aren't tested by the test
suite, and to prevent regressions that aren't prevented by it.
While programs with installers can be tested, they increase the script
complexity quite a bit. Eventually,
2007 Mar 19
2
Help creating a shortcut in wine
Can anyone help me with how to create a windows shortcut in wine? I
want to create windows shortcuts on a Linux box that windows clients
can then access. I'm trying to use wine to allow me to create the
shortcut on the Linux box. I'm using the wine-0.9.31 version of wine
on Fedora Core 5. I've tried two approaches, both fail.
I've tried using an autohotkey script. This script runs
2009 Aug 24
1
Want to help Wine and prevent regressions in your favorite (downloadable) app?
Howdy all,
For Google Summer of Code, I worked on a project I called Appinstall,
which is basically an automated test framework for Wine. It works as a
simple shell script, that runs several independent tests of
applications, then parses the log files to make sure no applications
broke, or bugs were fixed. The tests themselves are written using
AutoHotKey (http://www.autohotkey.com).
The neat
2011 Jun 13
2
Two servers One virtual desktop
Can two wineserver share the same virtualdesktop?
I got nearly to an impasse: one windows application (A) must run
continuously without interruption, while (B) is supposed to respawn
frequently and interact with (A).
Well, whatever (A) application is has absolutely no influence on
troubles, but if (B) is autoHotKey (..yes i need that stuff under
debian) it's execution times get delayed
2024 Mar 13
2
Generating mouse click and hold using R
Hi,
I wonder if R can provide any functionality where I need simulate
mouse click in windows machine at certain coordinate on screen and
hold the click for certain seconds e.g. for 5 seconds
Really appreciate if I can have someone suggestion how above can be
simulated with R
Thanks and regards,
2006 Jan 18
2
deployment of software
I have Samba and about 40 WinXP Clientes running.
Now I?m trying to find a way to deploy software (for example
updates of E-Mail Client, Windows Patches) to my Clients.
I was playing around with AutoIt and some "switch-user-tools" for
windows, which really works but also is kind of complicated and time
consuming.
In my environment, every user got his own Logonscript on the Linuxserver
2011 Jun 29
1
Update MS Windows PATH variable based on a R script
Dear list,
this is not directly an R question, but it is somewhat related to R
aspects, so I hope it's okay to post it here:
I'd like to update my windows PATH based on a script routine in order to
make sure that crucial components are contained. Much like what happens
at the installation of Rtools (if desired). Now, can you do that from
within R or do I need some sort of windows
2009 Sep 16
2
EVENT_event_to_vkey and keyc2vkey
I need access to either the array keyc2vkey or the function EVENT_event_to_vkey in wine/dlls/winex11.drv/keyboard.c from a wine application.
Any idea on how to get at these from a normal winelib app?
or how i could compile variations of these functions into a shared library instead of a driver...
Thanks
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi,
This is a simple trick to get autoclose parenthesis on windows.
If you like how StatET autocloses parens, but like to use the lighter
Vanilla R, you can use autohotkey (http://autohotkey.net) to provide
this functionality.
Simply put the below code in a text file, rename extension as .ahk and
doubleclick on it to execute.
------------------ code starts here 8< ------------------
;
2006 Jan 18
3
Patching XP clients on Samba PDC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Does anyone have a good suggestion for patching XP clients on a Samba
PDC domain? I've tried using autoit and sysinternal's psexec to write
a script to do this but this doesn't work well because the computer
has to be active and our machines lock the machine if it's not active
in 15 minutes.
I hate having to log onto every
2008 Apr 21
4
key remapping
hello, im playin worms armageddon in opensuse with wine 0.9.44, so this works fine. but in windows i became very familar with my self made keyboard layout.
i changed space to num 0 for example.
i tried some progs now, like key tweak for windows, this doesnt work due to the missing registry entry, which key tweak uses.
autohotkey has problems with finding my keyboard layout (showes me errors in
2004 Jan 28
9
How to generate a report with graphics and tables?
Hello R-Users,
I have some data sets which change on a daily bases. So far I have
imported these sets into R, done all my evaluations resulting in a
couple of plots, charts and tables of numbers which I copy&pasted via
clipboard into Powerpoint.
The procedure is always the same and I wonder, whether there is no
easier way for doing so. Is there some type of "report generator"
2010 Aug 01
5
:idea: A way to automatically test wine applications
I think that we are reaching a reasonable compatibility stage with windows applications.
However, there are applications that ways get progress and regressions in different areas. [Idea]
So, I was figuring out, if there is a way to automatically test applications, against Wine.
There should be a way to every new patch, be tested against a set of applications, and it automatically report the
2006 Nov 11
1
OLE Automatization Linux's OpenOffice from wine app
I have windows application wich use OLE Automatization to fill-in OpenOffice document
It's create OleObject like
OpenOffice := CreateOleObject('com.sun.star.ServiceManager');
And then use it.
Everything is OK when I run it on windows.
How can I rewrite it, or use any tools, to work when OpenOffice is installed on Linux,
and my application runs in wine?
--
Kochmin Alexandr
2008 Feb 25
1
just a wine newbee
I come from Autoit because it doesn't support Linux OS.
I've some questions:
1- can I make Linux programs with a computer that only has Windows?
2- I see the downloads page of windows, but there is not any compiler or something like that. where is it?
3- Can I use sciTE for program in wine?
4- is there a help file or some tutorials?
thanks,
olivarra1
PD: I'm sorry because my english
2007 Dec 17
1
Windows Screensavers
Hi all!
I have found a way to get using (some of) Windows Screensavers using an
AutoHotkey script to start them automatically. If someone is interested, I
can post a short howto soon.
Frederic
--
View this message in context: http://www.nabble.com/Windows-Screensavers-tp14370124p14370124.html
Sent from the Wine - Users mailing list archive at Nabble.com.