RAD purebasic (speedev)

Share your advanced PureBasic knowledge/code with the community.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

New version B1.6
--> Mistaches fixed
--> Add new code for set to align of column from table, left, rigth of center
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

New version B1.8
New filters syteme with icon into table column

Image
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

New version B1.9, this's not a fixed version but the custom windows is currently in devlopement.

I add the custom window with the calculate column of the tables, and link with any table

Image
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

New version B1.11

Add SetCustomTitle
Add SetEventSelectCallback
Add AddFilters
Add FreeFilters
Add RefreshTable
Mod AddCustomButton
Add AddCustomCalendar
Add DisableCustomCalendar
Add SetDefaultlabelSize
Add DisplayCustomForm
Add AddCustomString
Add DisableCustomString
Add SetCustomStringValues
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

New version B1.12, the management of custom window it's not finished. But when more bug are detected i get this version.

Bug fixed

Add AddCustomComboLink
Add EnableCombolinkButtonSelect
Add FileToWindow
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

Hello all,

Look the first exibition of GDI for this RAD

Image
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
AAT
Enthusiast
Enthusiast
Posts: 259
Joined: Sun Jun 15, 2008 3:13 am
Location: Russia

Re: RAD purebasic (speedev)

Post by AAT »

Hi, microdevweb,
Your project becomes more and more interesting!

Good luck!
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

Thank's AAT
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

Hello Everybody,

Look the first video exibition of state of development of GDI from SpeeDev.

http://www.dailymotion.com/video/x3b2gkd

https://www.youtube.com/watch?v=ea6mhcG ... e=youtu.be


Sorry but the video is trouble
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

News:
first beta version of sotware GDI
:arrow: Dowload this version B0.1 HERE
http://www.microdevweb.com/source/Rad_pb/SpeeDev.zip
Zip content
  • SpeeDev.exe (2.006 Ko)
  • SpeeDev.chm (1.089 Ko)
  • Spd.pbi (92 Ko)
  • Tbl.pbi (249 Ko)
  • Teste.spd (13 Ko)
For testing
  • Run SpeeDev.exe
  • Open Teste.spd file
  • From pureBasic create a new file
  • Coding

    Code: Select all

    XIncludeFile "spd.pbi"
  • Create a Main Form with this id like coding from that

    Code: Select all

    Enumeration Form
          #MainForm
    EndEnumeration
    
  • From software
    • Cheched Db icon
    • Menu Génération du code --> Code de construction de la basse de donnée
    • Back in pureBasic and Ctrl+V for paste the code
  • From software
    • Cheched Db Window
    • Menu Génération du code --> Code de construction des fenêtre de type table
    • Back in pureBasic et Ctrl+V for paste the code
  • From PureBasic

    Code: Select all

    spd::DisplayTableWindow(#localite_Tab)
Note: For the futur, the software will be also to English.
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

The management of GDI use mainly the TreeView (home made) i developed a system for help on this

Ps: if you are interested, i can post the code of Tree module (3404 lines but not help with)

Image
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
AAT
Enthusiast
Enthusiast
Posts: 259
Joined: Sun Jun 15, 2008 3:13 am
Location: Russia

Re: RAD purebasic (speedev)

Post by AAT »

Hi, microdevweb,

Your topic was viewed 1685 times for now. I think it is interesting not only for me and your "Tree module" will be interesting more then 1 people. :)

Good luck!
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

Thank's AAT,

Soon i post the zip with the code of tree module.. i don just corrected the litle bug, an make a litle sample for use 33 functionalities of this module.
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
User avatar
microdevweb
Enthusiast
Enthusiast
Posts: 179
Joined: Fri Jun 13, 2014 9:38 am
Location: Belgique

Re: RAD purebasic (speedev)

Post by microdevweb »

New version Beta 0.02 du GDI (bug fixed)

When install?

If you have already installed with the launcher
Run only Speedev.exe (the update will automatically)

You have not yet installed with the launcher
Dowload the launcher :arrow: http://www.microdevweb.com/source/Rad_pb/Launcher.zip

Unzip and Run launcher.exe
Use Pb 5.73 lst and Windows 10

my mother-language isn't english, in advance excuse my mistakes.
Post Reply