[Lazarus] Photos in Windows Mobile

2013-11-16 Thread Arí Ricardo Ody
Hi! I would like to develop the feature of take pictures from windows mobile handelds and save them in SQLite databases. May someone tell me how to implement this feature in Lazarus? Greetings from Sao Paulo - Brazil Ricardo -- ___ Lazarus mailing

[Lazarus] Error with TSQLite3Dataset?

2013-08-05 Thread Arí Ricardo Ody
I use ExecuteDirect method to insert a record in a SQLite3 SQL tabel. The primary key is a sequential integer number. I have the follwoind contruction in the moment I will execute the SQL Insert command: try cdsInventario.ExecuteDirect(auxstr); except On e:Exception do begin;

Re: [Lazarus] Error with TSQLite3Dataset?

2013-08-05 Thread Arí Ricardo Ody
: [Lazarus] Error with TSQLite3Dataset? Try ExecSQL What is in auxstr? What is your Table definition? Since you are updating data using direct SQL, you will need to close and re open the dataset so the dataset record is in sync Luiz 2013/8/5 Arí Ricardo Ody ar...@gmx.com: I use ExecuteDirect

Re: [Lazarus] Behavior of Lazarus windows CE seems to differ from the windows mobile behavior

2013-07-29 Thread Arí Ricardo Ody
/07/2013 22:43, Arí Ricardo Ody wrote: I'm using Lazarus 0.9.30 'cause the full screen routine is in trouble in the versions 1.0.X and later. No experience with WinCE and Lazarus, but wasn't this problem fixed in Laz trunk? I at least recall a lot of posts about this a while ago

Re: [Lazarus] Behavior of Lazarus windows CE seems to differ from the windows mobile behavior

2013-07-29 Thread Arí Ricardo Ody
] Behavior of Lazarus windows CE seems to differ from the windows mobile behavior Interesting topic What is the difference between Windows CE, Windows 8 and Windows Mobile? Which one can you use Lazarus to create apps for? On 07/29/2013 06:07 PM, Arí Ricardo Ody wrote:Someone suggested compile

[Lazarus] Behavior of Lazarus windows CE seems to differ from the windows mobile behavior

2013-07-28 Thread Arí Ricardo Ody
I have a totally stable and high reliable Lazarus for windows mobile application. Some days ago I was inquired about this application by a firm who rents lots of windows CE handhelds. They offer me to test my application in a Windows CE handheld. I tried. The application starts with no run

Re: [Lazarus] How to proceed in a case like this?

2013-04-08 Thread Arí Ricardo Ody
Thank you, pal - Original Message - From: Felipe Monteiro de Carvalho Sent: 04/07/13 05:11 PM To: Lazarus mailing list Subject: Re: [Lazarus] How to proceed in a case like this? On Sun, Apr 7, 2013 at 7:54 PM, Zaher Dirkey parm...@gmail.com wrote: What bug? please more details.

[Lazarus] Fw: Re: One last ask for help

2013-03-21 Thread Arí Ricardo Ody
- Original Message - From: Michael Schnell Sent: 03/21/13 05:40 AM To: Lazarus mailing list Subject: Re: [Lazarus] One last ask for help On 03/21/2013 03:46 AM, Arí Ricardo Ody wrote: WinCE ... a customer interested Isn't this a contradiction, nowadays ? I feel that WinCE is rapidly

Re: [Lazarus] Fw: Re: One last ask for help

2013-03-21 Thread Arí Ricardo Ody
- Original Message - From: Antonio Fortuny Sent: 03/21/13 09:37 AM To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] Fw: Re: One last ask for help Hi Ricardo. --- Hi Antonio As of my last experience (Datalogic, Motorola former Symbol models, all using WinCE) the scanner

Re: [Lazarus] Fw: Re: One last ask for help

2013-03-21 Thread Arí Ricardo Ody
@lists.lazarus.freepascal.org Subject: Re: [Lazarus] Fw: Re: One last ask for help Le 21/03/2013 15:02, Arí Ricardo Ody a écrit : Hi Ricardo. --- Hi Antonio As of my last experience (Datalogic, Motorola former Symbol models, all using WinCE) the scanner itself needs to be very carefully

[Lazarus] One last ask for help

2013-03-20 Thread Arí Ricardo Ody
I wrote an application for WinCE in Lazarus 0.9.30/FPC 2.4.2 some time ago. Finally appear a customer interested in the system. It was tested in an iPaq equipment during the development stage. Late I tested it with a Motorola ES400 handheld when I can test the functions using a barcode scanner.

[Lazarus] Trouble with windows mobile scanner

