|
Post by alexfish on Oct 15, 2012 17:48:08 GMT 1
Decided to go for it Decorations now implemented, The referencing work with a hitch, See screen-shot Regards Alex Attachments:
|
|
|
Post by alexfish on Oct 16, 2012 1:43:35 GMT 1
Window decals and auto sizing etc Now complete + Decals Windows setup + grid ,everything pretty much automated at state , don't look much but provides a load of features Time for Zzzzzzzzzzzzzzz..... Alex Attachments:
|
|
|
Post by alexfish on Oct 17, 2012 17:41:56 GMT 1
The list editor now complete. this uses a LIST + EDIT , the parser is pretty nifty , no need for an ADD BUTTON I hate the add button + then type what u need new item , repeat , repeat ! only SUBS and FUNCTION editor to go ... Attachments:
|
|
|
Post by alexfish on Oct 17, 2012 22:50:37 GMT 1
The Proc Editor Almost Complete, as regards listing and saving There has been a change of Tack to the original Subs and Functions. Hence the not Backward compat. All widgets at init stage and which can have callbacks will be listed with a SUB, This can be changed within the editor see the screen-shot Work is under way to code a parser which will check the Statements before saving , ready for demo 3 may be not , well probs not Some programers prefer to call the event as a sub then sort out what to do , then if require Call a Funtion to get some data or what ever next. Time for Zzzzzzzzzzzzzzzzzz. Regards Alex Attachments:
|
|
|
Post by alexfish on Oct 19, 2012 19:23:39 GMT 1
This is the GSR edit I will be trying in the demo ,
GSR stands for general storage ,
examine and will find how useful this type of Editor could be for writting Basic Code
for now it could be used for storing sub and function or notes for the main project , later if demo is successful , may into as similar for the main code editor.
Regards
Alex
|
|
|
Post by Pjot on Oct 20, 2012 7:42:02 GMT 1
Thanks alexfish for all your screenshots, it looks very promising!
BR, Peter
|
|
|
Post by alexfish on Oct 20, 2012 9:56:07 GMT 1
Thanks Pjot
the core functionality for the radtool almost complete as regards having something tangable and functional for the not so develper aspect
had racked my brain on how could give newbie's a bit help.
this led to the proc editor , the callback will get listed in the code generator but the user will have to uncomment to make it function, then if necessary call the secondary function or sub this could be subs or functions already written , as in the likes of the hug lib .
this the led to GSR viewer type editor , were one can view sections of code or examples or whatever , then can use copy and paste for now.
thinking about adding some extra functions , say if have a check-box or insert button then , you know what I mean.
also mention about a error parser for the subs and function , "Syntax check" , a heads up on this would help me enormously in the time scale factor.
Thanks again
Regards
Alex
|
|
|
Post by konaexpress on Oct 21, 2012 1:40:51 GMT 1
Not sure if I understand correctly but a check box/insert code would be so dang nice. That way you could have bits of reusable code that you can use over and over again or be able to import other users blocks of code.............NICE IDEA!!!!!
-John
|
|
|
Post by alexfish on Oct 21, 2012 23:45:56 GMT 1
Hi
Demo 3 yet again delayed , have be called out on my week off , it has been pretty manic for last few days days , work wise.
as can see a lot of features have added since demo2 , so have not had time to clean up and package the demo,
fingers crossed it will arrive in the next few days.
Regards
Alex
@ konaexpress , you are correct.
|
|
|
Post by alexfish on Oct 25, 2012 12:43:09 GMT 1
Rad demo 3 : upload will be in Approx 1 hour from Time Stamp'
Read me:
Rad demo 3
In the original folder.
Require same : bacon compiler , rad_plugin.bac , hug.bac + Folders "gtk-widgets-imgs" and "pings" to include your original images from raddemo 1 , refere to original posts on forum how to to set up / SVG files these need to be hard coded , future versions = looking to place this in the "usr/share/"
replace original "executor.bac" , and compile it replace original "viewbox" with new "viewbox"
both replacements important , will crash if not cone
place the
compile "raddemo-3.bac" , and run from the terminal "./raddemo-3"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rad demo 3
Known bugs ,
Not compatable with previous versions , previous projects will crash , you have been warned
If no widget then some of the secondary editors or functions crash the prog Font editor placement , glitches , does not effect main , after font edit , move or resize widget
Note book not implemented.
Window sizer not implemented , at start place a Frame and left click size the frame and set with middle button , delete the Text if want.
window sizer and notebook to be implemented when ready.
callback, sub ,function and set disabled , these are implemented auto,
the main code can be examined in bottom right pane after compile, the bacon code and executable is saved as "democode"
Tab "User-Code editor , this is for other code to impliment at compile stage.
program code is saved as the "<project name>.bac"
rest just explore.
have fun
Regards
Alex
|
|
|
Post by alexfish on Oct 25, 2012 12:47:47 GMT 1
Rad demo 3
Tar file
Regards
Alex
|
|
|
Post by alexfish on Oct 25, 2012 13:00:56 GMT 1
Screen shot
|
|
|
Post by alexfish on Oct 25, 2012 13:03:38 GMT 1
Forgot the Pfont editor
|
|
|
Post by alexfish on Oct 25, 2012 13:08:01 GMT 1
Forgot the Pfont editor
|
|
|
Post by alexfish on Oct 25, 2012 13:50:54 GMT 1
Missing : hugrad-3-12.bac Oops , you need this in the main folder Regards Alex Attachments:
|
|