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
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
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:
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
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
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
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
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
>
>
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
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
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
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
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
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
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
>
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
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:
>
>>
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
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
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("
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
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
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
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
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
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
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
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
-
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
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
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/
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/
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
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
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
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
>>
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
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
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
}
},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
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
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
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)+
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
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
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
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
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
/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
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
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
/**
> * The icon of the groupbox.
> *
> * @return {String}
> */
> getIcon : function() {
> return this.getChildControl("legend").getIcon();
> },
>
> /**
> * Configur
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
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.
>
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
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
>
>
&
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
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
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,
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
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
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
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
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
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, "
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
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
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
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:
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
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
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
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.
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
>
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
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
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
;
>
> 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
>
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
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:
>
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
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
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
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
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
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
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
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.
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
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'
; 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
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
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
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
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
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
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
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
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.
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 - 100 of 145 matches
Mail list logo