Search Results
Search results 41-50 of 50.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi Florian, thank you for your answer. I understand that I need a separate callback for the GRAPH. However, I'm not completely familiar with the callback mechanism. I have lots of references to the GRAPH in my main callback, like filling in data, scaling, sliders etc. If I create the diagram after the main window as you suggested all the hGraph references in my main window are still invalid when it is created. Do I need to transfer everything that deals with the diagram into the GRAPH callback? …
-
Thank you, Alex. I made the buttons to child widgets of the diagram, as you suggested, and now they remain visible. But the GRAPH widget does not seem to give notifications (there aren't any mentioned in the manual). I think that's why also the buttons do not send notifications. Is there a way to get notifications from the graph children? Regards Jan
-
Hi, I have a GRAPH with horizontal slider. There are some buttons in the graph area. Each time I move the slider these buttons disappear behind the graph. As a workaround I used WM_BringToTop to make them visible again but this is not very elegant. Is there a way to avoid this? Regards Jan Attached is my GRAPH initialisation Source Code (27 lines)
-
Hi, it's me again. I have some difficulties understanding the Y/t GRAPH widget in all its complexity. What I want to do is logging data over a time interval which is longer than the visible interval on the screen. It would be nice to have a moving diagram with new values shifted in on the left side. The time scale and the vertical grid should move with the data to maintain the connection of Y values and time. All whatI could achieve is a digram with fixed grid and time scale and a horizontal scr…
-
Hello, when I open a window in front of a GRAPH widget and close it again, some sections of the GRAPH are not redrawn, mainly parts of the graph line itself are erased. I noticed that this only happens if I have borders enabled (values > 0 in GRAPH_SetBorder). I also noticed that it doesn't happen if the diagram data is shifted. Do I have to redraw or refresh the diagram myself? Best regards Jan
-
Hello, I would like to delete all items of a TREEVIEW in order to re-populate it with other items. The user guide says about TREEVIEW_ITEM_Delete(): "In case of deleting a tree the root element of the tree should be passed to the function." What is the root element and how can I get its handle? Best regards Jan
-
ICONVIEW defaults
JanBurg - - emWin related
PostHello, the emWin user guide mentions in chapter 19.12.1 some default settings for the ICONVIEW widget, like ICONVIEW_FRAMEY_DEFAULT. However, I couldn't find any of these settings in my STemWin, although they would be useful. The default frame setting is 5 pixels, so I have to set the frame to zero in each ICONVIEW item I am using? Regards Jan