Search found 448 matches: pressed

Return to advanced search

Re: show a btnbmp pressed

I tried DEFINE BUTTON oSelf:oPlus FILENAME ".\bitmaps\plus.bmp" OF ::oBar ; TOOLTIP "plus numbers" ; ACTION (oSelf:oPlus:lPressed:=!oSelf:oPlus:lPressed,; oSelf:oPlus:setcolor( CLR_BLUE, If( oSelf:oPlus:lPressed == .t., CLR_RED, CLR_BLUE )) ,; oSelf:oPlus:refresh() but not run ok
by Silvio.Falconi
Mon Oct 17, 2022 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 655

Re: show a btnbmp pressed

Dear Silvio, Maybe replacing the bitmap with another with different color ? I did not think about it but otherwise in the ribbonbar it does it automatically if you use lselected as you can see here https://i.postimg.cc/wv9F0g55/ribbonbar.png why on buttonbar not is the same ?
by Silvio.Falconi
Mon Oct 17, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 655

Re: show a btnbmp pressed

Dear Silvio,

Maybe replacing the bitmap with another with different color ?
by Antonio Linares
Mon Oct 17, 2022 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 655

show a btnbmp pressed on buttonbar

... On a buttonbar (2015) I have these btnbmps and I would like that when I press a button it stays pressed to simulate the select option , so I made DEFINE BUTTON oSelf:oPlus FILENAME ".\bitmaps\plus.bmp" OF ::oBar ; TOOLTIP "plus numbers" ...
by Silvio.Falconi
Mon Oct 17, 2022 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 655

Re: Location of groups in the ribbonbar

... visible. On one of the windows, I use buttons with large icons in the ribbon bar and it is visually more convenient for me to see the groups pressed to the right. It would be very convenient to specify the horizontal position of the group - this way you can adjust to any screen
by Natter
Tue Jul 05, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Location of groups in the ribbonbar
Replies: 16
Views: 740

Re: W3Schools webpage template "COMPANY" to mod harbour

... Turns a Harbour HASH into a JS jsonobject and vice versa *** Please, if you post code here, use only code from the prg file after you have pressed "Publish" in Harbourino. -> HEAD without the code does not help here. The source code of HEAD is patched thanks to Harbourino into ...
by Otto
Mon May 16, 2022 6:22 pm
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 854

Re: Browse and lower case keys

nageswaragunupudi wrote:GetKeyState( VK_SHIFT ) --> Shift key is pressed

Hi.
This does not work when "CAPS LOCK" is turned off and no SHIFT pressed.
Do you know how do I know CAPS LOCK state ?

[[]] Maurício Ventura Faria
by concentra
Wed Mar 30, 2022 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 277

Re: Browse and lower case keys

GetKeyState( VK_SHIFT ) --> Shift key is pressed
by nageswaragunupudi
Wed Mar 30, 2022 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 277

3 state btnbmp

I need to do a 3 state btnbmp but I can't do it in the beginning the state is free (3 no pressed) state n. 1 taken state n. 2 fixes state 3 free when a user presses the first time the status is 1, if they press the second time the status is 2, if they click for the ...
by Silvio.Falconi
Thu Mar 24, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 682

Problem With Folder on aDialog

I have a folder inside a dialog, each tab of the folder if pressed changes the height of the dialog this because in some tabs I have more information to insert rather than other tabs. On Windows Seven I corrected the problem with    local nHeight:= ...
by Silvio.Falconi
Fri Nov 26, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With Folder on aDialog
Replies: 0
Views: 234

strange move Folder - Dialog

... not remain in the initial coordinates i.e. the dialog must always be in one point only the height must change according to the folder tab that is pressed the sample code #include "fivewin.ch"FUNCTION Main()    local oBrush, oFont     DEFINE FONT oFont NAME "TAHOMA" ...
by Silvio.Falconi
Mon Nov 22, 2021 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 538

Re: Editing xbrowse cell

... key. Thanks for your answer but i think i'm not clear. Look at first picture. After click ... button I want that cell enter in edit mode like if I pressed double click in this cell, look at second picture. Thanks. https://ibb.co/J7xKn8x https://ibb.co/mSn0T1G
by wartiaga
Fri Sep 03, 2021 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing xbrowse cell
Replies: 5
Views: 660

Re: Capture click ou key in tree

Antonio Linares wrote:oTree:bChanged = { | oItem |... }

Please review FWH\samples\pim.prg


Thanks Antonio but I don't have this sample in samples examples. I understand that bChanged I can capture moves in tree object but how I cant test if enter or click are pressed?
by wartiaga
Fri Aug 20, 2021 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Capture click ou key in tree
Replies: 5
Views: 309

refresh a ribbonbar on line

... TO OPTION 1 WIDTH 130 PROMPT "menu veloci" Endif this group is on I draw a red arrow on tab 4 I insert a rbbtn and I can select if pressed or not ( the fourth button) https://i.postimg.cc/NF6YC7dL/gg.png it must refresh tab1 of the ribbonbar I made @ 5,150 ADD BUTTON ...
by Silvio.Falconi
Tue May 25, 2021 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a ribbonbar on line
Replies: 3
Views: 467

Moving the mouse

Hi,

Is it possible to simulate moving the mouse with the left button pressed (action similar drag and drop) ?
by Natter
Fri Apr 23, 2021 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the mouse
Replies: 2
Views: 332
PreviousNext

Return to advanced search