Jump to content

kevin shang

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. We may need to trans our gui proj to pic32 mcu which having a 32MB ddr stacked, i didn't find the xc32 compiler information in gfx_complier.h file, Is there any notice should be taken about ugfx?
  2. Just copy _gwinSendEvent(&gw->g, GEVENT_GWIN_BUTTON) to the button down function and check the button PRESSED or not in your event handle code . That sould work.
  3. As the title , does the gdispDraw functions have antialias ?
  4. problem fixed, it's my fault, change the img in other place.
  5. there is no the problem on moving a image widget, which just on moving a button widget with image custom draw. what i am doing is: place a container window and place some button widget as it's child, then move the container, widgets with normal draw are work fine ,only the button with image draw not work well.
  6. change the image formart to gif, the problem still exist. I'm using ugfx2.7 git, on ubuntu16.04x64, X driver(for on SDL driver, the main windows not show up)
  7. as the video show , button image gone when move the background container widget. image formart is png, how to fix this? 20170525_172552.mp4
×
×
  • Create New...