Search found 128 matches: toggle

Return to advanced search

Re: Talking to your apps

... suggested, then we should have a program wide flag that allows the client to use, or NOT use, voice. Maybe a default on setup, and/or a hot key to toggle it. That way we don't always have a live microphone picking up unwanted comments. Of course, this is a developers task, not something FiveWin ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3808

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

You can use the above code to Toggle ReadOnly status during runtime. This code is tested.

From the next version, we have provided DATA lReadOnly. We can toggle this at runtime with oEdit:lReadOnly := .T. or .F..
by nageswaragunupudi
Tue Mar 26, 2024 4:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 1066

Re: Cambio de imagen a 1 boton

Sample using oBtn:Toggle() function BarBtnToggle()   local oWnd, oBar, oBtn   DEFINE WINDOW oWnd MDI   DEFINE BUTTONBAR oBar OF oWnd SIZE 64,64 2007   DEFINE BUTTON oBtn OF oBar ;  ...
by nageswaragunupudi
Wed Feb 14, 2024 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 279

Re: Cambio de imagen a 1 boton

Yes, we can use oBtn:Toggle()
by nageswaragunupudi
Wed Feb 14, 2024 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 279

Re: Cambio de imagen a 1 boton

... CENTERED ;      ON PAINT oWnd:SayText( If( nBmp == 1, "CLOSED", "OPENED" ) )return nil We can toggle both prompt and image using codeblocks as suggested above. No need to keep loading bitmap again and again. https://imagizer.imageshack.com/img923/2998/ml3P7b.gif
by nageswaragunupudi
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 279

Re: webview: toggle-switch replaceing TSwitch

That’s really impressive, Otto! Cool. :D
by Detlef
Fri Feb 09, 2024 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview: toggle-switch replaceing TSwitch
Replies: 1
Views: 142

webview: toggle-switch replaceing TSwitch

Hello friends, In the green section, you see an object containing a WebView2. Inside this WebView2, there is an HTML form and a table. On the right side is an XBrowse. You can observe how WebView2 updates the XBrowse. I use XBrowse to display the events coming from JavaScript to Fivewin. I am trying...
by Otto
Fri Feb 09, 2024 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview: toggle-switch replaceing TSwitch
Replies: 1
Views: 142

Some problems with the FWH-debugger

... menues, etc. are in Spanish. Very difficult for someone who is not speaking one single word of Spanish. 3. How to open another PRG-file to toggle breakpoints? If that was possible, that would be a very big forward. Sorry, but I can't find it. If these problems could be solved, the FWH-debugger ...
by driessen
Sun Sep 10, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 459

Re: Xbrowse: Allow spacebar to to toggle checkbox column

Natively pressing space bar when the column has focus, toggles the value.
by nageswaragunupudi
Sat Aug 05, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse: Allow spacebar to to toggle checkbox column
Replies: 1
Views: 203

Xbrowse: Allow spacebar to to toggle checkbox column

Why is spacebar not detected when column 7 has focus? It works when the focus is on other column       ::oMainBrw:bLDblClick := {|| ::oMainBrw:aCols[7]:checkToggle()}      ::oMainBrw:bKeyChar   := { |key| if( key == VK_SPACE, eval...
by hua
Fri Jul 28, 2023 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse: Allow spacebar to to toggle checkbox column
Replies: 1
Views: 203

Re: FOXPRO GET PICTURE "@m Printer, File"

Dear All , I was using GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?  cPrintOpt = "Printer"  @10,10 say "Select Print Option ...
by shrifw
Sat Jul 01, 2023 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1379

Re: FOXPRO GET PICTURE "@m Printer, File"

... but it is GET which accepts values from list of PICTURE Clause "@m Printer, File" it similar as list of array. Additionally SPACE BAR toggle the values also first letter of the values.
by shrifw
Sat Jul 01, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1379

Re: FOXPRO GET PICTURE "@m Printer, File"

Dear All , I was using GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?  cPrintOpt = "Printer"  @10,10 say "Select Print Option ...
by nageswaragunupudi
Sat Jul 01, 2023 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1379

FOXPRO GET PICTURE "@m Printer, File"

Dear All , I was using GET below in Foxpro which provide facility to the user to toggle the values by either pressing SPACE BAR or entry the first letter. How we can achieve this in FWH GET ?  cPrintOpt = "Printer"  @10,10 say "Select Print Option ...
by shrifw
Sat Jul 01, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1379

simple image viewer - sample

... **Checkboxes**: There are two checkboxes that allow the user to adjust the image display: - "Stretch": This checkbox allows the user to toggle whether the image should be stretched to fit the display area. - "Set Alpha Channel": This checkbox allows the user to toggle the alpha ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 287
Next

Return to advanced search