Page 11 of 11

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 1:09 pm
by Roberto Lopez
sudip wrote:
Roberto Lopez wrote:
sudip wrote:It runs fine. :)
Thanks a lot.
Do you have any plan to include ComboSearchBox control in next version of IDE? We are waiting for this :)
Its already done!!! :)
The way to add an user component to IDE is the creation of a '.uci' file containing properties and events for that control.
'combosearchbox.uci' is included in the attachment.
Thanks a lot Master Roberto. I am not sure where I did wrong, but when I try to change form, most of the properties of ComboSearchBox control are vanished. Moreover I cannot see any property/method in the property window when I select ComboSearchBox control.

I want to learn where I am doing mistakes.

Thank you very much again for ComboSearchBox.uci.

With best regards.

Sudip
Please, try with 2.8.6g IDE.

Regards,

Roberto.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 1:24 pm
by sudip
Hello Master Roberto,

Thanks a lot! I am using the same version. Now I found ComboSearchBox control in User Component combo box.
When I want to view codes from View -> Form code menu it shows only:

Code: Select all

* Harbour MiniGUI IDE Two-Way Form Designer Generated Code
* (c)2004-2009 Roberto Lopez <harbourminigui@gmail.com>
* http://harbourminigui.googlepages.com

DEFINE WINDOW TEMPLATE AT 181 , 348 WIDTH 516 HEIGHT 402 VIRTUAL WIDTH Nil VIRTUAL HEIGHT Nil TITLE "Hello World" ICON NIL MAIN CURSOR NIL ON INIT Nil ON RELEASE Nil ON INTERACTIVECLOSE Nil ON MOUSECLICK Nil ON MOUSEDRAG Nil ON MOUSEMOVE Nil ON SIZE Nil ON MAXIMIZE Nil ON MINIMIZE Nil ON PAINT Nil BACKCOLOR Nil NOTIFYICON NIL NOTIFYTOOLTIP NIL ON NOTIFYCLICK Nil ON GOTFOCUS Nil ON LOSTFOCUS Nil ON SCROLLUP Nil ON SCROLLDOWN Nil ON SCROLLLEFT Nil ON SCROLLRIGHT Nil ON HSCROLLBOX Nil ON VSCROLLBOX Nil

    DEFINE COMBOSEARCHBOX combosearchbox_1
        ROW    60
        COL    170
        WIDTH  140
        HEIGHT 20
    END COMBOSEARCHBOX

END WINDOW
As I know little about how to use user component, I am not sure about it (I mean when I try to open .fmg file with a text editor, I found lots of properties for COMBOSEARCHBOX there.)

Please don't mind, I am asking this query as I want to learn it. And sorry for my novice queries. :(

With best regards.

Sudip

Re: Incremental Search with Combo Box

Posted: Sun Jul 12, 2009 8:52 pm
by kesisim
esgici wrote:Thanks a lot Maestro :D

Merhaba Esgici
İsmini bilmediğim için bu şekilde hitap ettim. Özür dilerim. Bir Clipper sevdalısıyım. Bende Çıktığından bu yana Minigui kullanıyorum. Üretmiş olduğun Csbox kontrolu güzel bir uygulama yalnız bir hatası var. Aynı Pencerede 2 adet farklı şekilde kullanıldığında bu kontrol önceden tanımlanmış şeklinde bir hata vererek çıkıyor. Bildirmeyi görev bildim.

Fazla ingilizcem iyi değil bu nedenle sana yazdım.

Hüseyin Aydın.
h.aydin42@gmail.com

--

Esgici

Re: HFCL (Hmg Forum Component Library)

Posted: Sun Jul 12, 2009 9:46 pm
by Roberto Lopez
sudip wrote:Hello Master Roberto,

Thanks a lot! I am using the same version. Now I found ComboSearchBox control in User Component combo box.
When I want to view codes from View -> Form code menu it shows only:
<...>
As I know little about how to use user component, I am not sure about it (I mean when I try to open .fmg file with a text editor, I found lots of properties for COMBOSEARCHBOX there.)
I've tested again and I've not found any problem.

Are you using the current IDE version?

Regards,

Roberto.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Feb 12, 2015 9:39 am
by bobypoz
Here is my little contribution


