Search found 91 matches

by BillNee
Sat Apr 12, 2025 9:30 pm
Forum: Coding Questions
Topic: Multiple Menuitem Columns in Linux
Replies: 1
Views: 118

Multiple Menuitem Columns in Linux

I've just switched to Linux Mint and have a small problem. I used to use ModifyMenu commands to align MenuItem columns from one long column to several smaller columns. Is this possible in Linux Mint? Couldn't find any topic about this by searching. Any examples or suggestions. Really enjoy the ...
by BillNee
Tue Sep 03, 2024 4:40 am
Forum: Off Topic
Topic: What's the program of your dreams?
Replies: 10
Views: 4429

Re: What's the program of your dreams?

After turning 80 I started my bucket-list of math. Got through Apollonian Circles, Barycentric Coordinates, etc. I found that about half of the programs I was working on needed a Matrix library. So that is my dream program/library. Just enough to solve for all eigenvalues (real and imaginary ...
by BillNee
Wed Jun 24, 2020 3:58 am
Forum: General Discussion
Topic: Export Spider Solitaire Score
Replies: 2
Views: 2018

Re: Export Spider Solitaire Score

Hi Ideas - thanks for the quick response. I have one folder and three files in that location
SpiderSolitaire
spidersolitairesettings.xml 274kb
windowsprefs.xml 1kb
windowsprefs.xml.bak 1kb
I guessing that my score is part of the first file. I'll save those files before installing the Windows8 ...
by BillNee
Mon Jun 22, 2020 4:14 pm
Forum: General Discussion
Topic: Export Spider Solitaire Score
Replies: 2
Views: 2018

Export Spider Solitaire Score

Hi - I am using the MS Games for Windows 8x64 on my Windows10 computer and have a pretty good score of almost 900 games in a 100% run. I'm thinking of getting a new computer and wondered if there is any way to save my Spider Solitaire score and then export it into a new computer. Couldn't find any ...
by BillNee
Mon Aug 20, 2012 1:21 pm
Forum: Coding Questions
Topic: LoadMovie w/mp3 problem
Replies: 1
Views: 781

LoadMovie w/mp3 problem

Hi - I went to make some changes to my art program and found out I now have a problem. The slideshows all have music mp3s. But now the command LoadMovie(1,"artist.mp3") stops the program and an error message comes up that the path for common.msi can't be found. If I keep clicking on the error ...
by BillNee
Wed Apr 13, 2011 6:04 pm
Forum: Off Topic
Topic: US Navy Tests Solid State Laser Gun
Replies: 12
Views: 1853

Re: US Navy Tests Solid State Laser Gun

Hi - Blake of Scotland Yard did this back in 1937 - until the Scorpion got in the way.
Bill
by BillNee
Wed Feb 23, 2011 9:19 pm
Forum: Off Topic
Topic: [solved] massive login fails, unknown behaviour
Replies: 51
Views: 15374

Re: Board software: Problems with login!

Hi - and again today! Guess I'll just have to get used to my daily PB email.
Bill Nee
by BillNee
Wed Feb 23, 2011 5:52 am
Forum: Off Topic
Topic: [solved] massive login fails, unknown behaviour
Replies: 51
Views: 15374

Re: Board software: Problems with login!

Hi - I got locked out again and had to get the temp password. Also no CAPTCHA using Firefox 3.6.
Bill Nee
by BillNee
Sun Feb 13, 2011 10:54 pm
Forum: Off Topic
Topic: [solved] massive login fails, unknown behaviour
Replies: 51
Views: 15374

Re: Board software: Problems with login!

Hi - that got me in, too. Thanks for the tip. Nice to be back.
Bill Nee
by BillNee
Tue Feb 08, 2011 7:37 pm
Forum: Coding Questions
Topic: control menu colors
Replies: 0
Views: 759

control menu colors

Hi - is there any native PB way to set the menu color, especially when highlighting? I used to get a nice, darker blue, but now highlighting is only slightly darker than the original. I'm looking for a PB way to set the menu colors; or maybe an API. Would like not to use a library. BTW, if I use the ...
by BillNee
Sun Mar 14, 2010 4:45 pm
Forum: Tricks 'n' Tips
Topic: Mastermind solver
Replies: 10
Views: 5205

Re: Mastermind solver

Hi - Great game
Any way to reset the red and white pegs to "0" at the start of a new game?
When it got stumped in the old version you had to close and restart. Haven't stumped it yet in the new version so don't know it it's still that way.
Good job
Bill Nee
by BillNee
Thu Sep 03, 2009 3:59 pm
Forum: The PureBasic Editor
Topic: Sprites and the Cursor
Replies: 2
Views: 1955

Hi - think the problem was all mine. I was using information from an array and made the window the same size so it was one pixel off. Then I made a full size sprite to draw to but thought it had to be one pixel smaller than the array, so now I was two pixels off. When I ran the program I guess the ...
by BillNee
Tue Jul 21, 2009 4:30 pm
Forum: The PureBasic Editor
Topic: Sprites and the Cursor
Replies: 2
Views: 1955

Sprites and the Cursor

Hi - I've converted may of my OpenWindowedScreen programs to use CreateSprite,Spriteoutput() and Flipbuffers(). The programs work great in XP but now and then, when running less than full-screen programs, I can see several rows of colored dots above the arrow or I-bar cursor. These dots alternate ...
by BillNee
Fri Jul 17, 2009 5:41 am
Forum: Coding Questions
Topic: OpenWindow(... with flag of $80000
Replies: 5
Views: 1103

OpenWindow(... with flag of $80000

Hi - what is OpenWindow using only a flag of $80000 doing? I see that the $80000 is part of the SystemMenu value of $C80000, which adds the TitleBar. Also $80000,$80001 and $80002 all work just as well. Guess this is because a full screen is centered.
It seems that with this flag I can open a window ...
by BillNee
Thu Jul 16, 2009 4:01 am
Forum: Coding Questions
Topic: OpenWindowedScreen and Vista
Replies: 5
Views: 1085

Got It

Thanks for the help Kaeru. Your advice to think of another way to draw worked. I tried containers, images, imagegadgets, etc. Finally settled on using CreateSprite and Startdrawing(Spriteoutput(0)). This method compiles ok on Vista using dx9. It does change some of my pallet colors but that's ok ...