Search found 23 matches: canvas

Return to advanced search

Google Maps + Ativex dejó de funcionar?

... user-scalable=no"> <meta charset="utf-8"> <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: ...
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 259

Re: Web camera

Natter,

You may use the javascript solution here:

https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file

thanks to Charly!
by Antonio Linares
Wed Aug 18, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web camera
Replies: 2
Views: 431

Re: convert file to bmp

... := biometria.Y; For X := 0 to biometria.X - 1 do begin For Y := 0 to biometria.y do begin baite := biometria.img[x + srcBmp.Width * y]; srcBmp.canvas.Pixels[X,Y] := RGB(baite, baite, baite); end; end; finally result := srcBmp; end; end; Since I need to do the same thing for xHarbour
by marca
Tue Mar 10, 2020 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUFFER CONVERSION TO BITMAP
Replies: 3
Views: 613

Re: DBF to CSV - converter 3.1 ( Update )

... Cat.2,Prijs op aanvraag,,12,120,V 11118150,varkensnerfl.hs geel gev.gestreept Cat.2,Prijs op aanvraag,,12,120,V 11122010,boxlederen hs 10cm canvas ecru kap Cat 2,Prijs op aanvraag,,12,120,V 11124000,boxlederen hs 10 cm gerubb. kap Cat.2,Prijs op aanvraag,,12,120,V and the program I posted ...
by Marc Venken
Wed Aug 07, 2019 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 13255

Re: trying with tdatabase

... Finally, you decide what is comfortable for you, without criticizing any product. Mr. Tim We do not know what is in the TData class. We neither canvas for it or against it. We talk only about our FWH classes. FWH can provide support only if the user uses pure unmodified FWH TDatabase class. ...
by nageswaragunupudi
Thu Jan 24, 2019 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4791

Google Map Geocoder probelm

Hi I have modified the following HTML example to show a Map with Addresses, but i cannot resolve the problem to have on the the marker the same address ! I'am not pratic of HTML.....any help to solve the problem ? Thansk any ++++++++ HTML EXAMPLE **** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
by Romeo
Tue Nov 22, 2016 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Map Geocoder probelm
Replies: 0
Views: 609

Re: Cursor a BMP

... //Convert that cursor into a bitmap using (Bitmap cursorBitmap = BitmapFromCursor(cursor)) { //Draw that cursor bitmap directly to the form canvas e.Graphics.DrawImage(cursorBitmap, 50, 50); } } http://i.stack.imgur.com/rK6Wu.png De Icono a Bmp lo he logrado facil con ...
by cuatecatl82
Tue Nov 24, 2015 1:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cursor a BMP
Replies: 8
Views: 1202

Re: Fiveweb

Responsive

Hello Antonio,

can you help me learning FiveWeb.
I see IncludeScripts(),IncludeTheme( cTheme ) in fiveweb.prg.

Now I would like to use a window.

What exactly does the new method.
I don’t understand what SELF is.
Is SELF the Internet Explore canvas.

Thanks in advance
Otto
by Otto
Thu Apr 04, 2013 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 29
Views: 5765

Re: HTML5 canvas management

André,

As far as I know IE9 does not fully support HTML5 WebSockets, so for now Chrome is the navigator to use for this development :-)
by Antonio Linares
Sun Dec 25, 2011 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346

Re: HTML5 canvas management

Antonio,

For me it´s working OK with chrome + XP but not with IE9 + W7. Is this expected?
by ADutheil
Sun Dec 25, 2011 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346

Re: HTML5 canvas management

User input working, next step: server connection :-) http://www.fivetechsoft.com/english/canvas.html <html><script>var ctx; // context var row, col; // say coordinates    function Say( cText ){   ctx.fillText( ...
by Antonio Linares
Sun Dec 25, 2011 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346

Re: HTML5 canvas management

Preparing a user command input: http://www.fivetechsoft.com/english/canvas.html canvas.html <html><script>var ctx; // context var row, col; // say coordinates    function Say( cText ){   ctx.fillText( ...
by Antonio Linares
Sun Dec 25, 2011 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346

Re: HTML5 canvas management

Showing date and time... http://www.fivetechsoft.com/english/canvas.html <html><script>var ctx; // context var row, col; // say coordinates    function Say( cText ){   ctx.fillText( cText, ...
by Antonio Linares
Sun Dec 25, 2011 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346

Re: HTML5 canvas management

Building a console to use from the WebSockets server :-) http://www.fivetechsoft.com/english/canvas.html canvas.html <html><script>var ctx; // context var row, col; // say coordinates    function Say( cText ){   ctx.fillText( cText, ...
by Antonio Linares
Sun Dec 25, 2011 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346

Re: HTML5 canvas management

canvas.html <html><script>var ctx; // context     function init(){   var canvas = document.getElementById( 'canvas' );      ctx = canvas.getContext( ...
by Antonio Linares
Sat Dec 24, 2011 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1346
Next

Return to advanced search