Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Johan Tu Toit
i will buy it. its better to choose keyboard behavior and use the pc keyboard usb. On 6/23/13, Zaher Dirkey wrote: > On Sun, Jun 23, 2013 at 9:17 PM, Johan Tu Toit > wrote: > >> so a usb barcode scanner can be setup to have a keyboard behavior? > > > It is depends on your barcode scanner, if you

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Marius
Zaher Dirkey wrote: >On Sun, Jun 23, 2013 at 10:07 PM, zeljko wrote: > >> so a usb barcode scanner can be setup to have a keyboard behavior? >>> >> >> Yes > > >​​Not all, some have special DLL, or emulate COM port. That is still possible wiith most scanners, but using it as a comport makes it al

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Zaher Dirkey
On Sun, Jun 23, 2013 at 9:17 PM, Johan Tu Toit wrote: > so a usb barcode scanner can be setup to have a keyboard behavior? ​It is depends on your barcode scanner​, if you will buy it then choose witch can do keyboard behavior. Best Regards Zaher Dirkey -- ___

Re: [Lazarus] executable version info: language

2013-06-23 Thread Maxim Ganetsky
21.06.2013 18:39, Eduard Filipas пишет: hi i would like to ask someonde who is assigned for IDE to add in executable version info: slovenian language. Or atleast if someone can point me to direction how i could do it. Added in r41858. -- Best regards, Maxim Ganetsky mailto:g

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Junior
Em 23-06-2013 15:38, Marcos Douglas escreveu: On Sun, Jun 23, 2013 at 3:32 PM, Leonardo M. Ramé wrote: On 2013-06-23 12:52:57 +0100, vfclists . wrote: I think Delphi compatibility is given too much prominence in the basic description. Lazarus is first and foremost an Object Pascal programming

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Zaher Dirkey
On Sun, Jun 23, 2013 at 10:07 PM, zeljko wrote: > so a usb barcode scanner can be setup to have a keyboard behavior? >> > > Yes ​​Not all, some have special DLL, or emulate COM port. -- I am using last revision of Lazarus, FPC 2.6 on Windows XP SP3 Best Regards Zaher Dirkey --

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread zeljko
On 06/23/2013 08:17 PM, Johan Tu Toit wrote: so a usb barcode scanner can be setup to have a keyboard behavior? Yes zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Marcos Douglas
On Sun, Jun 23, 2013 at 3:32 PM, Leonardo M. Ramé wrote: > On 2013-06-23 12:52:57 +0100, vfclists . wrote: >> I think Delphi compatibility is given too much prominence in the basic >> description. Lazarus is first and foremost an Object Pascal programming IDE >> whereas Delphi compatibility is RAD

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Leonardo M . Ramé
On 2013-06-23 12:52:57 +0100, vfclists . wrote: > I think Delphi compatibility is given too much prominence in the basic > description. Lazarus is first and foremost an Object Pascal programming IDE > whereas Delphi compatibility is RAD/GUI via components aspect. I don't > think 18 years after Delp

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread dev . dliw
Am Sonntag, 23. Juni 2013, 07:05:57 schrieb Hans-Peter Diettrich: > > - in the "Recent Announcements" box, I would put the date after the title > > (or maybe in front of it), currently it is hard to read, as there is no > > difference to the actual text > + > the repeated "The Lazarus team is glad

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Johan Tu Toit
so a usb barcode scanner can be setup to have a keyboard behavior? On 6/23/13, Giuliano Colla wrote: > On 06/23/2013 06:06 PM, Johan Tu Toit wrote: >> so once the focus in the myedit.text has been made, and the barcode >> scanner button has been triggered, the myedit.text received the value >> re

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Giuliano Colla
On 06/23/2013 06:06 PM, Johan Tu Toit wrote: so once the focus in the myedit.text has been made, and the barcode scanner button has been triggered, the myedit.text received the value read from the barcode been scanned? Yes, it's as simple as that, provided you have set up your scanner to behav

Re: [Lazarus] Where are Bounty Solutions?

2013-06-23 Thread Felipe Monteiro de Carvalho
On Sun, Jun 23, 2013 at 1:44 PM, Anthony Walter wrote: > I was looking at this claimed bounty in particular (currently the last item > in the claimed list): > > Android OpenGL ES demo The solution is here: http://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/bindings/android-ndk/examples/opengltes

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Johan Tu Toit
so once the focus in the myedit.text has been made, and the barcode scanner button has been triggered, the myedit.text received the value read from the barcode been scanned? On 6/23/13, Marius wrote: > Johan Tu Toit wrote: > >>hi all, please i would like to know how to pass a value read by a >>ba

Re: [Lazarus] how compile Lazarus (GTK3)?

2013-06-23 Thread Junior
I know, just wanted to test, but as you said, does not work. It's all right Em 23-06-2013 11:38, Juha Manninen escreveu: 2013/6/23 Junior : using "make clean all" does not work (GTK3) how to compile by Terminal using GTK3? Whatever you do, please do NOT open a bug report about GTK3 not working

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Kostas Michalopoulos
Looks *great*! A huge improvement over the previous chaos... err, webpage i meant :-P. The only nitpick i have is that "Tip of the day" should be "Random tip" (or something like that) since it changes every time you refresh the page, not daily :-P On Sun, Jun 23, 2013 at 4:42 PM, Juha Manninen w

