Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-08-11 Thread Sjors Pals
Well i think not rendering objects with alpha zero is a big mistake. There is a visible property, and i think that should be the criteria to render an object. Especially when you look to backward compatibility i hope macromedia will decide to (not) fix this isue. Greets, Sjors Alias wrote:

Re: [flexcoders] how to prevent the flex app from loading the data in the cache?

2005-09-06 Thread Sjors Pals
Make sure you set the right headers in your asp output: Put something like this in your asp response: Response.Buffer = True Response.Expires = -1 Response.ExpiresAbsolute = Now() - 2 Response.AddHeader pragma,no-cache Response.AddHeader cache-control,private Response.CacheControl = No-Store

Re: [flexcoders] ms access

2005-09-16 Thread Sjors Pals
What did you try so far? Did you read anything about flex and datasources? Don't wanna be rude but i think you should first try a little bit your self. Greets, Sjors Burak wrote: hi, dear friends, how I can get data from a database such as ms access in order to insert them in datagrid?

[flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
A colleague build a formengine in flex based on xml configuration files. The engine is working nice, but i detected a problem when we submit the data to the server. The information is Send as one big string, because we want to reuse the existing backend on the server. Code: mx:HTTPService

Re: [flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
to contentType=application/xml -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sjors Pals Sent: Monday, October 03, 2005 5:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Submitting a form A colleague build a formengine

Re: [flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
or XML string? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sjors Pals Sent: Monday, October 03, 2005 5:22 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Submitting a form not really, the string is something like

Re: [flexcoders] Cool Flex Site with Free 30 day trial

2005-11-10 Thread Sjors Pals
Yup, really lame, just use their contact info ;) 6960 W. O'Bannon Drive Suite 110 Las Vegas, NV 89117 Application looks really nice, one of the best Flex Sites i have seen. Greets, Sjors Johan Lopes wrote: Shame their service seems to be geared only towards the US. I live in London UK and

Re: [flexcoders] Auto-complete

2005-05-11 Thread Sjors Pals
Well its not too hard if you just make a serverside script which suggests the words, and then just parse it in flex, i did build a google like sample in html: http://www.ria-info.com/test.html Regards, Sjors Steven Webster wrote: Has anyone implemented a flex-based solution for

Re: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread Sjors Pals
I got a similar problem a few months ago when i changed the width of a h-slider programmatically. I did try everything but in the end i made 2 sliders with corresponding values and instead of resizing i did a show/hide trick. Will try or i can setup a sample which reproduces it. Greets, Sjors

Re: [flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Sjors Pals
There is a small tool called firedeamon which makes it possible to run all programs as a service, i use it self to run some gameservers as service and it works very well. Greets, Sjors Rich Butler wrote: We're running the standalone Flex install which has its own jrun4 install... Rich

Re: [flexcoders] e-mail client sample Flex

2005-05-23 Thread Sjors Pals
Maybe you can use this one: http://www.bindingpoint.com/service.aspx?skey=04e3710f-fda1-4f46-88b3-b6d977ddb449 I would test it with some sample mailadress and not with serious business acounts ;) Greets, Sjors Steven Webster wrote: Francesco, There is a sample email client

Re: [flexcoders] Http Service -- urgent

2005-06-13 Thread Sjors Pals
From the faq: 5. Guidelines to effective question-asking Include a useful subject; this will help people find their own questions and answers later. Explain what you are trying to accomplish. Explain the error (include compilation errors or a description of the runtime behavior). Be prepared

Re: [flexcoders] Gartner's Take on Rich Internet Applications

2005-07-08 Thread Sjors Pals
Software Platform, imho there is no place in the market for a product that uses there own runtimes in the browser, little bit same story as General Interface Objects and Facado. Greets, Sjors Pals Tolulope Olonade wrote: Whats all the hype about NEXAWEB.? Has anybody seen solutions

Re: [flexcoders] Re: Flash Player 8 Public Beta

2005-07-12 Thread Sjors Pals
Nice but i can't find the release notes, can someone tell me or there is a document online? Greets Sjors bhaq1972 wrote: I've noticed a increase in speed of rendering (about 10-30%). but still have issues with datagrids with many columns (very slowstill trying to find the problem!)

Re: [flexcoders] Flash Player 8 Public Beta

2005-07-12 Thread Sjors Pals
I was wondering or there is some kind of test page where we can actually see the new features of the flashplayer (especially stuff like upload). Greets Sjors JesterXL wrote: If you other Flexerz could test your apps, this would really help Macromedia, thanks! - Original Message -

Re: [flexcoders] Filesize generated swf's

2005-07-12 Thread Sjors Pals
Keep in mind that a lot of usability tests where written in a time that everybody used a 56k modem. Nowadays people take 500k in less then 4 seconds from the web. Maybe its time to reconsider this 150kb limit. Greets Sjors Joost Nuijten wrote: Hi, We are working on a Flex-based website.

Re: [flexcoders] how to control antialiased text in flex?

2005-07-14 Thread Sjors Pals
Another good way is to use fonts which where designed for use in flash. Yesterday i found this site, with some really nice fonts: http://www.orgdot.com/aliasfonts/ Greets, Sjors Matt Horn wrote: Not to my knowledge, but you can do a couple of things to get around it. - don't embed

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Sjors Pals
I don't think that's true, even at bigger organisations you see a shift to use of free (opensource) software. Even when 225k is not a lot of money for a company, if you can safe it, its easy money. Its also a strange thing that you pay 30% more for a flex license in europe, and please,

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread Sjors Pals
I think the most easies way is to write a webservice and then use SOAP to communicate. As a test you can maybe use the Ebay soapservice. Greets, Sjors [EMAIL PROTECTED] wrote: Is it possible for someone to make a web page that will run an auction say to sell items? If so does anyone know

Re: [flexcoders] Flex and Databas Project

2005-07-30 Thread Sjors Pals
Well i don't think too much people are gonna help you this way. Just start building it your self and if you get stuck, ask your questions on this list. Not too much people are you gonna help this way. I would also advice you to read the FAQ of this mailinglist. There are some rules regarding

Re: [flexcoders] Hope all is watching the Avalon space..

2005-08-01 Thread Sjors Pals
You don't have to wait: http://www.xamlon.com/ Greets, Sjors Tolulope Olonade wrote: There have been clamours from the .Net developer fold for Macromedia to make flex as native to .NET platform as well as it is with the java platform. What do you think will happen when MS releases a

Re: [flexcoders] Flex concerns

2005-03-04 Thread Sjors Pals
This is not true, Google is able to parse Flash files, but the results are offcourse not as good as for normal html. An alternative is to cloack spiders, and redirect them to plain content pages. Sjors Manish Jethani wrote: Shell Bryson wrote: So far I've discovered; search engines ignore Flex

Problem when changing size of hslider

2005-02-09 Thread Sjors Pals
correctly. Is this a bug in the flash player, or am i doing something wrong? Greets, Sjors Pals inline: image/jpeg

Re: [flexcoders] Re: Newbie - Where do I start?

2005-02-19 Thread Sjors Pals
Commercial spam ;) Greets Sjors Steven Webster wrote: Hi Jeff, This was the book I was looking at, but I was not sure since it seemed to be written for Flex 1.0. Is this still applicable for Flex 1.5? I'm one of the two authors of the book ... 99% of the book is relevant to Flex 1.5; there is

How to catch Clickevent in CustomCellrenderer of a datagrid?

2005-01-31 Thread Sjors Pals
('waar_te_koop.gif') width=13 height=13 / /mx:VBox Greets, Sjors Pals

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread Sjors Pals
Wrong calculation ;) Its even worse in Euros 9.302 is the equivalent of $12.000. Sorry.. Sjors Pals Sjors Pals wrote: I dont know or its mentioned, but when i read the website it says: $12,000 USD or 14,400 Isn't that strange? One Euro is $1,29 So the price should be something like

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Sjors Pals
4CPU? Why on earth would someone like to use that on precompiled stuff? Regards, Sjors Pals Michel Jansen wrote: Matt Horn wrote: An old dutch saying : Prices can only go down... Laszo/BackBase time?? Was this before or after the tulip craze? :) You can make a joke off

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Sjors Pals
for those proof of concept projects. Lucian -Original Message- From: Sjors Pals [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 6:18 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 1.5 price 4CPU? Why on earth would someone like to use

Re: [flexcoders] My Company's Flex Site Live

2005-04-08 Thread Sjors Pals
I don't agree, a Negative reply has sometimes more information in it as someone who says: Hey Great site I also think Flex is a little bit overkill for this site, even flash is overkill for this website. As far as i can see flash is only used for some roleovers and navigation issues, where