Database Question

wm.chatman

Well-Known Member
Licensed User
Longtime User
:) Hi

I thought we would add a Panel and a label on the Panel to the frmPhoto that shows a message, while the internal Cam is loaded. Since it does take a few Seconds, before the Device Camera is started.

Sub Timer1_Tick ‘Interval = 500
tick = tick + 1
If tick = 1 Then 'pnlCam "loading Camera, please wait…"
pnlCam.Visible = True
Else
Timer1.Enabled = False
pnlCam.Visible = False
tick = 0
End If
End Sub

I played with this back and fourth, but the Behavior is sad.
There is not much code to this, but it does not work on device.
I hit the Cam Button and the internal Device cam is opened.
But the pnlCam is not shown while the internal Cam is loading. When I close the internal Camera Application, we get a glimpse of the pnlCam.
So, how can I get the pnlCam to show, while device Cam App is loading?
After I close the internal device Cam, the pnlCam needs to be invisible, until we use the Device Camera again.
Does anyone have maybe a better code and or help for me here?

Thank you very much in advance for your quick and valuable help.

Best regards.
William
 
Last edited:

wm.chatman

Well-Known Member
Licensed User
Longtime User
GpsSupport for TRUIDbase

:confused: Hi all.

After quite some time now, i found that something had been forgotten within the Dbase APP.

I have added or wanting to add, GPS help to the Program.
Meaning, if we find some Gold Coins we need to save the Lat/Lon Position, of the Area. (using the Gpsserial.dll)

On the frmMain i added a new Panel2 to save the Data that will be needed.
I did not want to use the original Panel for this. But, some problems here, which i really need some HELP with PLease. :eek:

It would be very nice if one could take a look for me.

There are a Error Message that i am unable to figure out on my own.
Thank you very much for all Help.

Best regards

William
 

Attachments

  • Screen01.jpg
    Screen01.jpg
    20.1 KB · Views: 223
Last edited:

wm.chatman

Well-Known Member
Licensed User
Longtime User
Dear Erel

ia am targeting WM 6.5 Prof. I would like to use Gpsserial.dll and GPSDriver.dll in the TRUIDbase App., but do not have the know how to tell the App to either use one or the other. Let's say users choise. So, i do need the Gpsserial to use my External BT Device. I am NOTto hipp with the GPS Coding Situation, and it does make me pretty teed of alot of times. Wish i could go back to School at times. But no time for that. I have been continuing writing my Book now, and find little time for other. It would really help me very much, if i could get this APP. DONE and OVER with. Besides maybe adding better user friendly Buttons for the HTC Unit. I've been trying to add the GPSLog App found in the Forum, or using parts of it. Still without Luck.


Thank's for your concern Erel.

Best regards.

William
 
Last edited:

klaus

Expert
Licensed User
Longtime User
Attached you have two versions of your program with the GPS function.
I leave it up to you to add the saving of the Lat/Lon values.
TRUIDbaseKC_S.sbp with the GPSSerial library.
TRUIDbaseKC_D.sbp with the GPSDriver library.

I tested the program on my htc Touch HD with the internal GPS.

Best regards.
 

Attachments

  • TRUIDbaseKC_S.sbp
    59.4 KB · Views: 246
  • TRUIDbaseKC_D.sbp
    59.4 KB · Views: 256

wm.chatman

Well-Known Member
Licensed User
Longtime User
Hello Sir ! :)

I am speachless. Please check ein ganz dickes lob, in the german forum.
It Works Great Great ! :icon_clap:

Klaus, best wishes to you.

William
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
TRUIDbase App

Hi all.

After some help from Klaus and some minor update to this App. I have Build a Setup App, for the HTC Unit.

Seems to work well, at first Tests. There are an error msg at start of the Program on the HTC Hd Unit. Please see Attached JPG.

I have tried to find a solution but cant remedy the Problem yet... :(

Still have the IndexOutOfRangeExeption.

how am i able to remedy the error msg?

Thank you much for the help. Happy Easter Holidays.

Best regards.

William
 

Attachments

  • Error.jpg
    Error.jpg
    27.7 KB · Views: 263
Last edited:

wm.chatman

Well-Known Member
Licensed User
Longtime User
Hi Erel

yes I am accessing a few ArrayLists. But I do not understand how this would lead to the error message. :confused: How do I get the problem solved? Please explain.

Thank you Sir.

Best regards.

William
 
Top