Search found 76 matches: throughout

Return to advanced search

Re: Small buttonbar at x,y

Perhaps I resolve with

oBar:Move( oBrw:nbottom+1, oBrw:nLeft )

when I change from one menu to another there is a flashing throughout the dialog and the xbrowse watch this video

Image
by Silvio.Falconi
Wed Dec 06, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 747

Re: hash for storing variables

... style (CSS), and logic (JavaScript) of components can be edited independently. Consistency: Ensures consistent use of the date input component throughout the project. Similarities with Object-Oriented Programming The approach shares similarities with object-oriented programming (OOP), especially ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 527

Re: HASH vs single variables

... me when making changes to old source code. I don't need to declare the variables. I simply assign a value to the key, and then I have access to it throughout the prg. Xbrowse(h) Lists, for example, all the "variables" used with their values. Best regards, Otto
by Otto
Wed Jun 07, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1094

Re: CLASS modification

... ? I would have to open 6 different browser tabs, one for each webmail page, and keep them open, along with any other web based programs, throughout the day. I would then have to look at each one separately to view the traffic. HOW INEFFICIENT !!! Outlook puts all of those inboxes into ...
by TimStone
Thu May 25, 2023 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: RTF : Fully functional

Yes. It is an edit screen so it would make it easier for my clients to access it

I use button bars throughout the program and they are always displayed. This would make it "consistent".
by TimStone
Fri May 12, 2023 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF : Fully functional
Replies: 2
Views: 195

HASH vs single variables

... You can then see the HashKey better. First, I define a hash. Then, when I need a variable somewhere, I insert a new key to be able to access it throughout the program. An xBrowse(h) shows all keys - variables - used in the program with their current value. This function shows all the "variables" ...
by Otto
Tue Jan 17, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1094

Re: Checkbox text disappears

... checkboxes and radio boxes start working again. This is a lot of additional code. I have many places where I reuse radio buttons and checkboxes throughout my program, and they would all need to be recoded to handle this. That just doesn't seem like the best option. Anyone else ?
by TimStone
Wed Oct 26, 2022 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears
Replies: 8
Views: 361

Re: Harbour warnings

Yes, unfortunately. I know inserting this throughout any code base could be a hassle but, yes, this is exactly what I have done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Harbour warnings

Yes, unfortunately. I know inserting this throughout any code base could be a hassle but, yes, this is exactly what I have done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: gradiants ?

... it becomes the default windows and dialog background.. I have given you several different gradients .. I use different gradient backgrounds throughout my programs .. Very easy to create your own functions .. sometime back Uwe created Gradient painter .. I have the program but not the source ...
by Rick Lipkin
Fri Jun 03, 2022 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 568

Re: RTF from Variable

... uses the PRINTER class ( NOT THE REPORT OPTION ). There are a lot of formatting options in the structure, with calculations. and decision trees, throughout. This cannot be done with the report class. I previously shared how I print MEMO fields. My question was specific: Is there a PRINTER command ...
by TimStone
Mon Dec 06, 2021 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4245

Re: FW_OpenRecordSet and NOWAIT dialog

Create your Connection once at the top of your program and use that connection to open all your recordsets throughout your application ..


Rick
by Rick Lipkin
Tue Oct 26, 2021 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet and NOWAIT dialog
Replies: 8
Views: 797

Re: Finding XBrowse current record

... a XBrowse. The highlighted row is the current record. I am using FWH 1805 and xHarbour, so things may be different now. The behavior is consistent throughout all versions from the beginning of xbrowse till now. I would assume that when you left-double-click on a record in an xBrowse it would become ...
by nageswaragunupudi
Sun Jul 04, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1390

public variables yes or not

... within prg where they are declared The privates are visible from the moment they are declared onwards to their execution The publics are visible throughout the program Locals only within your function where they are declared I see that we can use all types of variables in modharbour? of course ...
by Otto
Wed Sep 23, 2020 7:27 am
 
Forum: mod_harbour
Topic: public variables yes or not
Replies: 0
Views: 271

Re: Multiple Dimension Array in Combobox

... function that shows a browse of the code/description. Double click on the right one and it returns the correct value to the field. I do lookups throughout my program without any difficulty. In this case, I was simply exploring an alternate option with a combo box. As inspiration strikes me, ...
by TimStone
Thu Aug 29, 2019 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025
Next

Return to advanced search