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

Main Menu

the bug in EVE(Esd_WebOutlineButton

Started by mado_rody, August 10, 2024, 12:31:27 PM

Previous topic - Next topic

mado_rody

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.

BRT Community

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

mado_rody

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

mado_rody

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

BRT Community

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

mado_rody

#5
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.

BRT Community

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

Thaj

Hello,

I've attached the example project and screenshot for your reference. Please review the project for better clarity.

Please review the Page1 and Page2 under Switch Page (as shown in the screenshot).

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