Search found 19 matches

by John R. Sowden
Mon May 29, 2017 4:37 am
Forum: General Discussion
Topic: v5.60 Ubuntu Cannot Display Help Text
Replies: 4
Views: 3028

Re: v5.60 Ubuntu Cannot Display Help Text

I executed those three lines, with no change. I am not sure what they did, as there is no reference to Pure Basic in the commands, nor are these commands in the install procedure, that I could find.

In any event, the problem that I am having is: when I click on a title in the help system, nothing ...
by John R. Sowden
Mon May 22, 2017 4:05 am
Forum: General Discussion
Topic: v5.60 Ubuntu Cannot Display Help Text
Replies: 4
Views: 3028

Re: v5.60 Ubuntu Cannot Display Help Text

I see there were about 185 views, and one reply to download the file and review it externally, which I did, and thank you. But, . . . this issue is not resolved, and I assumed (my faux pas) that this problem would be somewhat universal. Do the gurus watch this forum? Am I not presenting enough data ...
by John R. Sowden
Sun May 14, 2017 6:03 am
Forum: General Discussion
Topic: v5.60 Ubuntu Cannot Display Help Text
Replies: 4
Views: 3028

v5.60 Ubuntu Cannot Display Help Text

Just installed v5.60 under Ubuntu 16.04 LTS. I entered the 2 export lines in .bashrc. When I click on help, I get the window with all the selections, but when I: click, double click, or press enter, nothing happens.

John
by John R. Sowden
Sun Oct 16, 2016 10:24 pm
Forum: Feature Requests and Wishlists
Topic: Logical NOT when comparing strings
Replies: 7
Views: 2746

Re: Logical NOT when comparing strings

I'm a little lost. ucase converts lower case to upper case. I want to compare strings. The docs say that the NOT function does not work with strings.

John
by John R. Sowden
Sun Oct 16, 2016 10:09 pm
Forum: Coding Questions
Topic: Logical Substring search result
Replies: 2
Views: 1252

Re: Logical Substring search result

Thank you. I passed on that while searching because it asked for the location where the searching string would appear in the searched string, and I felt that was too much to ask of a user. Thanks to your direction (the mountain can be climbed), I notices the word optional! It also appears that ...
by John R. Sowden
Sun Oct 16, 2016 9:33 pm
Forum: Coding Questions
Topic: Logical Substring search result
Replies: 2
Views: 1252

Logical Substring search result

I guess I have been too spoiled by Foxpro 2.6/DOS.

I have not found a logical operator (true/false) regarding a substring search. I use this all the time. If a user is looking for for a name, but does not know how to spell it, I tell them just key in the part of the name that you know how to spell ...
by John R. Sowden
Sun Oct 16, 2016 9:26 pm
Forum: Feature Requests and Wishlists
Topic: Logical NOT when comparing strings
Replies: 7
Views: 2746

Logical NOT when comparing strings

I guess I have been too spoiled in Foxpro 2.6/DOS. I use the not operator in string comparison all the time, e.g.:

while not choice$ $ "ABCDEFQ"
input routing
wend
(use the input data)

This seems to be so basic for a language, that I spent a lot of time searching for the answer, in case ...
by John R. Sowden
Fri Oct 14, 2016 11:12 pm
Forum: Linux
Topic: PB programms running hours after PB was closed
Replies: 2
Views: 2176

PB programms running hours after PB was closed

For several hours, my Ubuntu 14.04 box has been running slow. I ran "task manager" to try to find the mem hog, etc. I found several copies of cipher running, taking 3.5-4 MB each, flashing on/off etc. in the task manager. I was looking a different PB files this morning, but that was hours ago. Why ...
by John R. Sowden
Thu Oct 06, 2016 10:56 pm
Forum: General Discussion
Topic: Comparison Chart of Features by OS
Replies: 3
Views: 1998

Re: Comparison Chart of Features by OS

Thank you!
John
by John R. Sowden
Thu Oct 06, 2016 9:46 pm
Forum: General Discussion
Topic: Comparison Chart of Features by OS
Replies: 3
Views: 1998

Comparison Chart of Features by OS

Has Pure Basic made a chart that will allow me to know which features might not work, or work completely by OS? I understand that some don't work on Linux.
John
by John R. Sowden
Fri Jun 24, 2016 9:03 pm
Forum: General Discussion
Topic: Console in Windows or Linux
Replies: 0
Views: 1319

Console in Windows or Linux

I am reading the help to get started in PB. I have the most current version. When reading about the console and using enable graphics, there was a mention about this only works in Windows. I have seen other references to Windows in the help system. I thought everything worked in all supported O/Ss ...
by John R. Sowden
Mon Jun 06, 2016 4:34 am
Forum: Coding Questions
Topic: console example doesn't make sense
Replies: 4
Views: 816

Re: console example doesn't make sense

Thanks, I'll put my my design thinking in that direction.
by John R. Sowden
Mon Jun 06, 2016 4:04 am
Forum: Coding Questions
Topic: console example doesn't make sense
Replies: 4
Views: 816

Re: console example doesn't make sense

I remember seeing the two items you mentioned, but I did not understand that it has nothing to do with how the text is displayed. Does this mean that I cannot write console programs displaying the text in the graphics mode (fonts, etc.)? I am not a gamer, this would be business/database stuff.
by John R. Sowden
Mon Jun 06, 2016 3:18 am
Forum: Coding Questions
Topic: console example doesn't make sense
Replies: 4
Views: 816

console example doesn't make sense

one of the example source files shows using openconsole() and enablegraphicstext() (not sure of the exact name, as my PB is running on a windows laptop at home). Haven't figured out how to install it on Ubuntu yet. guess that's part of why Linux is not as popular.

In any event, the ...