Computer Science Canada GUI program |
Author: | Punde [ Sun Jun 01, 2003 2:02 pm ] | ||||
Post subject: | GUI program | ||||
I posted a while ago but nobody helped, maybe it was the way it was posted I dunno. I am using a GUI for a database, basically I need help calling the procedures to the main program i.e when menu is selected it will perform whatever procedure is called. Here is my module:
And here is my main Program (the one that has the actual GUI)
Sorry for the long post, I think it might help better if you can see the whole code. PLease help me with this. Thanks in advance. |
Author: | Punde [ Mon Jun 02, 2003 6:45 pm ] |
Post subject: | |
how can noone help with this?! please people!! |
Author: | Tony [ Mon Jun 02, 2003 9:57 pm ] |
Post subject: | |
well maybe its because you just posted your whole code with saying "this dont work - fix it" Seriosly though, if you want some feedback, you need to post a more specific problem. Line of code you have problem with, or what not... GUI items perform procedure when activated.. its the part of their syntax, so I donno what you're having problems with there... And dont really take this personally. Not many of us are coumfortable with GUI cuz we ether move on to a better language or just make our own since one in Turing sucks |
Author: | Punde [ Tue Jun 03, 2003 5:11 pm ] |
Post subject: | |
I had a post before, same problems precise, and only the code that I needed help with, nobody replied, so I don't think that's it. |
Author: | Homer_simpson [ Tue Jun 03, 2003 5:33 pm ] |
Post subject: | |
the only reason i didn't look at it was that it was soooo long and i dont like reading other people's codes to understand them... =/ |
Author: | ShadowStorm [ Tue Jun 03, 2003 6:39 pm ] |
Post subject: | |
yeah.. really man.. you're code is pretty long and i don't think anyone will sit down to read it all and then figure out your problem.. think about it.. would you sit down and read ALL that and figure out what\s the problem... Exactly... 8) |
Author: | PaddyLong [ Tue Jun 03, 2003 7:08 pm ] |
Post subject: | |
I'm on the same agree with Homer ... hate reading other people's code to try to find out what their program is suppose to do |
Author: | Punde [ Wed Jun 04, 2003 5:16 pm ] |
Post subject: | |
I agree so I redirect you to my old post: http://www.compsci.ca/bbs/viewtopic.php?t=1115 |
Author: | Homer_simpson [ Wed Jun 04, 2003 8:16 pm ] |
Post subject: | |
come on ppl he might really need help... yo i'll read yer code as soon as i find the time... |
Author: | Punde [ Thu Jun 05, 2003 7:29 pm ] |
Post subject: | |
Thank you very much ![]() |
Author: | Homer_simpson [ Thu Jun 05, 2003 9:20 pm ] |
Post subject: | |
yo i seem to b e needing some sorta file created by your program can u give me a sample file...?! |
Author: | Homer_simpson [ Thu Jun 05, 2003 9:41 pm ] |
Post subject: | |
i went to your gui it's seems to be working fine for me... isn't this what it's supposed to look like?! |
Author: | Punde [ Sun Jun 08, 2003 5:27 pm ] |
Post subject: | |
Yeah, the gui is fine, except I don't know how to make it do a procedure or a function when it is selected. For example when the Open menu is selected it needs to do function countrec, and procedure readrecords. |
Author: | Homer_simpson [ Sun Jun 08, 2003 5:54 pm ] |
Post subject: | |
here u go this should be what u want |
Author: | Punde [ Tue Jun 10, 2003 5:45 pm ] |
Post subject: | |
Thx a lot, but would you mind telling me what exactly you did in order to be able to call the function and the procedure when the menu is selected?? I want to be able to do it for the other ones too, but I can't seem to figure out what you did. Thanks again! |
Author: | Homer_simpson [ Tue Jun 10, 2003 6:11 pm ] |
Post subject: | |
i dont remember... ![]() lemme check the file again ![]() |
Author: | Punde [ Tue Jun 10, 2003 7:16 pm ] |
Post subject: | |
haha no problem ![]() |
Author: | Punde [ Thu Jun 12, 2003 5:03 pm ] |
Post subject: | |
Have you figure it out yet?? I need this for next week. Sry if it looks like I am rushing you ![]() |
Author: | Punde [ Thu Jun 12, 2003 5:22 pm ] |
Post subject: | |
Anyone please!!! This is due tomorrow!!! I need to know how to do this!!! PLEASE HELP ME!!!! |
Author: | Homer_simpson [ Thu Jun 12, 2003 5:31 pm ] | ||
Post subject: | |||
see this part :
just change the parts inside every if statement that's how it works...(haven't u wrote this script yourself?!) |
Author: | Punde [ Thu Jun 12, 2003 5:40 pm ] |
Post subject: | |
What do you mean by change the parts inside? I tried pasting the proc inside the if statement but it doesn't work. It says procedure can only be declared on monitor etc. level. I basically need to know how to call a procedure from a module inside that piece of code. What should I do? Please help me with this. Thx. P.S If you can please come on MSN it will be much better : neoexitus@hotmail.com Thank you. |
Author: | Homer_simpson [ Thu Jun 12, 2003 8:21 pm ] | ||||
Post subject: | |||||
ok for example if u want to put something on the screen when open is selected you change
to
|