You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I need to write a smallish program, designed for a touch screen.
I need the program to start up into a simple screen with no file edit
menu and a few push buttons and a bbrowser, will be a few pop ups of
traditional DataDialogs.
What should I use as the screen type for this program?
Thanks
Martin
D.J.W. van Kooten
unread,
May 20, 2013, 7:12:04 AM5/20/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Mon, 20 May 2013 09:07:29 +0100, Martin <sp...@spam.spam> wrote:
Hello Martin,
>I need to write a smallish program, designed for a touch screen.
>
I wouldn't try that with VO. .Net has lots more support for the latest
technology (touchscreens included). I would suggest a WPF/Silverlight
screen. Here's a sample with full (C#) source code:
If you're not familiair (at all) with C# things will get difficult,
with some but not major C# knowledge you may want to convert code to
Vulcan using Reflector, so the code looks more VO like which is
definitely an advantage. Not everything converted will work without
adapting however.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Needs to be written in a week, so has to be VO, large buttons are no
problem, it does need a bbrowser with array server. I already have a
large amount of back end code.
Just that every VO application I have written has been a MDI using
ShellWindow.