hustbeef

Results 11 comments of hustbeef

Do you updated the MFF? It is fine working in my laptop. `Canvas.Pen.Color = mClr(0) 'Canvas.Line 0, 0, Canvas.Width, Canvas.Height, mClr(0) , "F"` this function is like backcolor but it...

![image](https://github.com/XusinboyBekchanov/VisualFBEditor/assets/52040833/a144c2e5-d5da-42f6-8c0c-75f3c0509a40)

Recently I upgrade the control Panel , Picture and canvas for better drawing. I think It's too simple to draw a more realistic hour, minute, and second hand now.

Yes. Better set .DoubleBuffered = True It isI forgot updated the frmClock.frm with .BackColor =ClPink. Switch the mode on menu Item "Clock" ![image](https://github.com/XusinboyBekchanov/VisualFBEditor/assets/52040833/e78e9730-19a9-4f79-ab48-4cf1243d7947) ![image](https://github.com/XusinboyBekchanov/VisualFBEditor/assets/52040833/dbf22e2b-969e-40d5-add2-c8458d02acf4)

Because I am drawing with a low-quality PNG file. Now I have improved the code, fixed drawing on forms directly, and removed the function SetLayeredWindowAttributes, It could be working on...

I spend 3 hours to upgrade the png files. So I post it. ![image](https://github.com/XusinboyBekchanov/VisualFBEditor/assets/52040833/1d83b770-142e-4a27-9818-506ac7519b9e)

> Now ChineseCalendar shows a traditional round clock on running. The menu item, for example, "blink colon" has nothing to do with it. In other words, this has become a...

The new Transparent mode shows the background. I just tried and got it. The code is still not ready. The logic bothers me a lot. But the new Canvas is...

Fixed: Add Transparent of LED Digital showing (PR #587) ![image](https://github.com/XusinboyBekchanov/VisualFBEditor/assets/52040833/1fc5d1d7-c5ec-4f2e-98a2-9d2c1cc044e6)

> Should I submit a PR to restore ChineseCalendar as a pure text clock? Yes. It is OK. The new "Clock" example, demonstrating how to draw an image with canvas,...