|
Post by alexfish on Sept 12, 2012 11:29:47 GMT 1
Update of : "TODO in demo 02" : Tabs for Notebook. Now omitted. TODO in demo 02 sort bugs . please notify all bugs at the forum / headed "Raddemo 0.1 Bugs" Tabs for Notebook. :: Now omitted. will notify when complete. completion of project editor. In progress implement gtk file dialog. :: Complete save and reload projects. :: Complete delete widget. :: Complete Release "demo 02" scheduled for :: 23 Sep 2012 Target final release of radtool "Final release 1.01" in 0.1 increments. PM's about this will not replied, see sort bugs ----------------------------------------------------------------- think we need an appropriate title or name for this tool , any suggestions Thanks all Regards alexfish
|
|
|
Post by vovchik on Sept 13, 2012 16:15:00 GMT 1
Dear Alex, Since you did this, I would not mind it being called AlexRad. Why not? It's your work.... With kind regards, vovchik
|
|
|
Post by alexfish on Sept 17, 2012 1:52:28 GMT 1
I don't Like that one Dis is as much work yours and others , I already said just need to put the bits together although think getting white finger with dis typing As to a bit of up date every thing going to plan , no major bugs as of yet but could be proved wrong here is a screen shot with the grid control in use , also added auto widow sizer Attachments:
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 17, 2012 2:33:16 GMT 1
BLT - BaCon Linux Tools
|
|
|
Post by Pjot on Sept 18, 2012 14:27:35 GMT 1
Indeed, AlexRad sounds reasonable to me too Regards Peter
|
|
|
Post by alexfish on Sept 23, 2012 20:51:02 GMT 1
Demo 2 will be uploaded in about half hr See attached screen-shot in the left pane there are 2 sets of spins , these are pre-set sizer x and y , it does away with copy and paste in the right pane: Where it is "Window1" this is the window title , can be change at any time Class = the hug widget name Name = the name of the widget as in button= | button=BUTTON("but1",x,y) Text = the text as in "but1" , centre mouse click on the widget , allows edits also sets the path for Image file Value = edit Slider an Spin The mouse controls have been change to Left click = size , centre button click sets the widget Right click = move , centre button click sets the widget Centre button click = Enter Edits The rest you need to explore Attachments:
|
|
|
Post by alexfish on Sept 23, 2012 21:01:53 GMT 1
Demo 2 Beta Released Compile demo2.bac file copy to original folder of the previous demo "demo2" and "hugrad-3-11.bac" run from the terminal ./demo2 Have fun Regards Alex Attachments:
|
|
|
Post by alexfish on Sept 23, 2012 23:15:53 GMT 1
Oop's
Radio button has an err
In the "FUNCTION EX_EXECUTOR_BACON(int set)" change Line 601
From
codes$=CONCAT$(win$[1],"=",win$[0],"(",CHR$(34),nibs$[4],CHR$(34),",",win$[4],",",win$[5],",",add$,")") TO
codes$=CONCAT$(win$[1],"=",win$[0],"(",CHR$(34),nibs$[4],CHR$(34),",",win$[4],",",win$[5],",0)")
Mod line 742 From
SYSTEM "/home/alexfish/Desktop/raddemo/hug-executor /tmp/hugcode &"
TO
SYSTEM "./hug-executor /tmp/hugcode &"
|
|
|
Post by vovchik on Sept 24, 2012 12:09:34 GMT 1
Dear Alex,
Great demo - just one thing. Get rid of the hard-coded link to your home address. Just make it ./.
With kind regards, vovchik
|
|
|
Post by alexfish on Sept 24, 2012 13:57:13 GMT 1
Dear Alex, Great demo - just one thing. Get rid of the hard-coded link to your home address. Just make it ./. With kind regards, vovchik Thanks have updated , Oops Also found couple of other Oops , one been update of the slider sdata, will post fix soon The Oops above will be updated when bugs are found or reported Thanks again Regards Alex
|
|
|
Post by vovchik on Sept 25, 2012 11:59:09 GMT 1
Dear Alex,
I am having great fun playing with the demo. Fabulous work and "hats off"!
With kind regards, vovchik
|
|
|
Post by alexfish on Oct 9, 2012 22:42:10 GMT 1
Demo 3 Release Date : Sunday 14 October 2012 Font management Implemented , this implements an adapted version on Vovchik's Pfont3 Text placement implemented see screen-shot Options to fill list and combo Implemented Window Options : Table : Expand : Fixed : will be implemented Bug fixes on delete widget "subs and functions" , this was due to the remuneration of widget count after delete, tracking now done via sdata and seperation of subs and function , I.E. each is a module , callable from the sdata. Regards alexfish Attachments:
|
|
|
Post by vovchik on Oct 10, 2012 10:33:42 GMT 1
Dear Alex,
It looks great. I am waiting....
With thanks and kind regards, vovchik
|
|
|
Post by alexfish on Oct 15, 2012 15:11:47 GMT 1
Dear Alex, It looks great. I am waiting.... With thanks and kind regards, vovchik Getting there , found some problems with using /temp/dir/somecode with regards to WRITELN , + usage of the EXEC$ and SYSTEM , then to get values from certain widgets , It is now sorted and project back on track, for next demo. Date for Beta 3 now rescheduled to: 21 Oct 2012. One problem , demo3 will not be backwards compatible with any previous projects. Code melting started on the hugrad lib , hopefully this will be complete by version 5 and have backwards compats in-place. The window now looks like an Edit window , without the decals , if make the deadline , then Decals will be implement , IE: Decorated TRUE or FALSE . Have been thinking about a Name for the RAD TOOL .. How does J-vap Sound Also putting them Bacon EYES as the Ico , There are some weird Ideas on this forum Regards Alex
|
|
|
Post by alexfish on Oct 15, 2012 15:38:25 GMT 1
Screen-shot of the window using the Window + grid placement + auto size + compile as fixed window Attachments:
|
|