Search found 5251 matches: main

Return to advanced search

Re: SetMultiSelectCol() on line

... LREADONLY Args: [ 1] = U [ 2] = L .T. Stack Calls =========== Called from: xbmulsel.prg => _LREADONLY( 0 ) Called from: xbmulsel.prg => (b)MAIN( 38 ) Maybe I did not say it clear enough I would like the procedure to check whether xbrowse has/does not have :SetMultiSelectCol() if it does ...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 187

Re: RunnerXBase

... de empotrar código prg como lo hace php). Modo PRG https://raw.githubusercontent.com/carles9000/carles9000.github.io/main/resources/gif/console_prg.gif Modo HTML https://raw.githubusercontent.com/carles9000/carles9000.github.io/main/resources/gif/console.gif ...
by Carles
Sat Apr 20, 2024 4:57 pm
 
Forum: mod_harbour
Topic: RunnerXBase
Replies: 2
Views: 296

xbrowseWeb - Work in Progress

Hello friends, For some time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb m...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 112

Re: Brush

... #include "FiveWin.ch" *-------------------------------------------------------------------------------* Function Main() Local oDlg, oImagem Local cImagem := "..\bitmaps\pngs\2.png" DEFINE DIALOG oDlg SIZE 800, 600 ; STYLE nOr( WS_CHILD, WS_POPUP ) ; COLOR ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 237

Re: Help to friends to Config Xmate with bcc7.7

... %PRG% /m /n0 /gc1 /es2 /a /i%HB_INC_INSTALL% /j%HOME%\I18n\Main.hil /iinclude;c:\work\fwh\include;%HB_INSTALL%\includeOption prefix=/[C]C_INSTALL=C:\work\bcc7C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe ...
by Silvio.Falconi
Wed Apr 17, 2024 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 211

IA y Harbour Conceptos básicos

... musicales y al revisar la caché de mi navegador, observo que me ha bajado un archivo binario de 428,422,300 bytes /Xenova/musicgen-small/resolve/main/onnx/decoder_model_merged_quantized.onnx Y otros tantos ficheros de más de 100 mb tambien en formato ONNX Saltan mis dudas... Qué diferencia hay ...
by Joaquim Ferrer
Sat Apr 13, 2024 10:57 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 1
Views: 89

Compiling error Antonio Nages resolved

... bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Tooltip of the selector column

... by TMDIFRAME:COMMAND(247) called by TMDIFRAME:HANDLEEVENT(0) called by _FWH(3177) called by WINRUN(0) called by TMDIFRAME:ACTIVATE(990) called by MAIN(450) CPU type: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz 0 Mhz Hardware memory: 16326 MB ( available: 10102 MB ) I would say nMouseRow = 0?
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1365

Re: Problem with valid email refresh btnbmp

... bcc7Harbor: [1]:Harbour.Exe karinha.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\BTNBMP~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\karinha.c Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ ...
by Silvio.Falconi
Fri Apr 05, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2435

Re: Using llama64.lib with Harbour

We are checking it with Alexander as it is running very slow, and we don't know why yet

Llama.cpp main.exe runs much faster
by Antonio Linares
Wed Mar 27, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 1145

Error en Listbox.

... _FWH( 3154 ) Called from: => WINRUN( 0 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 980 ) Called from: Sistema.prg => MAIN( 327 ) ya he probado cambiando hasta los campos y nada. Alguna sugerencia? Gracias
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 310

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: New FWH 24.02

Try adding this to your main PRG:

Code: Select all  Expand view
#pragma BEGINDUMP

void __get_std_stream() {}

#pragma ENDDUMP
by Enrico Maria Giordano
Sat Mar 09, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7105

Re: To Nageswrao Del Objs on TscrollPanel

... I have 3 buttons   Admin , Procedure 5, Procedure 5 only whe I resize the explorerbar or size the main window the tpanel is refreshed but the second button is not clickable  https://i.postimg.cc/t4tYgmB4/out.jpg
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 668

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

Este ejemplo parece correcto: #include "fivewin.ch"function Main()   USE CUSTOMER   ? SELECT()   // --> 1   DBSELECTAREA( 0 )   ? SELECT()  // --> 2return nil He puesto en mi MAIN() inmediatamente después de ...
by FiveWiDi
Tue Mar 05, 2024 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3621
Next

Return to advanced search