AveScripter feature request thread

I was wondering if this is the entire list of requested features?

Thanks all

BetaguyGZT

1- WebBrowser (Done with ActiveX "experimental" )

2- Menu set a folder to. (currently doing it and should be released soon)

3- Documentation (Mostl done, also a SDK Desklet included)

NightCrawler

1- Mini Explorer (Desklet request can be done I think)

Julieta

1- WinAMP Desklet (Sample already done)

Rimmer

1- Write a File (All add that quickly if there isn't a way with the ms scripte) I have the opposite takes 2 mins to add it

2- Draw Layers (Done, refer to Canvas)

3- Colorize (Hue, Saturation is done, missing 1 feature)

4- System Object (On the list todo)

5- Font group (on the list. Acutally its a Style group)

6- Inline effect (Can be done with executescript, but a effect engine is in the works)

7- DoubleClick (Might be limited to Avedesk, double checking)

8- Shadow effects for text controls (on the list) Text Layers would fall into the "Effect engine"

9- Clipboard (on the list)

10- Filling layer. (Done with canvas)

11- Mask source. (Done with masks? no?)

Oxtie

Horosopes (Desklet Request)

Arzen:

The latest version of AveScripter might be interesting for you, also

#390450

11- Mask source. (Done with masks? no?)

Everything's ok now, I just misunderstood the mask for the first time. I though it's a real 8bit alpha channel for layer, regulated through the color. But it's just a mask, like in Delphi or Windows icons (pre XP). A 1bit alpha channel, generated from color. Very useful when used right. So, don't worry about masks.

#390897

Request (I need it really :) ): accessing controls as layers [ desklet.layers("controlname") ]

cf:

<control name="scroller" type="VERTICAL_SCROLLBAR" x="300" y="41" width="19" height="158" fontalign="LT" value="0" scrollbarsize="0" onchange="onScrollbar();" visible="false" />

Now I want to clip the scrollbar - which avedesk has support for:

this.layers("scroller").ClipSource = "0,0," + this.layers("scroller").width + "," + yPos;

Error: layer not found. [ this.layers("scroller") is empty ].

It would be great if a controls are also accessible as layers. Thanks!

#397798

I understand what you mean... I'll see how I can implement this

#397946

is it possible to implement this?

http://dev.netvibes.com/

#446687

I'll have to look into it, but you do realize that it doesn't allow avescripter to run other desklets. Its the other way around. It would be a Desklet that allows to run netvibes desklets. And those desklets could then run anywhere.

#446919

Ehm... how about some mini games? =)

#447708

It is possible to it have "flash" based games in the latest version.

I have asteroids.

#447826

Well, how do you load flash in a desklet?

#447857

Oh.. Doh.. looks like I some how forgot to put that work on the web. Sorry. I have a faulty brain.

Go here: http://avedesk.philc.ca/modules/PDdownload...94858b84658e09f

#448016

Ah perfect! Thanks a lot, this opens a whole bunch of new doors. =D

And quite obviously you have a great brain.

#448023

twitter for avedesk??? like twitteriffic?

#459008