This post has been thanked 2 times. |
|
||||
Re: [APP] Fart Machine V1.0
I could do these things lol.
I mean if I had time I could. I have the wm 6.1 pro sdk pack for visual studio 2008, but the problem is, I work with visual studio for a living. It's not exactly something I want to come home and do lol. If I made this, I''d make it as simple as possible. Install to SD card, drag and drop all the sounds you want into a folder within the app directory, then when the app loads it adds everything to a drop down combo box with a play button next to it. This would take up minimal landscape at the top. Below that would be like 9 blank buttons and when you click it, you can assign it the sound selected in the combo box above. To remove it, you click the remove button at the bottom (which would change to a done button) and click the buttons you want to clear. now that I think of it, it really wouldn't take that long. I may go ahead and make this. I just wish the development environment wasn't a big phone otherwise I could make it look like I'm really working on what I'm supposed to be working on.
__________________
|
|
||||
Re: [APP] Fart Machine V1.0
surely Hibby got the inspiration for this app after eating a whole tray full of his mom's baked zitti lol... i know i did!
__________________
Creator of iLife ROM Series Best... Member... Ever... |
|
||||
Re: [APP] Fart Machine V1.0
Quote:
By the way, have fun adjusting to the horrible world of COMPACT .Net framework. ;p I had to build a couple subs (total about 200 lines code) to sort a listview. Full framework: listview1.sort haha
__________________
HTC EVO 4G - Fresh 0.3
|
|
||||
Re: [APP] Fart Machine V1.0
So I downloaded this app onto My Storage card on my Omnia and all I get are the beeps instead of the fart sounds.
I have now read that it works if you load it onto the device. Fine and dandy. But I cannot find where this application installs in my card. It is nowhere in my Program Files folder or Games folder and the Remove Applications function doesn't find it. Before I reinstall on my device I'd like to erase the current useless installation. Any ideas? |
|
||||
Re: [APP] Fart Machine V1.0
hibby, when you're setting up the cab file in VS, put install dir as %CE1%\%AppName%
That's program files dir. |
This post has been thanked 1 times. |
|
||||
Re: [APP] Fart Machine V1.0
Quote:
|
|
||||
Re: [APP] Fart Machine V1.0
Quote:
I had to build two different sorting algorithms and a function to strip numbers out of the numeric/text fields, then select case based on the column to finally make it work fast on a mobile device. I recoded my sorting sub like 4 times before I got it to move quickly. Had to use a couple arrays and some good ol' bubble sorting |
|
|
|