Search found 448 matches: pressed

Return to advanced search

Error in Tdatabase version 1804 ?

... previous version 1204 I am using dbf files with cdx index I use: oDatabase:load() then I have a dialog if the "save" button is pressed lSave is true, if Cancel button is pressed lSave is false if lSave  oDatabase:save()endif  Well, the record is always saved, even if ...
by alvaro533
Thu Dec 20, 2018 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Tdatabase version 1804 ?
Replies: 6
Views: 1088

New FTDN Oct. 2018 (FWH 18.10)

... * FWMARIADB Connection - New DATA lSilent INIT .f. When set to .T. all messages to screen are suppressed. Useful for scheduled tasks, etc. - Resolved issues with older versions of MySql( eg. 5.1 and earlier) which do not support system variable ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4297

Re: Image scroll

cnavarro wrote:But I think the movement of the scrolls controls is inverted: when pressed on the vertical scroll moves horizontally and when pressed on the horizontal scroll moves vertically.

This is a bug introduced in FWH1801. Mr Silvio is using 1712 and he does not have this problem.
Fixed in FWH1808.
by nageswaragunupudi
Tue Oct 16, 2018 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 685

Re: Image scroll

Please try with this, But I think the movement of the scrolls controls is inverted: when pressed on the vertical scroll moves horizontally and when pressed on the horizontal scroll moves vertically. function Main()   Local cImage   DEFINE WINDOW oWnd TITLE "Testing ...
by cnavarro
Tue Oct 16, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 685

Re: Ribbon Theme

... RGB( 197,197,197) Then all the controls would inherit these colors. In the meantime, here are my project notes about the hover over and pressed colors of the controls. -------------------------------------------------------------------------- 10/02/18 Found the hover over and pressed ...
by James Bott
Sat Oct 13, 2018 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29519

Re: Ribbon Theme

... I think you are referring to the button highlight color when the cursor is over the button, rather than the button color? Note that there are also pressed and not-pressed colors. And each one can be a double array, so there are a total of 4 colors and two other values that determine the type of ...
by James Bott
Fri Oct 05, 2018 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29519

Re: To Nages searching on xbrowse

... to type in all three fields, then search? Could they be partial data? Was the searching incremental or only when a "Search" button was pressed? Did it show a scrolling list of records before and after the search result record, or just the matching record? What if there was no matching ...
by James Bott
Tue Sep 04, 2018 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2634

Re: lSeekBar ONLY IN SOME COLUMNS xBROWSE

... NOT GETs. They are only SAYs Incremental searches work whether lSeekBar is present or not. This functionality of xbrowse is dependent on the keys pressed when xbrowse has focus. If we set lSeekBar to .T., these keystrokes are displayed in the box. The box is displayed on the top of the column ...
by nageswaragunupudi
Wed Jul 04, 2018 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1375

several questions about GET class

I have a few questions about the GET class. How do I set the numeric format Can I detect if the ENTER key is pressed in a GET, so I can perform an action on this How do I detect a change of GET, like every key-stroke and perform an action. I have a window with several GETs but ...
by plantenkennis
Fri Jun 22, 2018 9:16 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 5575

Re: an image on btnbmp and other

How have a list of btnbmp pressed ?
by Silvio.Falconi
Tue Jun 19, 2018 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: an image on btnbmp and other
Replies: 21
Views: 4009

Re: btnbmps list

the test is from that test of rao
How ?

I not Know How have the array of buttons pressed

then another I must put the small images then and not before
I explain
I drwar the images, the I control if there is a reservation and the I can put the images or change the big image with setBmp ?
by Silvio.Falconi
Tue Jun 19, 2018 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmps list
Replies: 2
Views: 434

btnbmps list

I have add on list of btnbmp this command :bAction := { |oBtn| oBtn:Toggle() }

sample :

Image


How I can make to have the list of array with wich button is pressed ?
I wish the number of btnbmp pressed
by Silvio.Falconi
Mon Jun 18, 2018 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmps list
Replies: 2
Views: 434

Re: In xbrowse valid is Executed twice

When TAB is pressed, if bEditValid returns .T., it is executed only once, but if it returns .f., it is executed twice.
This issue is still present.
We are looking into this.

Incidentally, we should not have any screen I/O inside bEditValid.
by nageswaragunupudi
Wed Jun 06, 2018 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: In xbrowse valid is Executed twice
Replies: 6
Views: 1215

TRBtn GoDown()/GoUp()

I need of a ribbonbar with buttons that can stay pressed on the first click and released on the second click. I tried using GoDown() method but I can see no visible effect.

Any help?

EMG
by Enrico Maria Giordano
Thu May 31, 2018 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRBtn GoDown()/GoUp()
Replies: 0
Views: 356

Re: an image on btnbmp and other

Cristobal,
Otto's idea run ok here

but I wish is possible create a colored box arround the text is on the left angle

Image

how I can save an array with all btns pressed ?
if aadd(obtn:cargo) give me allways 8
by Silvio.Falconi
Wed May 23, 2018 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: an image on btnbmp and other
Replies: 21
Views: 4009
PreviousNext

Return to advanced search