nimaltd Report post Posted March 13, 2017 why me 2nd page cant show all image box? ugfx_project.rar Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 13, 2017 Hi, Could you please further explain the problem you're having (eg. is the problem just in the studio, also in the preview or only on the target)? Additionally, could you please attach screenshots so we don't have to manually adjust all the image paths? Fortunately, the new version of the studio will only use relative paths so projects will be fully portable. Share this post Link to post Share on other sites
nimaltd Report post Posted March 13, 2017 I send screenshout later. But problem is on previw and hardware. Some of my picture box do not show on 2nd page. Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 13, 2017 Did you check GFILE_MAX_GFILES in the generated configuration file? Share this post Link to post Share on other sites
nimaltd Report post Posted March 13, 2017 I copy out put studio ugfxconfig.h to my project. It is 7 Share this post Link to post Share on other sites
nimaltd Report post Posted March 13, 2017 But i use some of picture 2 times. Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 13, 2017 And is that number equal to the number of files you need to have open at the same time? It doesn't matter whether you use the same pictures multiple times. It's just the number of simultaneously opened files. Share this post Link to post Share on other sites
nimaltd Report post Posted March 13, 2017 I dont know. I have 6 image. And use 12-13 image box. Some of picture are the same. Share this post Link to post Share on other sites
nimaltd Report post Posted March 13, 2017 Please support RTL on next version. This is so important for lot of user. I create image for show farsi. Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 13, 2017 29 minutes ago, nimaltd said: I dont know. I have 6 image. And use 12-13 image box. Some of picture are the same. Well if you don't know that then nobody will If you're using 6 files simultaneously and GFILE_MAX_GFILES is set to 7 then that won't be the problem. A couple of screenshots would definitely help if you get the time. 27 minutes ago, nimaltd said: Please support RTL on next version. This is so important for lot of user. I create image for show farsi. Please use the forum search. It takes you 5 seconds. There's a solution that multiple people are using successfully. Share this post Link to post Share on other sites
nimaltd Report post Posted March 13, 2017 I read forum. And i do. But not work. Its Work like this س ل ا م. But its true سلام Share this post Link to post Share on other sites
inmarket Report post Posted March 13, 2017 This doesn't look like a rtl problem. The glyphs are not the same regardless of order. That indicates a problem with the font not its display direction. Share this post Link to post Share on other sites
nimaltd Report post Posted March 14, 2017 this is my out put on 2nd page. but fist page work correctly. Share this post Link to post Share on other sites
nimaltd Report post Posted March 14, 2017 7 hours ago, inmarket said: This doesn't look like a rtl problem. The glyphs are not the same regardless of order. That indicates a problem with the font not its display direction. no. this is not RTL problem. I want to solve Farsi font by Picture. Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 14, 2017 Can you please check the return value of gdispImageOpen()? They tend to be very expressive on what went wrong. Share this post Link to post Share on other sites
nimaltd Report post Posted March 15, 2017 (edited) open 11 image and this is result Edited March 15, 2017 by nimaltd Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 15, 2017 Well there you have it. The error code tells you what the problem is: GDISP_IMAGE_ERR_NOSUCHFILE You can easily look up the error codes yourself. We're happy to help wherever we can but please don't expect us to take over your work. You could save yourself a lot of time too. Please don't hesitate to ask if you have any other questions. Share this post Link to post Share on other sites
nimaltd Report post Posted March 16, 2017 thank you for your support .why I have this error? this picture the same as first page. why cant show on 2nd page? Share this post Link to post Share on other sites
Joel Bodenmann Report post Posted March 16, 2017 If it's the same image you don't have to open it twice. You can open it once and assign it to multiple different imagebox widgets. Other than that the error you're getting indicates that the file was not found in the file system. Share this post Link to post Share on other sites