Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » SUniGuiCreator (generic ui creator + simmxhdrtools)
|
|
| Re: SUniGuiCreator [message #47283 is a reply to message #47282] |
Tue, 03 January 2017 02:09   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Part 2 is here:
just unzip it to same dir where executable is
In next/prev post there is also an updated version
of simmxhdrtools.js, which can be used as an standalone tool - with internal demo
[Updated on: Tue, 03 January 2017 02:41] Report message to a moderator
|
|
|
|
| Re: SUniGuiCreator [message #47284 is a reply to message #47282] |
Tue, 03 January 2017 02:45   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Updated simmxhdrtools.js,
just rewrite previous version.
For more info of this tool just dblClick it or if wscript is
somehow 'broken' try with wscript simmxhdrtools.js,
at the end there should be a switch how to use demo - if everything is ok, it'll create 2files
[Updated on: Tue, 03 January 2017 02:51] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator v7.jan.2017 [message #47368 is a reply to message #47282] |
Mon, 09 January 2017 13:44   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Updated version:
-some bug fixes
-a few things added, chk Help/About
Graphics files are not! compatible with previous versions
Default window pos/size is now top/left corner - filled height - width is 80% of screen size,
this can be ignored with switch described in About dialog!
Part2 is in next/prev post!
[Updated on: Mon, 09 January 2017 13:50] Report message to a moderator
|
|
|
|
|
|
| Re: SUniGuiCreator v9.jan.2017 [message #47372 is a reply to message #47282] |
Mon, 09 January 2017 23:07   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Spaces in directories fixed,
so if you have it in "Program Files", tools should work now!
although for files spaces are not allowed for easier access
Updated:
-some bug fixes, known:on non-wxp when f2 is re-used,it doesn't reposition gfx window right
-few things added - chk Help/About/Vector? controlS,
like regex for search in editor - type --help'Enter' for more
Part2 is in next/prev post!
[Updated on: Mon, 09 January 2017 23:12] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator - upd 28.nov.2017 [message #49019 is a reply to message #47282] |
Tue, 28 November 2017 20:42   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Part2 is in next/prev post...
bug:
clicking gfx item, then RMButton->SetVectorChild
now correctly handles direct Ctrl_1,...
+added upp toolbar sample:
edit: open upp-toolbars2.h.all
gfx: open upp-toolbars.gfx(maybeThereWillBeSomeInfoErrorsForNow)
click Export, then upp-toolbars2.h should be in there,
note that exported file directory can be changed in settings!
codeThatUsesItIsIn: snippets/cpp/upp/separateFile/SUGCToolbarTest-exp.7z
+added plugins:
basic functionality for setting gfx item properties,
interIconSelect as an example, check note.txt and tools/plugins,
compiler used for that only needs printf like fn(basics) to output to stdout.
Added gfxwnd... esc functions for using them
+added internal images: some interImages are available for image path(directName),
check ui Vector controlS? and tools/plugins/iconInterSelect_icons.jpg
+added esc keyword to anytool.tool:
which may be used to run esc script from any tool(button)
+added insertNamesOnly on gui Snippets when Alt+Shift+'<<=...' click
to insert all appropriate(no -exp.*) codeFileNames from that folder
check help button
+added export to different directory:
also added to exportOnly, check about
For more tools check out:
http://ws-tools.000webhostapp.com
|
|
|
|
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator - upd 17.dec.2017 [message #49096 is a reply to message #47282] |
Sun, 17 December 2017 19:43   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
part2 is in next/prev post!
Added sample for simple upp menu - chk down.
bugs:
gfxBackClr-onLoad Cannot load image, multiSelect moving with keys delayed info, F4 afterCreation bugs,
deletingObjs glued were not free'd, gluedObjs now works properly,MouseRClick can now directly select item
gfxObjs:
now when setting properties, all selected are modified, previously only cmdCtrl used that
added:
editor tabs'n colors'n tab/font size, $<esc{(p1=22,p2=3.14,p3="anystr")return ""}> parameters to pass
to escFile added - demo too(esc-params-call.txt.all),
added:
2ndPassParse added to support $<esc..> @... in them before they are called
anyfile.esc //opt=noParse! optional at 1st line added to notParse @... in script but to optionally
pass @... with return to main parsing func and parsing it there - usefull to return any @...,
@tid-str "title" which is optional - added
added:
abbreviations(configFileToItToo),eg: ---class(or...class)'[Ctrl-]Enter' - check
snippets/abbrev-exp.esc,snippets/cpp/abbrev-exp.esc, and sample how to use them
with esc in esc-params-call.txt.all
added:
Zoom/offset for gfx window - check Vector? controlS - MMButton can also be used
added(uppMenu):
Check snippets/cpp/upp/SUGCMenuToolbarTest-ign.7z for already created menu with it.
To manually see how it works: open menu-generic.gfx and upp-menubar2.h.all then Export.
It should produce upp-menubar2.h header file - can be redirected to some folder(drawers cfg).
AltShift+SnippetClick: on '<<=...' adds fileNamesOnly,
while clicking on file edit's it - doc'ed in Help.
InEditor :> (whenWaitingForOutput) is buggy
|
|
|
|
|
|
| Re: SUniGuiCreator - upd 17.dec.2017 patch [message #49104 is a reply to message #47282] |
Mon, 18 December 2017 15:28   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
This is a patch,
for download version look previous post!
Some cosmetics and some bug fixed, like:
-gfx F4 and Ctrl-F now properly "copies" all props!
eg for id/class images etc
In original "download" version there is an empty
directory in snippets/cpp/upp... which can be deleted.
Also, delete(ifExist) SUniGuiCreator.cfg to see patched cosmetics.
Patch2::
-plugin should now work if in dir with space,eg:Program Files
-some cosmetics fixed
wholeVersion can be downloaded from:
https://c(-dot-)gmx(-dot-)com/luoganda@gmx(-dot-)com/YJTUF-A7STGlqsg4w513TQ
[Updated on: Tue, 19 December 2017 13:18] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator - v12.apr.2018 [message #49712 is a reply to message #47282] |
Thu, 12 April 2018 21:43   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Updated version,
part1 is here, part2 part3 is in next/prev post!
File note.txt has more info.
Quite some stuff,
+inter plugins support(Ctrl-p=plugPanel,Alt-0/Alt-1=samples)
+note.txt can be opened inside app by plugin(sample code added)
+qtf/rtf support with simple html export(samples added)
+added esc functions
+script-startapp.all.sample/script-endapp.all.sample - rename to see how it works
+all samples/help/code updated
InEditor :> (whenWaitingForOutput) is buggy
and going fulscreen(with plugins) is buggy because underlying windows are destroyed
on wXP clicking note in main menu produces an error when no file is opened yet:
..fixed(patch3):for some reason calling UpdateWindow(in one of sb... funcs) in plugin produced an error
Editor's richedit still set IsModified somewhere(asks to save even if not modified)
Start completelly afresh, don't just override previous version!
For more tools check out:
http://ws-tools.000webhostapp.com
[Updated on: Tue, 15 May 2018 23:23] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator - v23.may.2018 [message #49867 is a reply to message #47282] |
Wed, 23 May 2018 03:12   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Full - updated version,
part1 is here, part2 and patches are in next/prev post!
Some fixes/addedCode:
+prj/ses: updated - gcc/watcom(v2)/msvc/cmake+ninja samples added! maybe uncheck 1stOpt in config for this
+bugFixes and clearing of .tool files - 'ut-default-tools.tool' has more or less all the info
+plugins: added IsModified and sample code for it(SUGCPluginNativeModify) - can be compiled with regularCompile.all
+dirs with spaces may now work - this was more or less cmd /c quoting misunderstanding
File note.txt has more info(mayAlsoBeOpenedVia:F1(orMainMenu)->note(Shift-inEditMode)).
InEditor :> (whenWaitingForOutput) is buggy
and going fulscreen(with plugins) is buggy because underlying windows are destroyed
Editor's richedit still set IsModified somewhere(asks to save even if not modified)
Start completelly afresh, don't just override previous version!
For more tools check out:
http://ws-tools.000webhostapp.com
[Updated on: Tue, 12 June 2018 14:28] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator - v23.may.2018 - patch 2 [message #49904 is a reply to message #47282] |
Sat, 02 June 2018 16:24   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
...patch-2 is here,
A patch-only for ver 23.may.2018 patch
check previous post for more info !!
just rewrite previous files with this.
Added/modified:
+comport support added, sample there too(sample.scom),'tools/comport'(optionalDirWithUserDefCmds)
+project compiling can be skipped to normal file preprocess with Ctrl-'Export'
+escScript sendkeys regression(charsWereNotRefreshed-thisIsAlsoUnderlyingIssue) - fixed
+escScript: some txt... funcs updated, so that other than just typeCodeEditor may use this funcs,like comport(orSomeEditDerived)
+minor path with spaces issues fixed -> *.tool updated
+plugins: editor tabType can be now retrieved with it's fileName
+note.txt updated
For more tools check out:
http://ws-tools.000webhostapp.com
[Updated on: Sat, 02 June 2018 16:46] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
| Re: SUniGuiCreator - v8.feb.2019 [message #51143 is a reply to message #47282] |
Fri, 08 February 2019 17:12   |
luoganda
Messages: 217 Registered: November 2016
|
Experienced Member |
|
|
Full - updated preview version,
part1 is here, part2, part3 and any patches are in next/prev post!
Some fixes/addedCode:
* projects now have separate included/opened files(small add/remove dlg), extensions can be specified in *.tool
* there is now output window for project which use compilation and clicking on possible file/line error via plugin
* rtf/qtf bullet reOpen indentation bug fixed thanks to mirek and underlying code
This is previewVer, but basic things are there, so jet to polish:
-outputWindowPlugin: ascii only, should use at least wchar_t, mainly not because of no wide regex
-sorting files in project dialog, for now - prj/ses files can be manually edited via editor
-basic compilation works, CMake and others not checked
InEditor :> (whenWaitingForOutput) is buggy
and going fulscreen(with plugins) is buggy because underlying windows are destroyed
Editor's richedit still set IsModified somewhere(asks to save even if not modified)
Start completelly afresh, don't just override previous version!
[Updated on: Sat, 09 February 2019 22:33] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Sun Apr 26 15:59:22 GMT+2 2026
Total time taken to generate the page: 0.01245 seconds
|