Edit: Starting from v5.00 there is support for multiple themes. See this post for more information: https://www.b4x.com/android/forum/threads/themes-and-fonts-in-5-0.54338/#post-340927
Last edited:
What editor are you using. I tried various editors and got the same result. Then I used XMLNOTEPAD from microsoft and it worked fine. Search for xml editor to find the program.When I try loading the Cobrasoft scheme in Post 1, B4A (full trial & paid version) crashes on startup. I am assuming because the following 3 elements are missing?
<Style Key="WarningColor" ForeColor="#AEB404" />David
<Style Key="ErrorColor" ForeColor="#FF0000" />
<Style Key="Annotation" ForeColor="#FF6103" />
edit: interesting... the above text would not post until I added my name. guess it doesn't like parsing ending tags at the end of a post.
No, I am running windows 7 professional with 'standard' colour schemes out of the box as per HP's choices. However that gave me a clue, so I changed the windows theme to Windows 7 Basic, and it's readable . thanksAre you running Windows XP? There is an issue with the color on Windows XP.
In case you're interested, i made this because I'm a big fan of sublime text and it's color scheme.
<Style Key="CurrentLine" ForeColor="Transparent" BackColor="WhiteSmoke"/> <!-- ForeColor = border -->
B4A IDE Themes Application
Hi All,
Finally I finished the app. It extracts values from a Visual Studio editor Scheme (VSS) file and egenerate tags for customise the B4A IDE colours.
To learn (and download) more about VSS, here is a link.
Studio Styles - Visual Studio color schemes
Note that the only tags generated are the ones supported by B4A (and Erel!)
The App is very easy to use. Select B4A.XML file (won't overwrite it or modify it in any way, just read the tags),Select VSS file to get colours from , clikc convert and the <Styles> tags require by B4A will be displayed on the textbox, ready to be copied and pasted into your B4A.xml file (remember to back it up before you modify it!)
The app has an Installer to make installing/uninstalling easier.
Here is a snapshot of a VSS theme as it shows on Visual Studio and the ssettings for B4A Created with the app.
Enjoy!
Download link: https://dl.dropbox.com/u/90408241/B4Converter.msi