Search found 64 matches: redefines

Return to advanced search

Re: hbmk2 problem

Unfortunately, that did not resolve the problem. I also took the the .prg file and moved it to the top of the list so it didn't pick up any redefines from other files as it was compiling ( if that's a thing ). It still has the same, original, error with that seek( x, y ) function. It doesn't ...
by TimStone
Mon Jul 17, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 705

Re: Concept of REDEFINE for Dummy

hi, It has to have an id other than -1 to be able to assign redefines Change RC with an ID. i can´t change ID while it is from Windows ;) i use that "search/replace" Dialog which e.g. Notepad.EXE have based on c:\fwh\source\classes\dlgfind.prg ...
by Jimmy
Sun Apr 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 789

Re: Concept of REDEFINE for Dummy

Jimmy:
It has to have an id other than -1 to be able to assign redefines
Change RC with an ID.
by cmsoft
Sun Apr 02, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 789

Re: Multiple RTF controls each with its own bar

Dear Hua, If I properly understood you, you have to do the following: 1. use "RichEdi5.ch" instead of "RichEdit.ch" 2. Do the REDEFINEs this way: REDEFINE RICHEDIT5 ::hoGets["edu_1"] VAR ::hGets["edu_1"] ID 301 OF ::oFolder:aDialogs[1] BARBUTTON Please notice ...
by Antonio Linares
Sun Oct 16, 2022 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 457

Re: FWH 2102: GET Upper, Lower, Proper Cases

In the case of REDEFINEs, the right place to define upper/lower case is the RC file. Please add the styles ES_UPPERCASE or ES_LOWERCASE in the rc file for the Gets you want. The only thing we can provide for REDEFINEs is Proper case. ...
by nageswaragunupudi
Sat Mar 06, 2021 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: GET Upper, Lower, Proper Cases
Replies: 3
Views: 768

Re: FWH 2102: GET Upper, Lower, Proper Cases

Hi Mr. Rao.

Very useful

also works with REDEFINEs ?

Thanks.

Jose.
by jvtecheto
Sat Mar 06, 2021 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: GET Upper, Lower, Proper Cases
Replies: 3
Views: 768

Re: orden Numero ID en REDEFINES

brakaman: Cuando defines un recurso vía editor de recursos se puede apreciar que cada recurso tiene un nombre y un índice (Name y TAB INDEX), el nombre es el que utilizamos dentro de nuestro código, por ejemplo REDEFINE GET aGetsF1[04] VAR oCia:CUR ID 104 OF oFld:aDialogs[1] UPDATE; PICTURE "@!...
by Armando
Fri Apr 26, 2019 3:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: orden Numero ID en REDEFINES
Replies: 2
Views: 616

Re: orden Numero ID en REDEFINES

Boton 1,2 del BRW.

Image

Saludos
by karinha
Fri Apr 26, 2019 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: orden Numero ID en REDEFINES
Replies: 2
Views: 616

orden Numero ID en REDEFINES

Hola amigos: Creo que sera problema mio, pero al final despues de haber hecho tantos cambios me queda la dua. ¿Tiene algo que ver cuando hacemos REDEFINE GET .... ó REDEFINE SAY etc. el orden en que lo tecleamos dentro del DIALOG, ? ¿Se tienen que teclear por orden del ID, ejemplo el ID de un GET qu...
by jvtecheto
Fri Apr 26, 2019 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: orden Numero ID en REDEFINES
Replies: 2
Views: 616

Re: Consulta RICHEDIT

La diferencia entre ambas clases es que la clase TRichEdit5 es más moderna y utiliza otra DLL: MsftEdit.dll, y el control en los redefines es RichEdit50W, contiene más métodos y funcionalidades. Bien, en cuanto a lo que necesitas, ahora si te he entendido Cambia en el código del ejemplo ...
by cnavarro
Wed Feb 13, 2019 11:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta RICHEDIT
Replies: 30
Views: 4315

Antonio: FONT and HIDE

Antonio, in REDEFINE CHECKBOX and REDEFINE COMBOBOX (maybe also in other REDEFINes) is no clausula FONT. Would be nice to have!
Another idea: A WHEN-clausula which triggers a :hide() (or :show()) from the control!
by byte-one
Tue Sep 19, 2017 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: FONT and HIDE
Replies: 0
Views: 395

Re: Bloated EXEs (reprise)

... libs from the list. So we have to find the reason why 2.4 MB of FWH modules are linked but not used. The only reason I can think of is that FWH redefines some of the xHarbour symbols. Which is your linker name ? ilink32. But that's irrelevant. EMG
by Enrico Maria Giordano
Tue Jul 25, 2017 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5060

Re: Bloated EXEs (reprise)

Enrico Maria Giordano wrote:Please note that I'm not using any Harbour functions in my sample so EXE size should not increase even if FWH redefines any of those.


Allright, but note what increase problem is no a fwh problem or harbour problem: it's a C linker problem from Embarcadero company if you use Borland C++
by hmpaquito
Mon Jul 24, 2017 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5060

Re: Bloated EXEs (reprise)

Please note that I'm not using any Harbour functions in my sample so EXE size should not increase even if FWH redefines any of those.

EMG
by Enrico Maria Giordano
Mon Jul 24, 2017 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5060

se viene...

... te das cuenta el tiempo que se pierde. Entonces estoy creando para compartirlo luego una aplicacion que lea un .RC y me genere en archivos TXT los redefines de los controles que ese .RC contenga. Gracias. https://1drv.ms/i/s!AptIZn_i9BHGyTQIG1fqi3Mkuyfb
by goosfancito
Tue Aug 23, 2016 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: se viene...
Replies: 2
Views: 504
Next

Return to advanced search