Re: [U2] [AD] FREE pick date conversion android app [/AD]

2013-02-16 Thread Symeon Breen
Unless you are using a tool that gives a cross platform environment - why
bother ?   if you are writing for android do it in Java 



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: 14 February 2013 08:51
To: 'U2 Users List'
Subject: Re: [U2] [AD] FREE pick date conversion android app [/AD]

Now there really IS an app for it ... :)

PS if you want a VB-like way of building apps, also check out NS Basic.
Simple and cool.

(Neither of which are the first things to spring to mind about Titanium,
which I use... the results are blistering but I always feel I'm running
up-hill avoiding potholes)

Brian


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2238 / Virus Database: 2639/5602 - Release Date: 02/13/13

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [AD] FREE pick date conversion android app [/AD]

2013-02-16 Thread doug chanco
that's a good point but for those of us who happen to like  .net 
technologies over java, I loved the suggestion, especially since you can 
build it for BOTH android AND iphone (versus having to do it with 2 
different sdk's)


dougc


On 2/16/2013 4:06 AM, Symeon Breen wrote:

Unless you are using a tool that gives a cross platform environment - why
bother ?   if you are writing for android do it in Java



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: 14 February 2013 08:51
To: 'U2 Users List'
Subject: Re: [U2] [AD] FREE pick date conversion android app [/AD]

Now there really IS an app for it ... :)

PS if you want a VB-like way of building apps, also check out NS Basic.
Simple and cool.

(Neither of which are the first things to spring to mind about Titanium,
which I use... the results are blistering but I always feel I'm running
up-hill avoiding potholes)

Brian


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2238 / Virus Database: 2639/5602 - Release Date: 02/13/13

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [AD] FREE pick date conversion android app [/AD]

2013-02-15 Thread Tony Gravagno
 From: doug chanco 
 another option would be write  a web service that your B4A could
call
 and it would use uniobjects to get pick data and return it to your
 program.

That's the way to do it - and all such projects. You use their tools
to do things in their environment, find out how to make a web service
call, and use that to get into your environment. Don't try to put your
tools into their environment.

BTW, for real geeks, just use straight Pick BASIC code to generate
Java and the apk. You can make use of tons of free code out there,
including pre-developed activities and views, and also make use of
standard web service client code to call your UO interfaces.


Tony Gravagno   
Nebula Research and Development 
TG@ remove.pleaseNebula-RnD.com 
http://Nebula-RnD.com/blog  
Visit http://PickWiki.com! Contribute!  
http://Twitter.com/TonyGravagno 
http://groups.google.com/group/mvdbms   


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [AD] FREE pick date conversion android app [/AD]

2013-02-14 Thread Brian Leach
Now there really IS an app for it ... :)

PS if you want a VB-like way of building apps, also check out NS Basic.
Simple and cool.

(Neither of which are the first things to spring to mind about Titanium,
which I use... the results are blistering but I always feel I'm running
up-hill avoiding potholes)

Brian


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [AD] FREE pick date conversion android app [/AD]

2013-02-14 Thread Jeff Schasny

Brian,

Brian (and Doug),

I too have been using Basic4Android to make a some simple Android apps 
and I've posted some questions to the Basic4Android community about the 
inclusion of 3rd party libraries like Uniobjects for Java and really 
have not gotten a satisfactory answer, or at least one I understand (the 
answer was: yes we  support 3rd party .jar libraries but you'll have to 
write a wrapper around it, to which I said wrapper?? and got no 
response). So my question is, do any or the other alternative VB like 
environments support the inclusion of Uniobjects for Java?


Thanks

Brian Leach wrote:

Now there really IS an app for it ... :)

PS if you want a VB-like way of building apps, also check out NS Basic.
Simple and cool.

(Neither of which are the first things to spring to mind about Titanium,
which I use... the results are blistering but I always feel I'm running
up-hill avoiding potholes)

Brian


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

  


--

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [AD] FREE pick date conversion android app [/AD]

2013-02-14 Thread doug chanco

Jeff,
I understand what they are saying, basically you would need to 
write a B4A  java uniobjects module but while I understand what they are 
saying I am not sure this can be done with uniobjects but let me look 
into it


another option would be write  a web service that your B4A could call 
and it would use uniobjects to get pick data and return it to your program.


get with me off list and we can talk more about it (dougatchancofamily.com)

dougc

On 2/14/2013 9:23 AM, Jeff Schasny wrote:

Brian,

Brian (and Doug),

I too have been using Basic4Android to make a some simple Android apps 
and I've posted some questions to the Basic4Android community about 
the inclusion of 3rd party libraries like Uniobjects for Java and 
really have not gotten a satisfactory answer, or at least one I 
understand (the answer was: yes we  support 3rd party .jar libraries 
but you'll have to write a wrapper around it, to which I said 
wrapper?? and got no response). So my question is, do any or the 
other alternative VB like environments support the inclusion of 
Uniobjects for Java?


Thanks

Brian Leach wrote:

Now there really IS an app for it ... :)

PS if you want a VB-like way of building apps, also check out NS Basic.
Simple and cool.

(Neither of which are the first things to spring to mind about Titanium,
which I use... the results are blistering but I always feel I'm running
up-hill avoiding potholes)

Brian


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users





___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [AD] FREE pick date conversion android app [/AD]

2013-02-13 Thread doug chanco

hey all,
 I just published an android app that will convert a external date 
to an internal date or a internal date to an external date. While I know 
that the seasoned people on here probably have the dates memorized and 
the brilliant people on here can probably do the math in their heads, 
for the rest of us (or maybe just me) I needed a tool.


Yes I realize that it can be done at TCL and probably every (or most) 
developers on here has probably written a voc/proc/program to do this, I 
am getting into android development (not using java but a basic4android 
sdk that mimics vb.net) and decided to write one.


I plan to add additional functionality in the future to include:

1. generating prime numbers
2. generating a recommended file size  (based on user input)
3. converting time
4. creating a widget
5. any thing else I or you can come up with that would be useful

and once again I know, reinventing the wheel but at least this wheel 
will fit in the palm of your hand ...


the app has a button to generate an email for 
suggestions/bugs/complaints/compliments/etc ...


I hope if you have an android phone you check it out (bear my dog would 
really appreciate it as would I)


the app is called MULTIVALUE  DATE CONVERTER (or search for 
bagofchipapps.com that should bring it up)


The app was just published so it may not show up for a while.

thanks everyone

dougc


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users