similar to: Anyone had sucess with AutoCad ?

Displaying 20 results from an estimated 200 matches similar to: "Anyone had sucess with AutoCad ?"

2007 Dec 27
1
Wx::SplashScreen, and events
I have the following code: #time = 7000 class TimeSplash < Wx::SplashScreen PATH_MAIN = 1 PATH_SETUP = 0 def initialize(time, path=PATH_MAIN) splash_bitmap = Wx::Bitmap.new(''timefly.png'', Wx::BITMAP_TYPE_PNG) super(splash_bitmap, Wx::SPLASH_CENTRE_ON_SCREEN|Wx::SPLASH_TIMEOUT, time, nil, -1) evt_close() {|evt| on_close_window(evt, path)} end
2006 Sep 27
2
SplashScreen
Because it was easy, I added SplashScreen support Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Feb 25
5
installing from src on OS X
Hi I''ve built WxWidgets (2.5.4) and wxruby-swig (CVS) from source on OS X (.3). I''ve got something called wx.bundle in lib/ that looks the right sort of size - 2.5MB - but I don''t know what to do with it to install it - no rake install or make install? btw - wx on OS X looks fantastic, esp after seeing a Tk interface inside Aqua this am ... cheers alex
2009 Jan 23
4
Help with debugging Fable
So I'm trying to get Fable working, and after going through the various things that I had found on the 'net, it's still not working. So I am wondering what else I could do? I installed DirectX 9, Windows Media Player, and Fable itself without much trouble. The game boots and goes through the splashscreen and opening animation, and then quits. I looked briefly through the output on the
2008 Dec 28
1
Rayman 3 under Wine... it doesn't start
Hello there ^^ I have some trouble getting Rayman 3 to work. If i start Rayman3.exe i get the splashscreen, but then it's gone, no program whatsoever. I started the *.exe directly from the CD. What can i do to make it work ? Ps : i have Ubuntu 8.10
2011 Jan 15
6
Unity 3D Ubuntu
Installed unity perfectly, no error whatsoever, although when i run it, whatever path i put in it to create a new project in, it says "Specified path is not valid(should be a name of non existing or empty directory). I also tested using Unity Loader, and it shows the splashscreen until it crashes Ubuntu. I'm using Ubuntu 10.10, Maverick Meerkat. I can run it fine on Windows 7, without
2007 Dec 28
1
Wx:Wizard, Wx::WizardPageSimple
Ok, here is my class: #==================================== class SetupWizard < Wx::Wizard def initialize(timefly, title) setup_image = Wx::Bitmap.new("wizard_side.png", Wx::BITMAP_TYPE_PNG) super(nil, -1, title, setup_image) @timefly = timefly step_one = Wx::WizardPageSimple.new() setup_page_one(step_one) step_two = Wx::WizardPageSimple.new(nil,
2007 Mar 20
1
How does glm(family='binomial') deal with perfect sucess?
Hi all, Trying to understand the logistic regression performed by glm (i.e. when family='binomial'), and I'm curious to know how it treats perfect success. That is, lets say I have the following summary data x=c(1,2,3,4,5,6) y=c(0,.04,.26,.76,.94,1) w=c(100,100,100,100,100,100) where x is y is the probability of success at each value of x, calculated across w observations.
2008 Oct 20
1
how should i use response.should be sucess method pass
I want to test the basic controller test action and to make response.should be_sucess method work for it. How can i do -- Posted via http://www.ruby-forum.com/.
2006 May 08
3
Cryptic error message
I have been trying for some time to run a British financial program, called ShareScope, under Wine. It is the sole remaining reason for me to run Windows, so I am keen to succeed. The developers of the program claim to have run it successfully under Wine, but they don't provide support. Since this is a minority interest, I realise that I will have to solve the problem myself, but I'm
2008 Mar 14
1
Sucess with Powerware 5115A over USB!
THE GOOD: NUT is able to communicate with my Powerware 5115A over USB using the bcmxcp_usb driver: ambient.temperature: 38 battery.charge: 99 battery.runtime: 9000 battery.voltage: 27.07 driver.name: bcmxcp_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.2.1 driver.version.internal: 0.13 input.frequency: 50.34 input.voltage: 235 output.current: 0.0
2004 Oct 10
4
grub in the mbr
hi, i ve grub in the mbr of my usb stick and now i am not longer able to use the syslinux bootmanager. i tried to delete grub from mbr with: dd if=/dev/null of=/dev/sda bs=512 count=1 but nothing changed grub is still in the mbr hope somebody can help me thx so long
2011 Sep 22
1
Install and run Sibelius 7
Hi All, I'm new to Linux (Ubuntu) but i'm determent to stay at linux. I've had a few small problems but my biggest problem is I can't run Sibelius. It gives me an error while installing. So I ran install again but with a logfile. http://pastebin.com/1gVVqirc Can someone please help me get this thing on the road? Frazzy
2002 Jun 14
1
isolynux + splashscreen
Dear sir, We are making a new installation CD for Haydar Linux, Beta1 CD was booting using a lilo on a virtual image and we want to make Beta2 boot using isolinux but we also need a boot splash and don't know if it possible in isolinux. Can you please tell us if it possible, because we have tried using ssl images and it did not succeed and i don't know if the configuration was wrong.
2006 Jun 16
3
SYSLINUX bootsplash
Hello all, Forgive me if this has been asked before, I've been googling for two days now and the only thing that I've learned is that bootsplash is a total black art. I'm booting off of a USB stick and I've finally gotten a splash screen to appear before vmlinuz and initrd load, but once they load the splash screen scrolls off the screen. Is there any way to make it behave and
2005 Sep 22
1
Accessing a CD with securom leads to exception
Hello wineusers, devs and all other people, i have some sort of strange problem with wine. I installed Warcraft III and Securom did not work. That's why i have to use fixed .exe-files to play without the machine to complain about the missing CD-ROM. at first i thought this happens because the wine-version in debian sid is fairly old. But after compiling a wine from CVS with that
2008 Apr 05
3
UT2003 and Wine
UT2003 installation ran fine. UT2003 successfully checks my cd for originality, then Nothing Happens. When the correct disk is inserted, this is all that happens: Code: badp at bPortatile:~/.wine/drive_c/UT2003/System$ wine UT2003.exe fixme:spoolsv:serv_main (0 (nil)) err:service:service_get_status service protocol error - failed to read pipe r = 0 count = 0!
2009 May 22
4
Prog running in Wine OK but needs Alt+F10 to maximise.
Hi I've got 'WriteOutloud' (talking wordprocessor for dyslexic children) working pretty well on an Asus Eeepc (Xandros) and on an Acer Aspire One (Kuki Linux) I'm using Wine 1.0.1 on both machines. What happens is that the prog starts up normally then immediately minimises to the taskbar. To make it run fullscreen you have to click on it and press Alt+F10 Although not a serious
2012 Jun 13
3
Trying to start Cakewalk Sonar (Music Production Program)
Good Morning im trying to get a program to run which is called Cakewalk Sonar Producer x1. Its a music production software by the way http://www.cakewalk.com/products/sonar/X1-Producer/. The installation runs through but give me some errors at the point where the installer wanted to register some DLL files with the (wine)included RegSvr32.exe The DLL files are programbased and not very typical.
2008 Sep 18
3
Re: Autocad 2008 and wine
This is your text, or you copied them from Autodesk forums?? Why I ask? Because Autodesk implement the newest Microsoft's technologies as .NET 3.0 and they do not want to downgrade products only for reasons like working on Wine... I vote for that (working acad under Wine direct from Autodesk), but I do not believe that will be happen!