Posted August 25Aug 25 @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 26Aug 26 @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.
Sunday at 06:19 AM5 days @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.
Tuesday at 05:36 PM2 days @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.
Tuesday at 09:53 PM2 days @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.
Wednesday at 08:55 AM2 days @Teddy Rogers #include <stdio.h> int main() { puts("Seems to work fine now, thanks!"); return 0; }
Create an account or sign in to comment