Sketch drawing program

klaus

Expert
Licensed User
Longtime User
Seeing that there is some interest, here is another sketch or diagram drawing program.

This program is a common project of Bobbes and my self, and has been discussed and published in the German forum.
http://www.b4x.com/forum/german-forum/2457-elektroschaltplan-zeichen.html

Mamuen had also given intersting suggestions, and uses the same definition for the symbols.

The program allows to draw different kinds of sketches for different topics.
For example electric sketches or network sketches, others are possible and configurable by the user. The network symbols are those of mamuen.
The electric symbols are not finished yet, just a few of them are included at the moment.

The program is almost finished, but needs testing and fine tuning.
There are help files, desktop only, in English and German.

Improvement suggestions and bug reports are welcome.

Best regards.
 
Last edited:

WhiteRussian

New Member
Will try. Looks a lot like the CAD paint app, I think the thread was called Simple Drawing or something.

By the way, How did you get it to run in fullscreen?
 

klaus

Expert
Licensed User
Longtime User
It's not really a painting nor a CAD program, bat somewhat similar, more sketch oriented with images drawn onto the screen and linked by lines.

To set fullscreen you need the FormLib library and:
Add a FormLib oject flblib or any other name.
B4X:
[FONT=Courier New][SIZE=2]
[SIZE=2][FONT=Courier New]frmlib.New1([/FONT][/SIZE][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#800000][FONT=Courier New][SIZE=2][COLOR=#800000][FONT=Courier New][SIZE=2][COLOR=#800000]"frmMain"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2],[/SIZE][/FONT][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff]B4PObject[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2]([/SIZE][/FONT][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080]1[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2]))[/SIZE][/FONT]
 
[/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff]If[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080]cPPC[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff]Then[/COLOR][/SIZE][/FONT]
[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2] frmlib.FullScreen2([/SIZE][/FONT][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080]True[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2],[/SIZE][/FONT][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080]True[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2])[/SIZE][/FONT]
[/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff]End[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff]If[/COLOR][/SIZE][/FONT]
[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT]

You'll find the explanations in the help file of the FormLib library.

Best regards.
 

klaus

Expert
Licensed User
Longtime User
Here is an update to Version0.25
- new texts for electric symbols made by Bobbes.
- minor bug removal.

Best regards.
 

Attachments

  • SketchV0_25.zip
    195.7 KB · Views: 386
  • SketchHelpE.zip
    355.4 KB · Views: 336
  • Sketch.JPG
    Sketch.JPG
    21.7 KB · Views: 323
Last edited:
Top