![]() |
ZS Extension. - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: ZS Extension. (/showthread.php?tid=100) |
RE: ZS Extension. - z-s - 04-05-2025 i am doing finishing to ZS extension,any one have any idea or improvement or some libs that we could add in ZS extension RE: ZS Extension. - AbsoluteBeginner - 04-05-2025 (04-05-2025, 04:19 PM)z-s Wrote: i am doing finishing to ZS extension,any one have any idea or improvement or some libs that we could add in ZS extension I don't even know what else to think of. ![]() RE: ZS Extension. - z-s - 04-07-2025 Currently developing a own console fully customizable using wpf. RE: ZS Extension. - z-s - 04-07-2025 should i use a xaml for console window or make window dynamically which will be better?? RE: ZS Extension. - litdev - 04-07-2025 I guess it depends, especially how much you have worked with xaml, dependency properties & data binding or want to learn about them. If the objectives are well defined xaml, if its more 'see how it goes' then probably programmatically like a graphics window more inclined towards text. RE: ZS Extension. - z-s - 04-08-2025 i think programmatically will be better so we could expand as needed in future RE: ZS Extension. - z-s - 04-12-2025 So currently i have made a wpf window in which we have added a grid and in the grid I have added rich textbox and in the grid I have added canvas in front of it to add control on console RE: ZS Extension. - z-s - 04-15-2025 Today my PC in which the extension code was got off and it's hard disk got currpted. I made so many improvements in the extension and was thinking to upload to github but all gone in vain. I can't tell how it looks when I made the code with so much effort got lost. I can remake it as much as possible with last source code on git but will take time. After all in everything there is some good for us ![]() RE: ZS Extension. - AbsoluteBeginner - 04-15-2025 Oh yes. ![]() Such a moment gives great "pleasure". ![]() Once in my life I saw the face of a man who had lost the results of his great labor. At that time I didn't have my own personal computer. But the sight of that man remained in my memory for the rest of my life. After I started working on the company computer myself, and then when I bought a computer for home, the image of that person constantly forced me to make copies and store them not just on another storage device, but even in another building, so that a fire would not destroy the entire result. Now, I store everything important in two places: in the cloud and on an external drive. I wish you never to experience such unpleasant feelings again. RE: ZS Extension. - litdev - 04-16-2025 I feel your pain zs. We have mostly been there, I certainly have and now do an automated usb backup every evening and upload all code changes little and often to github, after every change. |