Search found 196 matches

by Neil
Sat Nov 13, 2021 3:58 am
Forum: Applications - Feedback and Discussion
Topic: PBEdit - a Canvas-based Texteditor
Replies: 103
Views: 42210

Re: PBEdit - a Canvas-based Texteditor

Hi Mr L,

Windows 10 Home 64 bit.

Thanks,

Neil
by Neil
Thu Nov 11, 2021 11:24 am
Forum: Applications - Feedback and Discussion
Topic: PBEdit - a Canvas-based Texteditor
Replies: 103
Views: 42210

Re: PBEdit - a Canvas-based Texteditor

So I have loaded PureBasic6 compiler

Now I get this error message

Image

Thanks

Neil
by Neil
Wed Nov 10, 2021 10:39 pm
Forum: Applications - Feedback and Discussion
Topic: PBEdit - a Canvas-based Texteditor
Replies: 103
Views: 42210

Re: PBEdit - a Canvas-based Texteditor

Hi Mr L

Sorry, but when I try and run your app I get the error message


The required compiler cannot be found
PureBasic 6.00 Alpha 5 - C backend


I have seen posts about C backend, but I thought that was something in development

Thanks

Neil
by Neil
Sat Nov 06, 2021 5:11 am
Forum: General Discussion
Topic: Forum difference between logged in or not
Replies: 4
Views: 1941

Re: Forum difference between logged in or not

Hi Barry,

Any idea why this is ??

I'm sure it must have been mentioned somewhere.

Thanks,

Neil
by Neil
Sat Nov 06, 2021 5:10 am
Forum: General Discussion
Topic: Change login email for PureBasic web site
Replies: 2
Views: 1578

Re: Change login email for PureBasic web site

Hi Barry,

Yes I also emailed Fred a few years ago and got the same reply.

I haven't logged into the actual PB site for a few years and I thought by now it would have changed - I'm sure it can't be too hard.

If I didn't have a password app, I'd have no idea what my "login" name was.

Thanks,

Neil
by Neil
Sat Nov 06, 2021 2:14 am
Forum: General Discussion
Topic: Change login email for PureBasic web site
Replies: 2
Views: 1578

Change login email for PureBasic web site

Why is it not possible to change my login email ???
I haven't used this email address for nearly 10 years.
It is ridiculous to have to use something that probably doesn't even exist anymore.
Surely with PureBasic smarts this shouldn't be too hard to do ??

Thanks,
Neil
by Neil
Sat Nov 06, 2021 2:07 am
Forum: General Discussion
Topic: Forum difference between logged in or not
Replies: 4
Views: 1941

Forum difference between logged in or not

Hi All
Sorry if this has been asked before - I tried a search but no luck.
Certainly no big deal, but why does the forum look different depending on whether you are logged in or not ??
I assume this is not just me.
Thanks,
Neil
by Neil
Sun May 17, 2020 2:09 am
Forum: Applications - Feedback and Discussion
Topic: [Program] EasyHelp (all OS)
Replies: 34
Views: 16619

Re: [Program] EasyHelp (all OS)

Hi Andre

I tried to run "Project_GeoWorldv2_Help.mdh" with EasyHelp.exe, but I only see the EasyHelp window !!

Image

What am I doing wrong ??

Thanks

Neil
by Neil
Tue Aug 23, 2016 11:32 am
Forum: Off Topic
Topic: Recipe management software?
Replies: 180
Views: 57971

Re: Recipe management software?

Hi Fangbeast,

Thanks for your detailed reply - but sorry, I didn't understand any of that !!

But as I said in my edit though - I just commented out this line and everything seemed to work.

ImageList_AddMasked_(himlFontType, ImageID(0), #Yellow)
By the way, I did a search and couldn't find ...
by Neil
Mon Aug 22, 2016 6:45 am
Forum: Off Topic
Topic: Recipe management software?
Replies: 180
Views: 57971

Re: Recipe management software?

Hi Fangbeast,

Renamed all FormatNumber (12 Locations) but now get error:

[15:33:43] Waiting for executable to start...
[15:33:43] Executable type: Windows - x64 (64bit, Unicode)
[15:33:43] Executable started.
[15:33:43] [ERROR] _FB_OwnerDrawComboFonts.pbi (Line: 66)
[15:33:43] [ERROR] The ...
by Neil
Tue Jul 26, 2016 12:02 am
Forum: Off Topic
Topic: Goodbye OOP
Replies: 43
Views: 13883

Goodbye OOP

by Neil
Mon Mar 07, 2016 5:14 am
Forum: The PureBasic Editor
Topic: Hard copy of Purebasic code
Replies: 24
Views: 11186

Re: Hard copy of Purebasic code

To print a file I just open the file in my text editor (in my case PSPad - an excellent freeware editor - color formatting etc)
by Neil
Sat Nov 28, 2015 9:15 am
Forum: Coding Questions
Topic: Query with RunProgram()
Replies: 15
Views: 3266

Re: Query with RunProgram()

RunProgram() can be used to run a program, open a folder, open a document, or open a web page. It's nothing unusual.
When/how does RunProgram() open a folder ??
I couldn't see any details about that in manual.

Out of curiosity, did you try ShellExecute instead to see if it's more reliable than ...
by Neil
Wed Nov 25, 2015 3:42 am
Forum: Coding Questions
Topic: Query with RunProgram()
Replies: 15
Views: 3266

Re: Query with RunProgram()

perhaps the other program is changing something like the current working directory which a call to SetCurrentDirectory() might fix, or less likely perhaps its changing an environment variable

I had already added GetcurrentDirectory() to my application to see what the current directory was.

This ...
by Neil
Tue Nov 24, 2015 2:54 am
Forum: Coding Questions
Topic: Query with RunProgram()
Replies: 15
Views: 3266

Re: Query with RunProgram()


My menu application calls the RunProgram() function.
Generally this works fine, but in some selection combinations, instead of the selected program being launched, the menu application just opens the directory where the menu application files are stored !!

Hi All,
Thanks you for your time and ...