Code: Select all

   ////////////////////////////////////////////////////////////
   // SERBIAN    \    CROATIAN 
   ////////////////////////////////////////////////////////////

   private msgarr := {"Nema ništa za štampu!",;
                   "Nijedan štampač nije instaliran!",;
                   "Čarobnjak za štampu",;
                   "Kreator izveštaja",;
                   "Kolone",;
                   "Nazivi kolona",;
                   "Širina (mm)",;
                   "Kliknite dva puta na kolonu kako biste je označili da li je štampati ili ne.",;
                   "Veličina kolone sa tekstom",;
                   "Ukupna širina :",;
                   "Izvan",;
                   "Naslov 1",;
                   "Naslov 2",;
                   "Naslov 3",;
                   "Podnožje (futer) 1",;
                   "Osobine izveštaja",;
                   "Veličina slova",;
                   "Duži tekst",;
                   "Prelom linija",;
                   "Skratiti",;
                   "Numeracija strana",;
                   "Isključeno",;
                   "Vrh",;
                   "Dno",;
                   "Linije tabele",;
                   "Kolona",;
                   "Red",;
                   "Centar strane",;
                   "Vertikalno",;
                   "Strana / Štampač",;
                   "Orijentacija",;
                   "Pejzaž",;
                   "Portret",;
                   "Štampač: ",;
                   "Veličina strane",;
                   "Širina strane",;
                   "Visina strane",;
                   "Margine (mm)",;
                   "Vrh",;
                   "Desno",;
                   "Levo",;
                   "Dno",;
                   "Štampaj",;
                   "Otkaži",;
                   "Dobrodošli u čarobnjak za štampu",;
                   "Izabrali ste više kolona nego što staje u štampu!",;
                   "Morate izabrati štampač!",;
                   "Štampač ne može biti izabran! Proverite vezu sa štampačem.",;
                   "Strana br.. :",;
                   "Veličina :",;
                   "Završeno",;
                   "Veličina kolona koje nisu tekstualne ne može biti izmenjena!",;
                   "Konstante za ravnjanje teksta nisu ispravne.",;
                   }

HFCL (Hmg Forum Component Library)

Posted: Thu Feb 12, 2015 3:58 pm
by Pablo César
bobypoz wrote:Here is my little contribution

Code: Select all

   ////////////////////////////////////////////////////////////
   // SERBIAN    \    CROATIAN 
   ////////////////////////////////////////////////////////////

   private msgarr := {"Nema ništa za štampu!",;
                   "Nijedan štampač nije instaliran!",;
                   "Čarobnjak za štampu",;
                   "Kreator izveštaja",;
                   "Kolone",;
                   "Nazivi kolona",;
                   "Širina (mm)",;
                   "Kliknite dva puta na kolonu kako biste je označili da li je štampati ili ne.",;
                   "Veličina kolone sa tekstom",;
                   "Ukupna širina :",;
                   "Izvan",;
                   "Naslov 1",;
                   "Naslov 2",;
                   "Naslov 3",;
                   "Podnožje (futer) 1",;
                   "Osobine izveštaja",;
                   "Veličina slova",;
                   "Duži tekst",;
                   "Prelom linija",;
                   "Skratiti",;
                   "Numeracija strana",;
                   "Isključeno",;
                   "Vrh",;
                   "Dno",;
                   "Linije tabele",;
                   "Kolona",;
                   "Red",;
                   "Centar strane",;
                   "Vertikalno",;
                   "Strana / Štampač",;
                   "Orijentacija",;
                   "Pejzaž",;
                   "Portret",;
                   "Štampač: ",;
                   "Veličina strane",;
                   "Širina strane",;
                   "Visina strane",;
                   "Margine (mm)",;
                   "Vrh",;
                   "Desno",;
                   "Levo",;
                   "Dno",;
                   "Štampaj",;
                   "Otkaži",;
                   "Dobrodošli u čarobnjak za štampu",;
                   "Izabrali ste više kolona nego što staje u štampu!",;
                   "Morate izabrati štampač!",;
                   "Štampač ne može biti izabran! Proverite vezu sa štampačem.",;
                   "Strana br.. :",;
                   "Veličina :",;
                   "Završeno",;
                   "Veličina kolona koje nisu tekstualne ne može biti izmenjena!",;
                   "Konstante za ravnjanje teksta nisu ispravne.",;
                   }
Good ! This is so good !

Thank you to help for multi languages.