1,730 Posted Topics
Hi all, I have been poking wx document and also google but i havent prevailed. All I need is to get all drives C, D, E etc just like my computer is. What is the trick? Thanks | |
Re: So in summary (for lazy to read like me), what is the issue? Doesn't work as intended or throws exception? What is the error? | |
Re: [QUOTE=supanoob;1123273]aww, crap. seems like I have to change from Tkinker to wx[/QUOTE] beatiful decision that will change your coding ;) I'm just wxFan | |
Re: If you plan for simple GUI go for TKinter (I don't love it myself). I will recommend for wxPython, a great GUI with excellent support (even here) and active mailing list. Vast Docs for wxWidgets is added advantage. PyQT is competitor, but Licencing issue turns many off! If you like … | |
Re: 'm trying to make a code for you, but have you realized you use keyword "pass"? which editor/IDE are you using? | |
Re: would you post this to codeblocks forum also? There you meet very maker of CB, and other Coders | |
Re: Use PE Builder to make BartPE. There is a zip version that doesnt need installation but It will require Admin right to run it. | |
Hi I want to make form dynamically by just passing array of stuffs. I have tried but cannot may be due to my limitation in PHP. Here is what I have so far. Please help me! [CODE=php] class MyForm{ private $formArray; //pass array to build a form in form of … | |
Hello guys I want to make little application to convert png files to xpm I wonder what is the easiest approach! Load the image in DC and save as xpm? or what? Thanks! | |
Re: So, what do you want Python to do for you? | |
Re: [QUOTE=JRM;1121208]The 'or die " exits from the code when the condition is met. I don't see an If statement there at all.[/QUOTE] Sure, no if! | |
Re: That is error in PHP script. If you are a dev. fix it or else seek for help to right people | |
Re: for Ubuntu specific issues, you can try their forum here: [url]www.ubuntuforums.org[/url] | |
Hi all, Just curious. If I want to write a library to play almost all common audio formats, what do I need to know? an it should be cross platform. I want to implement in C++ library like bass. But that will be possible only if I will be ready … | |
Hi All, Till now I haven't done any serious debugging (Jump to line, blah blah). What I have done so far is read error and try to decode. Now I want to use variables form stack etc. In WingIDE/Python I will click on stack and see variables and what they … | |
I plan to make Java image viewer I just started today and I had hard time with GridBagSizer After long time of pain it turned to be fruitful. Here is what I have so far. I want the following, of which I have failed: 1. Make the components fill the … | |
Re: [QUOTE=midnite002]I have tried that is the POINT I dont know where to start i am new to this so i dont understand the syntax ?[/QUOTE]As far as I know, one cannot learn a language before learning the basics. So before you tr to do anything, grab the [URL="http://www.w3schools.com/PHP/DEfaULT.asP"]basics[/URL] Then go … | |
I already Know Ancient Dragon is fan of MSVS due to its debugging features and I use C::B because it is the only I have come to love after failing to love both VS Express and Codelite. So what do you love to use when it come to C/C++? Just … | |
Re: in this line where do you get username.screen_name? [CODE=python] wx.StaticText(panel, -1, username.screen_name, (10,100))[/CODE] change to something like this [CODE=python]# for username in userlist: # wx.StaticText(panel, -1, username, size = (10,100))[/CODE] | |
I was sitting Idle and I decided to write simple image viewer to try myself on DC/Canvas but I didn't find any tutorial to guide me as I have never done that before. Here there are some restriction and I cannot view showme do. So anyone to help me with … | |
Re: Ok, we have your assignment here, where are your [URL="http://www.daniweb.com/forums/announcement9-2.html"]efforts[/URL]? | |
Re: [QUOTE=cascade3891;1112419]Hello Python community, I've just finished building an app with Python and I'd like to share my experiences and get some feedback. This was from scratch (no code templates) all the way to compile and distribution on a Windows environment. Now all my colleagues at work are using the app … | |
As I said, I would like to make a PHP login /Register system that would be free for anyone. Here I have started. Since Iam not expert, then I will be adding small pieces until something emerges. I hope DW guys will help until it grows to mature. I want … | |
Re: [url]http://www.php.net/archive/2009.php#id2009-12-17-1[/url] | |
Re: are you asking something like [URL="http://ascending.wordpress.com/2008/04/03/python-trick-subtracting-dates/"]this[/URL]? or [URL="http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python"]this one[/URL]? | |
Re: [QUOTE=Snowdiddy;1112660]Hello to all my fellow IT people! I have two questions! I would like to start learning how to program! Is Java a good beginners language to start with and if it is not what is a good language? My second question is if Java is a good language then … | |
This is not seek for IDE thread but rather want just to know your beloved IDE. For Me, up to recently I used Eclipse but now I'm trying IntelliJ Idea community. Not very used to it but looks promising. What about you friend? | |
Re: try this [CODE] elif ((x != 'So sue me!') and (x != int(x))): raise ValueError [/CODE] Mind you that it raises value error because you might be converting non-numeric string (that is, x is not a numeric string like "f"). Posting your whole code will help to pinpoint the problem | |
Re: So where is the code? We are humans and cannot see your codes hidden under HDD to poke for errors ;) | |
Re: Your project should be able to bundle WAMP or MAPP with your project at www folder (hope you know that). You should make utility to launch the url to localhost (using Python it is few lines) or if users can understand just do it themselves. Alternative to this trick you … | |
Re: [URL="http://php.net/manual/en/function.header.php"]header [/URL] is what you need | |
Re: Jython/IronPython aren't toolkits for GUI rather implementations of Python in Java/DotNet I use wxPython anyway! | |
till now I have never done anything dealing with exceptions. Now I have to deal with exception. Basically I have function below which I want to wrap in try/exception. I want to connect to database and if database connection failed then it should catch exception that will do some stuffs … | |
Hi All, I use at work Rflection X to access Server Running on Solaris 10. There are applications running there so what we do is just connect to that using IP address. Then comes login windows and starts GUI I can login to commandline via putty but cannot start the … | |
Re: I prefer SetValue than write why? Because it is generic to all widgets | |
Re: [QUOTE=stultuske;1106228]what exactly do you mean by 'a variable' speeds?[/QUOTE] I think he means speed is varying while it was supposed to be constant Also as Java learner I'm lost with this code Does it imply JFrame is contained in JPanel? Is that Possible with Java? [CODE=java] package snake; import javax.swing.*; … | |
Re: if you know how to do it from CLI then try subprocess | |
Re: to be comfortable with arrays check [URL="http://php.net/manual/en/control-structures.foreach.php"]foreach loop[/URL] | |
Re: welcome to Daniweb my Sister! Definitely PHP beats ASP hands down :) And it is for web application including but not limited to website! Steve ![]() | |
Re: what distor do you have? in Mandriva use urpmi, Suse there is Yast or zypper ...et al [QUOTE]urpmi mysql[/QUOTE] | |
Re: I'm have not well understood but I thinks functions are good ways to go. Here I have little time (at work) so I will try to do little thing to show example of function. One can improve it ;) [CODE=C++] // InfoMenu.cpp : main project file. #include <stdafx.h> #include <iostream> … | |
Re: If you love RAD then there is wxGlade and XRCed wxGlade is ugly but it works wonderfully! Coding from scratch is best. I can now code faster and clean GUIs I'm working on TodoList application and wxPython works! | |
Re: Use Linux OS to remove it Boot from linux. I have external USB with Linux in it | |
Re: May be only 69 GB is partitioned, and the remain is not! Go to : Control Panel/Administrative Tools/Computer Management/Storage/Disk Management and post here what you see! | |
Re: Just serialize them with Python's pickle or cpickle module | |
Hello All, Please help me with the question I posed on thread title Thanks you! | |
What is free solution available. I need to do two things: 1. Connect at machine in same office. I cannot use RDP as it is KDE Mandriva machine. 2. Connect fro home to that machine without VPN i.e over internet Thanks | |
Re: [QUOTE=neoeinstein;1104054]Thank you. I am trying that out now. I can use system ("PAUSE") in a gnu compiler, right? Also, would it be better to use system ("PAUSE") on cin.get()? Does system("PAUSE") also wait for an key to be pressed?[/QUOTE] Don't use system("PAUSE"). It is causing unncessary overhead to your program … | |
Re: [QUOTE=hondros;1103865]Okay, all I want to do for now, is create a rather simple python interpreter. I have already created a simple command prompt for windows, utilizing the os module, the script's code is here: [/QUOTE] You missed one point that Python interpreter already exists and is not simple but rather … |
The End.