RAD purebasic (speedev)
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
New version B1.6
--> Mistaches fixed
--> Add new code for set to align of column from table, left, rigth of center
--> 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.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
New version B1.8
New filters syteme with icon into table column

New filters syteme with icon into table column

Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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

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

Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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
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.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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
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.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
Hello all,
Look the first exibition of GDI for this RAD

Look the first exibition of GDI for this RAD

Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
Re: RAD purebasic (speedev)
Hi, microdevweb,
Your project becomes more and more interesting!
Good luck!
Your project becomes more and more interesting!
Good luck!
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
Thank's AAT
Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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
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.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
News:
first beta version of sotware GDI
Dowload this version B0.1 HERE
http://www.microdevweb.com/source/Rad_pb/SpeeDev.zip
Zip content
first beta version of sotware GDI

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)
- 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)
Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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)

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

Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
Re: RAD purebasic (speedev)
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!
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!
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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.
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.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
The module Tree it's her
http://www.purebasic.fr/english/viewtop ... 12&t=63877
http://www.purebasic.fr/english/viewtop ... 12&t=63877
Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.
- microdevweb
- Enthusiast
- Posts: 179
- Joined: Fri Jun 13, 2014 9:38 am
- Location: Belgique
Re: RAD purebasic (speedev)
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
http://www.microdevweb.com/source/Rad_pb/Launcher.zip
Unzip and Run launcher.exe
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

Unzip and Run launcher.exe
Use Pb 5.73 lst and Windows 10
my mother-language isn't english, in advance excuse my mistakes.
my mother-language isn't english, in advance excuse my mistakes.