You cannot post messages because only members can post, and you are not currently a member.
Description:
Google group for developers involved in the Visage language project. For more information see: http://visage-lang.org/
|
|
|
Gradle Visage plugin update
|
| |
Hi everyone,
I have a good new for you!
Soon you are going to see a upgraded version of Gradle plugin "with"
complete maven support for visage!
From next version, user no need to set VISAGE_HOME or place visagefx jar
into visage.home/lib. Plugin take care of downloading visage compiler and... more »
|
|
Java 7 and Mac
|
| |
Team, Thanks to Apple's decisions for Java and the switch to Java7 from Oracle, I cannot do a full compile of the compiler under Java 7. I have made some scripts that switch my CLI back to Java 6 for the ant build, but the jdi isn't compiling for me under Java 7 (cannot find javac error). Has anyone figured out a way past this issue?... more »
|
|
Java bug while compiling googel code visage compiler
|
| |
i have checked out the visage compler code form googel code and copied import zip into compiler folder i have Ant a Java version D:\MyWorkBench\visage\visage>j ava -version java version "1.7.0_09" Java(TM) SE Runtime Environment (build 1.7.0_09-b05) Java HotSpot(TM) Client VM (build 23.5-b02, mixed mode, sharing)... more »
|
|
Visage/VisageFX with Sublime Text 2 and Gradle Plugin :) :)
|
| |
Hi All, I have developed a Sublime Text 2 Plugin by using which we can attain Syntax Highlighting,Code Snippets and Compile/Run VIsage/VisageFX Applications. The plugin has following features:- - Syntax Highlighting - Visage file-type recognition eg(*.visage) - Support for Snippets - Build System using Gradel Plugin... more »
|
|
Making some properties as "default " in VisageFX
|
| |
Hello! I'm editing some classes to make the most used properties default. I'll soon push the changes to the server, but feel free if you think some default properties should change. For example, I set the "items" as default in the combo box class and "text" in the Button class.
|
|
Visage Repository on GitHub
|
| |
As discussed with Steve
We are moved our source repository to GitHub....
The new url is : [link]
If anyone we have left to add in to org please send your git id.
|
|
Using SciTE to edit Visage source files!!
|
| |
Hello Guys, I just had a great surprise. I was trying to hack SciTE to support visage, then I found some .fx in the properties file for cpp and then I found that Philho[0](hey are you around?), who was a great JavaFX Script guy, had created a highlighter for JavaFX Script in SciTE. Yes, that's it, we have a working highlighter for Visage, you just have to:... more »
|
|
Overview of bind implementation
|
| |
Is there an overview of how Visage implements reactivity? I
understand the semantics for the user; I'm just curious how it
compiles (since there are many possibilities).
I've been poking around with decompiling visagec-produced class files,
and noticed a few basic things:
- the compiler statically determines the dependency graph (not... more »
|
|
Visage Gradle Plugin
|
| |
Hi, I have crated a visage plugin for Gradle. [link] Please try and let me know your views. there are some TODO i yet to implement.. main is hide runVisage inside the plugin... How to make it work... 1) you need to install javafx, download and make Visage compiler... more »
|
|
Regarding the Toggle button and the CheckBox selected property
|
| |
My question is related to the UI coding while using VisageFX. The situation is explained below. I went through the code of ToggleButton and found the property *selected *which is type *Boolean*.So according to this if my code is something like mentioned below then the ToggleButton should be in a selected state.... more »
|
|
|