Search found 69 matches: absolute

Return to advanced search

Re: RC to PRG generator

... I couldn't find a quick solution for how to solve the positioning. In html, I have a row/column-based positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, and I eventually gave up on the attempt. It's interesting that I can't find any RC2HTML ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1003

Re: WEBVIEW2 and xBrowse

Otto wrote:Enrico, have you set the path to the HTML file absolute?


That was the culprit! Now it works fine, thank you. It works with xHarbour and with 32 bit too. Great! Now, we have to find a reason to use it. :-)
by Enrico Maria Giordano
Tue Feb 06, 2024 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 339

Re: WEBVIEW2 and xBrowse

Enrico, have you set the path to the HTML file absolute?
What happens if you start the development tools of your web browser with a right mouse click?
Do other webview samples work für you?
Best regards,
Otto
by Otto
Tue Feb 06, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 339

MYSQL / MARIA MaintenanceTable(oCn, aNewStr, cTableName)

Hi all, I wonder if there is a method to be able to maintain tables without having to use something made by me, I'm an absolute beginner *------------------------------------------------------------------------------------------------FUNCTION MaintenanceTable(oCn, aNewStr, cTableName)*------------------------------------------------------------------------------------------------  ...
by mauri.menabue
Wed Apr 19, 2023 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MYSQL / MARIA MaintenanceTable(oCn, aNewStr, cTableName)
Replies: 2
Views: 265

Re: Great news regarding mod_harbour CGI !!!

Dear Antonio,
with absolute path for me, it is working.
I found this
https://webmasters.stackexchange.com/qu ... path-links
So, there does not seem any speed difference.
Best regards,
Otto
by Otto
Fri Nov 25, 2022 3:02 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 6759

Re: Great news regarding mod_harbour CGI !!!

Dear Antonio, You should not work today on your birthday. I wish you all the best again. What you write works for me when I enter the absolute URL link https:// myserver.com/images/xxx.jpg What exactly must be the link without first to the net and then back? Where exactly in htaccess do I ...
by Otto
Fri Nov 25, 2022 10:19 am
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 6759

Re: ACERCA DE BTNBMP FLAT

oWnd:DrawImage( cLogo ) By default, this will always centers the image in the Window. But you have created the buttons with absolute coordinates in pixel. If you want them to be move in relation to the size of the window, you need to recalculating the coordinates relative to the ...
by nageswaragunupudi
Fri May 27, 2022 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACERCA DE BTNBMP FLAT [DESCARTADO]
Replies: 5
Views: 413

Google Maps + Ativex dejó de funcionar?

... <title>Geocoding service</title> <style> html, body, #map-canvas { height: 100%; margin: 0px; padding: 0px } #panel { position: absolute; top: 5px; left: 50%; margin-left: -180px; z-index: 5; background-color: #fff; padding: 5px; border: 1px solid #999; } </style> <script ...
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 250

Re: font SIZE 0,-10

... < 0 The font mapper transforms this value into device units and matches its absolute value against the character height of the available fonts.
by Antonio Linares
Tue Mar 29, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font SIZE 0,-10
Replies: 1
Views: 213

Re: How to implement PeekStr()

... syntax. Prolog has a simple consistent syntax, and it seems worth learning well, if only for personal use. If you're curious about Prolog, the absolute best Youtube site is here: https://www.youtube.com/watch?v=QM1iUe6IofM ,and his official site is https://www.metalevel.at/prolog He goes into ...
by FWExplorer
Fri Jun 19, 2020 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 1977

Number of column

Hi.

How can I find out the absolute number of the current xbrowse's column ?
by Natter
Wed Mar 04, 2020 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of column
Replies: 2
Views: 458

Multi-Monitor Screen Size/DPI

... this work well when Scale is 100% but fail at 150% or is it "by Design" :?: what i mean are those Function used for relative or absolute Size :?: if these function is used for relative Size i like to request 2 new HB_FUNC using #define DESKTOPVERTRES 117 #define DESKTOPHORZRES ...
by Jimmy
Fri Dec 20, 2019 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi-Monitor Screen Size/DPI
Replies: 0
Views: 279

Old DOS to new Windows = Conversion thoughts

... thread, but that topic never gained more than two comments before going off track. Thanks for the ideas. I would love to keep the coding to an absolute minimum if possible. Tim
by TimStone
Mon Dec 16, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 1983

Re: Minutes calculation

Silvio, // Return the absolute difference between two times in hh:mm:ss format // in character hours, minutes and seconds (hh:mm:ss). // TIME_DIFF( "22:40:12", "23:55:17" ) -> 01:15:05 // TIME_DIFF( "23:55:17", ...
by ukoenig
Mon Sep 16, 2019 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minutes calculation- RESOLVED
Replies: 7
Views: 1266

Re: FWH 18.08: Enhancements to strings.prg

... made to see if cPath is a valid path. The path can be relative, * if it does not begin with a drive specification (Windows) or with * a slash, or absolute. Default directory set at program startup is * i18n/ * * * HB_I18nGetPath() --> cPath * * Returns the currently selected path for searching ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5404
Next

Return to advanced search

cron