Search found 19 matches: wrapped

Return to advanced search

Re: MSGINFO with scrollbars

We can provide an option to specify a font.
If you think it would be useful, we can include in FWH after further refining it.
Horizontal scrolling may be not necessary because the text is wrapped to fit the width of the dialog.
by nageswaragunupudi
Thu Jul 08, 2021 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGINFO with scrollbars
Replies: 9
Views: 1217

Re: Insertar registros en un Dbf desde tabla MSAccess

Jorge_T RBLANCO has a good example .... the code below is another way to check if a sql value is null all wrapped up in a single statement .. a->name := if( empty( oRs:Field("name"):Value), space(10), oRs:Field("name"):Value))  ...
by Rick Lipkin
Sun Apr 21, 2019 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registros en un Dbf desde tabla MSAccess
Replies: 3
Views: 762

Re: ButtomBar scroll

... like you do with text. You could also use a ribbonbar with tabs so you don't have to put all the icons on the same space. Personally, I don't like wrapped toolbars. My editor does this when you change the size of the window, then I have to remember, is the icon on the top-right or the wrapped middle?
by James Bott
Wed Sep 05, 2018 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtomBar scroll
Replies: 13
Views: 1965

Re: New FWH 16.12

... the wrap to occur. This used to work just fine. For example I could specify "File" + CRLF + "Name", which would then display wrapped: File Name With this build the CRLF is being stripped out of the header and is instead displaying as: FileName With no spaces, no wrap. Robb
by rhlawek
Thu Dec 22, 2016 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.12
Replies: 7
Views: 1482

Re: xharbour last cvs error

Everyone, OK I wrote a test program with the offending line of code. It is wrapped in a dummy class just we can test the line as is. This one doesn't error using my old xHarbour ver. 1.2.3. James /*Purpose  : Test compile to test error generated by new version ...
by James Bott
Sun Aug 28, 2016 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3031

Re: call a dll32 function

... Finally we achieved ssl connection with see32.dll. Mike from Marshallsoft is very helpful. I could not use directly the see32 dll functions but I wrapped them like Function XSetProxYSSL( nChan, nFlags, cPDir, cPCert, cPEXE ) *----------------------------------------------------- local uResult ...
by jorjio
Fri Jun 06, 2014 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call a dll32 function
Replies: 8
Views: 2064

Re: Proportinal font size according to window resolution

... toolbars and/or a status bar? If so, then the client height of the window must be used instead of the window height. Are the lines going to be wrapped if they don't fit in the window width? At what point is the font too small to read (and this varies with the user), and what will be done with ...
by James Bott
Wed May 28, 2014 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proportional font size according to window resolution
Replies: 17
Views: 4156

Re: TFolderex on mdichild is not painted correctly

Antonio and Cristobal Gentleman, thank you for finding such a DUMB error :oops: ... I just got so wrapped up in the code, I did not look for the setfocus() of the browse .. Like most programmers .. I like to take bits and pieces of code from different programs and blend ...
by Rick Lipkin
Wed Oct 16, 2013 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderex on mdichild is not painted correctly
Replies: 25
Views: 15701

Re: xBrowse a column containing richedit

... like: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 ARIAL;}} \viewkind4\uc1\pard\f0\fs20 The specimen is received fresh, wrapped in plastic, is labeled "LEFT LEG BELOW AMPUTATION" and consists of a below the knee amputation specimen measuring 30 cm from tibial ...
by reinaldocrespo
Tue May 10, 2011 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse a column containing richedit
Replies: 16
Views: 4261

Re: xBrowse – memofields

... break down the content in a corresponding amount of records, that’s all! This is not necessary for xbrowse. XBrowse can display long text content wrapped in the column depending on the height and width of the row. So, memofields ( even photos ) can be displayed in the cells with multiple rows ...
by nageswaragunupudi
Fri Nov 26, 2010 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse – memofields
Replies: 18
Views: 5249

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... console based. * contrib/hbide/idedocks.prg % Minor. * contrib/hbide/idebrowse.prg + Implemented: browse and corresponding form view of a table, wrapped inside splitters. Multiple tables are presented in vertical splitters and form view is presented in horizontal splitter. ; NOTE: still work ...
by Pritpal Bedi
Tue Jun 29, 2010 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99062

SerialPort Class Using CreateObject (...)

... and event-driven I/O, access to pin and break states, and access to serial driver properties. Additionally, the functionality of this class can be wrapped in an internal Stream object, accessible through the BaseStream property, and passed to classes that wrap or use streams. [SNIP] Best Regards, ...
by angelo.c
Wed Jul 08, 2009 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

SAY ... TRANSPARENT are not wordwrapping

On a dialog TRANSPARENT a long text from say are not wrapped in next line. This is with DIALOG......TRANSPARENT http://www.byte-one.com/Eurostar_01.jpg and this without TRANSPARENT http://www.byte-one.com/Eurostar_02.jpg ...
by byte-one
Tue Nov 11, 2008 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAY ... TRANSPARENT are not wordwrapping
Replies: 6
Views: 1421

Roger,

The translations are not chopped off, but just word-wrapped.

James
by James Bott
Fri Nov 07, 2008 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help: check whether a printer is offline or online
Replies: 14
Views: 4312

Antonio, not a GET, a SAY! When using the ADJUST it is still the same. The Text is in one line and cutted. The text should wrapped in the next line as in older FWH has been. In the RC-file the SAY are defined as "left text" or "centered", but all the same.
by byte-one
Wed Oct 15, 2008 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG? Lenght of SAY
Replies: 8
Views: 1637
Next

Return to advanced search