Re: [qooxdoo-devel] Resource URL differences.

2014-01-08 Thread Simon White
This was solved in my "Wrong Image URL's" post. On 07/01/2014 4:47 PM, dcipher wrote: > Hi > > This is an an update to my previous post about wrong image urls. > > In my application the the URL for scripts files is correct but incorrect for > the images. I created two virtual directories that poi

Re: [qooxdoo-devel] Why does IE9 not display application correctly?

2012-02-02 Thread Simon White
Hi I will get back to this after I complete a couple of other priorities and I will try to create a simple test case. Simon On 31/01/2012 8:07 AM, thron7 wrote: > > > On 01/31/2012 01:56 PM, Simon White wrote: >> Hi >> >> I have not opened a bug. I am not sure ho

Re: [qooxdoo-devel] Pages in separate files/classes for TabView

2012-02-02 Thread Simon White
Hi I do this all the time. I create a TabView or what I am use to calling a pageFrame (pgfStd) and the pages. Then on each page I set the property dcClass to the class name that will be loaded when the tabPage is activated. this.add(this.__pgfStd,{top: "0%", left: "0%", width: "100%",height:

Re: [qooxdoo-devel] Qooxdoo Seems To Need More Exposure...

2012-02-01 Thread Simon White
Hi I am in Canada and I never heard of QooxDoo before a few months ago. I had heard of extJS now Sencha and started to use it. I even have their visual designer but I found it hard to understand how everything worked. So I googled about javascript frame works and found QooxDoo once I saw t

Re: [qooxdoo-devel] How does inheritance actually work in QooxDoo?

2012-02-01 Thread Simon White
Regards > Tristan > > Am 31.01.2012 um 22:53 schrieb Simon White: > >> Hi >> >> The problem I encountered that raised this question was that I created a >> sub class of the Json store and added an array member called >> changedItems and set it to an empty

Re: [qooxdoo-devel] How does inheritance actually work in QooxDoo?

2012-01-31 Thread Simon White
agic here ;) > > Perhaps you can have a look on this great slides, to get a better > understanding of JS / prototypes / inheritance: > > http://www.slideshare.net/Sampetruda/advanced-javascript-closures-prototypes-and-inheritance > > Tino > > > Am 27.01.2012 um 14:31 schrieb Simon

Re: [qooxdoo-devel] Why does IE9 not display application correctly?

2012-01-31 Thread Simon White
Hi I have not opened a bug. I am not sure how to describe it other than to say the screen layout is a mess. Simon On 31/01/2012 5:44 AM, Tino Butz wrote: > Hi Simon, > > Did you make any progress on that problem? Have you opened a bug? > > Tino > > Am 26.01.2012 um 17:2

Re: [qooxdoo-devel] How to force list selection to first item?

2012-01-30 Thread Simon White
Hi I found a way this can be done: this.list.getSelection().push(this.list.getModel().getItem(0)) Simon On 30/01/2012 4:43 PM, Derrell Lipman wrote: > On Mon, Jan 30, 2012 at 16:16, Simon White > <mailto:simonwh...@dciphercomputing.com>> wrote: > > Hi > >

Re: [qooxdoo-devel] How to force list selection to first item?

2012-01-30 Thread Simon White
Hi The virtual list does not have a method call "getChildren()" Simon On 30/01/2012 3:44 PM, Derrell Lipman wrote: > On Mon, Jan 30, 2012 at 15:40, Simon White > <mailto:simonwh...@dciphercomputing.com>> wrote: > > Hi > > I have a virtual lis

[qooxdoo-devel] How to force list selection to first item?

2012-01-30 Thread Simon White
Hi I have a virtual list bound to a store and when the store retrieves the data my list is populated but no item is actually selected in the list until the user selects an item. I would like to force the list to automatically selected the first item when the data is loaded. So I created a li

[qooxdoo-devel] Best Practice Recommendation when JSON Store returns no Data.

2012-01-30 Thread Simon White
Hi I am using the Virtual lists with JSON stores and I wanted to know if there is a best practice in regards to letting the user know that no data was received in the store. Currently my list is just blank but I am wondering whether I should just manually add a list item saying "No data Found

[qooxdoo-devel] How does inheritance actually work in QooxDoo?

2012-01-27 Thread Simon White
Hi I created several custom classes one was a sub-class of the qx.data.store.Json and another was a sub-class of qx.ui.form.TextField and in the Chrome debugger's command window I did: loS = new dcbase.stoJson() loT = new dcbase.txtStd() I then looked at the instances created and noticed that

Re: [qooxdoo-devel] Understanding Class Members Question

2012-01-26 Thread Simon White
In regards to properties the items you gain are well worthwhile. My initial mistake was forgetting about arrays being by reference and thinking I would have to initialize all the members. Thanks, Simon On 26/01/2012 9:56 AM, Derrell Lipman wrote: > On Thu, Jan 26, 2012 at 09:47, Simon Wh

Re: [qooxdoo-devel] Understanding Class Members Question

2012-01-26 Thread Simon White
Thank-you that certainly makes sense as I forgot that arrays are by reference. However that does not explain the other missing items that I listed in my initial post. Simon On 26/01/2012 9:56 AM, Derrell Lipman wrote: > On Thu, Jan 26, 2012 at 09:47, Simon White > <mailt

Re: [qooxdoo-devel] Understanding Class Members Question

2012-01-26 Thread Simon White
gt; The long explanation is a Javascript topic rather than Qooxdoo - try > google for "prototype inheritance", here's a couple of relevant articles: > > http://en.wikipedia.org/wiki/Prototype-based_programming > http://javascript.crockford.com/prototypal.html >

Re: [qooxdoo-devel] Why does IE9 not display application correctly?

2012-01-26 Thread Simon White
custom widgets? If > not, are you seeing the same problem in the 1.6 Widget Browser > (http://demo.qooxdoo.org/1.6/widgetbrowser/)? > > > Regards, > Daniel > > On 01/26/2012 01:01 PM, Simon White wrote: >> Hi >> >> I am using version 1.6 and IE9 on Windows 7

Re: [qooxdoo-devel] Why does IE9 not display application correctly?

2012-01-26 Thread Simon White
Hi I am using version 1.6 and IE9 on Windows 7 64bit. Simon On 26/01/2012 1:17 AM, Tristan Koch wrote: > Hi Simon, > > we support IE6+. > > Which version of qooxdoo are you using? > > Regards > Tristan > > Am 25.01.2012 um 22:15 schrieb Simon White: > >>

[qooxdoo-devel] Why does IE9 not display application correctly?

2012-01-25 Thread Simon White
Hi I have been building a RIA and using the Chrome browser. Today I tried the application in FireFox, IE9, Opera and the application worked perfectly in all but IE9. In IE9 the widgets were located incorrectly with missing borders and the display was painfully slow. Is IE9 not supported? B

[qooxdoo-devel] Understanding Class Members Question

2012-01-25 Thread Simon White
Hi When I use the Chrome Debugger and look at the my JSON store object I notice that not all the members I defined in my class are listed on the store. If I look at the "__proto__" object everything is there. The members of my store are defined as: members: { __array : [], __changedI

[qooxdoo-devel] AddListener Question

2012-01-25 Thread Simon White
Hi I have a JSON store class with the following method: setupURL : function() { this.setUrl(null); if (this.__cmd == "SaveItem"){ var loReq = new dcbase.reqXhr({set: {url: "SaveItem."+this.__scriptMap}}); loReq.setRequestData(this.__table+"~"+"ID~"+this.__changedItems.join("

[qooxdoo-devel] Resolved: How to data bind to a comboBox?

2012-01-23 Thread Simon White
his looks correct. I find the error message > confusing, since the combo box does have a value property. > > Can you provide a playground example? > > Tristan > > Am 20.01.2012 um 22:02 schrieb Simon White: > >> Hi >> >> comboBox.bind("value",listB

Re: [qooxdoo-devel] Decorator Questions

2012-01-23 Thread Simon White
ed" : > { > [...] > }, > > [...] > } > } > > To actually apply your custom appearance-decorator combination you > simply call myCustomButton.setAppearance("rolloverButton"). > > I hope this gives you an idea of how d

Re: [qooxdoo-devel] Decorator Questions

2012-01-21 Thread Simon White
Hi I did try what you suggested an it partly worked. The problem is that I do not get any effect when I mouse over the buttons. So it seems to me I have to assign several decorators but I am not sure how. I assumed that if I used "rolloverButton" QooxDoo would add "-css" or "-hovered-css" b

[qooxdoo-devel] Decorator Questions

2012-01-20 Thread Simon White
Hi I would like to create a rollover decorator for buttons. To test it I modified the Decoration.js as follows and it works just fine but now all my buttons are roll-over buttons. I would like to refine this so that I when the widget is being constructed I can choose to use the default butto

[qooxdoo-devel] How to data bind to a comboBox?

2012-01-20 Thread Simon White
Hi comboBox.bind("value",listBox,"selection[0].DESC"{converter: function(data,model,source,target) {return source.findItemByLabel(data);}}); I get a binding error because the "value" property does not exist. How should this be done? Thanks, Simon

Re: [qooxdoo-devel] Canvas Layout Question

2012-01-19 Thread Simon White
ally much easier. Coming from a absolute positioning background I just needed to little paradigm shift to point me in the right direction. Thanks, Simon On 19/01/2012 4:37 PM, Derrell Lipman wrote: > On Thu, Jan 19, 2012 at 15:02, Simon White > <mailto:simonwh...@dcipherco

[qooxdoo-devel] Canvas Layout Question

2012-01-19 Thread Simon White
Hi I have been using the Canvas layout with pixel dimensions. However today I switched several widgets to percentage dimensions and immediately go errors from the "set" method complaining that the width was a string when it expected an integer. Since the canvas layout can support both I wonde

[qooxdoo-devel] How to Create a Change event for a Class Member?

2012-01-19 Thread Simon White
Hi I assume the preferred method for creating events for class members is to define them as properties however I was wondering what is required to create a change event for a class member that has not been defined as a property. Thanks, Simon -

Re: [qooxdoo-devel] News Reader Login Problem

2012-01-18 Thread Simon White
Hi I cannot say what changed but today I am again able to use my newsreader with this forum. Simon On 16/01/2012 11:17 AM, Christian Hagendorn wrote: > Hi Simon, > > sorry, no idea why you have proplems with it. > > Cheers, > Chris > > Am 14.01.2012 04:06, schrieb dcipher: >> Hi >> >> I have b

Re: [qooxdoo-devel] A forum for qooxdoo

2012-01-04 Thread Simon White
Hi If you want to give it a try by all means do it. I am not opposed to it. Simon On 03/01/2012 11:34 AM, Mehrez KRISTOU wrote: > Do you mind if I give it a try? > > Kristou > > > > On Wed, Jan 4, 2012 at 1:30 AM, Simon White > wrote: >> I just use the search

Re: [qooxdoo-devel] Array Searching Question

2012-01-04 Thread Simon White
for (var i = 0; i< laTable.length; i++) > lmIndex[Search(laTable[i])] = laTable[i]; > > var match = lmIndex[tmSearch.key]; > > > You'd have to cache lmIndex for each set of keys and rebuild the index if > the model changes. > > John > > On 04/

Re: [qooxdoo-devel] Array Searching Question

2012-01-03 Thread Simon White
text for the search function body for (i=0; i tmSearch.value){ lnMax = lnMid -1; } else if (lcKey < tmSearch.value){ lnMin = lnMid +1; } else { return true; } } this.mRecord = null; return false } On 03/

[qooxdoo-devel] Array Searching Question

2012-01-03 Thread Simon White
Hi This maybe more of a javascript question than QooxDoo and is due to my as yet inadequate knowledge of the inner workings of Javascript. I have an array in the form of: Menu = [{id: "TEST1",color: "blue",name: "myBlue"}, {id: "TEST36",color: "grey",name: "myGrey"}, {id: "TEST2

Re: [qooxdoo-devel] A forum for qooxdoo

2012-01-03 Thread Simon White
tried to read about contributions in the forum so I had to go > through all pages. It was tough. > > Kristou > > On Tue, Jan 3, 2012 at 12:34 PM, Simon White > wrote: >> Hi >> >> I access this forum using my Thunderbird Newsreader and it works just >> fi

Re: [qooxdoo-devel] A forum for qooxdoo

2012-01-02 Thread Simon White
Hi I access this forum using my Thunderbird Newsreader and it works just fine and I get answers quite quickly so I am not sure another forum is needed unless you can give some other benefits for your idea. Simon On 02/01/2012 10:26 PM, Mehrez KRISTOU wrote: > Dear members, > > I am new to qoo

Re: [qooxdoo-devel] Visual UI Designer

2011-12-25 Thread Simon White
Hi It seemed to me that most of these were either not complete or not actively supported. Simon On 25/12/2011 4:45 PM, Burak Arslan wrote: > On 12/24/11 22:24, Simon White wrote: >> Hi >> >> I see that the Dojo Toolkit now has a beta of a visual designer called >>

[qooxdoo-devel] Visual UI Designer

2011-12-24 Thread Simon White
Hi I see that the Dojo Toolkit now has a beta of a visual designer called Maqetta. Is there any such tool for Visual UI building planned for QooxDoo? Could Maqetta be adapted for QooxDoo? I enjoy QooxDoo and think it is an excellent product but a Visual Designer would make an excellent addi

Re: [qooxdoo-devel] How to create a new class without hardcoding the name in code?

2011-12-23 Thread Simon White
Thank-you that is very helpful. Simon On 23/12/2011 4:58 PM, thron7 wrote: >> On Fri, Dec 23, 2011 at 16:01, Simon White >> wrote: >> >>> Hi >>> >>> Where is the documentation about the #use ? >>> >> >> I don't know, and

Re: [qooxdoo-devel] How to create a new class without hardcoding the name in code?

2011-12-23 Thread Simon White
Hi Where is the documentation about the #use ? Thanks, Simon On 23/12/2011 3:34 PM, Derrell Lipman wrote: > On Fri, Dec 23, 2011 at 13:58, Simon White > <mailto:simonwh...@dciphercomputing.com>> wrote: > > Hi > > I would like to be able to create a new class

Re: [qooxdoo-devel] How to create a new class without hardcoding the name in code?

2011-12-23 Thread Simon White
} },this) if (tmConfig != undefined && tmConfig.set != null) this.set(tmConfig.set); } }); On 23/12/2011 3:34 PM, Derrell Lipman wrote: > On Fri, Dec 23, 2011 at 13:58, Simon White > <mailto:simonwh...@dciphercomputing.com>> wrot

Re: [qooxdoo-devel] How to create a new class without hardcoding the name in code?

2011-12-23 Thread Simon White
at > accomplishes what you're trying to do so it's less confusing. > > --Greg > > On Fri, Dec 23, 2011 at 1:35 PM, Simon White > wrote: >> Hi >> I can make the eval technique work but I cannot make the map technique >> work beca

Re: [qooxdoo-devel] How to create a new class without hardcoding the name in code?

2011-12-23 Thread Simon White
a call to eval: > > var classToCreate = 'dcbase.myCustomerButton'; > var lcClass = eval('new ' + classToCreate + '()'); > > Or you could do it, similar to the first technique, but with a factory > method (probably attached statically to a parent class of

[qooxdoo-devel] How to create a new class without hardcoding the name in code?

2011-12-23 Thread Simon White
Hi I would like to be able to create a new class by building the class name at runtime as opposed to hard coding the class in code. Can this be done? For example instead of var lo = new dcbase.myCustomerButton(); I would like to do the following: var lcClass = myWindow.Classname.substr(1,8)+

Re: [qooxdoo-devel] How to access the classname of a widget?

2011-12-23 Thread Simon White
Hi I guess I need to get more familiar with all the public members. Thanks, Simon On 23/12/2011 12:00 PM, Derrell Lipman wrote: > On Fri, Dec 23, 2011 at 11:57, Simon White > <mailto:simonwh...@dciphercomputing.com>> wrote: > > Hi > > Thank-you that works

Re: [qooxdoo-devel] How to access the classname of a widget?

2011-12-23 Thread Simon White
Dec 23, 2011 at 11:21, Simon White > <mailto:simonwh...@dciphercomputing.com>> wrote: > > Hi > > I have been looking for a way to access the classname for a widget. I > can see this property exists on the prototype but I do not know the > correct way t

[qooxdoo-devel] How to access the classname of a widget?

2011-12-23 Thread Simon White
Hi I have been looking for a way to access the classname for a widget. I can see this property exists on the prototype but I do not know the correct way to access it. Thanks, Simon -- Write once. Port to many. Get th

[qooxdoo-devel] tabButton without a tabPage Question

2011-12-23 Thread Simon White
Hi I am looking into an optimization for loading forms with lots of controls. I am using a tabView and I only want to load the first page when the window is opened. If the user then clicks on another tab I will load the widgets and display the page. This way I only load the widgets that the

[qooxdoo-devel] Solved : How do you find a specific Item in a Store?

2011-12-23 Thread Simon White
Okay I found the answer: myARMasterStore.getModel().getARMaster().toArray() Simon On 22/12/2011 10:19 AM, Simon White wrote: > Hi > > I found that I can get a reference to the array as follows but I do not > think I should be accessing "$$user_ARMaster" item because tha

Re: [qooxdoo-devel] How do you find a specific Item in a Store?

2011-12-22 Thread Simon White
/12/2011 9:19 AM, Simon White wrote: > Hi > > If I understand correctly most interaction with stores and widgets is > done through data binding however I would like to know how you find a > specific item in a store. For example I have a widget whose default > values is stored in

[qooxdoo-devel] How do you find a specific Item in a Store?

2011-12-22 Thread Simon White
Hi If I understand correctly most interaction with stores and widgets is done through data binding however I would like to know how you find a specific item in a store. For example I have a widget whose default values is stored in a database table. I created a store and loaded that database

Re: [qooxdoo-devel] How do you do a ForEach over members of a class?

2011-12-21 Thread Simon White
t; Try the .getChildren method. > > T. > > On 12/15/2011 08:33 PM, Simon White wrote: >> Hi >> >> How does one do the equivalent of a ForEach on all the members they have >> added to a form or container? I am use to using collections and being >> able to iter

Re: [qooxdoo-devel] Button GroupBox Question

2011-12-19 Thread Simon White
/** > * The icon of the groupbox. > * > * @return {String} > */ > getIcon : function() { > return this.getChildControl("legend").getIcon(); > }, > > /** > * Configur

[qooxdoo-devel] Button GroupBox Question

2011-12-19 Thread Simon White
Hi I have been trying to modify the GroupBox so that instead of an Atom for the legend is has a button that you can click to execute some code. Does anyone have a working example they could share? Thanks, Simon -- Wr

Re: [qooxdoo-devel] Poll: Usage of Demo Browser

2011-12-18 Thread Simon White
On 16/12/2011 7:23 AM, Martin Wittemann wrote: > Hello, > > we are currently thinking about the usage of the Demo Browser and we'd like > to know how you, the community uses that tool in the day by day development > process. Thats why we want to start a poll here with some predefined answers. >

[qooxdoo-devel] Rich Internet Application Security Questions

2011-12-17 Thread Simon White
Hi I am wondering about best practices for Internet Application security. I am assuming that the login process should be done using HTTPS so that the user name and password are not sent in plain text. However how should ajax calls be handled? I do not want just anyone accessing data via ajax

Re: [qooxdoo-devel] Is this an error in the Manual?

2011-12-17 Thread Simon White
r explanations are right. But its interesting to know that the > initial text caused some confusion. What would have helped you in that > description? Should it be more detailed and if so what details were > missing? I'm open for any suggestion here. > Regards, > Martin > > &

[qooxdoo-devel] How do you find an item in a Store?

2011-12-15 Thread Simon White
Hi I am wondering how you can quickly find an item in a store. In my case the stores contain data from a database table and every item has a unique ID field so I would like to be able to quickly get to the item using the "ID" or I also may want to find for example a customer by name. How is

[qooxdoo-devel] How do you do a ForEach over members of a class?

2011-12-15 Thread Simon White
Hi How does one do the equivalent of a ForEach on all the members they have added to a form or container? I am use to using collections and being able to iterate over the collection to access all the members but I am not sure how this is done in QooxDoo. I do not want to access all the membe

Re: [qooxdoo-devel] Virtual ComboBox Question

2011-12-15 Thread Simon White
round the delegate as this makes it a string instead of an object. Second I should be using getters. The correct format is: {filter : function(data) {return (data.getATYPE() =='F' && data.getTABLE() == "ARMASTER.DBF")? true : false;}} Simon On 13/12/2011 4:57 PM,

Re: [qooxdoo-devel] Virtual ComboBox Question

2011-12-15 Thread Simon White
Hi Chris Just for completeness here is my code for my Virtual ComboBox class. You can see that I bind the store model to my combobox model. qx.Class.define("dcbase.comVirtual", { extend : qx.ui.form.VirtualComboBox, construct : function (tmConfig) { this.b

Re: [qooxdoo-devel] Virtual ComboBox Question

2011-12-15 Thread Simon White
Hi Yes I will open a bug report but I am curious what makes the difference between the two. Why does "return model ? model.getLastName() : data;" work whereas "return model.getLastName();" does not work. Simon On 15/12/2011 2:05 AM, Martin Wittemann wrote: > Hey, > >> If I change your code t

Re: [qooxdoo-devel] Is this an error in the Manual?

2011-12-15 Thread Simon White
1und1.de>> > > Hi, > > Ok, it was my mobile connection. Sorry for that. > > This part of the manual is really confusing (even I don't get it). I > think we should clarify that. I will forward your mail to Martin. > > Best regards, > Ti

[qooxdoo-devel] Virtual ComboBox Question

2011-12-13 Thread Simon White
Hi I would like to show a combination of fields from a database in the drop down list of the Virtual Combox. After creating the store and binding it to the combobox I did the following: labelPath: "NAME", labelOptions: {converter : function (data,model) {return data+" "+model.getDESC();}} Ho

Re: [qooxdoo-devel] Why does the Date Formater show one month one earlier?

2011-12-12 Thread Simon White
Hi The conversion had two phases because dates in my database are stored in MMdd format: 1) I convert the "20110614" string to a date with a converter 2) Then I set the date format of the widget to "EEE MMM dd, " The problem I had was that a javascript date object returns months from 0

Re: [qooxdoo-devel] Why does the Date Formater show one month one earlier?

2011-12-12 Thread Simon White
Hi I am assuming that because javascript months go from "00" to "11" that "06" is July. Is this a wrong assumption when using a dateStr? Simon On 12/12/2011 12:45 PM, Simon White wrote: > Hi > > I set my dateFormat to ""EEE MMM dd, "

[qooxdoo-devel] Why does the Date Formater show one month one earlier?

2011-12-12 Thread Simon White
Hi I set my dateFormat to ""EEE MMM dd, " and when I have a dateStr like "20110614" the date appears in the DateField as June 14th instead of July? Simon -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microso

[qooxdoo-devel] Solved: Is this a bug?

2011-12-12 Thread Simon White
Hi I cannot explain it but today the binding works fine and does not trigger an error. Simon On 12/12/2011 10:20 AM, Simon White wrote: > Hi > > I have been using the following bindings with textFields: > > myTextField.bind("value","myDest","myDestPrope

[qooxdoo-devel] Is this a bug?

2011-12-12 Thread Simon White
Hi I have been using the following bindings with textFields: myTextField.bind("value","myDest","myDestProperty") which works fine because it is bound to the "changeValue" event however this fails with DateFields despite the fact that they have the same data event. Is this a bug or am I doing

Re: [qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-11 Thread Simon White
Thank-you On 11/12/2011 5:27 AM, Mustafa Sak wrote: > Datefield.getChildControl("textfield").setEnabled(false) or just set a > listener to the childcontrol on focus and try to prevent it. > > Von meinem iPhone gesendet > > Am 11.12.2011 um 04:18 schrieb Simon White:

Re: [qooxdoo-devel] How do I fix this Uncaught TypeError?

2011-12-10 Thread Simon White
he DateField to the list model so that when a user changes the date the new value gets saved to the list model. Simon On 09/12/2011 3:23 PM, Simon White wrote: > Hi > > I get an error message "Uncaught TypeError: Cannot call method > 'charCodeAt' of undefined" in

Re: [qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-10 Thread Simon White
t; May be it helps. > Regards Sak > > Von meinem iPhone gesendet > > Am 10.12.2011 um 20:44 schrieb Simon White: > >> Hi >> >> I noticed that you can enter invalid dates into the DateField (i.e. >> 11/32/2011) when you use the keyboard. I would like to make t

[qooxdoo-devel] How to prevent manually entering a date in the DateField?

2011-12-10 Thread Simon White
Hi I noticed that you can enter invalid dates into the DateField (i.e. 11/32/2011) when you use the keyboard. I would like to make the DateField so that the date could only be entered from the popup calender so that dates are always entered correctly. Is this possible and if so how is it don

Re: [qooxdoo-devel] How do you implement an animated image displayed while an App loads?

2011-12-09 Thread Simon White
into the feedreader demo application. > > /application/feedreader/source/index.html > > We just add a rotating image into the index.html. That is all. The rest > is qooxdoo doing for you, as it overrides the body content. > > Best regards, > Tino > > > Am 09.12.

Re: [qooxdoo-devel] Is this an error in the Manual?

2011-12-09 Thread Simon White
Hi I can see the entire message in my news reader (Thunderbird). Simon On 09/12/2011 2:20 PM, Tino Butz wrote: > Hi. > > I am not sure if this is a problem of my mobile connection, but your mail > seems to contain no body. > > Best regards, > Tino >

[qooxdoo-devel] How do I fix this Uncaught TypeError?

2011-12-09 Thread Simon White
Hi I get an error message "Uncaught TypeError: Cannot call method 'charCodeAt' of undefined" in the removeListenerById function. If I remove the second converter from the second binding I do not get the error. What I am trying do is take data from a database where the dates are stored as stri

[qooxdoo-devel] Is this an error in the Manual?

2011-12-09 Thread Simon White
Hi Why does the QooxDoo manual in the Data Binding topic say : "In some cases in the framework, there is only a change event and no property. For that case, you can bind a data event to a property. One common case is the TextField widget, which does not have a property containing the value of

[qooxdoo-devel] How do you implement an animated image displayed while an App loads?

2011-12-09 Thread Simon White
Hi When my application is loading I would like to display an rotating image or progress bar instead of just looking at a blank browser window. However, I am not sure of the normal terminology for this widget and thus not sure where to look in the documentation for how to implement such a featu

[qooxdoo-devel] Solved: How are blank dates handled?

2011-12-08 Thread Simon White
; > > Regards Sak > > Von meinem iPhone gesendet > > Am 08.12.2011 um 21:20 schrieb Simon White: > >> Hi >> >> In my database dates are stored as strings in the format of MMdd so >> I created a converter to change them from strings to data values and >

[qooxdoo-devel] How are blank dates handled?

2011-12-08 Thread Simon White
Hi In my database dates are stored as strings in the format of MMdd so I created a converter to change them from strings to data values and everything works fine with the DateField widgets until I try to display a blank date. In this case I get an error because the dateformat is not valid

[qooxdoo-devel] Solved: Can a Virtual ComboBox be bound to a Store?

2011-12-08 Thread Simon White
Hi I found the source of the problem I had accidentally used an uppercase name for my store which did not match the name used elsewhere so the property could not be found. Once I named my store correctly everything worked. Thanks, Simon On 08/12/2011 8:52 AM, Simon White wrote: >

Re: [qooxdoo-devel] Can a Virtual ComboBox be bound to a Store?

2011-12-08 Thread Simon White
mon, > > it sounds like the model or "myTable" property from the store has no > event defined > > Cheers, > Chris > > Am 08.12.2011 13:50, schrieb Simon White: >> Hi >> >> The problem I have is that I always get an Assertion Error in the >> __g

Re: [qooxdoo-devel] Can a Virtual ComboBox be bound to a Store?

2011-12-08 Thread Simon White
html > <http://demo.qooxdoo.org/current/demobrowser/#virtual%7ESelectBox.html> > > Am 07.12.2011 22:20, schrieb Simon White: >> Hi >> >> I am trying to get a virtual comboBox to display data from a remote >> table. So I created a store and tried to bind the store

[qooxdoo-devel] Can a Virtual ComboBox be bound to a Store?

2011-12-07 Thread Simon White
Hi I am trying to get a virtual comboBox to display data from a remote table. So I created a store and tried to bind the store to the combobox the same way I do for a virtual list but it does not work. I am trying the following: this.myStore.bind("model.MYTable",this.comboBox,"model"); Can

Re: [qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread Simon White
Hi I would vote for option 2 as that is what I am use to seeing in Windows Desktop apps. The selectbox or combobox is one width while the drop down list may be much wider so you can see the entirety of each item in the list. Simon On 07/12/2011 9:59 AM, omrihar wrote: > Hi List, > > I am us

[qooxdoo-devel] What Documentation Tool are you using?

2011-11-16 Thread Simon White
Hi What documentation tool do you use to produce the Qooxdoo documentation? Thanks, Simon -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performa

Re: [qooxdoo-devel] Virtual List and Data Paging Question

2011-09-29 Thread Simon White
Hi I just added my comments to one of the enhancement requests. Simon On 29/09/2011 2:51 AM, Alexander Steitz wrote: > Hi Simon, > > On Wednesday 28 September 2011 17:59:09 Simon White wrote: >> I understand that the virtual list can handle a large number of model >> ite

[qooxdoo-devel] Virtual List and Data Paging Question

2011-09-28 Thread Simon White
Hi I understand that the virtual list can handle a large number of model items but I am wondering about situations where you might have thousands or millions of items in a database. I would think that you would not want to load your model with the entire database table but would want some way

[qooxdoo-devel] Virtual List/Table Enhancement

2011-09-26 Thread Simon White
Hi I would like to suggest a buffer be added to the list and table widgets which would contain the currently selected item in the model. It would be updated on every selection change. This would allow the detection of changes made to the currently selected model item by data bound widgets.

[qooxdoo-devel] How to determine which model items were changed by the user?

2011-09-23 Thread Simon White
Hi I would like to trigger a save to a remote database when the user changes the selection in a virtual list if any changes were made to the selected item. That part is easy, however the problem I would like to solve is how do I determine which items in the current selection were changed and

[qooxdoo-devel] Newbie Debugging Questions

2011-09-23 Thread Simon White
Hi Is it possible to view the actual data in a store in FireBug or Chrome? Is so where do I find it as I have been looking around in Firebug and I can see the store's model but not the actual data? If I have a virtual list bound to the store is it possible to see the actual data in the list'

Re: [qooxdoo-devel] How to ensure Model Changes get saved to remote database?

2011-09-22 Thread Simon White
; your database by calling a service. > > Tino > > > Am 21.09.2011 um 22:22 schrieb Simon White: > >> Hi >> >> I am looking for the documentation regarding saving data from my >> application back to a database. >> >> Currently I can get data from

[qooxdoo-devel] How to ensure Model Changes get saved to remote database?

2011-09-21 Thread Simon White
Hi I am looking for the documentation regarding saving data from my application back to a database. Currently I can get data from the database into a JSON store and I have the store bound to a virtual list's model. I am able to display details of the item selected in the list and changes made

Re: [qooxdoo-devel] How to reference a image in another project?

2011-09-21 Thread Simon White
etters so I did not notice the mistake. So once I corrected the file name in the dcbase project everything started to work correctly. I appreciate all the suggestions and apologize for wasting peoples time. Thanks, Simon On 21/09/2011 2:40 AM, thron7 wrote: > > > On 09/20/2011 10:59

Re: [qooxdoo-devel] How to reference a image in another project?

2011-09-20 Thread Simon White
the browser console? Regards, Daniel On 09/19/2011 09:46 PM, Simon White wrote: Hi When I tried the following it worked: this.__navView.__lstView.setIconOptions({converter: function(data) {return "../../dcbase/source/resource/dcbase/grdUnchecked.png";}}); Is that how I should be re

Re: [qooxdoo-devel] How to bind a text Field to a model?

2011-09-19 Thread Simon White
t; } > }); > > One caveat: The "bind" call will immediately try to apply the value to > the target property. If you don't use the "one" selectionMode for the > List, there won't be an initial selection, so "data" in the converter > will

Re: [qooxdoo-devel] How to reference a image in another project?

2011-09-19 Thread Simon White
PM, Fritz Zaucker wrote: > Do you mention the image in an #asset statement in zour class file? > > Cheers, > Fritz > > On Mon, 19 Sep 2011, Simon White wrote: > >> Hi >> >> The strange thing is that I have that line in my config.json and the >> project has no

Re: [qooxdoo-devel] How to reference a image in another project?

2011-09-19 Thread Simon White
mnudcmain16.png",1024,768); ... Thanks, Simon On 19/09/2011 3:34 PM, Fritz Zaucker wrote: > Do you mention the image in an #asset statement in zour class file? > > Cheers, > Fritz > > On Mon, 19 Sep 2011, Simon White wrote: > >> Hi >> >> The strange thing

Re: [qooxdoo-devel] How to bind a text Field to a model?

2011-09-19 Thread Simon White
ely try to apply the value to > the target property. If you don't use the "one" selectionMode for the > List, there won't be an initial selection, so "data" in the converter > will be undefined. So either use the "one" selection, or add a check to

Re: [qooxdoo-devel] How to reference a image in another project?

2011-09-19 Thread Simon White
Hi The strange thing is that I have that line in my config.json and the project has no problem find the classes from "dcbase" the only thing it cannot find are the images. What I forgot to mention in my previous post was that was trying to reference this image from: this.__navView.__lstView.

[qooxdoo-devel] How to reference a image in another project?

2011-09-16 Thread Simon White
Hi I have a project called "KardPoll" and another one called "dcbase". I would like to use an image from the "dcbase" project in the "KardPoll" project but using "dcbase/myimage" does not work and I have the appropriate #asset(dcbase/myimage) in the KardPoll class. So how to I properly includ

  1   2   >