Xusinboy Bekchanov

Results 59 comments of Xusinboy Bekchanov

Fixed: Showing bottom pin button on Linux: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/1f1b9a83b2960f4272b58a8442706b97368de40d

You need to add these paths to your environment variables: D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\aarch64-linux-android-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\arm-linux-androideabi-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\mips64el-linux-android-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\mipsel-linux-android-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\x86_64-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\x86-4.9\prebuilt\windows\bin If your Android NDK is located in the C:\ndk folder then you need to...

This file i686-linux-android-gcc.exe is located inside this folder D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\x86-4.9\prebuilt\windows\bin\ After adding this folder to the environment variable, the compiler finds it.

In this case, the elements will overlap each other, I think.

The IDE does not compile all open files. When Automatic compiles the active tab. Otherwise, it compiles only the specified main file (via the Set As Main).

This is an example from the second author of this IDE. I'll try to fix it.

Yes, after hustbeef's pull request this happened. After this fix it now shows: Update DrawClockCalendar.bas: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/1faa6d3ebb1c9e2c8e74133cc195fca7280754fc

There BackColor is set to -1, so it will appear black.

A very good example, you can update ChineseCalendar.

>You are correct. We need to address the bugs. The new "Clock" example, demonstrating how to draw an image with canvas, will be relocated to "Controls\MyFbFramework\examples". You can send a...