Author |
Message |
Topic: BLANK_CONTROL@?? |
wahorger
Replies: 15
Views: 217
|
Forum: ClearWin+ Posted: Fri Aug 12, 2022 4:17 pm Subject: |
I use EditPad Pro (https://www.editpadpro.com/). They have both a free and a paid version (annual maintenance).
You can split the editor horizontal or vertical, or start a new copy for an existing ... |
Topic: BLANK_CONTROL@?? |
wahorger
Replies: 15
Views: 217
|
Forum: ClearWin+ Posted: Tue Aug 09, 2022 9:14 pm Subject: |
Just an FYI on the blue text. I have also seen it in simple grey. Some people cannot see light shades of blue, so grey would be better as the default.
My experience with this has been websites prim ... |
Topic: BLANK_CONTROL@?? |
wahorger
Replies: 15
Views: 217
|
Forum: ClearWin+ Posted: Tue Aug 09, 2022 9:07 pm Subject: |
Paul, this is exactly what I was looking for!
I played with it in my code, and it works perfectly. The return value of "clear" is important, I discovered! I need this only in a few place ... |
Topic: BLANK_CONTROL@?? |
wahorger
Replies: 15
Views: 217
|
Forum: ClearWin+ Posted: Mon Aug 08, 2022 10:00 pm Subject: BLANK_CONTROL@?? |
I know there is a way to un-blank a control want to use a text control and handle the user input in real-time if I can avoid it.
Bill |
Topic: Text attributes in %th |
wahorger
Replies: 6
Views: 179
|
Forum: ClearWin+ Posted: Mon Aug 08, 2022 2:12 pm Subject: |
Many thanks, Paul!
You all do a great job providing the features that useful to ourselves and our customers!
Bill |
Topic: Text attributes in %th |
wahorger
Replies: 6
Views: 179
|
Forum: ClearWin+ Posted: Fri Aug 05, 2022 1:21 pm Subject: |
Paul, this is helpful and I'll be able to use this technique. Thank you!
I also tried the balloon form, and both the default and balloon form really do show up better than regular when the controls ... |
Topic: Text attributes in %th |
wahorger
Replies: 6
Views: 179
|
Forum: ClearWin+ Posted: Thu Aug 04, 2022 10:28 pm Subject: |
So far as I can tell, nothing in the cwplus.enh specifies anything about font/color/size.
I'll poke around to see what I can do on font/size/color.
Thanks for the reminder about the .enh file(s ... |
Topic: Text attributes in %th |
wahorger
Replies: 6
Views: 179
|
Forum: ClearWin+ Posted: Thu Aug 04, 2022 3:37 pm Subject: Text attributes in %th |
Is there a way to alter the size and/or font of the %th help? As I age (and my customers as well!), I'm finding a little bump in text size helpful. Colors are helpful also for those who have a color p ... |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Wed Aug 03, 2022 2:01 pm Subject: |
Thanks for the correction, Paul! |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Wed Aug 03, 2022 1:42 am Subject: |
Just a quick synopsis for posterity sake. Correct me if this is incorrect, but my sample code (modified) shows these interactions.
* If you do not specify %he, your menu help will be at the bottom ... |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Tue Aug 02, 2022 1:35 pm Subject: |
Thanks, Paul! |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Mon Aug 01, 2022 12:48 pm Subject: |
Dang!
winapp
use mswin
integer:: i,child
integer,external:: my_callback
! Single window with %th
! menu item help is not displayed
! ... |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Mon Aug 01, 2022 4:24 am Subject: |
I have done some more experimenting. Yes, I cannot get "balloon help" on menu selections. I can deal with that. But, in *some* windows I can get the balloon help, others not, so I did some d ... |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Sun Jul 31, 2022 3:23 pm Subject: |
Thanks for the various options, Paul and Eddie. I'm believing I was simply mistaken that I could get this "effect" from menu items. After looking through various applications, those that hav ... |
Topic: Help for menu items |
wahorger
Replies: 12
Views: 284
|
Forum: ClearWin+ Posted: Sat Jul 30, 2022 12:07 am Subject: Help for menu items |
I have help strings associated with all my menu items. I would like for them to appear as pop-up help. That doesn't happen.
At the end of building the window, I set %th[ms_style,balloon]. This will ... |
|