PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - G Shauffenburg

Pages: [1]
1
Language / Secondary popup menu when using spell checker
« on: February 26, 2021, 01:29:35 PM »
Dear List,  We are trying the new ability to use the Windows spell checker on multi-lines.  We have noticed that after right clicking to correct a misspelled word a second pop menu is being displayed that has copy/paste options on it.  Is there a way to disable this?  This is using PxPlus 16.20

2
Mike,

We tried adjusting your sample program as shown below, but it still did not work.  Are we missing something else?

0010 print 'CS',
0020 print '4D', ! Works with or without this
0025 print 'option'("GraydisabledBmp","Y")
0030 let rbt=10
0040 radio_button rbt:1,@(10,10,10,2)="{!16x16/Controls/Check_Box_Uncheck|!16x16/Controls/Check_Box}Radio 1"
0050 radio_button rbt:2,@(10,12,10,2)="{!16x16/Controls/Check_Box_Uncheck|!16x16/Controls/Check_Box}Radio 2"
0060 print "Click either button and it will be disabled"
0070 while 1
0080 obtain (0)*
0090 if ctl=4 or eom=esc then break
0100 if ctl=rbt then radio_button read rbt,x; disable control rbt:x; print x," Pressed"
0110 wend

Graham

3
Nomads / Auto exit cell in a grid
« on: July 24, 2019, 02:36:22 PM »
I have a cell in a grid that I want to specify a maximum number of characters that the user can input.  This is not a problem to do.

However, I cannot seem to find a way to have PxPlus automatically exit a cell when that number of characters is reached.  Is there a way to do this?

4
Mike,

I just took the bitmap off and it works as in your sample code.  So it is definitely the bitmap that is causing my issue.

Regards,

Graham

5
Mike,

I just realized I posted the message as Dave instead of myself.  Yes, I am using nomads to create the panel, but I am using a call to "*wingrp" to disable the controls. The radio button also has the !16x16/Controls/Check_Box_Uncheck and !16x16/Controls/Check_Box bitmaps being used.  I have tried enabled just that control and then doing a disable control on it.  When it is enabled the selected button is checked.  When it is disable the check mark disappears.  It is because of the bitmaps?

Regards,

Graham Shauffenburg

Pages: [1]