Search found 486 matches: posts

Return to advanced search

Re: Introducing FiveTech's fivedit

... gracias. Saludos, Estabilidad, rapidez en algunos procesos, mejoras estéticas e integración mejorada con GitHub ( ya explicaré esto en próximos posts ) Stability, speed in some processes, aesthetic improvements and improved integration with GitHub (I will explain this in future posts)
by cnavarro
Mon Oct 30, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 108162

Re: Mejoras para scintilla

... Es un tema necesario a partir de añadir conexion a GitHub, etc. Ya lo explico en próximos posts
by cnavarro
Mon Oct 30, 2023 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 841052

create a Harbour class from C code

This is an example, in next posts we will check more advanced techniques from Manuel Expósito: #include <hbapi.h>#include <hbapicls.h>#include <hbapiitm.h>#include <hbstack.h>typedef struct {    int x;    int ...
by Antonio Linares
Wed Oct 25, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a Harbour class from C code
Replies: 2
Views: 338

Re: DBF . Commit

Otto,

Please reread my posts. You missed the point.
by Enrico Maria Giordano
Sun Oct 22, 2023 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2350

Fancy Dashboard

... dashboard. My problem is that I always need a working sample and based on that sample I mostly can make a nice project from it. There have been posts of some kind of dashboard, but I need a working sample. Does anyone has some kind of sample working ? This is a idee, but I'm happy with a sample ...
by Marc Venken
Tue Jul 04, 2023 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 789

Re: Webview question

... I have is when you call TWebview:New() a blank window is displayed momentarily before my dialog is displayed. I saw a reference to this in past posts however, I didn't not see any fix that addresses this. You can see this in the webview.prg and webview5.prg samples also. Please download the ...
by Antonio Linares
Sat Jul 01, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2934

Webview question

... window dialog I could retrieve the document in the oWnd:Valid function. oDoc := oActiveX:document I have looked at the examples and previous posts and I'm unable to get this to work. FUNCTION HPCall( cUrl ) local oDlg, oWebView cUrl := "www.google.com" DEFINE DIALOG oDlg SIZE 500, ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2934

Forzar Ancho de línea en un campo Memo

Hola Grupo! He visto varios posts en el foro que tratan este tema pero no me acaba de funcionar. Necesito poder indicar el ancho de línea de un get de campo memo para que salte automáticamente a la siguiente línea cuando se supera. He probado ...
by VictorCasajuana
Fri Apr 07, 2023 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Forzar Ancho de línea en un campo Memo
Replies: 8
Views: 752

Re: Concept of REDEFINE for Dummy

Jimmy, Some posts that can give some more info i think https://forums.fivetechsupport.com/viewtopic.php?f=3&t=34405&hilit=+resource https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40651&hilit=+resource https://forums.fivetechsupport.com/viewtopic.php?f=3&t=34922&hilit=+resource
by Marc Venken
Sun Apr 02, 2023 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Re: Bad look btnbmp disable()

... with pngs when are disabled I see a bad btnbmp but I think is for png file ----- just a question : Because of changing the imagepath of some old posts of mine, sometimes I cannot see the normal edit-buttons on top of the post Sample -> I want to change : http://www.pflegeplus.com/images/disable.png ...
by ukoenig
Sun Mar 05, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 723

Save Desktop into a

Hi to all,
if I remember correctly some time ago someone posts a function that save info a file the image of entire desktop.
I also remember that I test it locally but I dont't remember a key word to find it on my pc
I little help?

Many thanks
by MarcoBoschi
Fri Mar 03, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Desktop into a
Replies: 7
Views: 736

Forum content download

... Do you think you could just make a software where you query all the "HARBOUR" relevant newsgroups and then always show the latest posts in a report? You could then display this list always updated, for example here in FIVEWIN forum, and would then surely reach a wider audience. ...
by Otto
Tue Feb 21, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forum content download
Replies: 1
Views: 162

'izi pi zi' reporting is renamed Triathlon Report

... new webview2 offers so many additional possibilities. You can now use the full range of Javascritpt and HTML. Best regards, Otto Links to my old posts: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40516&hilit=reporting&sid=e4ad5dab9e442b55d14c83ba0165ae81 ...
by Otto
Sun Feb 19, 2023 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'izi pi zi' reporting is renamed Triathlon Report
Replies: 0
Views: 203

FileExplorer - modHarbour

Hello friends, I am working on a FileExplorer. So far, it is working fine. An onchange posts an AJAX request to the server. Harbour functions (directory()) check the directories and send back an ARRAY (JSON) with the files and the folders - in case these are change, ...
by Otto
Sat Nov 26, 2022 7:57 am
 
Forum: mod_harbour
Topic: FileExplorer - modHarbour
Replies: 0
Views: 307

LibXL

I've seen forum posts recommending this lib.
I need to be able to generate xlsx files without having office installed.
Does anyone have a working wrapper for this developed lib that can be used with harbor and fivewin that they want to share on the forum?

Thanks in advance for your attention.
by jose_murugosa
Thu Nov 24, 2022 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LibXL
Replies: 0
Views: 198
PreviousNext

Return to advanced search