- PC Specs
- 15" mbp 2.66Ghz core 2 duo OSX 10.5 Dell Dimension 5150 windows xp, ubuntu 10.4 dual boot
27 Posted Topics
Re: take a program you made in the command line and add a GUI to it, or you could make a calculater to do multi-step equation at once | |
Re: if i were to use this code snippet as source code for building a gui database and modify much of the interface how should i give credit to the original source and the programmer? | |
I am currently working on a project for my computer class and i am using it as an opportunity to learn pyobjc. i have a database file that includes a path to an image, reading this and getting the path to the image is no problem. my problem is, i … | |
Re: In my expirience rtf files are not the most compatible files because of their encoding, unless they are very simple formated. | |
I am Currently teaching myself PyObjC through tutorials and then modifying them. Now the time has come to open a second nib (addtv) and i cant for the life of me figure it out. [CODE] @objc.IBAction def open_(self, sender): addtv = AddTvControlleralloc().initWithWindowNibName_('addtv') addtv.showWindow_(self) #addtv.retain() [/CODE] What i am attempting to … | |
Re: I have created a few GUI databases using pickle and thought about building something like what you are talking about. Im really willing to help out if you need a partner in this project, i can give you the source code of a database i created for a class project. … | |
Re: Im sorry for bringing up a solved thread but i do believe that there are courses that you should take to become a liscensed apple repair shop. apple doesnt really like when other people crack open their machines and although you do just the same quality work that a apple … | |
I've decided to start learning Objective-C after learning python. I am not sure if i should be uding the C forum, Can There be a new Place for objective C? if anything i can start posting resources, pdfs and snippets of code that i find to kickstart a forum? if … | |
i am currently running Mac OS 10.5 and i have written and fully debugged (nothing in the command line) a large python script. i am wondering how am i able to create an app for the program. i do not understand the lingo of how to install different libraries and … | |
Re: you might want to check on compatibility issues, tiger was a ppc operating system and leopard is a intel release. if you want free software go opensource. theres no other way and there are some really good apps out there. like gedit for text editing and the such. if you … | |
Re: I too am interested in changing my theme however i am looking into a theme change not just a mere background change. i would like the default windows to be different and such. for example in linux the user is able to customize the pre-login, bootup, and the complete ui … | |
Re: tiger is getting older and more outdated. Mackintosh is preparing to release the final of the OSX in the spring/summer months. I would personally do one of two things, get a new hard drive that gives you more storage than you will ever need and use it as a ftp … | |
I just bought the new Saitek Cyborg keyboard for my macintosh and i was wondering if there was any software available to support the 12 programable marco keys? | |
Re: It is very possible on windows, My school has 5 monitors connected to a single cpu and they each act independant of eachother. ill pass by today to find out what the school uses | |
Im building a database to hold files i am using anydbm and what i would like is something that does this: [CODE= Python] import Tkinter import anydbm import tkFileDialog file = tkFileDialog.askopenfile(parent=None,mode='rb',title='Choose a file') print file print str(file) db = anydbm.open("database", "c") # db["1"] = str(file) for file in files … | |
Re: if you use it in a different part of your program you should also make it a global | |
Re: The most important thing for you to figure out is if your computer has an Intel or a Power PC processor, crack your computer if you need to but you need to be 100% sure. if you are running a Intel processor than you can go ahead and get snowleopard … | |
Re: get a linux live cd and boot it to your computer then use a second external hard drive to transfer from one hd to another (simplest but also probably not the best solution) | |
Re: My family and i had moved country and the school did not have any computer programs (as in ITGS or computer science). with me being a complete geek i took it upon myself to teach myself computer science. i spent quite a while flopping around the internet learning about virtual … | |
Im working on my first big project, a GUI library for movie files (much like in itunes). so far i have the ability to list the movies title director and year in a list box as well as add movies to the database, however it is only text no actual … | |
Re: what are you interested in? software/hardware/internet | |
i am able to get the metasploit console started however when i try to open armitage for a gui as i am currently learning the process of penetration testing to secure my home network, i get the message[CODE=Bash] ./armitage:18:in 'exec' : No such file or directory - java (errno:: ENOENT) … | |
Re: I think that it would be pretty cool if there was a section for code snippets one for each of the languages. building up a library would be pretty cool | |
Re: what i did as a starting project was to write a program to open itunes and play a selected song then i bound it to a hotkey so anywhere i was on my computer i was no more than 3 keystrokes from freebird. for a beginer it is much harder … | |
Re: This is a database script that i have found on this forum: [CODE= Python] #Python Code Snippet (Toggle Plain Text) # example of a small movie database using a list of class instances # load, save, add, list, search, edit and delete # similar to the previous movie database # … | |
am adding a GUI into a python database and i was wondering if there is any way for text to be already in an entry box when it appears. The window is for adding movies to the database so i would like the following, please enter the movies title: [Title … | |
I am currently working on my first serious GUI application in python using Tkinter. I currently have a toplevel window that opens from the root window. when i envoke the window from the root i can see all 7 of my other widgets, but the widget: btncancel = Tkinter.Button(addboard, text … |
The End.