Re: [Gambas-user] Gambas-user Digest, Vol 78, Issue 21

2012-11-10 Thread Christian DaGeek247 Stephens
ps://launchpadlibrarian.net/122535045/buildlog_ubuntu-quantal-i386.gambas3_3.3.90-0%2Bsvn4183-build23~quantal1_FAILEDTOBUILD.txt.gz > > And Precise: > > https://launchpadlibrarian.net/122537015/buildlog_ubuntu-precise-i386.gambas3_3.3.90-0%2Bsvn4183-build15~precise1_FAILEDTOBUILD.txt.gz &

[Gambas-user] Using MD5Sum On File

2012-11-09 Thread Christian DaGeek247 Stephens
*alright, so I have set up three things; a file chooser, a label, and a command button. What I want to do is get the md5sum of the file chosen shown in the label when the user clicks the button. I can use properties_md5.caption = Crypt.MD5(fchoose.Name) to get a random hash, but i want to get the h

[Gambas-user] SMTP and Pop3

2012-03-11 Thread Christian DaGeek247 Stephens
*Alright guys, im considering doing a mail client that can text phones via email. I've been researching (so i dont start something i cant finish) and from what i understand its fairly simple to send an email in gambas with the smtp client component. What i cant ind is a way to read the sent emails,

[Gambas-user] Gambas3 and ubuntu repositories

2012-01-26 Thread Christian DaGeek247 Stephens
*Hey, when will gambas3 be available on the ubuntu repositories? Or is there another repository that I can add to my repo list in ubuntu to get it? * -- *If a packet hits a pocket on a socket on a port,* *and the bus is interrupted as a very last resort,* *and the address of the memory makes your

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Christian DaGeek247 Stephens
* "Sorry, pressed the SEND button too fast :-) > *Am I allowed to attach files to this email?* As far as I know, yes, but not too big ones. > *I have a menu, and it used to have input box code and a few if statements. For me, a menu is this thing at the top of the form, or a pop-up (usually fro

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Christian DaGeek247 Stephens
*"*If you give no details and no information about your problem, nobody can help you. Please: - Give the version of Gambas you are using. - Give informations about your system. - Send your project if possible. - Describe exactly what you done, what you expected, and what happened instead. Tha

[Gambas-user] Gambas2 Bug

2011-10-26 Thread Christian DaGeek247 Stephens
*I am seriously frustrated with this one, and I don't have a solution for it.* * * *Here's the deal. I have a program that is fairly far into construction, and this issue is stopping all production. I made a menu item, and it worked. I edited the menu, and changed its code completely. The menu is t

Re: [Gambas-user] Transparent Form

2011-10-22 Thread Christian DaGeek247 Stephens
10/23 Christian DaGeek247 Stephens : > *I am trying to make an OSD like the example app, but using a label instead > of a picture. Its almost cone, but there is one problem. The form is not > transparent. how do i make it so? > * > > -- > *If a packet hits a pocket on a socket on

[Gambas-user] Transparent form

2011-10-22 Thread Christian DaGeek247 Stephens
*I am trying to make an OSD like the example app, but using a label instead of a picture. Its almost cone, but there is one problem. The form is not transparent. how do i make it so? * -- *If a packet hits a pocket on a socket on a port,* *and the bus is interrupted as a very last resort,* *and t

[Gambas-user] (no subject)

2011-08-28 Thread Christian DaGeek247 Stephens
-- If a packet hits a pocket on a socket on a port, and the bus is interrupted as a very last resort, and the address of the memory makes your floppy disk abort, then the socket packet pocket has an error to report :-) DaGeek247 of http://dageek247.tk/

[Gambas-user] One-Click Install with shell script

2011-08-12 Thread Christian DaGeek247 Stephens
*Would it be possible to make a single install script that installs the gambas runtime files and my app on the users pc, without the IDE, only whats needed to run the program since I cant compile binaries?* * * *I would like to make it much easier for linux users to get my app,and run it without wo

[Gambas-user] Key input - Globally

2011-06-02 Thread Christian DaGeek247 Stephens
*How would i catch a keypress glbally? like when someone presses "F9" when the gambas window is NOT selected, and a event is still raised? * -- *Live Chat room!* *http://dglivechat.tk My Website: dageek247.tk* *Calvin: *BU-URP! *Mom:* Good heavens, Calvin! What do we say after that? *Calvin:* "Mus

[Gambas-user] File Operations

2011-05-27 Thread Christian DaGeek247 Stephens
Hey all, im back again. How would I open/edit/and delate a file in gambas? i have no idea where to look in the included docs. -- *Live Chat room!* *http://dglivechat.tk My Website: dageek247.tk* *Calvin: *BU-URP! *Mom:* Good heavens, Calvin! What do we say after that? *Calvin:* "Must be a barge c

Re: [Gambas-user] basics basics

2011-05-20 Thread Christian DaGeek247 Stephens
*"*I used to do some programing on spectrum and amiga and now want to write some simple apps with gambas.My problem is i am tottaly baffled by this new type of programing. The documentation and examples do not explain the very basics well enough for me at all. For example a simple program has a wi

[Gambas-user] Using a listbox in gambas 2

2011-04-28 Thread Christian DaGeek247 Stephens
*I have gambas installed on a pc that does not have internet. The documentation included in the install does not have any info on listboxes. I have some questions. How do I add a item into a listbox? How do I read a line of text from a listbox? How do I delete an item from the listbox? Thanks for y

[Gambas-user] desktop.sendkeys -- how does it work?

2011-01-17 Thread Christian DaGeek247 Stephens
*Im new to gambas (but not really BASIC in general) and i am wondering, how do i get desktop.sendkeys to work? the wiki failed to mention where to put the *STATIC SUB SendKeys(Keys AS String) *text. do i need to install gb.desktop to get it to work? I searched the mailing list, and nothing helpful

[Gambas-user] desktop.sendkeys -- how does it work?

2011-01-17 Thread Christian DaGeek247 Stephens
*Im new to gambas (but not really BASIC in general) and i am wondering, how do i get desktop.sendkeys to work? the wiki failed to mention where to put the *STATIC SUB SendKeys(Keys AS String) *text. do i need to install gb.desktop to get it to work? I searched the mailing list, and nothing helpful