User Activity

  • Posted a comment on discussion General Discussion on AI2Offline

    Updated the Component and Blockly Version Upgraders since I bumped the version for the Label, TextBox, PasswordTextBox components. I'm going to test these for a couple days and then merge into master. It would be nice to get some feedback on these changes, thanks. Enjoy!

  • Posted a comment on discussion General Discussion on AI2Offline

    Added BackgroundImage support to Label, TextBox and PasswordTextBox. You can now add 9-patch(*.9.png) images to you assets and set them as background image for your labels and textboxes. Note: 9-patch images are not shown in the Designer as it would not look right anyway, Use companion to see your changes. This could make for some really nice UIs :)

  • Posted a comment on discussion General Discussion on AI2Offline

    TextBox/PasswordBox changes Added the events EnterPressed and TextChanged to TextBoxBase and its inheritors. Added the function SelectAll Added properties SelectAllOnFocus and ErrorText. Enjoy!

  • Posted a comment on discussion General Discussion on AI2Offline

    We need to use an annotation parameter to actually group Properties for display rather than the chaos sometimes created by the current alphabetic fashion. I kinda like the way Kodular has that "Advanced" expanding section as well. What do you guys think?

  • Posted a comment on discussion General Discussion on AI2Offline

    Added RotationAngle to both Label and TextBox components. Added SetCursorAt and SetCursorAtEnd functions to TextBox. These are all things I had to use extensions for in my last app :)

  • Posted a comment on discussion General Discussion on AI2Offline

    I needed to add shadow text support to the Label component and decided to just add the other features too. Added are the following: Clickable: property read-write Designer/Blocks Marquee: Note marquee will do nothing if the text is not long enough to ellipse. MarqueeRepeatLimit: Leave a -1 for infinite Events: Clicked: Fired when you click label if Clickable turned on LongClicked: Same as above Functions: StartAnimation: param style read docs StopAnimation: SetShadow: Add shadow layer to text TextBox...

  • Modified a comment on discussion General Discussion on AI2Offline

    The problem as I'm seeing it is that cleartext is not a runtime option it can't be toggled at its an AndroidManifest.xml thing. Why its always false for the companion is because companion is just an AI2 app and what it does is actually make the method calls associated with whatever that component is (Form.class aka Screen1). So because the companion does not have the cleartextTrafficPermitted=true in its own properties file so at build time buildserver packages it with false. A quick fix would be...

  • Posted a comment on discussion General Discussion on AI2Offline

    The problem as I'm seeing it is that cleartext is not a runtime option it can't be toggled at its an AndroidManifest.xml thing. Why its always false for the companion is because companion is just an AI2 app and what it does is actually make the method calls associated with whatever that component is (Form.class aka Screen1). So because the companion does not have the cleartextTrafficPermitted=true in its own properties file so at build time buildserver packages it with false. A quick fix would be...

View All

Personal Data

Username:
linuxras
Joined:
2011-10-14 00:19:40
Location:
Jamaica / EST
Gender:
Male

Projects

This is a list of open source software projects that Andrew Williams is associated with:

Skills

This is a list of skills that Andrew Williams possesses:

  • Java
  • JavaScript
  • Unix Shell
  • C++

Personal Tools