2013-03-18 Thread Arí Ricardo Ody
I developed an application to run in windows mobile. It remains forgotten for 2 years. A couple of weeks ago a firm call me asking for this application. I install it in a Intermec C3Ka1 with windows mobile 6.1 and it ran ok, as expected. The surprise appears when I try to read a barcode with

[Lazarus] Doubts about target platform selection

2013-03-14 Thread Arí Ricardo Ody
I've used Lazarus 0.9.30 for 2 years to compile e execute a WinCE arm application. I been used the Project|Project Options|Code generation to control the target platform destination for generate the executable program. In the next week I installed Lazarus 1.0.6. I pretend to migrate my old

Re: [Lazarus] Error on first compilation of a legacy WinCe project

2013-03-13 Thread Arí Ricardo Ody
- Original Message - From: Antonio Fortuny Sent: 03/13/13 01:25 PM To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] Error on first compilation of a legacy WinCe project Le 13/03/2013 17:14, Arí Ricardo Ody a écrit : Hi Antonio See in the link below the screens you mentined. http

[Lazarus] Error on first compilation of a legacy WinCe project

2013-03-12 Thread Arí Ricardo Ody
I downloaded and ran: lazarus-1.0.6-fpc-2.6.0-win32.exe lazarus-1.0.6-fpc-2.6.0-cross-arm-wince-win32 Installed sqlite3laz 0.4 in line Downloaded sqlite3.dll and sqlite3.def precompiled binaries for windows from http://www.sqlite.org/download.html and copy them to c:\lazarus I copied the

[Lazarus] Installing Lazarus

2013-03-10 Thread Arí Ricardo Ody
I have an application developed for WinCe. I compile and run it with Lazarus 0.9.30. I'm planning to migrate to Lazarus 1.0.6. I downloaded and installed Lazarus 1.06 and lazarus1.0.6 for ARM devices, successfully. When I try to compile te project the first time it asks for sqlite.dll adn

Re: [Lazarus] Installing Lazarus

2013-03-10 Thread Arí Ricardo Ody
Believe me: I seek exhaustively via Google and the Lazarus CCR doesn't appear. I swear. I would like to understand why. I am not familiar with Lazarus environment. Thank you very much. Cheers Ricardo - Original Message - From: leledumbo Sent: 03/10/13 06:54 PM To:

Re: [Lazarus] Photo camera and RFID devices

2013-03-02 Thread Arí Ricardo Ody
/13 04:25 PM To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] Photo camera and RFID devices On 28.02.2013 21:27, Arí Ricardo Ody wrote: I have a program used for fixed assets field inventory. It runs in handhelds running windows mobile with ARM processors. I would like to know

[Lazarus] Accessing windows mobile handhelds from Lazarus programs

2013-03-02 Thread Arí Ricardo Ody
Some time a guy from the Lazarus team commented with me that I can use microsoft .NET DLLs from a Lazarus program. The idea I have is access SQLite databases recorded in a windows mobile handheld from a Lazarus program running in a PC computer. I know this is possible when try from a C#

[Lazarus] Photo camera and RFID devices

2013-02-28 Thread Arí Ricardo Ody
I have a program used for fixed assets field inventory. It runs in handhelds running windows mobile with ARM processors. I would like to know if someone here have used photo cameras and RFID readers/receivers in similar equipments. If affirmative should you explain how get access(and control)

[Lazarus] Photo camera and RFID devices

2013-02-28 Thread Arí Ricardo Ody
I have a program used for fixed assets field inventory. It runs in handhelds running windows mobile with ARM processors. I would like to know if someone here have used photo cameras and RFID readers/receivers in similar equipments. If affirmative should you explain how get access(and control)

[Lazarus] Reading files in a Windows Mobile device.

2011-11-10 Thread Arí Ricardo Ody
I need to copy a SQLite database from a iPAQ running Windows Mobile. I did this once using the RAPI.DLL but I was programming in C# under .NET Framework. I would like to know if someone of you have did this even via RAPI.DLL or in another way and can give me an example. In fact I have no

Re: [Lazarus] Problem with access rights in Windows Mobile?

2011-10-26 Thread Arí Ricardo Ody
As usual, your suggestion solves the problem. Once I freed the 2 datasets(both use the same .db file) I know was used before the execution reaches the zip routine, the error with access rights disappear. In this aspect, trouble is solved, thank you. The application has various methods that

Re: [Lazarus] Problem with access rights in Windows Mobile?

2011-10-26 Thread Arí Ricardo Ody
I'll try this approach. Thank you very much Ricardo - Original Message - From: Felipe Monteiro de Carvalho Sent: 10/26/11 06:10 AM To: Lazarus mailing list Subject: Re: [Lazarus] Problem with access rights in Windows Mobile? 2011/10/26 Arí Ricardo Ody ar...@gmx.com: The application

