Search found 9 matches

by pfnuesu
Wed Jul 16, 2025 9:53 pm
Forum: Game Programming
Topic: modeling CLAY color ...
Replies: 4
Views: 294

Re: modeling CLAY color ...

Hi marc

That's a bit subjective, isn't it?

However, what about dusted-clay?
Hex : #cc7357
Rgb : rgb(204,115,87)

Best, pfn.
by pfnuesu
Sat May 17, 2025 10:30 pm
Forum: Game Programming
Topic: Magic 4x4
Replies: 78
Views: 7505

Re: Magic 4x4

Thanks SPH for sharing, I love this game (and my highscore isn't nearly as high as NicTheQuick's).

In my opinion there's no need for an animation for the new tiles, but that's...my opinion. (well actually it distracts me almost to the point that it hurts my eyes...) For the time beeing I changed ...
by pfnuesu
Sun Apr 06, 2025 12:17 pm
Forum: Windows
Topic: Help file menu icons too small on high DPi display
Replies: 8
Views: 1547

Re: Help file menu icons too small on high DPi display

You're welcome, even if it's only part of the desired solution.
by pfnuesu
Thu Feb 06, 2025 6:11 pm
Forum: Coding Questions
Topic: HTML color -> PB color -> libxlsxwriter color
Replies: 8
Views: 1469

Re: HTML color -> PB color -> libxlsxwriter color

What about this?

Code: Select all

Define xcolor.s
xcolor = (ReplaceString("#3030E0","#","$"))
Debug Red(Val(xcolor))
Debug Blue(Val(xcolor))
Debug Green(Val(xcolor))

;And back to hex to verify...
Debug Hex(RGB(Red(Val(xcolor)),Green(Val(xcolor)),Blue(Val(xcolor))))
by pfnuesu
Wed Mar 08, 2023 7:16 pm
Forum: Coding Questions
Topic: One more COMate question (ADO)
Replies: 2
Views: 366

Re: One more COMate question (ADO)

Hi

Would you like to share what kind of DB you're trying to access?

I still use COMate, but mostly to automate MS Office. When migrating my sources from Powerbasic to Purebasic I found that the integrated database library is quite powerful (and much faster).
by pfnuesu
Wed Mar 08, 2023 7:09 pm
Forum: Coding Questions
Topic: Latest COMate download
Replies: 7
Views: 1371

Re: Latest COMate download

Hi

See two posts above yours :wink:
by pfnuesu
Sat Mar 04, 2023 4:58 pm
Forum: Coding Questions
Topic: excel control
Replies: 4
Views: 737

Re: excel control

Hi drrself

This would be the equivalent:


WS1\Invoke("Rows('5:5')\delete")


Of course you'd need to attribute your worksheet to WS1 first.


<snip (create comate-object)>
WorkBook = ExcelObject\GetObjectProperty("Workbooks\Add")
<snip>
WS1 = WorkBook\GetObjectProperty("ActiveSheet ...
by pfnuesu
Tue Jul 12, 2022 9:11 pm
Forum: General Discussion
Topic: Pure Programming Tutorials?
Replies: 2
Views: 739

Re: Pure Programming Tutorials?

Unfortunately it seems like Guillaume lost interest. See answer to Mike Mike in this video