Search found 194 matches: push

Return to advanced search

TButton Icon Alignment

... how the second button Icon is out of alignment .. Here is the code .. I realize the length of the Prompt is longer than the other 3 and seems to push the icon farther left .. There is plenty of room if there was a way to insert a space to right pad the icon to line up all 4 icons .. Please note ...
by Rick Lipkin
Thu Jul 23, 2020 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: Enlazar y compilar con el editor VSCode

Adhemar,

Yo utilizo los repositorios Git directamente desde una ventana cmd.exe

git clone ... para descargar

git pull para actualizar

git commit para guardar cambios

git push para salvar los cambios en el repositorio principal
by Antonio Linares
Thu May 21, 2020 6:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7939

Re: New FTDN April/Abril 2020 (FWH 20.04)

... entrada/salida (PICTURE) de la información. * Nueva clase FWStack (source\classes\fwstack.prg) Clase pare el salvado y recuperación de datos por Push() y Pop() Métodos: New( [u1,u2,...,uN] ) --> Self Push( u, [u2, u3, ..., uN] ) --> Self Pop() --> Ultimo elemento de la pila y lo borra ...
by Antonio Linares
Sun May 10, 2020 1:26 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2196

New FTDN April/Abril 2020 (FWH 20.04)

... of a different data type and optionally use a new picture. * New class FWStack (source\classes\fwstack.prg) Class to save and retrieve data by Push() and Pop() Methods: New( [u1,u2,...,uN] ) --> Self Push( u, [u2, u3, ..., uN] ) --> Self Pop() --> Last item on the stack and removes ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2196

Re: Btnbmp: Different look after link in FWH19.05

... icon on the left a few pixels from the boundary of the edge of the button and the prompt in the center and if you want .. you can pad spaces to push the prompt manually to the right. Thanks Rick Lipkin
by Rick Lipkin
Sun Oct 06, 2019 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp: Different look after link in FWH19.05
Replies: 5
Views: 1129

Re: Multiple Dimension Array in Combobox

... to update itself with the new value for the field in the object buffer. I will study the code tomorrow carefully tomorrow and see how I can push this through. I could do a SAVE() of all values entered so far, and then reload the object. It's fast, but I don't want all those values committed ...
by TimStone
Thu Aug 29, 2019 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4054

Re: ¿ Porqué se distorsiona XBROWSER con COLUMNS ?

Mr. Rao I wrote this: XBROWSER TITLE "Archivo Final para Recursos Humanos"; SETUP oBrw:cHeaders := aTem//; When push the button for excel, i get this error: Application =========== Path and name: D:\JOB\Sindicato\sindicato.exe (32 bits) Size: 7,479,808 bytes Compiler version: ...
by wyerco613
Fri Jun 21, 2019 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Porqué se distorsiona XBROWSER con COLUMNS ?
Replies: 5
Views: 752

Re: Ribbon Theme

... the ribbon bar fixes most of the painting problems, and all of the clicking behavior problems. And setting the top margin to a larger value does push the top of the ribbon bar tabs down so that the tabs should be visible, but the groups and the buttons on the ribbon bar itself aren't following ...
by cnavarro
Sun Apr 28, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28349

Re: Ribbon Theme

... the ribbon bar fixes most of the painting problems, and all of the clicking behavior problems. And setting the top margin to a larger value does push the top of the ribbon bar tabs down so that the tabs should be visible, but the groups and the buttons on the ribbon bar itself aren't following ...
by rhlawek
Sun Apr 28, 2019 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28349

Re: strategies

... and when do we learn from the principal of insanity .. http://i65.tinypic.com/2d4480.jpg If you haven't noticed .. there is a BIG push for new security concerns against the big tech companies .. Google, Facebook and the discussions of bringing a GDPR ( like ) legislation to the ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8160

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... Reduced (CWR): Not set .... .0.. .... = ECN-Echo: Not set .... ..0. .... = Urgent: Not set .... ...1 .... = Acknowledgment: Set .... .... 1... = Push: Set .... .... .0.. = Reset: Not set .... .... ..0. = Syn: Not set .... .... ...0 = Fin: Not set [TCP Flags: ·······AP···] Window size value: 27609 ...
by José
Mon Jan 21, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4069

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... Reduced (CWR): Not set .... .0.. .... = ECN-Echo: Not set .... ..0. .... = Urgent: Not set .... ...1 .... = Acknowledgment: Set .... .... 1... = Push: Set .... .... .0.. = Reset: Not set .... .... ..0. = Syn: Not set .... .... ...0 = Fin: Not set [TCP Flags: ·······AP···] Window size value: 27609 ...
by José
Mon Jan 21, 2019 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: Working with barcode

... inventory and get the other data on each part and add it to the array. When finished, the person can edit the data in the browse if desired, then push a button to add the whole list to the invoice. This makes it quite quick to do this work. These new barcode readers work with bluetooth or a USB ...
by Marc Venken
Fri Jun 29, 2018 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266

Re: Ecommerce : wich I can use ?

... is not the right approach. Take a look at the link i posted regarding WooCommerce API, that's the way desktop and external programs should use to push and pull information. Besides they are using SQL for their storage needs, there are some internal mechanisms that pull some triggers related to ...
by Carlos Mora
Thu Mar 15, 2018 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1545

Re: Working with barcode

... inventory and get the other data on each part and add it to the array. When finished, the person can edit the data in the browse if desired, then push a button to add the whole list to the invoice. This makes it quite quick to do this work. These new barcode readers work with bluetooth or a USB ...
by TimStone
Thu Feb 15, 2018 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266
PreviousNext

Return to advanced search