[Lazarus] Datetime column in TDBGrid

2011-10-25 Thread Arí Ricardo Ody
I'm using a TDBGrid with a TSQLite3Dataset and there is a datetime column. The rightost one. Nothing is howed in this column and the other columns of the TDBGrid have content. Is there a way of show datetime values in TDBGrid column? Greetings from São Paulo - Brasil Ricardo --

[Lazarus] Datetime column in TDBGrid (again)

2011-10-25 Thread Arí Ricardo Ody
I'm using a TDBGrid with a TSQLite3Dataset and there is a datetime column. The rightmost one. Nothing is showed in this column and the other columns of the TDBGrid have content. Is there a way to show SQLite 3 datetime values in TDBGrid columns? Greetings from São Paulo - Brasil Ricardo --

[Lazarus] Problem with access rights in Windows Mobile?

2011-10-25 Thread Arí Ricardo Ody
I wrote an application in Lazarus 0.9.30 with SQLite 3(I used only TSQLite3Dataset). Everything's fine 'till this morning. The application is written to run under WinCE arm devices. I wrote a method to archive the SQLite 3 database via TZipper. I reviewed the code logic dozen of times and it

Re: [Lazarus] DBComboBox

2011-08-24 Thread Arí Ricardo Ody
and install again and can't find new Data Controls(twice) in my 0.9.30 Ide. Cheers Ricardo - Original Message - From: michael.vancann...@wisa.be Sent: 08/24/11 05:09 AM To: Lazarus mailing list Subject: Re: [Lazarus] DBComboBox On Wed, 24 Aug 2011, Arí Ricardo Ody wrote: I have

[Lazarus] Use barcode reader in windows mobile devices

2011-08-23 Thread Arí Ricardo Ody
Hi! I'm developing a project to run under windows mobile 6.0 to be used in HP iPaq computers. I'd like to know if someone has used the barcode reader with lazarus in this kind of handheld computers and if there were some difficulty with. I know that under .NET applications the barcode reader

[Lazarus] DBComboBox

2011-08-23 Thread Arí Ricardo Ody
I have a SQLite 3 database that contains 2 lines. I added a SQLite3Dataset to my project and code the following SQL Command in it: SELECT * FROM TBLPAR I left Active property = true I add a Datasource and use the mentioned dataset as the associated dataset. I add a DBComboBox and

[Lazarus] DBGrid X Sqlite3Dataset

2011-08-07 Thread Arí Ricardo Ody
Suppose I have a DBGrid associated with a Sqlite3Dataset. Suppose a execute: Sqlite3Dataset.Insert It will appear a new line in the DBGrid. I type some data in the colimns of this new line. How I can get the data typed from my Lazarus code? I try very hard and don't discover the way of do

[Lazarus] Simulating a DBNavigator

2011-08-05 Thread Arí Ricardo Ody
I'm trying to simulate a DBNavigator, since the Lazarus components has certain troubles in the windows mobile devices. I'm trying to create a single database tool with my navigator and a DBGrid. When the “+” is clicked I insert a line in the Dataset associated and then it appears new line in

[Lazarus] Full screen on Windows Mobile

2011-08-03 Thread Arí Ricardo Ody
I'm needing to use a windows mobile screen in full screen mode, e.g., hide the top and bottom bars or, at least, one of them. Is there someone that made programs using windows mobile full screen mode? Greetings from Sao Paulo - Brazil Ricardo --

Re: [Lazarus] Chain procedure in FPC/Lazarus?

2011-08-03 Thread Arí Ricardo Ody
If I understand your necessity... . . . Process1: TProcess; . . . Process1.CurrentDirectory := DiretoryTools; Process1.CommandLine := DiretorioTools + 'converte ' + lbProSel.Items [i] + ' (width 2048 macropath ' + DiretorioTools + ' profile ' + DiretorioTools + NomeMacro + '

Re: [Lazarus] TCDButton doesn't appear

2011-08-02 Thread Arí Ricardo Ody
- Original Message - From: Felipe Monteiro de Carvalho Sent: 08/02/11 03:04 AM To: Lazarus mailing list Subject: Re: [Lazarus] TCDButton doesn't appear 2011/8/1 Arí Ricardo Ody ar...@gmx.com: I can't find the TCDButton in any pallete in the Lazarus. The ide needs to be rebuilt

Re: [Lazarus] The mouse doesn't appears in Windows Mobile 6.5