Re: [Lazarus] how compile Lazarus (GTK3)?

2013-06-23 Thread zeljko
On 06/23/2013 04:52 PM, Junior wrote: I know, just wanted to test, but as you said, does not work. It's all right It works here, you must have installed at least gtk3 3.6.4. It's not clever idea to build ide with gtk3 since it will probably crash, but you can create simple project with form, b

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Marius
Johan Tu Toit wrote: >hi all, please i would like to know how to pass a value read by a >barcode scanner to a TEdit component. thanks Most barcode readers past the text via the keyboard so all you need todo is set the focus into the edit *unless you are using a comport scanner which are becoming

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Juha Manninen
On Sun, Jun 23, 2013 at 4:56 PM, Juha Manninen wrote: > The process was already made as easy as possible by NOT requiring a > local SMS installation. Sorry, I meant SMF, the Simple machines forum SW. Juha -- ___ Lazarus mailing list Lazarus@lists.laza

Re: [Lazarus] how compile Lazarus (GTK3)?

2013-06-23 Thread Juha Manninen
2013/6/23 Junior : > using "make clean all" does not work (GTK3) > how to compile by Terminal using GTK3? Whatever you do, please do NOT open a bug report about GTK3 not working. It is an early alpha as Zeljko mentioned. Juha -- ___ Lazarus mailing lis

[Lazarus] how compile Lazarus (GTK3)?

2013-06-23 Thread Junior
using "make clean all" does not work (GTK3) how to compile by Terminal using GTK3? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Juha Manninen
On Sun, Jun 23, 2013 at 3:03 PM, Junior wrote: > http://wiki.freepascal.org/WebPageDevelopment The wiki page only says "web page of Lazarus project". Lazarus itself is programmed with Pascal. It does not help when you want to modify a PHP program. The HTML, CSS and PHP files together form a web a

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Marc Santhoff
Am Samstag, den 22.06.2013, 15:03 -0300 schrieb silvioprog: > Hello, > > Lazarus website with a new look: > > http://www.lazarus.freepascal.org > > Enjoy! Congratulations and many thanks to evryone involved, very well done. It looks friendly - holds true for the colors ;) - it is clearly struc

Re: [Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread zeljko
On 06/23/2013 02:15 PM, Johan Tu Toit wrote: hi all, please i would like to know how to pass a value read by a barcode scanner to a TEdit component. thanks Just pass it. It's pure text and usualy have CRLF at the end. MyEdit.Text := SomeStringFromBarCodeScannerReader; z. -- _

Re: [Lazarus] Where are Bounty Solutions?

2013-06-23 Thread Vincent Snijders
2013/6/23 Anthony Walter > Looking at the new Lazarus website I found a link to the Lazarus bounty > page. My question is, where are the solutions to the bounty problems? I > thought they'd be shared with everyone. If there we don't require bounties > solutions to be shared then we probably shoul

[Lazarus] Where are Bounty Solutions?

2013-06-23 Thread Anthony Walter
Looking at the new Lazarus website I found a link to the Lazarus bounty page. My question is, where are the solutions to the bounty problems? I thought they'd be shared with everyone. If there we don't require bounties solutions to be shared then we probably should get rid of the page, after all i

[Lazarus] how to pass barcode value to a TEdit component

2013-06-23 Thread Johan Tu Toit
hi all, please i would like to know how to pass a value read by a barcode scanner to a TEdit component. thanks -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Junior
http://wiki.freepascal.org/WebPageDevelopment Em 23-06-2013 08:08, Juha Manninen escreveu: On Sun, Jun 23, 2013 at 1:33 PM, Junior wrote: could provide (at another address) the project, instead of having to install php. What do you mean? What project? Juha -- _

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread vfclists .
I think Delphi compatibility is given too much prominence in the basic description. Lazarus is first and foremost an Object Pascal programming IDE whereas Delphi compatibility is RAD/GUI via components aspect. I don't think 18 years after Delphi was introduced many Windows users know what Delphi is

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Juha Manninen
On Sun, Jun 23, 2013 at 1:33 PM, Junior wrote: > could provide (at another address) the project, instead of having to install > php. What do you mean? What project? Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.laz

[Lazarus] Gtk3 widgetset started

2013-06-23 Thread zeljko
Just commited gtk3 widgetset (alpha status) r41811 ... You can use it by uncommenting USEGTK3ALPHA in lcl/interfaces/gtk3/gtk3defines.inc. Most of gtk3 handles are implemented (not all props), but eg. form,buttons,edits,memo,listbox,combobox,spinedit,panel,groupbox ...lot of things is missing.

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Junior
could provide (at another address) the project, instead of having to install php. Em 23-06-2013 07:16, Juha Manninen escreveu: I added a wiki page. Please improve it if needed. http://wiki.freepascal.org/WebPageDevelopment Juha -- ___ Lazarus mail

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Juha Manninen
I added a wiki page. Please improve it if needed. http://wiki.freepascal.org/WebPageDevelopment Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread Juha Manninen
The good news is that now anybody can improve the pages by sending patches. It was possible only for Pascal sources earlier, now it is possible for web page sources as well. The Subversion repository is here : http://svn.freepascal.org/svn/lazaruswebsite/ Testing it locally requires normal web se