Author |
Message |
Topic: linking programs to data and running them |
wahorger
Replies: 13
Views: 430
|
Forum: Support Posted: Thu Apr 28, 2022 11:42 pm Subject: |
I would suggest that, if possible, you put the program and data onto a cloud drive (DropBox, GoogleDrive, etc.) and share it. There are a number of people here who can take some time to help you get p ... |
Topic: Font changes and automatic window sizing |
wahorger
Replies: 5
Views: 639
|
Forum: ClearWin+ Posted: Thu Mar 24, 2022 9:11 pm Subject: |
Yes, if I forced it, it will show. Thing is: I shouldn't have to force it.
It's not just one place where this can happen, and specifying a wide field makes all the other (smaller) instances look od ... |
Topic: Font changes and automatic window sizing |
wahorger
Replies: 5
Views: 639
|
Forum: ClearWin+ Posted: Thu Mar 24, 2022 5:25 pm Subject: Font changes and automatic window sizing |
The following sample exhibits the anomaly, specifically, the text displayed as BOLD is not fully displayed in the window. Each line should display the word "inclusive". Those that are bold d ... |
Topic: Linker Parsrf |
wahorger
Replies: 1
Views: 522
|
Forum: 64-bit Posted: Tue Mar 01, 2022 11:10 pm Subject: |
Try a full rebuild. Sometimes, if you have modified a routine (pulled out some code) and created a new source, the old object can get "left behind".
At least, it has happened to me more t ... |
Topic: Crash in library function (cannot duplicate) |
wahorger
Replies: 31
Views: 4934
|
Forum: 64-bit Posted: Wed Jan 26, 2022 3:03 pm Subject: |
mecej4,
I read your post, then re-read the thread. One thing you missed in your assumption of an error in my code: This is a local variable (0:2) and other local variables have been initialized/mod ... |
Topic: Possible interference on CW+ by use of PAUSE ?? |
wahorger
Replies: 17
Views: 1766
|
Forum: ClearWin+ Posted: Sun Jan 16, 2022 4:02 pm Subject: |
Eddie, this may or may not be helpful.
Each time I've gotten this or another similar error (i.e. "there are two of these being commanded and you can only do this once"), it has been beca ... |
Topic: Permutations and combinations with a trolley! |
wahorger
Replies: 5
Views: 885
|
Forum: General Posted: Sat Jan 08, 2022 8:49 pm Subject: |
Robert, you may be able to do this; I don't see why it cannot be done. I will not claim to be familiar with the use of MODULE's and what limitations there might be.
I have created several DLL's usi ... |
Topic: Permutations and combinations with a trolley! |
wahorger
Replies: 5
Views: 885
|
Forum: General Posted: Sun Jan 02, 2022 4:49 pm Subject: |
Packing algorithm challenge to start 2022!
I have a similar need, but in 2-D. There are numerous packing algorithms that one can find on-line. Most that I have found require that the algorithm run ... |
Topic: Thanks for your inputs |
wahorger
Replies: 1
Views: 554
|
Forum: General Posted: Fri Dec 24, 2021 7:45 pm Subject: Thanks for your inputs |
I just wanted to say thanks to all who post and reply to posts on this Forum.
I read (at least) the beginnings of every thread. I do that to learn new things that I may be able to use. What I also ... |
Topic: Logical arguments to %rb, and grey-control arguments |
wahorger
Replies: 5
Views: 1041
|
Forum: ClearWin+ Posted: Sat Dec 04, 2021 3:10 am Subject: |
This is what I use.
The following is a code snippet that will compile and give the appropriate value for a %rb (as a check box), and a grey control on the %rb.
LOGICAL BUTTON_VAL,BUTTON_GREY
... |
Topic: %bx request |
wahorger
Replies: 12
Views: 2650
|
Forum: ClearWin+ Posted: Sat Nov 27, 2021 4:10 pm Subject: |
Eddie, you brightened my day!
You do bring up a good point re: buttons/bitmaps/colors to point out to a user the option/action to be taken. I also wonder about something I've done at 1920x1080 and ... |
Topic: %bx request |
wahorger
Replies: 12
Views: 2650
|
Forum: ClearWin+ Posted: Fri Nov 26, 2021 7:26 pm Subject: |
This will come in VERY handy for me. I have a number of selection %ob's and it would be nice the provide just a hint of visual aid of which descriptive text goes with which selection. Similar to havin ... |
Topic: Calendar tool |
wahorger
Replies: 10
Views: 1510
|
Forum: General Posted: Sat Nov 13, 2021 2:26 pm Subject: |
Eddie, yes, that is true. |
Topic: Calendar tool |
wahorger
Replies: 10
Views: 1510
|
Forum: General Posted: Tue Nov 09, 2021 12:53 am Subject: |
Dan, no Clearwin+ itself has no need.
I have a need to keep dates consistent within the files/database for searching purposes. So, giving the user a way to use the interface might help to keep the ... |
Topic: Calendar tool |
wahorger
Replies: 10
Views: 1510
|
Forum: General Posted: Mon Nov 08, 2021 4:25 am Subject: |
From Google Calendar
https://photos.app.goo.gl/QEH5qtLnaYEoA95h9
Select the date, versus typing in. The interface gives you access to the details of the selection, so you can then reformat the d ... |
|