similar to: Autoit

Displaying 20 results from an estimated 200000 matches similar to: "Autoit"

2011 Aug 22
1
Autoit Bug - @DesktopRefresh
Posted: Sun Aug 21, 2011 8:11 pm Post subject: Autoit Bug - Inputbox In wine-1.2.2 and wine-1.3.15 on Ubuntu @DesktopRefresh for autoit does not give correct output. sample script: MsgBox(0x0, "Desktop Refresh", @DesktopRefresh) Expected result: Message Box showing Desktop Refresh Actual result: Message Box showing Desktop Refresh as 0
2011 Aug 22
1
Autoit Bug - Inputbox
In wine-1.2.2 and wine-1.3.15 on Ubuntu Inputbox() for autoit does not work. sample script: InputBox("meh", "meh") Expected result: Input window Actual result: Nothing and program exits Terminal output when compiled: fixme:win:LockWindowUpdate ((nil)), partial stub
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 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code when "winemaker" command is given i get these lines admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase . Winemaker 0.6.0 Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054. closedir()
2008 Dec 03
4
Preventing Wine from creating shortcuts
Hey, I'm new to the forums but by no means a noob but it's come to the point lately where I'm creating scripts (bash mixed with autoit) where I create a new bottle, silently install the program and then do any fixes etc in the script making it all completely automated (as i tend to re-install my system a lot) The issue I'm having though is the shortcuts wine creates Desktop
2019 Jun 21
0
Wine release 4.11
The Wine development release 4.11 is now available. What's new in this release (see below for details): - Updated version of the Mono engine, including Windows.Forms. - More DLLs are built as PE files by default. - Faster implementation of Slim Reader/Writer locks on Linux. - Initial support for enumerating display devices. - Various bug fixes. The source is available from the
2007 Apr 24
0
how to capture text from a popup window..in watir
Hi all, I got the answer how to click on ''ok'' button. But still i have two problems --- that code is not working when im trying to run that code through the exe file of that ruby file which is using that code. and second one is i want to capure the text of that popup.. i tried this with no success #----- js_dialog.rb ----- require ''win32ole'' require
2014 Feb 07
0
Wine release 1.7.12
The Wine development release 1.7.12 is now available. What's new in this release (see below for details): - Initial support for Window Media Player interfaces. - Some more Task Scheduler support. - Various C++ runtime fixes. - More dlls with ugly names for Windows 8 API set support. - Various bug fixes. The source is available from the following locations:
2012 Aug 24
0
Schema modification with auxiliary class vs builtin class and vbscript
Hello The situation is the following : I've successfully created an auxiliary class with an attribute by following this method : http://semifershome.free.fr/semifer/index.php?2008/02/12/42-etendre-le-schema-active-directory-classes-attributs-et-display-specifiers The auxiliary class is "allowedService" and the attribute is "allowedServiceAttribute". The
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
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
2014 Jul 29
0
Simple UpsTray client for Windows
Hi, I wrote a small utility to stay in Windows tray and indicate NUT UPS device status and some properties. The tray icon shows UPS battery status (from green for 100% to red for 0% and red-crossed for unconnected state). The tooltip shows UPS manufacturer and model names, date of production, UPS status, battery status and voltage, time left when running on batteries. Archive containing compiled
2011 May 02
5
Is there a difference ...?
Doh123, how is running a program off an NTFS partition asking for trouble? Ntfsprogs seems to handle it just fine. I know that NTFS doesn't let you mark a file as executable, and that the filesystem is susceptible to fragmentation, but you should just be able to tell it to run rather than display and be good. It shouldn't cause destruction. I think there might even be an NTFS defrag tool
2008 Jan 11
2
communicate from Rterm
Please, help with announcing an error from Rterm: I am calling R from an Excel VBA and noticed that if there is an error nothing conspicuous happens. I would like just a popup window when R cannot finish cleanly. The "ret " value returned from Shell is useless in determining what happened. Thank you all. ***************************** Public Sub Repo() ds = InputBox("Type in
2008 Jun 14
1
Running programs in wine that are in the PATH
I do alot of work with the Autoit V3 scripting language (http://autoitscript.com) which is a windows-based high-level language with most of the functionality of more mainstream languages [/walking billboard] I used this language as a demonstration. It seems like running programs in Wine do not respect the Linux PATH. It must be ran using the entire path I.E running "firefox", which
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
2012 May 23
1
AD / new auxiliary class / vb script
Hello I've modified AD schema by adding a new auxiliary class (iscA) with an auxilairy attribute (iscA1). I've followed this explanation /_*entirely*_/ : http://semifershome.free.fr/semifer/index.php?2008/02/12/42-etendre-le-schema-active-directory-classes-attributs-et-display-specifiers I've named the menu item with the same name (AllowedService). By right-clicking on a AD user
2008 Aug 29
3
wine rejecting keyboard input when window not focused
I'm wondering if theres a way to disable it, I made a program which broadcasts keystrokes between multiple windows (see the source here, http://www.nomorepasting.com/getpaste.php?pasteid=19683 ) This program works fine in everything, except wine. It works fine in wine too, but only when the window is focused. This makes me think that wine is rejecting the keyboard input, purely because the
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
2011 Oct 24
5
can't wine after upgrade to ubuntu oneiric 11.10
I just upgraded to Ubuntu 11.10 and now I've lost all wine functionality. How can I get wine working again? This is what I've tried: john at desktop:~$ sudo aptitude search wine p gnome-wine-icon-theme - red variation of the GNOME-Colors icon theme p libkwineffects1abi2 - library used by effects