Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for ChargrO

Hi guys I was fixing a computer in the house the other day running windows 8.1, the problem was it loaded up to the windows logo and just stayed there idenfinatly, I asked my Dad what he had recently done on the computer and he said he had run a …

Member Avatar for ChargrO
0
241
Member Avatar for prakash2813

yesterday my pc or tv won't start due to low voltage power problem.. after fixing it..my pc start and this error occurred "disk read error occured. press alt ctrl del to restart.". i have tried almost everything : (1)from window instl. disk cmds like chkdsk fixmbr fixboot but says invalid …

Member Avatar for rubberman
0
362
Member Avatar for ChargrO

Hi all I've been editing some code I found on here from a while back and am up to trying to print out the data I store in an array. I've been trying for a bit and just don't understand it very well. Could someone give me a hand :) …

Member Avatar for tinstaafl
0
213
Member Avatar for ChargrO

I'm trying to add in data validation for my program so it doesnt die when a user input the wrong type of data. eg. My program collects numbers and stores them against the selected name but if i input say fish instead of 2000 in the textbox my program dies. …

Member Avatar for Rahul47
0
210
Member Avatar for ChargrO

Hi guys I've been making a simple program using arrays and would like to add a function for a password instead of it being stored in one chunk of my button code. I'm not real good at functions yet and was wondering if someone could help me out. My code …

Member Avatar for ChargrO
0
188
Member Avatar for ChargrO

Hi guys im writing a program and was wondering what the code would be to prompt for a password when pressing a button ie. I have a button that checks who earns the most money and only certain people have access to that button through a password.

Member Avatar for Mr.M
0
158
Member Avatar for ChargrO

I'm in the end stages of my program and everything is running fine, all i need to do now is create some data validation for my form. I've dabbled around and have figures out how to validate textboxes but am not sure how to validate my drop down boxes. So …

Member Avatar for radhakrishna.p
0
139
Member Avatar for ChargrO

Hi I'm not really sure why this isnt working. Could someone ammend the code so that it is working? cheers <html> <head> <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> <title>Limerick Generator</title> <script type="text/javascript"> function display(f) {//code to get data from List boxes var DirectionSelect = …

Member Avatar for radhakrishna.p
0
224
Member Avatar for ChargrO

Hi guy I was wondering how I would overwrite something written on my form using variables ie. my limerick is There was a fat butcher called Bill Who cooked more than he wanted to kill One day he sat down And said with a frown That his eating was more …

Member Avatar for ChargrO
0
205
Member Avatar for ChargrO

Hi guys I'm fairly new to java script and was wondering if I could get some help with this, please forgive the probably messy code. <HTML> <HEAD> <TITLE>Limerick Generator</TITLE> <script type ="text/javascript"> function display(f) { f.result.value = eval((f.character.value) + (f.body.value) + (f.characterrhyme.value) + (f.occupation.value) + (f.task.value) + (f.verb.value) + (f.direction.value) …

Member Avatar for IIM
0
201
Member Avatar for ChargrO

hi, im currently making a food ordering system in python. I recently decided to put a background in the window and now all of my buttons have disappeared?? does anyone know why this might be.

Member Avatar for TrustyTony
0
136
Member Avatar for ChargrO

I was wondering if anyone knows how to create a transparent background image? just a small example or something.

Member Avatar for colorpie
0
138
Member Avatar for ChargrO

Hi, i was wondering if someone could help me out here. from the below code i get the following error "TclError: couldn't open "H:\SDD12\Images oses.gif": no such file or directory" but i dont understand why the r is vanishing from the filename... [CODE] root = tk.Tk() root.title('background image') # pick …

Member Avatar for TrustyTony
0
328
Member Avatar for ChargrO

Hello, i was just wondering how i could make these buttons appear on the screen in the same position, but so the code is simpler and easy to use. [CODE] ## Screen design draft for major project ## Filename: majorProjectDesignDraft20090222.pyw ## import os from Tkinter import * import tkFileDialog class …

Member Avatar for sandorlev
0
241
Member Avatar for Kacoo

this is my code i was wondering if somone could help me find out how to put text in the new window created at the red line [CODE]from Tkinter import * import Tkinter as tk class Application(Frame): def __init__(self, master=None): Frame.__init__(self, master) self.grid() self.createsMenuButton() self.createsOptionsButton() self.createsHelpButton() self.createsUsernameWidget() self.createsUsernameEntryButton() self.createsLoginButton() #### …

Member Avatar for jcao219
0
175
Member Avatar for ChargrO

Im working on this bit of code below, The only thing im worried about editing atm is the self.toggle() and self.hello(). Im currently getting this error TclError: unknown option "-menu" from this line of code self.config(menu=menubar), does anyone know how i could fix this problem?? [CODE] from Tkinter import * …

Member Avatar for Ene Uran
0
1K
Member Avatar for ChargrO

Hello, im currently working on a program and im trying to create a cascade, This cascade code works by itself but i want to implement def hello and def toggle into def __init__(self, master=None), at the moment im getting and error "UnboundLocalError: local variable 'submenu' referenced before assignment" does anyone …

Member Avatar for TrustyTony
0
457
Member Avatar for ChargrO

hello I was just wondering if anyone knows of a site or someone (or start me off with some code) that could help me with learning about cascade menu's and changing them from a parent into a child, any help would be greatly appreciated. I am making the cascade menu …

Member Avatar for pythonNerd159
0
163
Member Avatar for ChargrO

I was wondering if anyone knows some siimple code to start me off on making a cascade window?? my current code from my reference book is to confusing for me [CODE] from Tkinter import * class TestMenu: def __init__(self, master): self.master = master self.menubar = Menu(self.master) self.casmenu = Menu(self.menubar) self.casmenu.choices …

Member Avatar for woooee
-1
131
Member Avatar for ChargrO

Hello, im currently working on my major work and im up to the stage where i want to implement a cascade menu into my window. i have differnt buttons on my window but i want the food options to pop down in a cascade menu and not a check menu, …

0
110