1,730 Posted Topics

Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
104
Member Avatar for sammyboy289

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?

Member Avatar for sammyboy289
0
95
Member Avatar for vsagarmb
Member Avatar for supanoob

[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

Member Avatar for Stefano Mtangoo
0
113
Member Avatar for supanoob

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 …

Member Avatar for Stefano Mtangoo
-3
109
Member Avatar for dude93

'm trying to make a code for you, but have you realized you use keyword "pass"? which editor/IDE are you using?

Member Avatar for Stefano Mtangoo
0
85
Member Avatar for n.utiu

would you post this to codeblocks forum also? There you meet very maker of CB, and other Coders

Member Avatar for n.utiu
0
129
Member Avatar for GekkoAB

Use PE Builder to make BartPE. There is a zip version that doesnt need installation but It will require Admin right to run it.

Member Avatar for reluwan
0
744
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for Stefano Mtangoo

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!

Member Avatar for Stefano Mtangoo
0
79
Member Avatar for vamsicoolman
Member Avatar for vanessia_1999

[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!

Member Avatar for vanessia_1999
0
164
Member Avatar for hellcrow

That is error in PHP script. If you are a dev. fix it or else seek for help to right people

Member Avatar for nancy86
0
188
Member Avatar for veledrom

for Ubuntu specific issues, you can try their forum here: [url]www.ubuntuforums.org[/url]

Member Avatar for Stefano Mtangoo
0
172
Member Avatar for Stefano Mtangoo

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 …

0
71
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
228
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
89
Member Avatar for Midnite002

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

Member Avatar for Stefano Mtangoo
0
321
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for VilePlecenta
0
232
Member Avatar for itsbrad212

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]

Member Avatar for Stefano Mtangoo
0
147
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
136
Member Avatar for Goonie12

Ok, we have your assignment here, where are your [URL="http://www.daniweb.com/forums/announcement9-2.html"]efforts[/URL]?

Member Avatar for vegaseat
-3
187
Member Avatar for cascade3891

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

Member Avatar for vegaseat
0
1K
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for vjimatjijoro
0
583
Member Avatar for PatrickV
Member Avatar for PatrickV
0
104
Member Avatar for mahela007

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]?

Member Avatar for Stefano Mtangoo
0
196
Member Avatar for Snowdiddy

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

Member Avatar for wee_shark
0
122
Member Avatar for Stefano Mtangoo

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?

Member Avatar for jwenting
0
151
Member Avatar for autobiography

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

Member Avatar for autobiography
0
104
Member Avatar for billah_norm

So where is the code? We are humans and cannot see your codes hidden under HDD to poke for errors ;)

Member Avatar for Stefano Mtangoo
0
133
Member Avatar for moerpheus

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 …

Member Avatar for Stefano Mtangoo
0
175
Member Avatar for phpDave

[URL="http://php.net/manual/en/function.header.php"]header [/URL] is what you need

Member Avatar for vandenzergen
0
118
Member Avatar for cascade3891

Jython/IronPython aren't toolkits for GUI rather implementations of Python in Java/DotNet I use wxPython anyway!

Member Avatar for vegaseat
1
526
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
96
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
788
Member Avatar for cascade3891
Member Avatar for adam291086

[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.*; …

Member Avatar for Stefano Mtangoo
0
162
Member Avatar for joehms22
Member Avatar for SoulMazer
0
442
Member Avatar for hbat66

to be comfortable with arrays check [URL="http://php.net/manual/en/control-structures.foreach.php"]foreach loop[/URL]

Member Avatar for vaultdweller123
0
194
Member Avatar for anu.reka85

welcome to Daniweb my Sister! Definitely PHP beats ASP hands down :) And it is for web application including but not limited to website! Steve

Member Avatar for diafol
-1
116
Member Avatar for talk2sachi

what distor do you have? in Mandriva use urpmi, Suse there is Yast or zypper ...et al [QUOTE]urpmi mysql[/QUOTE]

Member Avatar for jbennet
0
219
Member Avatar for dlannetts

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

Member Avatar for dlannetts
0
240
Member Avatar for cascade3891

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!

Member Avatar for Stefano Mtangoo
0
167
Member Avatar for Tandin
Member Avatar for VIeditorlover

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!

Member Avatar for jbennet
0
183
Member Avatar for punter999
Member Avatar for Stefano Mtangoo
Member Avatar for Stefano Mtangoo

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

Member Avatar for necrolin
0
123
Member Avatar for neoeinstein

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

Member Avatar for neoeinstein
4
683
Member Avatar for hondros

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

Member Avatar for lrh9
0
144

The End.