Search found 84 matches: vector

Return to advanced search

password manager with mod harbour

... with AES-GCM. Passwords are extracted from a dBase file (DBF). The encrypted passwords are encrypted using an encryption key and an initialization vector (IV) as parameters. In the DBF file, the encrypted password and the initialization vector are stored. Both values are retrieved from the DBF ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 548

Re: Gluing bitmaps

Error description: Error BASE/1004 No exported method: SHOWPHOTOPRINTINGWIZARD
Args:
[ 1] = U
[ 2] = O WIA.Vector

Stack Calls
===========
Called from: => SHOWPHOTOPRINTINGWIZARD( 0 )
Called from: natter.prg => MAIN( 26 )
by Antonio Linares
Wed Dec 14, 2022 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1354

Re: Gluing bitmaps

Error description: (DOS Error -2147352567) WINOLE/1007 The system cannot find the file specified.
(0x80070002): WIA.CommonDialog.1
Args:
[ 1] = O WIA.Vector

Stack Calls
===========
Called from: => TOLEAUTO:SHOWPHOTOPRINTINGWIZARD( 0 )
Called from: natter.prg => MAIN( 26 )
by Antonio Linares
Wed Dec 14, 2022 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1354

Re: Graphics, icons, bmp's for program layout

... and color them. I purchased about 4 of their libraries. They always have sales on them, but the 4 cover all I want. I selected the latest set of Vector icons. You can start by building icons from the free set. Change the color to work well with your background. ALL of my buttons now use icons ...
by richard-service
Fri Dec 09, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics, icons, bmp's for program layout
Replies: 12
Views: 1057

Re: Graphics, icons, bmp's for program layout

... and color them. I purchased about 4 of their libraries. They always have sales on them, but the 4 cover all I want. I selected the latest set of Vector icons. You can start by building icons from the free set. Change the color to work well with your background. ALL of my buttons now use icons ...
by TimStone
Fri Dec 09, 2022 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics, icons, bmp's for program layout
Replies: 12
Views: 1057

Re: Associated Application ICONS

... generator, you can easily colorize those Google icons. You can also add overlays to them to create new icons. Instead of bitmaps, I now use all vector icons ( created by IG ) on all of my bitmap bars. They work very nicely and are clean. You can buy a wide variety of styles already made, or ...
by hua
Fri Nov 04, 2022 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Associated Application ICONS
Replies: 9
Views: 702

Re: Associated Application ICONS

... generator, you can easily colorize those Google icons. You can also add overlays to them to create new icons. Instead of bitmaps, I now use all vector icons ( created by IG ) on all of my bitmap bars. They work very nicely and are clean. You can buy a wide variety of styles already made, or ...
by TimStone
Thu Nov 03, 2022 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Associated Application ICONS
Replies: 9
Views: 702

Ayuda con Combobox

El control Combobox es un control que siempre lo he usado con un vector (una dimension) sin problemas, pero necesitaría utilizar una matriz de 2 columnas (2 líneas por elemento). Quiero que en el Combobox me muestre la lista de elementos de una columna de ...
by jose_murugosa
Fri Oct 29, 2021 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Combobox
Replies: 6
Views: 447

Artificial Intelligence: GPT with Harbour and FWH

... has been trained previously in advance. Seven years ago Google developed and provided a "word2vec" routines that basically help to "vectorize" words. As an example for this, lets consider "colors". Colors can be represented by 3 numbers (red,green,blue) which could ...
by Antonio Linares
Fri Aug 14, 2020 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1311

OT If you do not want to use google maps .. look at this

... files, style it and create interactive layers. This includes markers with popups when clicked. It supports Web Map Service layers, GeoJSON layers, Vector layers and Tile layers. Leaflet code can create polygons and interactivity (including mobile touch screens and mouse clicks) on a map. It doesn’t ...
by Busmatic_wpb
Sun Jan 13, 2019 3:55 am
 
Forum: Utilities / Utilidades
Topic: OT If you do not want to use google maps .. look at this
Replies: 6
Views: 1590

Re: xBrowse error on version 18.05

Thanks Maybe is the way I compile it using Borland 7.3. Correct me if I am wrong: Since the resources come out in a weird way (check boxes and radio buttons specifically), I decide to continue compiling the resources using Borland 5.82 while the program is compiled using Embarcadero 7.30: .PRG.OBJ: ...
by ellano
Fri Aug 24, 2018 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on version 18.05
Replies: 17
Views: 5015

Re: GDIBmp Save() method

Saving to ICO is complex. We are working on it along with Mr Manuel.

Saving a raster image as EMF or WMF involves conversion of raster image to vector format and so is obviously not possible. Vector image can be converted to raster image but not vice versa.
by nageswaragunupudi
Tue Mar 27, 2018 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIBmp Save() method
Replies: 4
Views: 548

Problema con encriptacion Simetrica con HBSSL

... sin embargo, no arroja el mismo resultado al tratar de desencriptar. Pienso que es posible que este algoritmo requiera una IV (Initiation Vector) y no se lo he dado. No se lo doy porque no conozco su nombre, sintaxis ni la estructura para hacerlo. Puede tambien ser otro problema que desconozco. ...
by JoelGG999
Sun Mar 05, 2017 2:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con encriptacion Simetrica con HBSSL
Replies: 0
Views: 528

Problema con encriptacion Simetrica con HBSSL

... sin embargo, no arroja el mismo resultado al tratar de desencriptar. Pienso que es posible que este algoritmo requiera una IV (Initiation Vector) y no se lo he dado. No se lo doy porque no conozco su nombre, sintaxis ni la estructura para hacerlo. Puede tambien ser otro problema que desconozco. ...
by JoelGG999
Sun Mar 05, 2017 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problema con encriptacion Simetrica con HBSSL
Replies: 0
Views: 387

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... what exactly do you have in mind. Previewer's Export to PDF option does not allow Paste of any text or any clipboard content to the contents (vector images) of the emf files. What FWSavePreviewToPDF() function does is : step1: convert vector images contained in emf files as raster image in ...
by nageswaragunupudi
Fri Feb 24, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6133
Next

Return to advanced search