分页: 2 / 2

Re: Need opinions for my new application

发表于 : 03 8月 2024, 15:32
NotOnlyEyes

代码: 全选

<?xml version="1.0" ?>
<FaceProject DeviceType="12">
    <Screen Title="moto_test" Bitmap="preview.png">
        <Widget Shape="30" Name="background" X="0" Y="0" Width="240" Height="280" Alpha="255" Visible_Src="0" Bitmap="background.png" />
        <Widget Shape="32" Name="38_num_hourHigh" X="20" Y="96" Width="45" Height="89" Alpha="255" Digits="1" Alignment="0" Spacing="0" Blanking="0" Visible_Src="0" Value_Src="1000911" BitmapList="0002.png|0003.png|0004.png|0005.png|0006.png|0007.png|0008.png|0009.png|0010.png|0011.png|0002.png" />
        <Widget Shape="32" Name="39_num_hourLow" X="70" Y="96" Width="45" Height="89" Alpha="255" Digits="1" Alignment="0" Spacing="0" Blanking="0" Visible_Src="0" Value_Src="911" BitmapList="0073.png|0074.png|0075.png|0076.png|0077.png|0078.png|0079.png|0080.png|0081.png|0082.png|0073.png" />
        <Widget Shape="32" Name="3B_num_minHigh" X="126" Y="96" Width="45" Height="89" Alpha="255" Digits="1" Alignment="0" Spacing="0" Blanking="0" Visible_Src="0" Value_Src="1211" BitmapList="0023.png|0024.png|0025.png|0026.png|0027.png|0028.png|0029.png|0030.png|0031.png|0032.png|0023.png" />
        <Widget Shape="32" Name="3C_num_minLow" X="176" Y="96" Width="45" Height="89" Alpha="255" Digits="1" Alignment="0" Spacing="0" Blanking="0" Visible_Src="0" Value_Src="1111" BitmapList="0083.png|0084.png|0085.png|0086.png|0087.png|0088.png|0089.png|0090.png|0091.png|0092.png|0083.png" />
        <Widget Shape="32" Name="09_num_batt" X="100" Y="10" Width="80" Height="22" Alpha="255" Digits="3" Alignment="1" Spacing="7" Blanking="0" Visible_Src="0" Value_Src="841" BitmapList="0012.png|0013.png|0014.png|0015.png|0016.png|0017.png|0018.png|0019.png|0020.png|0021.png|0012.png" />
        <Widget Shape="32" Name="1C_num_steps" X="47" Y="248" Width="138" Height="22" Alpha="255" Digits="5" Alignment="1" Spacing="7" Blanking="0" Visible_Src="0" Value_Src="821" BitmapList="0063.png|0064.png|0065.png|0066.png|0067.png|0068.png|0069.png|0070.png|0071.png|0072.png|0063.png" />
        <Widget Shape="32" Name="31_num_hrm" X="98" Y="210" Width="80" Height="22" Alpha="255" Digits="3" Alignment="1" Spacing="7" Blanking="0" Visible_Src="0" Value_Src="822" BitmapList="0053.png|0054.png|0055.png|0056.png|0057.png|0058.png|0059.png|0060.png|0061.png|0062.png|0053.png" />
        <Widget Shape="32" Name="0D_num_month" X="133" Y="48" Width="51" Height="22" Alpha="255" Digits="2" Alignment="1" Spacing="7" Blanking="0" Visible_Src="0" Value_Src="1012" BitmapList="0043.png|0044.png|0045.png|0046.png|0047.png|0048.png|0049.png|0050.png|0051.png|0052.png|0043.png" />
        <Widget Shape="32" Name="0F_num_day" X="57" Y="48" Width="51" Height="22" Alpha="255" Digits="2" Alignment="1" Spacing="7" Blanking="0" Visible_Src="0" Value_Src="1812" BitmapList="0033.png|0034.png|0035.png|0036.png|0037.png|0038.png|0039.png|0040.png|0041.png|0042.png|0033.png" />
    </Screen>
</FaceProject>

Re: Need opinions for my new application

发表于 : 03 8月 2024, 23:59
tostr
@NotOnlyEyes I see! I'll get the names correctly implemented onto my program.

Re: Need opinions for my new application

发表于 : 12 3月 2025, 12:52
Nothen60
zuggi1985 写了: 03 8月 2024, 07:34
Thank you,

i tested the new mi create app and generated images for each widget ...

but i get the error message again

Error: Input string was not in a correct format.


Updated Package:

https://drive.google.com/file/d/1B6iGHl ... sp=sharing


I have encountered this kind of soft problem, I needed help from profesionals. With the help of flutter app development companies I found Cogniteq company, which professionally solved my problem
It seems like you’re encountering a common error that typically occurs when there’s a mismatch in the expected format of the input data. In the case of the new Mi Create app, which generates images for each widget, this could be related to how the data for the widgets or images is being passed or parsed within the app. You might want to double-check the input format for the images or widget properties.