Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible.

Examples of popular commercial apps with b4ppc

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 03-14-2010, 12:29 AM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Quote:
Originally Posted by mjcoon View Post
@Klaus: thank you for that un-zipper; I look forward to learning all its features!

@Sarah: I now am installing Pocket Butterflies and note that there is a minor copy-and-paste problem: it is suggesting that I need the "Pocket-Birds data folder 'PBEdata'"... easily ignored!

Mike.
Hi guys.

There is a CAB and a data folder that you will need for each program. The CAB can install the program into internal or SD-CARD memory but the data folder should be placed into the root of your SD-CARD.

I used WinRAR for making the rar zips. I didn't realise winZIP was still around. I agree it is a shame that rapidshare.de is gone. All my links from that site are also gone although many people have put up other mirror links. I am going to refresh all the old links soon.

The Birds program is about to have a new update with about 750 birds. And I have used Chan's excellent Google Earth POI library to save birds using gps in that format. One thing, Chan... You got the latitude and longitude coords back to front. It should be LONG and then LAT in the Google Earth POI file.. But it works fine.

I will put a set of working links together and post them here. The latest CABs are posted on PPCWAREZ. I know it has a lot of commercial software on that forum which is 'cracked' for free but I find it an excellent forum for feedback and to release freeware. (I found the main freeware websites too restrictive for being able to post things as I wish.)

Last edited by SarahWard : 03-14-2010 at 12:32 AM.
Reply With Quote
  #12 (permalink)  
Old 03-14-2010, 12:40 AM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Quote:
Originally Posted by klaus View Post
Hi Sarah,

I had a look at your program list and downloaded 3 of them Birds, Flowers and Butterflies (to test the unzip for Mike).

Unfortunately there were some trouble:
- at PPCWarez in the Bird thread, all 'rapidshare.de/files....' links point to an upload window and not to a download window ?
- in the Butterflies thread there is no Data folder only an update.
- in Wildflowers there is no data folder

I looked at the Bird program, very nice !
On my htc Touch HD, when displaying the big image, it is not alighend on top, needs to be moved upwards.
When displaying a big image an clicking on the next button the single image of the same bird is displayed. Clicking once again on the next butoon nothing change any more. One must go back to either the single bird or habitat image to see the next birds.
On the WVGA screen the buttons are not at the bottom. One suggestion, move the buttons on top of the screen, then all the space below is available for the pictures.

I have the same question as Mike, where do you get all the datat from ?

I'm shure that there will be quite some users interested in the source codes too.

Best regards.
Hi Klaus

The big pics did originally centre but other people added birds and their big pics were not standard sizes. I have been looking for code or a library that will tell me the size of a jpeg when I load it. I can then centre each big pic. I tried the code here that reads jpeg exif data but that only works with camera originated images. There is so much about programming I don't yet know.
Reply With Quote
  #13 (permalink)  
Old 03-14-2010, 04:43 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

How do you load the images, depending on what control you load them you can get the width and height as parameters.

Did you have a look at agraham's Jpeg library.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #14 (permalink)  
Old 03-14-2010, 05:40 PM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Quote:
Originally Posted by klaus View Post
How do you load the images, depending on what control you load them you can get the width and height as parameters.

Did you have a look at agraham's Jpeg library.

Best regards.
Hi Klaus

I use the standard image control. I did look at Agraham's library but I didn't notice width/height reporting. It seemed to be more to do with manipulating jpeg files. I will look again at jpeg 1.1.

I am just now sorting out the direct links for these programs (as requested) and fixing the duff links too. I will post them when ready. I will also post a folder with the source code and support files to run the SBPs, in case anyone is interested.

Compared to many of you guys I certainly have nothing clever to offer code-wise but maybe it might be interesting for beginners to see how we do all the file handling, sound, text display and graphics. And splash screens etc.

Sarah
Reply With Quote
  #15 (permalink)  
Old 03-14-2010, 05:46 PM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Oh forgot, I use sources from many places. Fortunately this sort of data is standard. The minerals program database comes from a university project in L.A. Additional birds, fungi, etc are sourced by other users who have added greatly to some of the programs with their hard work and expertise. I am not an expert in any of these areas, but an interested beginner. I originally wrote the nature programs for walking in the countryside.
Reply With Quote
  #16 (permalink)  
Old 03-14-2010, 07:53 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,827
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi Sarah,

Attached a small sample program showing 2 means of getting the size of images.
One with the Jpeg library and a Jpeg object.
The other one with the ImageLibEx and a BitmapEx object.

Quote:
Compared to many of you guys I certainly have nothing clever to offer code-wise but maybe it might be interesting for beginners to see how we do all the file handling, sound, text display and graphics. And splash screens etc.
Please don't worry, it is always interesting for any user to see other source codes as inspiration. And sometimes more skilled users could also give advices.

