Search Results

Search results 1-15 of 15.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Dear Adrian, I have a feeling that you misunderstood my question. I want to change the border of simulation window. Instead of T.V kinda output window, I would like to have it look like a normal window with Close, Maximize & minimize buttons. I've attached two images (Img1 & Img2) of which Img1 shows the speedometer & Img2 shows plain window. After I compile & run the simulation, I need to show the speedometer in the normal window(like in Img2). Please help me with this. @ Adrian - I understood …

  • Hi all, I'm working on Speedometer sample code provided in the emWin samples. I want to change the background color & add few symbols to it. For example the symbols which I want to add are the ones found in speedometer dashboards like fuel status, light beam, radiator cooling, etc. In other 'emWin like' software, I used to draw these symbols using font builder. But in emWin font convertor which was provided, I couldn't find the above said functionality. I would like to know if there's any utilit…

  • Can the simulation output which has some rounded rectangle black background be changed for single layer? I need it like normal window. If not, where would I find the LCDConf.c for multiple layers. For example, if I want to create a Calculator which resembles like the one in Windows XP. Please help me with this. Thanks. @ Adrian - Can you help me with this please?

  • Dear Adrain, 1. I'm trying to access the variables passed as parameters to set the current Day, Month, Year for the respective LISTWHEELS. Even if I'm hard coding the values in place of parameters, the wheel is not getting updated. forum.segger.com/index.php/Att…dee2faf50bf10a1d983c587f9 (Please refer to the files attached.) 2. I find this happening when ever given two strings are same in an array. Again I'm declaring the array of these strings in one file & accessing it in another file by passi…

  • 1. I'm using a LISTWHEEL widget, I've set the snap position(LISTWHEEL_SetSnapPosition), LISTWHEEL_MoveToPos, & LISTWHEEL_SetSel. Everything works fine in my simulation. When I try to use the on my demo board, I can see LISTWHEEL getting created, data getting attached to it but I couldn't get the desired output. Basically I tried to create 3 LISTWHEELs, & tried to updates each of them with day, month & year. I debugged by marking a breakpoint, it passes through it, but never gets updated. 2. When…

  • I don't want to use a header, is there a possibility to delete/hide the header in LISTVIEW? And a personal message to Adrian. Dude, If u don't mind can you please share you Yahoo!/GTalk id so that I can get my doubts clarified. I'm really in a hurry to complete my work, but yet to explore many options. Hope your experience will help me in Doing things fast. I'm assure you that I won't bug you with dumb questions. Thank you.

  • Thanks for your reply Adrian. I incremented the progress value till the end & decrement the progress to the start & repeat the same again & again, with 'Please Wait" text on it. It was good but, I would like to know if I can use prog bar the other way like I describe here below. Instead of progress color starting from 0 and filling till the end value, I want it like a tablet of filled color moving around. You can visualize this like playing with the thumb of scrollbar forward & backward & so on.…

  • Hi, I'm using GRAPH_DATA_YT to draw some random wave forms. I'm using GRAPH_AttachData() to attach the data to the graph initially & later using GRAPH_DATA_YT_AddValue() to add values. As I add every point, I want to know if I can change the ' T ' distance between two points. I want to do it like the way we change the scale of visibility in Cathode Ray Oscilloscope (CRO). Suppose if I assume that the current ' Y ' values are being plotted with 1 pixel distance apart, I want to change that to 2 o…

  • I want to draw a polygon/line on a window. I'm unable to draw those without calling in/using callback functions. Is there any way to do that? Thank you.

  • Hello Again Segger mates, I need to create a graphic, which is used along with 'Please Wait...' text. I need it like the way the round rotating graphics are drawn on Windows Vista startup, etc. I've tried progress bar for this, but felt it doesn't suit the requirement. I would like to know if there is any way to create the graphic. Thank you. -- Rahul

  • Dear Adrian, Thank you very much for your reply. I cannot send you my application as it is confidential and I've edited the demo code to mock our requirements. Once we feel that our requirements can be achieved, we'll go with emWin. My application basically consists of 3 levels - a main-menu(ICONVIEW), submenus of main-menu(ICONVIEW), sub-sub menus will be either list boxes or frames or text pages. Now I understood the procedure of using windows. As soon as I saw your reply, according to your su…

  • Hello Segger Forum, I'm unable to solve a few cases. Hope you help me with this. Do I need to create a new window every time I display a new screen? Does creating a new window mask all the other foreground widgets? When I try to create a Window while using GUI_MEMDEV_CreateFixed() for zooming a bitmap, I could not see anything. But When I don't create a background, I see the animations. I would like to know the procedure for creating the following and also exceptions in using these - Background …

  • Thank you Adrian!

  • Hi, I need to zoom a bitmap, like 'Segger Logo' being zoomed in demo. I referred to the example _RotateAndZoomImage() in MEMDEV_ZoomandRotate.c file. If I'm correct, the above function is being called when ever the zooming or rotate is needed, thought I couldn't understand it completely. But I also found the function Source Code (1 line) used for rotation & zoom, but it seems that it doesn't work for bitmaps. The emWin manual is also not of much help in this case. Please help me with this. Thank…