Search found 17 matches: widgets

Return to advanced search

Compilar o core.prg UHttpd

... I'm trying to compile the Uhttpd from the contribution: https://github.com/harbour/core/tree/master/contrib/hbhttpd includes core.prg, log.prg, widgets.prg I am compiling for MultiThread with FWH 2212 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL in core.prg it asks for the hbssl.ch file, there ...
by Ari
Sat Apr 29, 2023 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 525

Re: how to scan a barcode presents in a jpeg file

... device (eg, webcam) as a bar code scanner. For application developers, language bindings are included for C, C++, Python and Perl as well as GUI widgets for Qt, GTK and PyGTK. Check the ZBar home page for the latest release, mailing lists, etc. http://zbar.sourceforge.net/ Please download it ...
by Antonio Linares
Thu Jan 20, 2022 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 639

Re: FiveTouch FAQ

... Fivetouch can use GPS, accelerometer, altimeter, camera and other on smartphones? Yes (conceptually). Tested OK: QCamera : Example : /addons/hbqtwidgets/tests/camera.hbp [ included in HbQt ] Tested OK: GPS : Example - embedded : addons/hbqtwidgets/tests/demovisualizer.hbp : Lib - QtPositioning ...
by Pritpal Bedi
Thu Jun 04, 2015 4:10 pm
 
Forum: FiveTouch
Topic: FiveTouch FAQ
Replies: 54
Views: 19602

Re: Apple anuncia el nuevo lenguaje Swift

... ventanas semi transparentes estilo windows Vista con aéreo , unas carpetas en color azul semitrasparentes horribles . Han quitado la pantalla de widgets . Para ser una Beta1 no fallan demasiadas cosas . La libreria de fivemac no me regenera completa por un error en unas cabeceras , pero siendo ...
by mastintin
Wed Jun 04, 2014 5:55 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Apple anuncia el nuevo lenguaje Swift
Replies: 38
Views: 9173

Re: Fivedroid on Qt

... Fivedroid. Las ventajas, a mi modo de ver, de Fivedroid on Qt ya las comenté en un post pasado: (Digia) Qt implementa, mantiene y prueba los widgets y Fivedroid on Qt se aprovecha de esa circunstancia para centrarse en, SOLAMENTE, y no es poca cosa, ofrecernos un entorno/ librería amigable ...
by Antonio Mart.
Mon Jun 17, 2013 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 36123

Re: Fivedroid on Qt

... Que haya una capa intermedia Qt puede ser hasta bueno porque ellos (Qt) facilitan lo mas complejo, a saber, investigacion, desarrollar y test de widgets, mientras nosotros ;-) nos limitamos a wrappearlos y hacerlos xBase style.
by Antonio Mart.
Mon Jun 10, 2013 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 36123

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... command-line, like; HbIDE.exe \harbour\tests\test.dbf myOther.dbf \mysources\first.prg. This mode also hides "Main" and "Docking Widgets" toolbars, thus presents a lean look. If a .dbf is passed as above, then IdeDBU gets preference over source editor in terms of application's ...
by Pritpal Bedi
Fri Jul 13, 2012 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97063

Re: ACTIVEX PDF y fusión de datos usando PDFTK.EXE

... CompanyName="Acme Corporation Inc." Address1="345 Garden Avenue" Address2="San Gorge, CA 94301" Item1="Widgets" Quantity1="2" Price1="500" Item2="" Quantity2="" Price2="" Total="500" /> ...
by Bayron
Fri Aug 19, 2011 1:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACTIVEX PDF y fusión de datos usando PDFTK.EXE
Replies: 2
Views: 833

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... project files onto it. % Fixed: RTE when a table was being opened twice. Now an alert message is flashed to this effect. ! Fixed: right-side dock widgets visibility behavior. Before next clicked dock was hidden under the tabs and user had to click again on the tab.
by Pritpal Bedi
Tue Jul 06, 2010 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97063

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... * contrib/hbide/ideplugins.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg % Fixed: docking widgets had stopped to be resizable. + Enhanced: plugins are now supported in .prg format also. + REQUESTed all hbQT and hbXBP classes for scripts to ...
by Pritpal Bedi
Mon Jun 28, 2010 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97063

Re: Duda existencial: Aplicativos de escritorio o internet

... la programacion web en navegador. Carencias que tienen estas aplicaciones desde un punto de vista de usabilidad (empezando por lo limitado de los widgets de entrada, inputs, textareas, etc, hasta el retardo en cualquier acción del usuario mientras se recarga la página). El front-end de toda aplicación ...
by Vladimir Zorrilla
Fri Sep 04, 2009 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda existencial: Aplicativos de escritorio o internet
Replies: 34
Views: 10474

Unwanted tab stops

... tab stops on a dialog, but although possible that would involve quite an amount of work. I can achieve pretty much what I want if I can make some widgets merely pass the focus on to the next widget "automatically". I am wondering if this can be done via their LostFocus method. Can we expose a ...
by xProgrammer
Fri Mar 28, 2008 11:51 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Unwanted tab stops
Replies: 0
Views: 601

... the Following function: gtk_container_set_focus_chain () void gtk_container_set_focus_chain (GtkContainer *container, GList *focusable_widgets); Sets a focus chain, overriding the one computed automatically by GTK+. In principle each widget in the chain should be a descendant of ...
by xProgrammer
Sun Mar 16, 2008 2:09 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Tab Order on a DIALOG
Replies: 5
Views: 1915

... enumeration is also used to identify different colors in a GtkStyle for drawing, so states can be used for subparts of a widget as well as entire widgets. GTK_STATE_NORMAL State during normal operation. GTK_STATE_ACTIVE State of a currently active widget, such as a depressed button. GTK_STATE_PRELIGHT ...
by xProgrammer
Sat Mar 15, 2008 6:41 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Changing the background color of a BUTTON
Replies: 14
Views: 3826

... more: # procedure Set_Focus_Chain (Container : access Gtk_Container_Record; Focusable_Widgets : Gtk.Widget.Widget_List.Glist); Set the chain of widgets that can take the focus for a given Container. The list should be freed by the user. This list indicates in which order the widgets will get ...
by xProgrammer
Thu Mar 13, 2008 8:49 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Tab Order on a DIALOG
Replies: 5
Views: 1915
Next

Return to advanced search