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 > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

CAD Program (Autocad Lite)

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 09-06-2009, 07:27 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You can change your textbox to a multiline textbox. This way it will not beep. However it will require to always make sure that the cursor is in the first line and that the CRLF is removed.
__________________
Basic4android documentation
Reply With Quote
  #42 (permalink)  
Old 09-06-2009, 10:00 PM
ceaser's Avatar
Basic4ppc Veteran
 
Join Date: May 2008
Location: Paarl, South Africa
Posts: 306
Default

Thanks Erel. The only problem is that I have over 2000 input text boxes in my survey program. It will take some time to change them all!

Anyway, I am attaching an updated manual (chapter 5) on the CAD section.

Thanks
Michael
Attached Files
File Type: zip Cad.zip (312.2 KB, 90 views)
Reply With Quote
  #43 (permalink)  
Old 09-10-2009, 08:37 AM
Byak@'s Avatar
Basic4ppc Veteran
 
Join Date: Jul 2008
Posts: 416
Send a message via ICQ to Byak@
Awards Showcase
Beta Tester 
Total Awards: 1
Default

2000 textboxes???what for?
i'm think manual it's not need now.
__________________
I'll Kill you, I'll Crash you, I'll never be yours!
--------------------------------------------------
Qtek s110; o2 XDA Flame; Nokia E63 red;
ASUS Eee PC 901 (Windows XP sp3) + TouchScreen;
Reply With Quote
  #44 (permalink)  
Old 09-10-2009, 11:46 AM
ceaser's Avatar
Basic4ppc Veteran
 
Join Date: May 2008
Location: Paarl, South Africa
Posts: 306
Default

Hi Byak

What I have done, is to take a Civil Engineering and Surveying Program that runs on a PC and ported it to a PPC. The whole program consists of over 43000 lines of instructions and it's still growing.

Lets take a simple thing like entering the geometric parameters that make up a road:

1. You need a horizontal alignment, consisting of Pi coords (X & Y), a circular curve and two transition curves. Next you must allow the user to enter different types of spirals. (That's 6 input boxes)
2. Next you need to define the vertical alignment. Again the stake and elevation of the intersecting point, the length of the vertical curve, symmetrical or assymetrical curve, the type of curve (parabolic, cubic parabolic, circular, etc).....another 6 input boxes.
3. Then the surface.....surface widths, widenings, crossfalls, superelevations, kerbs, sidewalks, shoulders, etc. .......12 input boxes.

Still staying with the data input module, one also need to give the user the option to import design parameters from other programs, ie. CEASER_office, Model Maker, Civil Designer, MOSS,etc. Then there is of course the option to export your design again to other programs.

And so I can carry on and on. I am sure that if one goes through the program again one could get rid of some input boxes, but that is the way I programmed it.

I hope that it sheds some light on your question.

I do not understand your last sentence?

Thanks
Michael
Reply With Quote
  #45 (permalink)  
Old 10-02-2009, 09:53 PM
Byak@'s Avatar
Basic4ppc Veteran
 
Join Date: Jul 2008
Posts: 416
Send a message via ICQ to Byak@
Awards Showcase
Beta Tester 
Total Awards: 1
Default

i'm found a interesting thing
Pocket PC CAD (DWG/DXF/PLT) Viewer - CAD Import .NET - библиотека для чтнения AutoCAD D...
it is a example for pocket pc for vieving Autocad files!
__________________
I'll Kill you, I'll Crash you, I'll never be yours!
--------------------------------------------------
Qtek s110; o2 XDA Flame; Nokia E63 red;
ASUS Eee PC 901 (Windows XP sp3) + TouchScreen;
Reply With Quote
  #46 (permalink)  
Old 10-09-2009, 08:34 PM
ceaser's Avatar
Basic4ppc Veteran
 
Join Date: May 2008
Location: Paarl, South Africa
Posts: 306
Default

Hi

There is an updated version of my feable attempt to have a CAD module in my surveying program.

Some things that I have changed\added:
1. The actions of the bottom icons were moved to a menu and the icons removed. The idea is to have the functions that one uses the least to have them on the menus and the other functions as icons.
2. Distances and areas. I am not too sure whether they were there on the previous version.
3. I have introduced the concept of "Construction Lines". These are lines that one draws to help you in your drawing. They are placed on a special layer and you also have the option of saving them in your drawing file or not. If you do not save them (click the option under "Setup") and you load your drawing again, they will be gone.
4. The DXF import has also been improved.
5. Functions like "Station Setup", "Orientation" has been removed, as these functions reside in the "Field" module.

I would really like to have comments from the Forum on improvements and ideas.

Thanks
Michael

P.S. there are still functions that do not work (i.e. dimensions), but they should be fixed up in the next update!
Reply With Quote
  #47 (permalink)  
Old 04-18-2010, 10:57 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by ceaser View Post
I would really like to have comments from the Forum on improvements and ideas.

Thanks
Michael

P.S. there are still functions that do not work (i.e. dimensions), but they should be fixed up in the next update!
Hi Michael, I also have migrated from using Psion and OPL (per Psion programming). On Series 3 (I never upgraded) I had a freebie CAD program which came with a demo image; see http://www.basic4ppc.com/forum/quest...html#post33583.

So I tried exporting that demo to DXF and importing it to your CAD module (running under the desktop IDE) but it looks rather garbled and upside-down! When imported to OpenOffice Draw module it looks nearly the same as on the Psion.

Best regards, Mike.
Reply With Quote
  #48 (permalink)  
Old 04-18-2010, 02:19 PM
ceaser's Avatar
Basic4ppc Veteran
 
Join Date: May 2008
Location: Paarl, South Africa
Posts: 306
Default

Hi MJCoon

Thanks for the comment. I have totally rewritten my "CAD" program as a standalone from my Land Surveying program. There were a couple (actually quite a lot) of bugs in the program which have been fixed.

Give me about a week then I will post the new version on the forum. I just want to test it with the new version (6.90) of Basic4ppc.

Regards
Michael
Reply With Quote
  #49 (permalink)  
Old 06-11-2010, 09:09 PM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by ceaser View Post
Give me about a week then I will post the new version on the forum. I just want to test it with the new version (6.90) of Basic4ppc.
Hi Michael, how's it going? Cheers, Mike.
Reply With Quote
  #50 (permalink)  
Old 06-14-2010, 07:02 AM
ceaser's Avatar
Basic4ppc Veteran
 
Join Date: May 2008
Location: Paarl, South Africa
Posts: 306
Default

Hi Mjcoon

Give me another week or so.

I have started another project in Mozambique and it is very fustrating! These people have no sense of time. I have come to the conclusion that their calender does not have days in it but only weeks

Regards
Michael
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
Program not run under CF3.5 ? Paulsche Questions (Windows Mobile) 7 10-15-2008 04:23 PM
SQL Lite Lock 2220 Questions (Windows Mobile) 4 09-03-2008 10:09 AM
SQL-lite select using AND operator mozaharul Questions (Windows Mobile) 5 06-04-2008 08:27 AM
sql lite jchal Questions (Windows Mobile) 1 11-16-2007 12:41 PM
Basic4ppc Lite ? Erel Chit Chat 14 10-18-2007 09:58 PM


All times are GMT. The time now is 03:22 AM.


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