Search found 51 matches: nicer

Return to advanced search

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... We have to come to terms with it. What is undeniable, however, is that the reports and input screens with WEBVIEW look much more professional and nicer than the desktop versions. I am convinced that if people repeatedly see the examples and the problems, like how difficult, if at all possible, ...
by Otto
Thu Jan 25, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1699

Focus error on this new project

For a new project, I was combining serveral new functions to have a nicer looking program. I use as always some sample programs for starting things up. There is also 'child' windows, so that could be it also, but I never used (MDI, Child),... In this program ...
by Marc Venken
Thu Dec 09, 2021 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1146

Re: Button click action

Joao, So much nicer now. This is old code. /2-05 I used as I have a feeling for pixel and before TRUEPIXEL you had to convert. size in DIALOG / 2.05 to have it like in WINDOW. As I am working on a large screen, scrolling for me is ...
by Otto
Tue Nov 23, 2021 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button click action
Replies: 19
Views: 1477

Re: Spell CHecker

... would we need to only use .rtf files? My goal has been to take "boring" text stored in the .fpt files, be able to make them "look nicer" in RTF, and keep them stored in the .FPT file. Initially that file would be a mix of plain text and RTF. I was told it was possible, but ...
by TimStone
Mon Nov 15, 2021 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1990

The dollar sign is short for jQuery

Anyone who has already dealt a little with jQuery will have stumbled upon the following call:

jQuery ('a'). attr ('title');

Shorter is nicer - therefore you will normally only see the following spelling (which is synonymous!):

$ ('a'). attr ('title');

The dollar sign is short for jQuery
by Otto
Fri Feb 05, 2021 8:35 am
 
Forum: mod_harbour
Topic: The dollar sign is short for jQuery
Replies: 0
Views: 188

Re: Find out the range of a excel-sheet

Thank you,

I just found that also
Code: Select all  Expand view
len( ArrTranspose( oRange:Value )[1])
works :D

But your suggestion is nicer :)
by Marc Vanzegbroeck
Thu Dec 05, 2019 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find out the range of a excel-sheet
Replies: 4
Views: 385

Re: Folderex - Mouse does not work on tabs

I have been using it for quite a while now and it is a nicer look for the end users.
by TimStone
Thu Sep 21, 2017 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex - Mouse does not work on tabs
Replies: 3
Views: 754

Re: Xbrowse best way to change browse cols realtime

... I have learned last year with the help of this Forum is that I don't like my old code a bit :oops: . Everything can be done mutch better, easier, nicer,..... So starting from scratch would be best solution. It is a private project, since i like to create my software by myself, kindy hobby, but ...
by nageswaragunupudi
Tue Aug 01, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2938

Re: Xbrowse best way to change browse cols realtime

... I have learned last year with the help of this Forum is that I don't like my old code a bit :oops: . Everything can be done mutch better, easier, nicer,..... So starting from scratch would be best solution. It is a private project, since i like to create my software by myself, kindy hobby, but ...
by Marc Venken
Tue Aug 01, 2017 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2938

Re: FiveWeb and Bootstrap

This one seems even nicer :-)

http://www.fivetechsoft.com/cgi-bin/boot6

Please test it from your desktop and mobile devices
by Antonio Linares
Fri Oct 28, 2016 6:06 pm
 
Forum: Utilities / Utilidades
Topic: FiveWeb and Bootstrap
Replies: 11
Views: 2544

Re: 15.10 Browse problem

... However, if I simply use LINES in the XBROWSE statement, it creates them but continues the column lines to the bottom of the page. The Style looks nicer because it doesn't have a lot of blank lines.
by TimStone
Fri Jan 08, 2016 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

Color-calculations RGB to Hex, Html .... ???

... functions Math.min and Math.max to make sure that the input values are within the range from 0 to 255. The interested reader might notice that a nicer way to convert n to a hexadecimal string is to use n.toString(16); however, the above code was written back in the ancient era when JavaScript ...
by ukoenig
Tue Jul 28, 2015 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color-calculations RGB to Hex, Html .... ???
Replies: 0
Views: 476

Re: ButtonBar in resource ?

... variable would have to be passed to the button bar control when it's a separate function, and that can be a lot of variables. It would be much nicer to keep them local, and have the buttons in the same method so they are always available. It's easier to update and debug also. Tim
by TimStone
Sun Mar 22, 2015 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in resource ?
Replies: 18
Views: 8072

Re: Scrollbars missing

... just have to change LISTBOX to XBROWSE. Of course, you still have to convert the resource to a custom control. Adding these lines gets you a much nicer looking browse:        oBrw:nMarqueeStyle    := MARQSTYLE_HIGHLROW        oBrw:lRecordSelector  := .f.        oBrw:nStretchCol      := STRETCHCOL_LAST  ...
by James Bott
Thu Feb 20, 2014 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4726

Re: Error system not working ?

The default Errorsys is working. Errsysw_ is not. This is the nicer one because it allows a customer to take an action and email the error log to support immediately ( a huge service ). Tim If this is the facility required, this can be done by setting ...
by nageswaragunupudi
Thu Oct 17, 2013 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error system not working ?
Replies: 18
Views: 3238
Next

Return to advanced search