Just bumping this to see if anyone may have any ideas?
-freddukes
User Profile
Collapse
-
Stuck with wxPython - first time with GUI
Okay... The title could be a little "mis-leading". The fact is I'm not "stuck" per say, just baffled... Okay, so I am a pretty experienced python coder used to event type programming - just not with wxPython. I have a college task and my tutours don't know anything about python - I know more than they do since it's not their speciality, visual basic is...
The problem I am facing is I don't know how to make the "invisible"... -
OMG!!! You are such a ledgend ^_^ I can't believe you re-wrote my entire CSS!!! It now works perfect (and looks cool with the text changes, I've gotta learn how to do that...) The only gripe I have left is the fact the "link" in the top right (the basket text) isn't a link in IE... Any ideas? I'm thankful for everything you have done so far! Hats off to you man!
-freddukesLeave a comment:
-
thank you so much for the reply, I appreciate it so much! I have done everything you hav advised, and the only thing it has done has pushed the #contact ID to "snuggle up" with the Nav... Any more ideas?
Thank you in advance
-freddukesLeave a comment:
-
Well you can use the find function to find the next space... Then do + 1 to that and test it's boolean value to see if it's true when you attempt to match it with a space.... If it's true (I.E the character after a space is a space, then ignore it)... otherwise + 1 to word count and move onto the next space....Leave a comment:
-
IE spacing problem and a link not showing
Okay... Goole Chrome and FireFox show my site perfect, however, IE refuses to display it perfectly...
The site I'm looking at is here and the part I'm looking at is the navigation bar and just under. In FireFox and Google chrome, there is a gap underneath each 'inactive' tab (the grey ones) and the orange tabs (or the active tabs) fade smoothly into the bar underneath. I believe most of the site has been pushed down by about 5px and... -
Maybe you could look into the random.randint( ) function... play about with it in IDLE.
Code:>>> import random >>> help(random.randint) Help on method randint in module random: randint(self, a, b) method of random.Random instance Return random integer in range [a, b], including both end points.
Leave a comment:
-
Hmmm... look into <open file>.readlines () and similarly <open file>.writeline s()
-freddukesLeave a comment:
-
Hehe thanks.. I've got it working now... The reason it doens't work in IE is because the link isn't a link in IE, for some reason <a href="#">0 Items - £0.00</a> doesn't work in the top right basket <div> section - But that's another story and for the HTML / CSS part.
Thank you for your help. If I cannot resolve the HTML / CSS issue, then I shall post in the relative forums. Thank you once more.Leave a comment:
-
Yeah thanks. I did notice that - I didn't know google chrome had a java console and error debugger >.< (I'm new to all of this website stuff)... Thank you so much for the help. I have now managed to get it working in FireFox and Google Chrome. Now just to make that darn link show for IE :P Thanks so much again, I appreciate it
-freddukesLeave a comment:
-
Neither work... I didn't quite understand what you meant about the "real" code is still pointing to displayAlert(); (I can't find this, sorry if I misunderstood). .. My browsers are definitely displaying Java because the site where I got the original JS code had an example and it worked perfect there...
-freddukesLeave a comment:
-
Are you using char * or std::strings?
In std::strings there are several helpful class functions, see here. That site should be all you need for std::strings.
If you are using char* then you'll have to use iterators to do all of your work.
-freddukesLeave a comment:
-
Tooltip or simple test script not work
Okay... So this is my first project and I want to be able to make a tool tip appear with the basket contents whenever you hover over a link using the onmousehover='j avascriptFuncti on()'. I have acquried (and modified) some javascript code, but it did not work... So I attempted to create a simple alert() function to test and that did not work either... This is my test codee:
[code=javascript]
// tooltip.js
function displayAlert()... -
Make sure you haven't downloaded python 3.0 beta as it has turned the "print" statement into a function rather than an embedded engine call... As other people have states as well, it seems you have run python interactive shell... This is just a shell which directly executes python commands without the need of saving them... e.g.
Code:>>> print 2**8 256 >>> print "test" test
Leave a comment:
-
Thank you so much, I didn't realise I had missed the ID name for a:hover etc etc... That fixed it now, thank you so much for pointing out my error.
-freddukesLeave a comment:
-
Links move 10pixels to the right upon hover
Okay... I've searched google and these forums for about an hour now and I can't find anything (I'm surprised - I must be blind)... My website is http://stehartin.krpk.co.uk and when I hover hover some links the text or pictures move about 10 pixels to the right... Do you know the cause for this? Would it help if I posted you the HTML / CSS code I currently have?
Sorry for the noob question - I'm not so good with PHP / CSS / HTML -... -
Thank you so much for the reply... I managed to get round to it and I fixed that along with a few other errors and it now works perfect. Thank you so much for the help!
-freddukesLeave a comment:
-
Need help with file opening
Okay... I'm a PHP noob but I have a good background in C++ and Python... Now all I want to do is iterate through the following file, and appending all products to an array, with information stored inside the array for each product, then return it... here is the file:
Code:// ../docs/products.txt // This document is for displaying all your products // To do this, there is a special format to create each offer.
No activity results to display
Show More
Leave a comment: