Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~33.2K People Reached
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

Member Avatar for vegaseat

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

Member Avatar for vegaseat
20
18K
Member Avatar for Ene Uran

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?

Member Avatar for james.lu.75491856
1
998
Member Avatar for jordan0420

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 …

0
112
Member Avatar for MiketheBook

In my expirience rtf files are not the most compatible files because of their encoding, unless they are very simple formated.

Member Avatar for jingda
0
185
Member Avatar for jordan0420

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 …

0
77
Member Avatar for blackrusader

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. …

Member Avatar for blackrusader
2
323
Member Avatar for billbo72

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 …

Member Avatar for billbo72
0
417
Member Avatar for jordan0420

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 …

Member Avatar for sergent
0
495
Member Avatar for jordan0420

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 …

Member Avatar for e-papa
0
130
Member Avatar for CMSHelper

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 …

Member Avatar for royng
0
399
Member Avatar for mellowstrung

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 …

Member Avatar for royng
0
270
Member Avatar for normanhilda

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 …

Member Avatar for royng
0
243
Member Avatar for jordan0420

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?

Member Avatar for zelkea
0
177
Member Avatar for CrimsonTwilight

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

Member Avatar for tje210
0
246
Member Avatar for jordan0420

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 …

Member Avatar for jordan0420
0
159
Member Avatar for ramesh125
Member Avatar for TrustyTony
0
175
Member Avatar for myounus17

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 …

Member Avatar for dioioib
0
222
Member Avatar for Ra552

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)

Member Avatar for dioioib
0
307
Member Avatar for bumsfeld

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 …

Member Avatar for vegaseat
1
127
Member Avatar for jordan0420

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 …

Member Avatar for jordan0420
0
914
Member Avatar for GideonRey
Member Avatar for jordan0420
0
164
Member Avatar for jordan0420

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) …

0
84
Member Avatar for AndreRet

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

Member Avatar for WASDted
0
272
Member Avatar for ArtOfShred87

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 …

Member Avatar for jordan0420
0
241
Member Avatar for kitjo

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 # …

Member Avatar for jordan0420
0
184
Member Avatar for jordan0420

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 …

Member Avatar for TrustyTony
0
2K
Member Avatar for jordan0420

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 …

Member Avatar for jordan0420
0
6K

The End.