BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: the bug in EVE(Esd_WebOutlineButton  (Read 658 times)

mado_rody

  • Newbie
  • *
  • Posts: 4
    • View Profile
the bug in EVE(Esd_WebOutlineButton
« on: August 10, 2024, 12:31:27 PM »

In Widget of Webstyle - Esd WebTextTransparentButton ->  X & Y Defined Local .

And because of this, the position of the button remains fixed on the page.


I changed it to Global.
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 770
    • View Profile
Re: the bug in EVE(Esd_WebOutlineButton
« Reply #1 on: August 12, 2024, 04:14:02 PM »

Hello,

Thank you for your post.

Can you just confirm which version of EVE Screen Designer you are using, so that I can look into this behaviour?

Could you also let me know which MCU if any you are currently testing with?

Best Regards,
BRT
Logged

mado_rody

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: the bug in EVE(Esd_WebOutlineButton
« Reply #2 on: August 13, 2024, 07:08:23 AM »

Hi
EVE Screen Designer v4.19.0

by : IDM2040-7A

In Property [Widget interface] of [ESD Web Outline Button] of [Webstyle] of [ESD Widgets] of [Library]

Best Regards,
mado_rody
Logged

mado_rody

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: the bug in EVE(Esd_WebOutlineButton
« Reply #3 on: August 13, 2024, 07:17:33 AM »

Hi
In File (sd_spi.c) of (sd_driver) of (RP2040) of (ThirdPartyLib) of (Libraries) of(EVE Screen Designer) has Writing problem.[in line 72](u_int8_t).

uint8_t sd_spi_write(sd_card_t *this, const uint8_t value) {
    // TRACE_PRINTF("%s\n", __FUNCTION__);
    u_int8_t received = SPI_FILL_CHAR;
    int num = spi_write_read_blocking(this->spi->hw_inst, &value, &received, 1);
    myASSERT(1 == num);
    return received;
}

Best Regards,
mado_rody
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 770
    • View Profile
Re: the bug in EVE(Esd_WebOutlineButton
« Reply #4 on: August 13, 2024, 03:29:29 PM »

Hello,

Thank you for the updates, I will pass your notes onto the development team for review.

On the point of the "WebTextTransparentButton", I have tested this and was unable to re-create the issue you are noting.
Can you clarify if you are trying to move the buttons position on the page or if all buttons placed on a page end up on the same x/y coordinates?

If possible could you supply your test project to use for review?

Best Regards,
BRT Community
Logged

mado_rody

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: the bug in EVE(Esd_WebOutlineButton
« Reply #5 on: August 15, 2024, 11:40:07 AM »

1_Create Page1 And input ESD "Web Outline Button" into page1 and save Page1.
2_Create Page2 And Input Page1 into Page2.
3_Now by moving Page1 You see that "Web Outline Button" "Web Outline Button" It becomes fixed.

%ESD30_LIBRARIES%/Esd_WebStyle_Widgets/Esd_WebStyle_Widgets.esd

before:


I Changed.
« Last Edit: August 15, 2024, 11:42:31 AM by mado_rody »
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 770
    • View Profile
Re: the bug in EVE(Esd_WebOutlineButton
« Reply #6 on: August 21, 2024, 02:55:22 PM »

Hello

Thank you for the clarification, the development team are currently looking into this behaviour and I hope to have an update soon.

In the meantime they have provided a small example project (see attached) for reference, this project uses a web outline button and includes input for 2 pages.

Please let us know if you have any questions on this.

Best Regards,
BRT Community
Logged