Best regards.
Attached Files
File Type: zip ImageControl.zip (23.4 KB, 34 views)
__________________
Klaus
Switzerland
Reply With Quote
  #17 (permalink)  
Old 03-14-2010, 10:21 PM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Quote:
Originally Posted by klaus View Post
Hi Sarah,

Attached a small sample program showing 2 means of getting the size of images.
One with the Jpeg library and a Jpeg object.
The other one with the ImageLibEx and a BitmapEx object.



Please don't worry, it is always interesting for any user to see other source codes as inspiration. And sometimes more skilled users could also give advices.

Best regards.
This is very kind Klaus. Thanks for going to the trouble for me.

Sarah
Reply With Quote
  #18 (permalink)  
Old 03-15-2010, 12:31 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by klaus View Post
...
- in the Butterflies thread there is no Data folder only an update.
- in Wildflowers there is no data folder
Hello Sarah and Klaus, I thought that I had been diligently monitoring this forum but had missed your useful contributions. (Then lost my reply somehow.)

I got the Butterflies zip OK on second go and it now works for me.

But trees came with only a CAB file and no data so it installed OK but cannot run. I'll have a 2nd go when Sarah posts some verified links.

The butterflies seem to have no search function and no list of common names unless I know the family. So I cannot look up, for example, Speckled Wood, easily. (Choosing that one because it was the £1M answer on "Who Wants to be a Millionaire" a few years ago!). Otherwise it is a useful addition to my collection of science and nature pocket databases.

Thanks to both.

Mike.
Reply With Quote
  #19 (permalink)  
Old 03-15-2010, 01:17 PM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Quote:
Originally Posted by mjcoon View Post
Hello Sarah and Klaus, I thought that I had been diligently monitoring this forum but had missed your useful contributions. (Then lost my reply somehow.)

I got the Butterflies zip OK on second go and it now works for me.

But trees came with only a CAB file and no data so it installed OK but cannot run. I'll have a 2nd go when Sarah posts some verified links.

The butterflies seem to have no search function and no list of common names unless I know the family. So I cannot look up, for example, Speckled Wood, easily. (Choosing that one because it was the £1M answer on "Who Wants to be a Millionaire" a few years ago!). Otherwise it is a useful addition to my collection of science and nature pocket databases.

Thanks to both.

Mike.
Hi Mike

The reason I made CAB only links with the data folders a separate link was two-fold. firstly, there were cabs for qvga, vga/wvga, and HTC-vga. second reason was when I made a point release (which happens often as bug feedback and new options feedback come in) people would not have to download the whole package every time they updated their cab program.

I am working on making a verified links list for the programs right now. It is taking a bit longer than I had expected. But it will be here soon.

The nature programs started out without a search function. The idea was a simple, 'I see it, what is it' program where users would find an item by colour, shape, etc. The search function became part of the birds program after experts got involved in it. Maybe I should add search to the other programs.

Last edited by SarahWard : 03-15-2010 at 01:20 PM.
Reply With Quote
  #20 (permalink)  
Old 03-16-2010, 04:05 AM
Senior Member
 
Join Date: Nov 2009
Posts: 153
Default

Here are working links to the programs...
Each program usually has a CAB and a DATA FOLDER,
Choose either QVGA, VGA(WVGA) or HTC VGA(WVGA)
Source downloads coming next

-----------------------------------------------------------
Pocket Birds Europe 4.3.2
-----------------------------------------------------------

Pocket Birds SOURCE folder:
http://www.megaupload.com/?d=2BAX3MAV
RAR Password: aviasoft

The Source Requires Basic4ppc 6.90

ALL PDA Program CABs 4.3.2(WM5/WM6):
http://www.megaupload.com/?d=ZCPA0LZ9

DESKTOP PC Program Version 4.3.1 (VGA folder required):
http://www.filefactory.com/file/b0ee...ogram_only.rar

QVGA DATA FOLDER :
http://www.filefactory.com/file/b0ee...4.3_QVGA29.rar

VGA DATA FOLDER (for VGA/WVGA/PC):
http://www.filefactory.com/file/b0ee...4.3_VGA145.rar 145mb

User Manual 4.3:
http://www.filefactory.com/file/b0ee...manual_4.3.rar

