Guest young jin o Posted April 4, 2017 Report Share Posted April 4, 2017 hi~ sorry... Do not speak English well. For example. " while(fgets( temp_buffer, sizeof(temp_buffer), pFile )) " <== use. temp_buffer <== How do you get this in Unicode? I succeeded in Hangul font. but... fileopen has failed. Please tell me how. Link to comment Share on other sites More sharing options...
oyoungjin Posted April 4, 2017 Report Share Posted April 4, 2017 Additionally... Can I manipulate the scroll bars of a list directly? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted April 6, 2017 Report Share Posted April 6, 2017 Hello @oyoungjin and welcome to the µGFX community! fgets() is a function of the clib (of stdio). It has nothing to do with µGFX. Your question does not seem to be related to µGFX at all or am I misunderstanding? On 4/4/2017 at 17:25, oyoungjin said: Additionally... Can I manipulate the scroll bars of a list directly? That's currently not possible through the existing high-level API of the list widget. You'll have to add that yourself and we'll consider adding it in the future. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now