August 25, 20251 yr @Teddy Rogers hi!there are fresh issues/complains on forum upgrade over here -> https://forum.tuts4you.com/topic/45674-do-you-know-any-file-size-info-calculation-tools/#comment-226676
August 26, 20251 yr @jackyjask are you sure you are selecting code blocks with the most appropriate language?Procedure SetImage(Icon) ExtractIconEx_("imageres.dll", Icon, 0, @iIcon, 1) If CreateImage(MyImage, 16, 16 ,32) StartDrawing(ImageOutput(MyImage)) Box(0, 0, 16, 16, GetSysColor_(#COLOR_MENU)) DrawingMode(#PB_2DDrawing_AllChannels) DrawImage(iIcon, 0, 0, 16, 16) StopDrawing() EndIf DestroyIcon_(iIcon) ProcedureReturn ImageID(MyImage) EndProcedureTed.
September 7, 20251 yr @jackyjask I was meant to post this a few days ago, if you have not already noticed, IPS moved the "Code Block", to menu...Ted.
September 9, 20251 yr @Teddy Rogers It seems the menu item disappeared again (or at least on Firefox)? At least I cannot see it under the + button anymore, even after a ctrl+f5.
September 9, 20251 yr @Washi thank you for reporting. Can you try now, as it should be fixed.I had to upload some fresh files on to the server and it seems to have made the editor template revert back to a previous update...Ted.
September 10, 2025Sep 10 @Teddy Rogers #include <stdio.h> int main() { puts("Seems to work fine now, thanks!"); return 0; }
Create an account or sign in to comment