Languages Pack [UPDATE #6] (1mb):
http://www.filefactory.com/file/b0a6...GES_PACK_6.rar



Download Instructions:
- Download the CAB for your PPC and also download a Data Folder - choose VGA(WVGA) or QVGA.
- If you wish to use non-English bird names download the Languages Pack.





-----------------------------------------------------------------
Pocket Butterflies Europe 2.0.6
-----------------------------------------------------------------

download and info page:
PPCWarez • View topic - Pocket Butterflies Europe V2.0.6


Download links:

QVGA VERSION 2.0.4
MEGAUPLOAD - The leading online storage and file delivery service

VGA/WVGA
MEGAUPLOAD - The leading online storage and file delivery service

VGA DATA FOLDER UPDATE 1.0
MEGAUPLOAD - The leading online storage and file delivery service

PC UPDATE 2.0.3 (0.3mb)
RapidShare: 1-CLICK Web hosting - Easy Filehosting





--------------------------------------------------------
Pocket Wild Flowers 2.0.2
--------------------------------------------------------

download and info page:
PPCWarez • View topic - Aviasoft Pocket Wild Flowers v2.0.2


QVGA VERSION (3.2mb)
RapidShare: 1-CLICK Web hosting - Easy Filehosting

Updated QVGA CAB
MEGAUPLOAD - The leading online storage and file delivery service

VGA and PC VERSION (5.8mb)
RapidShare: 1-CLICK Web hosting - Easy Filehosting

Updated VGA/WVGA CAB
MEGAUPLOAD - The leading online storage and file delivery service




------------------------------------------------------------
Pocket Herbs 2.0
------------------------------------------------------------

PPCWarez • View topic - Aviasoft Pocket Herbs Europe 2.0


QVGA
Deposit Files

VGA/PC
Deposit Files




----------------------------------------------------------------
Pocket Trees 2.1
----------------------------------------------------------------

download and info page:
http://forum.ppcwarez.org/viewtopic....hilit=aviasoft

DOWNLOAD A CAB AND A DATA FOLDER (QVGA, VGA or HTC-VGA)


QVGA VERSION 2.0.7
http://www.filefactory.com/file/b0ae...7_QVGA_CAB.rar

QVGA DATA FOLDER:
http://www.filefactory.com/file/b0ae..._QVGA_FULL.rar

VGA CAB (version 2.0.7)
http://www.filefactory.com/file/b0ae...07_VGA_CAB.rar

VGA HTC & Clones CAB (version 2.1.2)
http://www.filefactory.com/file/b0ae...GA_HTC_CAB.rar

VGA DATA FOLDER:
http://www.filefactory.com/file/b0ae...GA_PC_FULL.rar

DESKTOP PC VERSION (0.8mb) (REQUIRES DOWNLOAD OF VGA DATA TOO)
http://rapidshare.com/files/29881225...ate_1.rar.html (0.8mb)





--------------------------------------------------------------
Pocket Fungi 3.4.1
--------------------------------------------------------------

(QVGA CAB not upated to latest as yet)

QVGA CAB 3.2.13
Pocket_Fungi_3213_QVGA_CAB.rar - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com

QVGA DATA FOLDER (3.2 version data - no photos)
PFdata_Folder_QVGA_ENG.rar - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com


VGA-HTC CAB 3.4.1
Pocket_Fungi_341_HTC_VGA.ARM.CAB.rar - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com

VGA-NON-HTC CAB 3.4.1
Pocket_Fungi_341_VGA.ARM.CAB.rar - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com


VGA DATA FOLDER
PFdata_Folder_VGA_ENG.rar - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com




-------------------------------------------------------------
Pocket Minerals 1.1
-------------------------------------------------------------

Source Folder for FULL and LITE versions
http://www.megaupload.com/?d=2L5WXBBS

PPM-LITE CAB-PACK (3.0mb)
http://depositfiles.com/files/57y6rjnq2

PM-PRO CAB-PACK (3.8mb)
http://depositfiles.com/en/files/9ga63z9ml


QVGA PHOTO-PACK (25mb)
http://depositfiles.com/files/qychf2pkh

SVGA PHOTO-PACK (124MB in 4 parts)
Part 1
http://depositfiles.com/files/c4l50xdjl
Part 2
http://depositfiles.com/en/files/1lu1b5ubh
Part 3
http://depositfiles.com/files/lzr1swrzs
Part 4
http://depositfiles.com/en/files/kkrkuzufy

Last edited by SarahWard : 05-02-2010 at 06:26 PM. Reason: New Minerals Links and SOURCE added.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Examples and creations from the old forum Erel Share Your Creations 7 10-02-2010 09:39 AM
Build proper desktop apps in B4PPC with this awesome Forms library agraham Additional Libraries 25 07-30-2008 05:19 PM
Why can't I Download all the examples? Jonathon Questions (Windows Mobile) 4 06-24-2008 05:18 PM
Most old examples restored! GeoTrail Chit Chat 10 05-24-2007 01:00 PM
I need examples for imagelist imagebutton sloopa Questions (Windows Mobile) 2 05-19-2007 05:00 PM


All times are GMT. The time now is 05:06 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0