Search found 201 matches: half

Return to advanced search

Re: Sample for Lan network

... and as you change the row in the browse, all of the data for the highlighted record is shown ( updated ) on the data entry screen in the upper half of the dialog. I have a lot of other things happening at the same time to automatically give my users more information to make decisions based ...
by TimStone
Tue Nov 06, 2018 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1882

TFolderEx Tab width problem

... created and there is no more space on the tab line, the new tab is created on a new line, but the width of the tab is too large that it occupies half of the entire tab line. https://imgur.com/4TGKOU9 https://imgur.com/4TGKOU9 Is there a way that I can fix the width of the tab? ...
by ryugarai27
Wed Oct 24, 2018 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx Tab width problem
Replies: 2
Views: 474

Silvio Falconi...please stop doing this

... Brazil and Canada so dear sir this is a warning you have crossed the threshold of no return, to my country in Italy it is said "man warned half saved" Regards, Do not break my balls, they could break easily and then it's not for you
by Compuin
Tue Oct 16, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio Falconi...please stop doing this
Replies: 4
Views: 980

Re: Ribbon Theme

... take some time since the class is already really complex with 4 styles, 2010, 2013, 2105, and 2016. Now we are not only adding a new style but a half dozen different themes in the new style. I had better stock up on coffee!
by James Bott
Fri Oct 12, 2018 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29472

Re: Ribbon Theme

... been working on the Ribbonbar for a couple of weeks. It is a very complex set of code which includes several classes. And there are at most, a half-dozen comments in the entire set of classes, so there is a huge learning curve. There are a number of limitations that prevent you from making ...
by James Bott
Wed Oct 03, 2018 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29472

Re: FwSavePreviewToPdf

AntoninoP wrote:About FwSavePreviewToPdf, I see it creates enormous jpg, maybe it is possible reduce them to 1/4 (half width and half height) and in some case made it in Grayscale...
What do you think?

Yes, there is some scope. We are testing.
by nageswaragunupudi
Thu Mar 22, 2018 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5659

Re: FwSavePreviewToPdf

About FwSavePreviewToPdf, I see it creates enormous jpg, maybe it is possible reduce them to 1/4 (half width and half height) and in some case made it in Grayscale...
What do you think?
by AntoninoP
Thu Mar 22, 2018 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5659

Re: Ports to 485 with converter USB, please help.

... a basic example on how to transmit a sequence of chars (in this case 0x55 0x00 0x55) over the RS485 line. // rs485tx.c // Basic example of RS485 half duplex transmission #include <sys/ioctl.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> ...
by Busmatic_wpb
Thu Feb 08, 2018 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1520

Re: Dialog, xbrowse,splitter,folder and ttitle

... than just the controls. It also means updating the data properly. I display a browse on the lower part of a dialog, and data fields in the top half. Browse the data records, and the edits for the highlighted appear above. I have multiple folders displayed, and switching between them shows browses ...
by TimStone
Tue Feb 06, 2018 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 6025

How to split a table by two columns

... not need much code. We have a typical report with a table inside. The table is pretty lengthy and narrow, so we are thinking about splitting it in half and placing the lower half next to the upper half like so: http://www.atzwanger-software.com/fw/ERS_3.jpg Is there an easy way ...
by Otto
Sun Dec 31, 2017 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to split a table by two columns
Replies: 1
Views: 559

How AI should be implemented and regulated

... bill would trigger a process in which the secretary of commerce would be required to release guidelines for legislation of AI within a year and a half. As with any legislation, the proposed bill defines key terms. In this, we have a look at how the federal government might one day classify artificial ...
by Rick Lipkin
Wed Dec 13, 2017 1:59 pm
 
Forum: latest AI news
Topic: How AI should be implemented and regulated
Replies: 0
Views: 623

Important for my friend Mr Nages

... "Make More" case cCoffe_pot = "Quarter Empty" cNagesUmor := "Drink more you are still tired" case cCoffe_pot = "Half Empty" cNagesUmor := "Empty bladder, then refill cup" case cCoffe_pot = "Tree Quarter Empty" cNagesUmor := "Better ...
by Silvio.Falconi
Sat Oct 07, 2017 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Important for my friend Mr Nages
Replies: 3
Views: 625

Re: Progress bar windows 10 animation

karinha wrote:
Code: Select all  Expand view

SendMessage(hProgress, PBM_SETPOS, 100, 0);  
 

The problem is not the progress half full (or half empty :lol: ) the problem is the animation that does not work.
by AntoninoP
Thu Sep 28, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress bar windows 10 animation
Replies: 15
Views: 4434

Re: Pro's and Contra's fom Resources or Coded screens

... monitor 2) My first control is a button bar that will be redefined in the FWH code 3) My second control is an xbrowse which occupies the lower half of the dialog 4) The rest are labels and text entries assigned to the fields in the database in the FWH code 5) The first digit ( number ) is the ...
by TimStone
Sat Aug 05, 2017 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 12027

Re: Simple conversion with array gives me problems

Thanks for all the solutions.

I go for the easy of Mr. Rao :wink:

But thanks for you all, because now, and afther looking for the "detached locals technicque" in the forum, I know where the problem came from, and knowing the problem is half of the work done !!!
by Marc Venken
Sat Jul 29, 2017 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple conversion with array gives me problems
Replies: 6
Views: 1105
PreviousNext

Return to advanced search