Search found 15 matches

by giammy
Tue Nov 10, 2015 10:45 am
Forum: Coding Questions
Topic: Interfacing with mongodb
Replies: 5
Views: 2266

Re: Interfacing with mongodb

someone can post a code example with the import and use in PB of C API mongodb functions?
thanks in advance!
by giammy
Sun Oct 02, 2011 10:46 pm
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Re: Problem with item icon

Thanks a lot! :lol:
by giammy
Fri Sep 30, 2011 5:59 pm
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Re: Problem with item icon

thanks to all!! :wink: :wink:
by giammy
Fri Sep 23, 2011 11:17 am
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Re: Problem with item icon


I use a .png image 16x16 but Treegadget and listicongadget stretch this image to 20x20 (windows 7)

What is the default size on Windows 7? What is the default size for High-DPI Windows 7 installs?

20x20 sounds "about right" and there is likely a reason Windows 7 is stretching it to 20x20 ...
by giammy
Fri Sep 23, 2011 9:10 am
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Re: Problem with item icon

USCode wrote:I haven't seen this behavior with my 32bit application in Win7 64bit.
Maybe try one of the icons that PB uses and see if it exhibits the same behavior?
http://www.famfamfam.com/lab/icons/silk/
same result! the icons are stretched! :(

Image

suggestions???
by giammy
Thu Sep 22, 2011 2:52 pm
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Re: Problem with item icon

MachineCode wrote:What happens if you increase the font height?
same result!!
Image
by giammy
Thu Sep 22, 2011 2:32 pm
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Re: Problem with item icon

MachineCode wrote:I guess it's stretching it to fit the text height. Not much you can do in that case.
I used default font

If I decrease the font size the result does not change:

Image
by giammy
Thu Sep 22, 2011 12:13 pm
Forum: General Discussion
Topic: Problem with item icon
Replies: 16
Views: 3584

Problem with item icon

I have a problem with items in Treegdaget and ListIconGadget

I use a .png image 16x16 but Treegadget and listicongadget stretch this image to 20x20 (windows 7)



see image please
Image


could someone help me?

thanks in advance
by giammy
Fri Sep 09, 2011 10:44 pm
Forum: General Discussion
Topic: FTS3 or FTS4 in SQLite
Replies: 6
Views: 2250

Re: FTS3 or FTS4 in SQLite

You have to use a wrapper with FTS3/4 enabled DLL. We had a similar discussion about getting an up to date SQLite in 4.60, but Fred indicated he still has not had time to do it. Fred said integrating SQLite into PB requires them to do modifications, so we still have no newer SQLite I guess until ...
by giammy
Fri Sep 09, 2011 10:06 am
Forum: General Discussion
Topic: FTS3 or FTS4 in SQLite
Replies: 6
Views: 2250

FTS3 or FTS4 in SQLite

I use PB 4.51 and the version of SQLITE included in PB4.51 doesn't contain FTS3 or FTS4 fulltext search.

I need for SQLite fulltext search cross-platform

In this topic http://www.purebasic.fr/english/viewtopic.php?f=5&t=41780&hilit=fts3 Fred said he would include this feature as soon as possible ...
by giammy
Mon Aug 08, 2011 11:41 am
Forum: Coding Questions
Topic: HMAC SHA256
Replies: 4
Views: 2680

Re: HMAC SHA256

thanks a lot!
by giammy
Sat Aug 06, 2011 3:41 pm
Forum: Coding Questions
Topic: Amazon SimpleDB Signature
Replies: 0
Views: 582

Amazon SimpleDB Signature

Dear all,
i have a problem

I have tried to use the code in this post ( http://www.purebasic.fr/english/viewtopic.php?f=12&t=46460 ) for Amazon SimpleDb Autentication with success.

Amazon require a signature:
Signature = Base64( HMAC-SHA1( UTF-8-Encoding-Of( YourSecretAccessKeyID, StringToSign ...
by giammy
Fri Aug 05, 2011 8:41 am
Forum: Coding Questions
Topic: HMAC SHA256
Replies: 4
Views: 2680

Re: HMAC SHA256

Tanks a lot!!

I will try to use it and you'll know!
by giammy
Wed Aug 03, 2011 10:51 am
Forum: Coding Questions
Topic: HMAC SHA256
Replies: 4
Views: 2680

HMAC SHA256

I am a newbie
I need for an hmac_sha256 implementation in Purebasic

can anyone help me?

Thanks in advance!
by giammy
Wed Aug 03, 2011 10:49 am
Forum: Tricks 'n' Tips
Topic: hmac_sha1
Replies: 17
Views: 4908

Re: hmac_sha1

Great job! :wink:

I am a newbie
I need for an hmac_sha256 implementation in Purebasic

can anyone help me?

Thanks in advance!