Tagged Questions

acronym for PushDown Automata

learn more… | top users | synonyms

4
votes
4answers
3k views

How do I test a website design on a mobile device?

I have designed my site with a 900 x 600 fixed background image. On the computer it looks fine. How will it look on a PDA device? Will I have to design it separately for PDA? How should check whether ...
2
votes
1answer
94 views

Using only parts of Mobile Application Blocks Community Release for WM 6.x development

I am in a process of planning an architecture for a line of business distributed system, where many different devices of different types must be supported in a very similar use cases scenarios. ...
2
votes
1answer
186 views

Reading the content of a PDA directory while sync with ActiveSync

I have a project in which I would need to copy files found within a PDA (in my case, it's a MC3000 if that makes any difference). I have ActiveSync installed and it create the syncronisation folder ...
2
votes
5answers
1k views

Compiler for Windows Mobile OS

I am looking for compilers ( command line / IDE ) that runs on Windows Mobile OS v6 for the following languages: C/C++ Java
2
votes
3answers
272 views

Are there any PDA or Outlook Synch Frameworks out there?

We have a web application that deals with some common sales entities (Contacts, Appointments, Addresses, Notes etc..). We need to keep our app, outlook, and potentially any devices that they might ...
2
votes
4answers
678 views

Performance comparison of current PDAs

Are there any up-to-date performance comparisons of current PDAs available online? Or comparisons of the different available CPUs? I want to buy the right PDA for developing CPU-intensive C# graphics ...
1
vote
1answer
23 views

What type of languages are accepted by a PDA in which stack size is limited?

What type of languages are accepted by a PDA in which stack size is limited, let's say 20 items? In my view it should still be CFL. Because there is a temporary memory to store.
1
vote
1answer
142 views

bat files/ Shell script in windows mobile

I have command line script.This command line script & want to run in the Windows Mobile 6.5. I created MYWMA.cmd or MYMWA.bat \Windows\CrEme\bin\CrEme.exe -Of -classpath ...
1
vote
0answers
154 views

Good PDA web browser to run a warehouse application on?

We're looking into building a PDA application to do stock management, linked to our ERP system. This app would run on PDA's with barcode scanners, like this one: ...
1
vote
2answers
268 views

How to use WM2003 binary (dll) on Windows Mobile 6.1 (WM6.1) device ? (PE-loader can't accept old binaries)

Hi! I have an old plugin (as binary, dll), used by my application. It was build for WM2003. And now it crashes the app, if loaded on Windows Mobile 6.1 (WM5 works fine, WM6 too). The source code is ...
1
vote
3answers
159 views

A Decidability Question

Can there be an NFA that decides on real numbers ?
1
vote
4answers
1k views

Compact Framework - Timeout function for locking UI after period of inactivity

Good morning, I am the developer of a medium sized PDA application that will be used out on the streets. The PDA will contain some vaguely sensitive data (names and addresses, etc). The encryption on ...
0
votes
1answer
44 views

Where can I get a PalmOS SDK?

Where can I get a PalmOS SDK? - To use with PRC tools under Linux. Palm/HP dont have them any more, and Access never send you the confirmation email.... I know C, I just cant get my hands on an SDK ...
0
votes
0answers
25 views

How can i use or implement a Slider control in WM 6.5

Developing and application on windows mobile 6.5 and currently when a user clicks on a button for an action (important action) i need to tell are you sure ?? with yes / no answer. but what if a user ...
0
votes
2answers
30 views

Reprogram a device

Is it possible to take a device, say, a PDA, and wipe an software off of it and install your own? For example, could I take a mac terminal program and install it onto a PDA (with wifi) and do SSHing ...
0
votes
0answers
87 views

C# PDA color column based on condition DataGrid

I am working on visual studion 2005 C# Windows PC PDA Device. I need to color a column based on condition in the datagrid. we need to check second column name status. if its value is R, i need to ...
0
votes
0answers
53 views

SQLCE and Windows App. Losing data

Hope someone can help. I can't seem to find any information on this. I'm very new to PDA (Windows 6.1 Mobile Professional) development and am trying to develop an application. Everything seems to work ...
0
votes
0answers
180 views

Windows Mobile 6.5: Load local webpage when no connection present

I have a PDA with Windows Mobile 6.5 Professional. I am running a local webserver on the device. I am using PocketHPH (Web server and simplified PHP engine with SQLite). If there is a WiFi connection ...
0
votes
3answers
292 views

DFA to PDA conversion

I am looking for an algorithm to convert a Deterministic Finite Automata to Push Down Automata. Any help appreciated. Thanks!
0
votes
1answer
52 views

Downloading Image to PDA

I am downlaoding image from server to pda device..the image is saving but the file type is showing as File instead of bitmap file(i am saving the file with .bmp extention). My code works fine with ...
0
votes
1answer
101 views

Read response from an ASMX web service back to objects from disk

We have an ASP.Net web service which receives an XML file to a PDA and maps it to objects (a standard .Net web method). Is there an easy method of after saving this XML response to disk, having it ...
0
votes
1answer
90 views

Magnification for PDAs and Smartphones using RDesktop

If I've got some Native Windows App (i.e. Delphi) and I'm having a lot of end users running it on things like the Nokia N800 connected to a windows terminal server using RDesktop. Some of the ...
0
votes
2answers
633 views

Mysql connectivity from POcket pc application using .netcf 2.0

We are developing an order taking system in PDA using C# in .netcf 2.0. So we are having mysql server as our back end. Is that the web service is the only way to connect mysql with PDA? Or is any ...
0
votes
2answers
277 views

Compact-Framework: Minimise and restore isn't working

I've written an application with the following in the Program.cs: rsCursor.Wait(); // Load the settings rsAppConfig.LoadConfig("iVirtualDocket.exe.config"); fSplash ...
0
votes
5answers
452 views

Adding Java Objects to database

For this university assignment I have a Prize object which contains either text, Image, Video. I would like to save this information into a Blob field in a database which will be running on a PDA on ...