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
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mado_rody

#1
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.
#2
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
#3
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
#4
Discussion - EVE / the bug in EVE(Esd_WebOutlineButton
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.