Search found 1597 matches: items

Return to advanced search

Re: combobox color

hi Silvio, as i can say a normal Combobox can only change Color for all Items to change it for special Item you need Ownerdraw. i know that Fivewin have ON DRAWITEM but i have not find out how it work so i wrote my own Method here a CODE snip which i use oCombo_left:bOwnerDraw ...
by Jimmy
Fri Apr 26, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 1
Views: 53

combobox color

I have a combobox

@ 10, 120 COMBOBOX aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg


on first element of aCategorie there is "nessuna" and the last item is "Aggiungi"

I wish change color and font of text only on these two items
by Silvio.Falconi
Fri Apr 26, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 1
Views: 53

Re: Una sobre RIBBONBAR

Estimado Armando, Si revisas el comando puedes ver que espera una lista de palabras que se transforma en un array: [ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] #xcommand DEFINE RIBBONBAR [ <oRBar> ] ;                           [ <of:OF, WINDOW> <oWnd> ...
by Antonio Linares
Mon Apr 01, 2024 7:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre RIBBONBAR (SOLUCIONADO)
Replies: 2
Views: 594

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

... pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3625

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

... pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3625

Re: To Nageswrao Del Objs on TscrollPanel

... buttons I cannot delete printer button https://i.postimg.cc/NFWzkLT2/2.png then I have another situation the final user can insert items directly on tpanel, only on another dialog can delete the btnbmp these items are quick links to recall some application procedures, so each btnbmp ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 670

Re: To Nageswrao Del Objs on TscrollPanel

function DeleteControl( oPanel, nItem )   local nTop, nLeft      for n := Len( oPanel:aControls ) to nItem + 1 STEP -1      oPanel:aControls[ n ]:nTop := oPanel:aControls[ n - 1 ]:nTop      oPanel:aControls[ n ]:nLeft:= oPanel:aControls[ n - 1 ]:nLeft...
by Silvio.Falconi
Mon Mar 04, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 670

Re: COMBOBOX

Ruth,

Often many of us who have done this a long time need to ask questions to "refresh" our thinking on even basic items. It is always fine to ask any questions.

Tim
by TimStone
Thu Feb 29, 2024 2:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 304

To Nageswrao Del Objs on TscrollPanel

... some Objs and save the obj on adata array To manage open a Xbrowse with aData I wish erase the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except product number 1 and del item on adata and refresh the oBrw how I can resolve ? I Tried with ( but run bad) FOR i := 1 TO LEN(oBrw:aCols) ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 670

azzoMax-dashboard for internal use

... and jQuery, no other foreign LIBs. azzoMax is a dashboard for internal use. The core is the sidebar, from which you can access the various menu items. For example, we store all our company documents in one menu item, and in another, the links we constantly need. Then we can open the important ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 213

To Nages : Search on Xbrowse tree

... my application I use another dbf with other index and I wish show the tree on different fields in my application I have an archive of warehouse items (products) where I would like to display a tree view for different fields (categories and brand) Xbrowse normal https://i.postimg.cc/4NTQspbs/normal.png ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 386

Re: PepPol European Invoicing standard

... = oDbf[name] Then in TEXT function use the Hash hXml["Name"] .......so that anyone can use it if he will link his own database items to the hXml Hash Does this make sence ?
by Marc Venken
Wed Feb 14, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 925

Re: PepPol European Invoicing standard

...           </cac:PostalAddress>        </cac:Party>    </cac:AccountingCustomerParty>    <!-- Add more invoice details, line items, taxes, etc. --></Invoice>  <!-- Add more invoice details, line items, taxes, etc. --> <!-- Invoice lines --><cac:InvoiceLine>  ...
by Antonio Linares
Wed Feb 14, 2024 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 925

Scroll Down en un combobox

Saludos a todo el foro:

Tengo un combobox con muchos items el control solo me muestra una parte de los items
y quiero que con el mouse avanzar hacia abajo para mostrar más items pero no avanza,
solo con el teclado funciona, alguna sugerencia?

Saludos
by Armando
Mon Feb 12, 2024 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Down en un combobox
Replies: 4
Views: 449

Re: RC to PRG generator

If I understand correctly, you can't have both automatic and fixed items placing together.
by Enrico Maria Giordano
Mon Feb 12, 2024 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204
Next

Return to advanced search