Search found 8 matches

by venom27
Thu Feb 13, 2020 9:05 pm
Forum: Game Programming
Topic: Rubiks Cube(windows)
Replies: 9
Views: 6341

Re: Rubiks Cube(windows)

[21:11:28] Waiting for executable to start...
[21:11:28] Executable type: Windows - x86 (32bit, Unicode)
[21:11:29] Executable started.
[21:11:30] [ERROR] Line: 1136 (RenderWorld()) - I have a few leading comments
[21:11:30] [ERROR] Invalid memory access. (read error at address 435727372)

:(

Hi ...
by venom27
Sun Jan 19, 2014 6:40 pm
Forum: Announcement
Topic: SpiderBasic 1.00 is out !
Replies: 438
Views: 245421

Re: SpiderBasic 1.00 alpha

Congratulations to Team Fantasy Software, and good luck for the rest of the project.







@++
by venom27
Thu Jan 16, 2014 8:47 pm
Forum: Announcement
Topic: PB2Web -- A PureBasic to JavaScript-Converter
Replies: 93
Views: 38823

Re: PB2Web -- A PureBasic to JavaScript-Converter

Bravo, excellent work.
Good luck...







@++
by venom27
Tue Mar 12, 2013 12:08 pm
Forum: Announcement
Topic: GoScintilla - 2.7 (Purebasic 4.5 onwards)
Replies: 296
Views: 177993

Re: GoScintilla - 2.7 (Purebasic 4.5 onwards)

Hello,

Thank you for this superb LIB. 8)
I do not speak much English, but can change the background color?
Sorry if the question was already asked. :?


EDIT :
I found my answer :wink:

Code: Select all

GOSCI_SetColor(id, #GOSCI_BACKCOLOR, Color)








@++
by venom27
Fri Aug 31, 2012 4:44 pm
Forum: Announcement
Topic: PureBasic 5.00 beta 2
Replies: 82
Views: 38999

Re: PureBasic 5.00 beta 2

Hello,

Thank you all for your excellent work.
Congratulations, and good luck.

Sorry for the translation (google translation)
Venom






@++
by venom27
Mon Jul 25, 2011 4:28 pm
Forum: Tricks 'n' Tips
Topic: [Windows] 2DDrawing commands with AntiAliasing through GDI+
Replies: 72
Views: 56094

Re: [Windows] 2DDrawing commands with AntiAliasing through G

Congratulations on this code of good work. 8)
sorry for the translation I am French.

good luck







@++
by venom27
Thu Nov 25, 2010 6:56 pm
Forum: Coding Questions
Topic: EventType () and ListViewGadget
Replies: 4
Views: 1461

Re: EventType () and ListViewGadget

Good evening, Thanks for your replies at first, I tried to translate the most of your topic.

I'm French and I use purebasic for several years, only I never go here. : (

Regarding my problem, I must misread the French documentation because for me it was compatible. : S

PureLust thank you for your ...
by venom27
Wed Nov 24, 2010 9:35 pm
Forum: Coding Questions
Topic: EventType () and ListViewGadget
Replies: 4
Views: 1461

EventType () and ListViewGadget

Hello, sorry I do not speak English, I translated via google.

that's when I made a right click via EventType () in a ListIconGadget it works.

but when I did a right click via EventType () in a ListViewGadget this does not work.

you know why? I made a mistake?

Here is a sample code:

;- Window ...