Search found 50 matches

by guruk
Fri Jun 27, 2008 10:12 am
Forum: Coding Questions
Topic: Panel Gadget & Dategadget together does not work ?!!!
Replies: 5
Views: 1254

thanks :)

yes... its quit old...

but it remembered me to code again a bit with purebasic.

thanks

greets
chris
by guruk
Wed Jan 25, 2006 1:41 pm
Forum: Coding Questions
Topic: GMAIL & PureBasic
Replies: 3
Views: 1149

GMAIL & PureBasic

Hi,
I am interested to do something where I need to login into my gMail account and parse same Data.

Does anyone wrote something that ables me to login into gMail and parse unreceived Sender and Subject?

Greets
Chris
by guruk
Tue Dec 13, 2005 2:00 pm
Forum: Tricks 'n' Tips
Topic: How to include DLL Libmysql.dll
Replies: 1
Views: 1394

How to include DLL Libmysql.dll

Hi,
do you have a solution for me to include the libmysql.dll into my program
and how to call the functions of it withing my code?

Now i can includebinary but when I start, there is no error, but the
functions not working.

thanks
chris
by guruk
Mon Dec 12, 2005 9:19 pm
Forum: Coding Questions
Topic: libmysql.dll (error: does not support authentication Protoc
Replies: 3
Views: 1633

thank

thanks... i do not have mysql server installed on my machine.

no prob. downloaded the new libmysql.dll client.. and now work..
now i only need a good demo :)

greets
chris
by guruk
Mon Dec 12, 2005 5:53 pm
Forum: Coding Questions
Topic: libmysql.dll (error: does not support authentication Protoc
Replies: 3
Views: 1633

libmysql.dll (error: does not support authentication Protoc

Hi, some people gave me this attached code to connect
to mysql over Net.

Its looks cool and my provider did it for me so I can also connect over Net. Now I get from this Code the Message:

"Client does not support authentication protocol requested by server, consider upgrading mysql client"

So ...
by guruk
Sun Nov 20, 2005 1:15 am
Forum: Coding Questions
Topic: Online MySQL DataBase How?
Replies: 5
Views: 2255

Thats great Stuff.

thanks a lot guys for Energy.

Will check it out.

For the first Poster... its Online- not Offline.

As I see is the Soft on MySql not Public Domain is there any
free Lib also?

Greets from Dahab, Red Sea
by guruk
Sat Nov 19, 2005 6:48 am
Forum: Coding Questions
Topic: Online MySQL DataBase How?
Replies: 5
Views: 2255

Online MySQL DataBase How?

I do experimenting now with SQLITE and was working before a bit with SQL Statements.

Now I think about to do a connection to my Online MySQL Database.

How? Is there another Way than by sending Http Commands to a CGi?

If so... is there a standart CGI with MySQL that I can use to send direct ...
by guruk
Mon Nov 14, 2005 8:27 pm
Forum: Coding Questions
Topic: SQL : Add a new Columns in a already Record
Replies: 3
Views: 1182

Servus Kiffi,

thanks a lot. I found a SQL Manual and saw its possible since V. 3. something.

But as I saw its only possible to put a new Column at the end of the record and also I can not delete a Column.

Is this right?

Great would a way to add a column at a specific position and also delete of ...
by guruk
Mon Nov 14, 2005 5:35 pm
Forum: Coding Questions
Topic: SQL : Add a new Columns in a already Record
Replies: 3
Views: 1182

SQL : Add a new Columns in a already Record

Hi, I created a Record in my SQL DB and a ListIcon with same
table: Name, Street

Now after a While the Users add a new Column (ex. City) in my ListIcon.
SO I also like to add this new Column into my SQL DB.

How can I do without reading all Data from the DB, creating a new Table.. and save Data ...
by guruk
Mon Nov 14, 2005 12:01 am
Forum: Coding Questions
Topic: How to blend a Text Alphalike into Screen
Replies: 0
Views: 743

How to blend a Text Alphalike into Screen

I have a gfx in my screen and like to blend a Text into it
like doing with Alpha.. from nothing to white.

???

greets
chris
by guruk
Sat Nov 12, 2005 9:48 pm
Forum: Coding Questions
Topic: ListIcon: How to count how many Columns?
Replies: 5
Views: 1759

Thanks.. now it works for me
chris
by guruk
Sat Nov 12, 2005 9:32 pm
Forum: Coding Questions
Topic: ListIcon: How to count how many Columns?
Replies: 5
Views: 1759

Great.. Only till now PB dont know what #LVM_GETHEADER is???
and same with: #HDM_GETITEMCOUNT
any idea?
chris
by guruk
Sat Nov 12, 2005 9:18 pm
Forum: Coding Questions
Topic: ListIcon: How to count how many Columns?
Replies: 5
Views: 1759

ListIcon: How to count how many Columns?

something like: amount=CountGadgetColumns (#ListIcon_1)

:)

Hope you have an Idea
chris
by guruk
Fri Nov 11, 2005 5:30 pm
Forum: Coding Questions
Topic: Mathematik Prob (How many Combinations are possible ....
Replies: 9
Views: 2040

THANK YOU !!!

Very Interesting.. I did not found this Topic anymore when I was looking in Coding Questions, but when I searched.. I found it. Great :)

I was looking for it... only to tell you all THANK YOU.

Without you I think I would not find Time to realize it.

For that I did it as Freeware ! and included a ...
by guruk
Fri Nov 11, 2005 3:28 am
Forum: Coding Questions
Topic: Fill a ListIcon faster than with AddGadgetItem?
Replies: 9
Views: 3910

Great ! I like this Way of thinking.

Right now I play with SQLite 3 and its fast.. with this and some other tricks my 50.000 should run into Mem withing 10 secs. Than LiveTime Recording and thats it. Only after Restart of the Program again the PreLoading. I am sure will find a way to do it faster ...