Search found 144 matches

by sadams54
Monday 6th August 2018 7:29pm
Forum: General
Topic: Can't create RPM
Replies: 2
Views: 4626

Can't create RPM

I have not had this problem before. I created a new project and now need to distribute it. however when I go to create the RPM package for only fedora... I get the following. I have no clue how to fix so hopefully somebody else can tell me how simple it is to fix please. Saving CHANGELOG file. =====...
by sadams54
Monday 16th July 2018 3:07am
Forum: General
Topic: SMTP not working
Replies: 2
Views: 4956

SMTP not working

You guys are great, helped me solve last problem easy. now this one please. I get an error using smtpclient that says "unable to send recipients, sender rejected" using the code below.. Dim M As New SmtpClient m.Host = "smtp.mail.yahoo.com" m.To.Add("mail@txt.att.net") ...
by sadams54
Monday 16th July 2018 2:58am
Forum: General
Topic: button back color property
Replies: 9
Views: 13673

Re: button back color property

Jornmo answered it. changing to the gtk did the trick perfectly. Not sure why the rest of the convo is going so out there....
by sadams54
Monday 9th July 2018 3:49am
Forum: General
Topic: button back color property
Replies: 9
Views: 13673

button back color property

I have been using gambas for couple years now. one thing bothers me. I can set color to something like a button but when I look it does not put that color on the design screen. It also does not put the color on the running program. everything is the standard grey button colors. Am I doing something ...