You must be talking about the size 10 Font. I ran into the same problem. I assume it is a bug and they will put it back otherwise there will be a lot of us that will have to spend extensive time to lay out screens etc.
SE
@SE
Posts made by SE
-
RE: UIFlow 1.9.8
-
Font size 10 Not functioning on V1.98
If you use the size 10 Font with V1.98 you will get an error stating that is not defined. If you have apps that you wrote previously that used that font they will not load/function properly.
You can test this by adding a label and setting its Font to size 10. With only the one label "Run" and you will get the error
Scott
-
Wrong App Launching
Since V1.8x I have been having problems with the wrong app launching. I have 3 apps on a Core2. 1 app is 350K while another is 150K (files size) and a 3rd is rather small. When I select an app and then select "Run" I have to reset the Core otherwise the app never starts. Once reset the new app does not start but the previous app will launch. There are times that I can get the correct app to launch but more times than not there is an issue. It is not the Core I have reflashed it with every version of 1.9x. I have had over 10 Core2 in my hands at various times and all have the same issue. In version 1.8X I was not having this problem.
In addition when I am loading the larger apps I get an error stating the Upload failed but upon resetting the device the app is there and if it is the only app on the device it launches fine
Any suggestions would be great.
Thanks
Any suggestions?
-
RE: Custom blocks with a variable input
Hello,
In case you don't have an answer here is an example of custom block I made for Parsing Text. It will ask for 3 inputs (via variables) and then return a result to a variableDon't forget to use the ${} to reference your "Variables" when creating the formulas. It also reminds you when in the block creater.
This is what it looks like in UIFLOW. Note the 1st three are inputs and "DataResults" is the output. In my UIFLOW example DataParse and DataResults are UIFLOW variables not the same as the Custom Block variables
-
RE: UIFlow Custom Block Maker Missing Components
Well the image didn't get posted due to a server error. So to clarify all the code on the right is correct everything that I entered on the right is now missing.
-
UIFlow Custom Block Maker Missing Components
I created a custom block and tested it everything worked fine. A few days later I came back to edit a few things and found that the code was still there on the right but the block components did not show up and the code in the block code section did not show as well. Has anyone experienced this and if so how did you resolve it. See the picture I attached I placed red arrows everywhere the components are missing.

-
RE: Upload Code Failed
Ok, here is what I found even though it said the Upload failed and it hung up on the Core2 saying "Uploading" After I reset the core2 it didn't automatically boot to the app but if I went to the app list on the core2 it was there. I selected it and then selected "Run" and nothing happened so I reset the Core2. After resetting the Core2 it automatically booted the app. I guess I will contact Tech support and ask them what is going on. Hopefully this workaround will help someone else.
-
Upload Code Failed
I have been using the Core2 for awhile now. So am familiar with "downloading" an app into the core. Today I was expanding an app and it would "Run" just fine for testing. When I went to "download" the app it came back with an error that state "Upload Code Failed". I reflashed the Core2 with an earlier version of firmware same result. Rebooted PC same result. Loaded an earlier version of this app that had about 465 lines of python code and it "downloaded" just fine.
So, the app in question is now larger at 785 lines of python code, not sure if that has anything to do with it or not. The Core2 will hang with "Uploading" until it is rebooted. I tried a 2nd Core2 same results.
I am using UIFLOW desktop version V1.7.5 with firmware version V1.7.8
Any insight into how to resolve this would be greatly appreciated.