Search found 190 matches

by Jeromyal
Sun Apr 07, 2024 1:56 pm
Forum: Coding Questions
Topic: Dual Support PB604 and PB610 Identification
Replies: 14
Views: 824

Re: Dual Support PB604 and PB610 Identification

Endless variations are possible... :wink: […] oh yes. Endless obfuscations too. But, as i commented above, I’m still in awe of the intellectual contorsions. It takes a code acrobat to come up with something like this, and I’ve always envied acrobats. Does being skilled at inserting a foot in own on...
by Jeromyal
Sun Apr 07, 2024 1:27 pm
Forum: Tricks 'n' Tips
Topic: [Source] Restore Windows for OpenScreen() [Windows OS]
Replies: 2
Views: 576

Re: [Source] Restore Windows for OpenScreen() [Windows OS]

This is great, The compiler flag for DPI awareness can not be on or strange things happen. But who needs a full screen app to be dpi aware anyway? (rhetorical) however if there was a way to switch it off in code one could have a startup dialog dpi aware beforehand? (This ONE does not know) I was ini...
by Jeromyal
Mon Apr 01, 2024 11:51 pm
Forum: Coding Questions
Topic: start an app when windows starts
Replies: 16
Views: 1933

Re: start an app when windows starts

Thank you HexOR
by Jeromyal
Mon Apr 01, 2024 5:51 pm
Forum: Coding Questions
Topic: start an app when windows starts
Replies: 16
Views: 1933

Re: start an app when windows starts

It seams this does not work with latest PureBasic and windows 10/11 ? I need an application I am writing for my elderly mother, and need to be able for the app to enable or disable itself auto starting on user login. via .lnk in GetUserDirectory(#PB_Directory_ProgramData) + "Microsoft\Windows\S...
by Jeromyal
Fri Mar 15, 2024 2:14 am
Forum: Tricks 'n' Tips
Topic: Object Theme Library (for Dark or Light Theme)
Replies: 44
Views: 5070

Re: Object Theme Library (for Dark or Light Theme)

Thank you so much for this ChrisR !
by Jeromyal
Wed Mar 13, 2024 4:35 pm
Forum: Announcement
Topic: PureBasic Portable 1.55 (win)
Replies: 80
Views: 11791

Re: PureBasic Portable 1.55 (win)

Small update abandoning ChrisR's "ObjectColor.pbi" in favor of ChrisR's "ObjectTheme.pbi"
by Jeromyal
Tue Oct 17, 2023 2:36 pm
Forum: Coding Questions
Topic: numeric constants and the Step of for/next
Replies: 5
Views: 499

Re: numeric constants and the Step of for/next

I am embarrassing myself once again.
I am pretty sure I can accomplish this with while/wend
I am sorry.
by Jeromyal
Tue Oct 17, 2023 2:33 pm
Forum: Coding Questions
Topic: numeric constants and the Step of for/next
Replies: 5
Views: 499

numeric constants and the Step of for/next

I have arrived at a situation where I need to set a value of to step with for next statements upon initialization of a program The compiler complains that it needs to be a numeric constant if I try to use an integer variable. Is there a way around this? I need to functionally increment var1 to var2 ...
by Jeromyal
Tue Oct 17, 2023 1:39 pm
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
Replies: 12
Views: 1971

Re: Bash script to install Pure and Spider Basic (Debian/Ubuntu)

@ dmontaine,

Questions.
Why did you omit mime generation for SpiderBasic?
Did you forget file type .pbp for PureBasic, or is it not suppose to be added? I see that Fantaisie Software didn't add it to there register .sh either. So I just wonder if you are in the know as to why and could clue me in.
by Jeromyal
Tue Oct 17, 2023 1:57 am
Forum: Applications - Feedback and Discussion
Topic: Cube picker (game)
Replies: 26
Views: 2628

Re: Cube picker (game)

How you have this game now. Is rather excellent. Good Job.
by Jeromyal
Mon Oct 16, 2023 2:45 am
Forum: Applications - Feedback and Discussion
Topic: Cube picker (game)
Replies: 26
Views: 2628

Re: Cube picker (game)

Yes there would have to be a number sprites on the board for animation. Really your game is fine though. I have no doubt that installing the deb package would work fine. I am just weird how I go about things at times. Honestly I wanted to see if I could just run the binary from anywhere in my home d...
by Jeromyal
Sun Oct 15, 2023 11:22 pm
Forum: Applications - Feedback and Discussion
Topic: Cube picker (game)
Replies: 26
Views: 2628

Re: Cube picker (game)

Yes. and the second time I played it updated the the high scores. So it failed the first time because it had not written the file yet to update it? If you finish the game, the record appears immediately, faster than you press the menu item to view it. Oh I think I get it. ok. I love these two parti...
by Jeromyal
Sun Oct 15, 2023 11:00 pm
Forum: Applications - Feedback and Discussion
Topic: Cube picker (game)
Replies: 26
Views: 2628

Re: Cube picker (game)

Are you answering the question "Start a new game?"
Yes. and the second time I played it updated the the high scores. So it failed the first time because it had not written the file yet to update it?
by Jeromyal
Sun Oct 15, 2023 10:56 pm
Forum: Applications - Feedback and Discussion
Topic: Cube picker (game)
Replies: 26
Views: 2628

Re: Cube picker (game)

Ah, I am using linux. I was running the binary directly after extracting. path "/home/jeromy/Downloads/CubePicker/Linux/cubepicker-bin-1.6.1-1-x86_64.pkg/usr/bin/cubepicker" To check it out. Extracted the download then extracted the .pkg to run the cubepicker executable. the .ini file was ...
by Jeromyal
Sun Oct 15, 2023 6:00 pm
Forum: Applications - Feedback and Discussion
Topic: Cube picker (game)
Replies: 26
Views: 2628

Re: Cube picker (game)

The one undo is a workable idea. When there were no more moves left it asked for a name with my account name pre-filled, and then there was a yes/no dialog after that with my score. I selected yes then checked the high score window and it was blank. Have not tried answering no to it yet. I don't eve...