Search found 105 matches

by GoodNPlenty
Fri Feb 07, 2014 9:01 am
Forum: Announcement
Topic: Programming 2D Scrolling Games Book - Free Now
Replies: 12
Views: 15563

Re: Programming 2D Scrolling Games Book - Free Now

Thank You Krylar!
by GoodNPlenty
Sat Feb 01, 2014 9:28 pm
Forum: General Discussion
Topic: Computer Workshop is considering PureBasic support
Replies: 79
Views: 19361

Re: Computer Workshop is considering PureBasic support

I purchased ProGUI as a possible GUI library which gave me many of the capabilities needed, but am hesitant to utilize it in a commercial project due to the uncertainty of its future. Fortunately he offered a Platinum license with source code, but having to maintain the library somewhat defeats the ...
by GoodNPlenty
Mon Sep 09, 2013 1:08 am
Forum: Feature Requests and Wishlists
Topic: IDE Enhancements for Procedures List
Replies: 9
Views: 2398

Re: IDE Enhancements for Procedures List

So only my 'main' feature request is really not possible at the moment: use the mouse wheel in the procedure-list. Usually I'd expect that at least after clicking into this area with the left mouse button (and so making it the active 'gadget') the mouse wheel should allow scrolling through the list...
by GoodNPlenty
Sat Sep 07, 2013 4:22 pm
Forum: Feature Requests and Wishlists
Topic: Compatibility with UltraMon
Replies: 5
Views: 1767

Re: Compatibility with UltraMon

Dunno' when, but somewhere starting from 5.xx PureBasic and UltraMon no longer like each other... If I enable UltraMon then the PureBasic IDE will close when I use the 'move to other screen' buttons of UltraMon... It would be nice to get that compatibility back again. This is how I set mine up and ...
by GoodNPlenty
Thu Sep 05, 2013 7:09 pm
Forum: Off Topic
Topic: Fun with SSD's
Replies: 37
Views: 9542

Re: Fun with SSD's

Do the Temp and swap files change when you edit a document, or change program focus? If so, your calculations are about 10x too generous (to be generous). I do not know the specifics behind temp and swap file locations, but I am just saying if they are not relocated with each write, then your calcu...
by GoodNPlenty
Wed Sep 04, 2013 1:00 pm
Forum: Windows
Topic: [PB 5.20 Beta15] Structures SP_DRVINFO_DATA and DETAIL_DATA
Replies: 11
Views: 4861

Re: [PB 5.20 Beta15] Structures SP_DRVINFO_DATA and DETAIL_D

Thanks JHPJHP for your ingenious solution. I appreciate all of your help.
by GoodNPlenty
Tue Sep 03, 2013 11:48 am
Forum: Windows
Topic: [PB 5.20 Beta15] Structures SP_DRVINFO_DATA and DETAIL_DATA
Replies: 11
Views: 4861

Re: [PB 5.20 Beta15] Structures SP_DRVINFO_DATA and DETAIL_D

Notice a few things, let me know if this solves the problem: - removed the padding - changed DriverVersion from Integer to LARGE_INTEGER Thank You JHPJHP the LARGE_INTEGER fixed SP_DRVINFO_DATA Also, I believe the reason for SP_DRVINFO_DETAIL_DATA failing when using Align is that the structure size...
by GoodNPlenty
Tue Sep 03, 2013 8:21 am
Forum: Windows
Topic: [PB 5.20 Beta15] Structures SP_DRVINFO_DATA and DETAIL_DATA
Replies: 11
Views: 4861

[PB 5.20 Beta15] Structures SP_DRVINFO_DATA and DETAIL_DATA

I'm having an issue with defining the SP_DRVINFO_DATA and SP_DRVINFO_DETAIL_DATA structures and having them work between PB 5.20 b15 x86/x64 and PB 5.11 x64. I've created a hack using compiler directives that works in 5.20 b15 x86/x64 and PB 5.11 x86, but not PB 5.11 x64. I'm sure I overlooked somet...
by GoodNPlenty
Wed Aug 21, 2013 10:25 am
Forum: Announcement
Topic: DroopyLib
Replies: 181
Views: 90733

Re: DroopyLib

GoodNPlenty , so it means i need to make some manual table of conversion for correctly reading russian letters? PB have no one automatic converting command? You can use PeekS to convert as shown. ; Compiler Options ; Create Unicode Executable [X] If OpenWindow(0, 0, 0, 400, 200, "Russian Cyril...
by GoodNPlenty
Wed Aug 21, 2013 1:20 am
Forum: Announcement
Topic: DroopyLib
Replies: 181
Views: 90733

Re: DroopyLib

Моя твоя не понимать. :D :wink: i get from registry this (из реестра получил это значение): 68007400740070003A002F002F003100320037002E0030002E0030002E0031002F00000068007400740070003A002F002F003100320037002E0030002E0030002E0031002F00000000 how to convert this to urls? (как его перевести в буквы, точ...
by GoodNPlenty
Tue Aug 20, 2013 8:25 am
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 286869

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Poshu,
Your patcher completed succesfully which allowed me to successfully compile the 'ProGUI Updated.pb' with 5.20 beta 11. I will do some testing starting with the ProGUI example files then testing with my projects and keep you advised.

Great JOB! :D
by GoodNPlenty
Mon Aug 19, 2013 8:05 pm
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 286869

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Poshu, I ran your patcher on my original 1.38 source and received the following error dialog. https://dl.dropboxusercontent.com/u/42450647/ProGUI_Patcher.png It did create a 'ProGUI Updated.pb' file that was smaller, but gave me a native type pointer error inside the 'Structure MENUITEMINFO_Fixed' o...
by GoodNPlenty
Tue Jul 02, 2013 10:52 am
Forum: Windows
Topic: Need to disable & enable a hardware device.
Replies: 7
Views: 7707

Re: Need to disable & enable a hardware device.

I searched, but only a post from 2011 -- using devcon.exe, the only '64 bit' version is for Itanium, the 32bit seems to fail for me. You can obtain the Windows 7 or 8 version of devcon including source code in the Windows Driver Kit I copied mine to the system32 folder so I can access it easily fro...
by GoodNPlenty
Sat Jun 29, 2013 12:17 am
Forum: Off Topic
Topic: words as images
Replies: 12
Views: 1297

Re: words as images

Hi Little John, Had an image error regarding depth. I tried changing line 19 to: CreateImage(i, #ImgWidth, #ImgHeight, 32) And StartDrawing(ImageOutput(i)) It then appeared to work, with the 'BALLOON' vanishing through the top of the window! It should be CreateImage(i, #ImgWidth, #ImgHeight, 32, #P...
by GoodNPlenty
Tue Jun 25, 2013 12:27 pm
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 286869

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Funny thing about that is, I've noticed people using ProGUI_Init() and that always crashes with an IMA - I don't think I've ever used it.. Nor have I ever used ProGUI_End() Sorry I left ProGUI_Init() and ProGUI_End() in the example since I was including the ProGUI source from the Platinum Package. ...