2011-08-01 Thread Arí Ricardo Ody
Carvalho Sent: 08/01/11 02:48 AM To: Lazarus mailing list Subject: Re: [Lazarus] The mouse doesn't appears in Windows Mobile 6.5 2011/8/1 Arí Ricardo Ody ar...@gmx.com: Does the mouse show on other applications? Of course. In the pages of the Bradesco Bank or the Banrisul bank I can point

[Lazarus] TCDButton doesn't appear

2011-08-01 Thread Arí Ricardo Ody
I'm needing to user TCDButton wich is part of the package Customdrawn. I click Package|Open Loaded Package and the package Customdrawn appears in the list of loaded package. If I click in Package|Install/Uninstall Packages the CustomDrawn appears in the left list(e.g., install) I can't find

Re: [Lazarus] The mouse doesn't appears in Windows Mobile 6.5

2011-07-31 Thread Arí Ricardo Ody
- Original Message - Which device are you using? It has no touch screen? You attached a external mouse to it? Samsung GT-b7320L Omnia Pro Messenger Phone running Windows Mobile 6.5. No it's a smart phone without touch screen. There is no external mouse. There is a kind of joystick

[Lazarus] Error running under windows mobile 6.5

2011-07-30 Thread Arí Ricardo Ody
* I compile and ran the single project that can be found at http://www.4shared.com/folder/OpVj_TCE/sqlite_test.html and it ran ok; * * I open the “Project Options|Paths” and change the “LCL Widget Type(various)” to “wince(beta)”; * * I open the “Project Otions|Code

[Lazarus] The mouse doesn't appears in Windows Mobile 6.5

2011-07-30 Thread Arí Ricardo Ody
Look the project at: http://www.4shared.com/folder/V2dvVMFQ/hello_world_like_program.html It's a hello world like program. It runs ok in windows. When a copy it to my Windows Mobile 6.5 device and run, the screen appears just like in the windows at the desktop, but the mouse is not showed.

Re: [Lazarus] Some information about DBNavigator and DBGrid single applications

2011-07-27 Thread Arí Ricardo Ody
Note that if you tru to click the + plus V(post) the screen appears with the new line, but if you click the refresh button the screen returns to the initial state, e.g. 2 lines on the SQLite tabel. There is some lines of code that I transformed in comments. The idea was insert data manually

[Lazarus] Some information about DBNavigator and DBGrid single applications

2011-07-26 Thread Arí Ricardo Ody
I built a single application to browse and update a SQLite database that have 1 table with 2 columns: num and name I inserted 2 lines in the table begin my tests. The application consists in a DBNavigator and DBGrid. When I ran the program the grid appears and the 2 lines appear normally in

Re: [Lazarus] Some information about DBNavigator and DBGrid single applications

2011-07-26 Thread Arí Ricardo Ody
, no? William de Oliveira Ferreira Bacharel em Sistemas de Informação 2011/7/26 Arí Ricardo Ody ar...@gmx.com I built a single application to browse and update a SQLite database that have 1 table with 2 columns: num and name I inserted 2 lines in the table begin my tests. The application

[Lazarus] Detecting the start of a service and simulate a click in the yes button of its window

2010-03-05 Thread Arí Ricardo Ody
I would like to know if it's possible to make a program to detect if a service has started in windows. If affirmative this service shows a window and I must to simulate a click on the “yes” button of this same window, e.g, the program will think that someone click yes in the windows it shows

[Lazarus] ActiveX component with Lazarus

2010-03-01 Thread Arí Ricardo Ody
The company where I work here is thinking about buy an component to handle RSA hash codes. http://www.example-code.com/delphi/rsa.asp http://www.gmx.com/dereferrer/?target=http%3A%2F%2Fwww.example-code.com%2Fdelphi%2Frsa.asp After install it can I use the methods in a FPC/Lazarus program

[Lazarus] off-topic RSA-SHA1

2010-02-24 Thread Arí Ricardo Ody
I know that this matter is totally out of topic but I'm really in trouble. I'm needing to generate RSA-SHA1 hash code for an application. I found the source of a unit that calculate de SHA1 hash code. But I'm looking for the solution since the day before yesterday and found nothing. I didn't

[Lazarus] Recognize a disk

2009-12-16 Thread Arí Ricardo Ody
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Recognize a disk

2009-12-16 Thread Arí Ricardo Ody
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread Arí Ricardo Ody
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus for Windows Mobile

2009-11-04 Thread Arí Ricardo Ody
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Command line number would be more useful

2009-10-02 Thread Arí Ricardo Ody
I can't catch it. May you explain a little bit, please? Ricardo Fri, 02 Oct 2009 18:15:11 -0400, Andrew Haines andrewd...@aol.com wrote: I always use View - Debug windows - Call stack since it has the line numbers. Regards, Andrew -- ___