Search found 98 matches: distance

Return to advanced search

Re: Little speed test app dbf and adordd

Enrico, My companies main app is actually a kind of desktop app. With a remote desktop tool one can acces the app from a distance. So I think the main app does not use something like sending data via LAN. "So your test is not meaningful. You have to make both test over a network ...
by pieter
Mon Mar 21, 2016 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4011

Re: Metro Class on notebooks

... is based upon one... Well, it appears what is wrong is the placement of the text in the upper right. You will have to code it so it is a certain distance in from the right edge, not from the left edge. You can use the ScreenWidth() function to find the width of the screen. It's running under ...
by James Bott
Tue Jul 28, 2015 3:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class on notebooks
Replies: 24
Views: 5535

Re: TEXTOUT() function cannot use some predefined fonts?

Updated to 2.1 added to the TEXT a new LOGO-design. Some options added like image-resize and text-shadow-distance You can copy the INI-file to the subdirectory TEMPLATES with a new name. Copy from there, a selected INI back to the main-directory and rename to SETTING.INI Download ...
by ukoenig
Fri Oct 18, 2013 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEXTOUT() function cannot use some predefined fonts?
Replies: 21
Views: 4544

Re: cPS in bPainted

As the dots distance is variable we should have to create the bitmap for the brush dinamically...
by Antonio Linares
Sun Aug 25, 2013 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cPS in bPainted
Replies: 20
Views: 2481

dialog dbcombo looping

... Help Bruce S FW 6/12 Harbour v3.1 Rev 17222 ilinl32 6.21 //-------- .dbfs set here DEFINE DIALOG oDlg FROM -50, 15 TO -35, 75 ; TITLE " Trip Distance Calculator" @ .5, 6 SAY "&Origin" OF oDlg SIZE 22, 11 @ 21, 8 dbcombo oDBC1 var cOrg of oDlg; alias oTcomp:cAlias; size ...
by brewster
Sun Sep 02, 2012 1:44 pm
 
Forum: FiveWin for CA-Clipper
Topic: dialog dbcombo looping
Replies: 3
Views: 2452

Re: text on tab

Silvio, I would adjust the text from Dialog RIGHT-position. That looks much better and the Position is always the same distance from Right. But if You like, getting closer to the Tabs, just increase the defined Space from right. Some calculations needed, using any Font and Text . ...
by ukoenig
Wed Aug 15, 2012 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 815

Re: Printing labels

Rick,

It seems you are calculating nRow and nCol by correcting them with constant pixels (30,40, or 50 pixels). You must use distance (mm, inches) instead of pixels since distance is universal but pixels is dependent on the printer's resolution.

Regards,
James
by James Bott
Tue Oct 25, 2011 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing labels
Replies: 2
Views: 674

Re: About box

... is updated, after closing the Painter. Message-Top/Left is fixed to the left upper Corner. Calculated Top-textlinepositions from given distance (nTextT) and Fonthight (nFontH1 and nFontH2) Local nTop1 := 2 * nTextT + nFontH1 // Top of 1. Textline uses Hight of Headline-font Local nTop2 ...
by ukoenig
Tue Jul 05, 2011 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About box
Replies: 13
Views: 2532

Re: Border around GET

... Borderstyles like : Border ( around ) Shadow ( Bottom / Right ) Underline Borders on any Control. Blinking Borders on Valid, defined Border-distance from Control-outlines and much more. Selections are saved to a INI-file. Still the Color-selections for Focus / Lostfocus must be added. http://www.service-fivewin.de/pictures/border8.jpg ...
by ukoenig
Sat May 14, 2011 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13694

Re: New Arrangement of MSGWAIT- ALERT- and YESNO-function

... ) // get max of result and Line 3 nMsgTW := MAX( nMsgTW, nMsgTW4 ) // get max of result and Line 4 Result of Dialog-width from max Textlen + Left-distance + Right-distance: nWDialog = 40 + nMsgTW 3. Font-height of Font 1 nMsgTH1 := oFont1:nHeight() 4. Font-height of Font 2 nMsgTH2 := oFont2:nHeight() ...
by ukoenig
Fri Apr 29, 2011 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Arrangement of MSGWAIT- ALERT- and YESNO-function
Replies: 8
Views: 3670

Re: A better Solution to adjust Panel-Height / Explorerbar ?

I found a adjustment oPanel4:nBodyheight,
but it doesn't work like expected ( doesn't define a Panel-Area, to put some Controls ).
It only adjusts the Distance to the next Panel.
Maybe still another Solution :


Image

Best Regards
Uwe :lol:
by ukoenig
Mon Oct 04, 2010 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A better Solution to adjust Panel-Height / Explorerbar ?
Replies: 1
Views: 434

Re: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?

... with a oDlg:bResized codeblock (just one line, not calling a function). Originally, I was not understanding that you wanted the button the same distance from the bottom and right side of the dialog rather than in the same relative position. It does make sense to me now. Regards, James /*Purpose: ...
by James Bott
Tue Aug 17, 2010 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5652

Re: SB-Paint 1.1a (for SButtons from M.Mercado) Download

... I'm working on a Button-painter. It will be possible, to create any Button-Style and test it as Group with defined Button-Size- and Button-Distance on any Background. ( will be included in next Update ) http://www.pflegeplus.com/pictures/sbstyle.jpg Best Regards Uwe :lol:
by ukoenig
Fri Jul 02, 2010 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SB-Paint 2.1a (for SButtons from M.Mercado) UPDATE
Replies: 3
Views: 1070

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

... * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg % Widened padding for menubar prompts to show up at a proper distance. + Controlled "RETURN" keyword not to jump to first indentation place, with env variable - HBIDE_RETURN_ATBEGINING=yes. Scheduled ...
by Pritpal Bedi
Mon Jun 14, 2010 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99387

Re: Distancias por carretera entre dos puntos con GoogleMaps

... software... I what I want am that she is free. I have solved it using WinHTTP windows services and the URL http://maps.google.es/maps... Example: Distance Madrid to Paris. local oHttp,cTextoHTML   Try      oHttp:=CreateObject("winhttp.winhttprequest.5.1")      oHttp:SetTimeouts(30000,30000,30000,30000)  ...
by JmGarcia
Fri Jun 11, 2010 8:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancias por carretera entre dos puntos con GoogleMaps
Replies: 20
Views: 5622
PreviousNext

Return to advanced search