[qooxdoo-devel] json rpc over websocket javascript client to use in qooxdoo

2016-08-20 Thread slah
Hello, I've a json rpc server with websocket transport only. Does any one knows about a javascript library that implement json rpc over websocket that I can use? Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/json-rpc-over-websocket-javascript-client-to-use-in-qooxdo

Re: [qooxdoo-devel] qooxdoo-rpc-server

2016-06-21 Thread slah
Hello, could you mind reposting your question in http://stackoverflow.com/ and tag it qooxdoo. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-rpc-server-tp7588346p7588347.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] virtualTree: changes in model aren't reflected in tree

2016-04-25 Thread slah
ink for your example > https://sourceforge.net/p/qooxdoo/mailman/message/31973584/ > > On 25/04/2016 12:23 μμ, slah wrote: >> Hello, >> when I did changes in the virtualTree model, changes are not reflected >> immediately into tree. I need to open/close nodes to see changes. >>

[qooxdoo-devel] virtualTree: changes in model aren't reflected in tree

2016-04-25 Thread slah
Hello, when I did changes in the virtualTree model, changes are not reflected immediately into tree. I need to open/close nodes to see changes. In treeVirtual we used to have setData() function to trigger visual changes. How to do it in virtualTree. I've noticed that many useful "Accepted answers"

[qooxdoo-devel] virtualTree, how to reset model?

2016-04-22 Thread slah
hello, I'm trying to create an edit/insert window to edit selected item of a tree. The problem is when I cancel edits, I'm enable to revert to old model values (see the __oldModel usage) I've set up a playground example: http://tinyurl.com/zjdzycc Can someone show me how to edit/insert row in a t

Re: [qooxdoo-devel] qooxdoo chat moging from irc -> gitter

2016-04-22 Thread slah
Hello, getting a 404 error for the url https://gitter.im/qooxdo/qooxdoo / 404. This is not the chat you're looking for. Sorry. :(/ -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-chat-moging-from-irc-gitter-tp7588285p7588287.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] Image resizing

2016-04-22 Thread slah
Hello, changed Layout from Grow to HBox and adding an appearOnce listener to framer, gives this: http://tinyurl.com/hsj38c6 hope it helps -- View this message in context: http://qooxdoo.678.n2.nabble.com/Image-resizing-tp7588283p7588284.html Sent from the qooxdoo mailing list archive at Nabble

Re: [qooxdoo-devel] Native app with qooxdoo mobile

2016-04-06 Thread slah
Hello, could you please share the steps to produce the app and what changes needs to be maid. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/Native-app-with-qooxdoo-mobile-tp7588237p7588240.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] New real time web application framework based on qooxdoo.

2016-04-05 Thread slah
Hi Luca, please consider adding me to Beta Testers, I'm really fascianted by the idea and the result, especiallay the theme builder, among others. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/New-real-time-web-application-framework-based-on-qooxdoo-tp7588228p75882

Re: [qooxdoo-devel] base64 images don't show up in table with custom html renderer

2016-01-25 Thread slah
Sorry for bothering you, this was caused by images not being generated yet. Fixed now. -- View this message in context: http://qooxdoo.678.n2.nabble.com/base64-images-don-t-show-up-in-table-with-custom-html-renderer-tp7587955p7587956.html Sent from the qooxdoo mailing list archive at Nabble.com

[qooxdoo-devel] base64 images don't show up in table with custom html renderer

2016-01-25 Thread slah
Hello, I'm using an html renderer to show an image in my table, the images are base64 saved in a global variable. The problem is that images don't show up until I do a column resize. I don't want my users to make a resize to see images and I don't know how to fire the resize of a columns to force

Re: [qooxdoo-devel] Bamboo - another theme contribution

2016-01-01 Thread slah
Wonderful, thank you very much, I'm sure (IMHO :)) theming, is among things that will make qooxdoo community larger. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Bamboo-another-theme-contribution-tp7587889p7587894.html Sent from the qooxdoo mailing list archive at Nabble.c

Re: [qooxdoo-devel] Label and flex

2015-11-14 Thread slah
try this: http://tinyurl.com/nrkbwy7 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Label-and-flex-tp7587765p7587771.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] DarkTheme for qx 3.0+ released

2015-09-15 Thread slah
Thank you Norbert for sharing, very genereous. Thank you Derrel for pointing our how to use multiple themes. -- View this message in context: http://qooxdoo.678.n2.nabble.com/DarkTheme-for-qx-3-0-released-tp7587570p7587596.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Updating data of object inside array

2015-05-28 Thread slah
Hello, one option is to use the filter function, var ar = [{"content": "content", "id": "b0e9eddc-ef07-4189-a45c-b15ab5986ad8", "parent": "default", "stamp": 1432829154.657, "type": "message_vote", "user": {"user_name": "v3ss0n", "userid": "31fa17e5-5b65-4526-ab66-d4afcf7d1750"}, "vcount": -1}];

Re: [qooxdoo-devel] how to make circular images with decorator/CSS

2015-05-28 Thread slah
MartinWittemann wrote > Hey, > you could use an incredible high integer value to get that done. Usually > the browser do not care of the radius is higher than it could be. > Regards, > Martin > > >> Am 27.05.2015 um 17:42 schrieb slah < > slachtar@ > >:

[qooxdoo-devel] how to make circular images with decorator/CSS

2015-05-27 Thread slah
Hello, I'm trying to show an image in a circular shape like google+ do for avatars, etc. seems I've to use CSS * border-radius: 50%;* trying to use decorator for this purpose fails because *qx.ui.decoration.Decorator().setRadius()* only accepts integers and not %. Can someone show me how to use

Re: [qooxdoo-devel] Validation of a DateField

2015-05-27 Thread slah
Hello, var dateValidator = function(value) { var isValidDate = function(value){ //if check if value is a valide date return true; else return false; } return (value == null || isValidDate (value)); } chrisch wrote > I'm trying to validate a DateField with a custom validat

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread slah
You're welcome, RPC PHP [1] is a contribution from Derrel Lepman. You can test it with the RPCExample [2] contrib too. You may find other json-rpc implementations too [3]. [1] http://qooxdoo.org/contrib/project/rpcphp [2] http://qooxdoo.org/contrib/project/rpcexample [3] http://qooxdoo.org/contrib

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread slah
Bober wrote > Hi, > >   > > I have created a simple qooxdoo desktop application and want to store a > text input in a Database (preferably MySQL). > >   > > Unfortunately, I have not found any information about such a matter in the > documentation of the qx.desktop. > >   > > Is there a

Re: [qooxdoo-devel] qx.ui.basic.Atom (More than one label possible?)

2015-05-20 Thread slah
Hello, you may use the rich property of the atom, so your label is pure html. There's also the iconPosition property you may use, more details in [1]. see this example: http://tinyurl.com/nssxfvh [1] http://demo.qooxdoo.org/4.1/apiviewer/#qx.ui.basic.Atom DTeCH wrote > Hello slah :) &

Re: [qooxdoo-devel] qx.ui.basic.Atom (More than one label possible?)

2015-05-19 Thread slah
Hello, why don't use a container with HBox layout and insert as much lables, icons into it? var cont = new qx.ui.container.Composite(); cont.setLayout(new qx.ui.layout.HBox()); cont.add(new qx.ui.basic.label("1st label")); cont.add(new qx.ui.basic.label("2nd label")); cont.add(new qx.ui.basic.labe

Re: [qooxdoo-devel] FontAwesome font icons for qx.Desktop

2015-05-19 Thread slah
Thank you for sharing, awsome theme. -- View this message in context: http://qooxdoo.678.n2.nabble.com/FontAwesome-font-icons-for-qx-Desktop-tp7587151p7587169.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Theming

2015-05-09 Thread slah
JSPresso: "12 allée du Chien qui Fume" hh it remembers me "La société des vaches vièrges" a sample data I put and made my customer lough during demo. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Theming-tp7587082p7587132.html Sent from the qooxdoo mailing list archive

Re: [qooxdoo-devel] Speaking of Themes - new theme on the way

2015-05-07 Thread slah
Hello, thank you for sharing this theme. I guess, theming is a great feature in qooxdoo that should require more attention (I saw the jspresso one which is good too), theming may help expanding qooxdoo commuinty, I've seen many developers making decisions on using frameworks based on demos, and th

Re: [qooxdoo-devel] jsonp with image upload site

2015-04-08 Thread slah
sed correct. >> >> This might be the reason for the strange trailing ":1" message you were >> reporting earlier. >> >> I can currently not provide a working playground example, sorry not >> enough >> time. >> >> You might ha

Re: [qooxdoo-devel] jsonp with image upload site

2015-04-08 Thread slah
I need to get the returned response, which is not available on the "changeState" event but is in "loaded" event, which is never fired, may be due to the error I mentionned previousely. Regards, Peter Schneider wrote > You were listening to the wrong event. > "changeState" is what you're looking

Re: [qooxdoo-devel] jsonp with image upload site

2015-04-08 Thread slah
Hello, I still can't get the "loaded" event fired, please check the console (F12 for chrome) and you can see: Uncaught SyntaxError: Unexpected token : ?key=3374fa58c672fcaad8dab979f7687397&source=https%3A%2F%2Fwww.google.tn%2Fimages%2Fsrpr%2Flogo11w.…:1 notice the ":1" in the end. When I run t

[qooxdoo-devel] jsonp with image upload site

2015-04-07 Thread slah
Hello, can someone kindly correct this playground example for me http://tinyurl.com/pbk5wyg When opening debugger (F12 in chrome) I can see the request happening and a json response, but can't use it, I guess because of a "Uncaught SyntaxError: Unexpected token :" in the console Regards -- Vi

Re: [qooxdoo-devel] qooxdoo and imgur for uploading images

2015-04-01 Thread slah
this worked for me in case someone needs it: http://tinyurl.com/pzfmjns -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-and-imgur-for-uploading-images-tp7587014p7587015.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] qooxdoo and imgur for uploading images

2015-04-01 Thread slah
hello, has anyone got image uploading work for imgur https://imgur.com/ Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-and-imgur-for-uploading-images-tp7587014.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] UploadMgr % Progress Status (Wow!)

2015-02-27 Thread slah
586852/UploadMgr.png). > > Norbert > > > John Spackman schrieb am 27.02.2015 11:01: > >> I think it’s just the modern one; which .png do you mean? >> >> John >>> On 26 Feb 2015, at 23:54, slah < > slachtar@ > > wrote: >>> >>&

Re: [qooxdoo-devel] UploadMgr % Progress Status (Wow!)

2015-02-26 Thread slah
Hello, by the way the theme you are using, as shown in the .png image, is great, could you kindly tell me which theme is it? Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/UploadMgr-Progress-Status-Wow-tp7586852p7586857.html Sent from the qooxdoo mailing list archive

Re: [qooxdoo-devel] Huge table widget & small tooltip improvement

2014-08-27 Thread slah
Hello, for columns you need to recreate table, as far as I know, you cannot create them dynamically. Best luck -- View this message in context: http://qooxdoo.678.n2.nabble.com/Huge-table-widget-small-tooltip-improvement-tp7586081p7586100.html Sent from the qooxdoo mailing list archive at Nabbl

Re: [qooxdoo-devel] reload second select box on change of first selectbox

2014-06-19 Thread slah
Hello, is it master-detail realtion that you're trying to implement? Could you please generate a playground example with sample data, so someone in the list could fix it. Regards marutinandan wrote > Hi, > > I have two select box sBox1 and sBox2. (data in both is coming from one > JSON objec

Re: [qooxdoo-devel] Which List/Tree Implementation is best for handling Huge number of items (Millions) .

2014-06-14 Thread slah
Hello, yes list can contain custom elements, see the delegate functions. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Which-List-Tree-Implementation-is-best-for-handling-Huge-number-of-items-Millions-tp7585835p7585856.html Sent from the qooxdoo mailing list archive at Nabbl

Re: [qooxdoo-devel] Qooxdoo Desktop as an UI core for a CMS control pannel

2014-05-24 Thread slah
Hello, welcome to qooxdoo. you may use parts loading so your application intially loads only necessary code and later it will load code on demand. see: http://manual.qooxdoo.org/current/pages/tool/sdk/application_structure.html?highlight=parts%20loading and http://demo.qooxdoo.org/4.0/apiviewer/#q

Re: [qooxdoo-devel] Code Freeze for the upcoming qooxdoo Releases 4.0/3.5.1

2014-05-22 Thread slah
Good news, waiting for the 4.0 to come out. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Code-Freeze-for-the-upcoming-qooxdoo-Releases-4-0-3-5-1-tp7585716p7585718.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] mobile app and openlayers.

2014-05-02 Thread slah
hello, just a thought, may be it's a matter of that._map not this._map or may be the _map was not already created when you call the addControls. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/mobile-app-and-openlayers-tp7585610p7585612.html Sent from the qooxdoo mail

Re: [qooxdoo-devel] Form - change a required field

2014-04-18 Thread slah
Hello, seems the setRequired(false) does remove an item from validationManager but I think your problem is with the star* above the label which is confusing for the users. try to add form.validate(); in your execute event and you'll see items with required set to false are not validated. I don'

Re: [qooxdoo-devel] Unbelievable newbie question - window width and pane splitting

2014-04-16 Thread slah
Hello, try : win.addListener("appear", function(){ win.maximize(); }); for right.setWidth(100) you cannot do it since right has a flex of 1 while left has flex of 0. hope this helps ritteh wrote > I'm trying to do two things in a very simple program. > > 1. Initialize window to be 100% widt

Re: [qooxdoo-devel] HBox layout issues

2014-01-19 Thread slah
Hello, you can set the "rich" property to true for the Atom and use html to format the label as you want. Regards alexey.petrenko wrote > Maybe I can try to implement my own widget based on Atom but it'll use a > custom widget instead of label... > > Now I think that maybe there is a bug somewh

Re: [qooxdoo-devel] ¿Search as you type in a table column?

2014-01-13 Thread slah
Hello, you also have the addNotRegex() an addRegEx() filters you can use for any purposes. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/Search-as-you-type-in-a-table-column-tp7585173p7585175.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] CKEditor Adapter

2013-12-17 Thread slah
thank you, very generous and very kind. -- View this message in context: http://qooxdoo.678.n2.nabble.com/CKEditor-Adapter-tp7585082p7585084.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Rapidly tro

Re: [qooxdoo-devel] qx.ui.list.List binding how to?

2013-12-02 Thread slah
Hello again, you solution worked great, just the appearance didn't work, so I added the "mouseover", "mouseout" event to simulate hovering. Thank you -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-ui-list-List-binding-how-to-tp7584983p7584991.html Sent from the qooxdoo ma

Re: [qooxdoo-devel] qx.ui.list.List binding how to?

2013-12-02 Thread slah
Hi Trung, very detailed reply, thank you very much for your time and patience. I'll try to put all this together in a custom widget as you advised and let you know about results. kindest regards, nminhtrung wrote > Hi slah, > > 1) In my opinion, why don't you try to gath

[qooxdoo-devel] qx.ui.list.List binding how to?

2013-12-01 Thread slah
Hello everybody, I've created a list and don't no how to bind the label in the list Item to the model. Also, I don't know if I can make the list items selectable. http://tinyurl.com/nzs9m6a Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-ui-list-List-binding-how-to

Re: [qooxdoo-devel] About web browsers and qooxdoo

2013-11-13 Thread slah
Hello, could you please send a screenshot for both browser or a link to your app. Regards, yeestrada wrote > Hello everybody, I have a problem, I am programing in qooxdoo using > mozilla, but now when I try to visualize my web application on crome, it > shows me a diferent version of my web, why

Re: [qooxdoo-devel] Data array to label binding.

2013-11-09 Thread slah
. Regards, Rehpa wrote > Thank you very much. I spent far too long trying to figure out why it > wasn't working. Everything I found on the site used the syntax I had. > > > On Nov 8, 2013, at 4:30 PM, "slah [via qooxdoo]" < > ml-node+s678n7584921h12@.

Re: [qooxdoo-devel] Data array to label binding.

2013-11-08 Thread slah
Salem, just replace array[0] by [0] http://tinyurl.com/nukub5d regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/Data-array-to-label-binding-tp7584920p7584921.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] qx mobile: enable to use selectBox inside popup window

2013-10-12 Thread slah
Hello, the alert(evt.getData().index) returns the index of the item in the array and not the id of the language I'm selecting which I need to insert a new record in the database. Do I've to create a function that loops into the array of objects to retrieve lang id by label (the evt.getData().item)

Re: [qooxdoo-devel] qx mobile: enable to use selectBox inside popup window

2013-10-11 Thread slah
Hello, suppose I've some data like this: var data = [{"id" : 1, "label" : "English"}, {"id" : 2, "label" : "Français"}]; how to display "label" in the SelectBox and how to retrieve "id" when an item is selected. Best regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/q

Re: [qooxdoo-devel] qx mobile: enable to use selectBox inside popup window

2013-10-11 Thread slah
BTW, can the array be an array of json objects like in desktop version, and is it possible to setLabelPath as in desktop version too. Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-mobile-enable-to-use-selectBox-inside-popup-window-tp7584753p7584757.html Sent from

Re: [qooxdoo-devel] qx mobile: enable to use selectBox inside popup window

2013-10-11 Thread slah
.com/m8wlgwl > > > > > > > Am 11.10.2013 um 02:10 schrieb slah: > > Hello, > I'm struggling to make SelectBox show option when it's displayed in a > popup > window. > > Here's an example: http://tinyurl.com/oo2zbgp > > when yo

[qooxdoo-devel] qx mobile: enable to use selectBox inside popup window

2013-10-10 Thread slah
Hello, I'm struggling to make SelectBox show option when it's displayed in a popup window. Here's an example: http://tinyurl.com/oo2zbgp when you display the popup and try to select "Language" the list didn't show options, but when you tap the close popup button then you can see options. Is it a

Re: [qooxdoo-devel] VirtualSelectBox that displays calculated labed

2013-10-10 Thread slah
Hello, thank you very much it works like a charm. rsantiagopaz wrote > try this > http://tinyurl.com/m6esngb -- View this message in context: http://qooxdoo.678.n2.nabble.com/VirtualSelectBox-that-displays-calculated-labed-tp7584749p7584752.html Sent from the qooxdoo mailing list archive a

[qooxdoo-devel] VirtualSelectBox that displays calculated labed

2013-10-10 Thread slah
Hello, I've a data containing first name and last name in separated fields, I want to display the data in a VirtualSelectBox and let my users see a calculated field fname + " " + lname as entries in the list. The problem is that setLabelPath accepts only one entry. Is that possible without touchi

Re: [qooxdoo-devel] about table and filters

2013-10-04 Thread slah
Hello, first you need to use the filtred model of the table. Then use the addNumericFilter(), addRegExFilter(), etc. to apply filters. Your question is general, could you please start a playground sample we can work on. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com

Re: [qooxdoo-devel] Disclosure Frame equivalent? Re: Fwd: Variable widths for widgets in Grid layout

2013-10-03 Thread slah
Hello, there the collapsable panel contrib that may achieve and is more powerful than the disclosure you mentionned. Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/Fwd-Variable-widths-for-widgets-in-Grid-layout-tp7584700p7584710.html Sent from the qooxdoo mailing lis

Re: [qooxdoo-devel] Using popup like a window's glasspane

2013-09-18 Thread slah
Hello, my 2 cents :) why don't create another modal transparent window with no borders (no close button, etc), with a progress bar animation in the middle, that's is displayed on top of the window you're trying to avoid the user to interact with. when you finish with your server side work, you just

[qooxdoo-devel] why "changeBubble" event never fired

2013-09-06 Thread slah
Hello, could someone kindly tell me how to get the event "changeBubble" fired when I edit the second field. http://tinyurl.com/mlm8ccn Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/why-changeBubble-event-never-fired-tp7584561.html Sent from the qooxdoo mailing lis

Re: [qooxdoo-devel] Binding a row to an object controller and detecting changes

2013-09-06 Thread slah
Hello, the code I posted and that was working yesterday is not working anymore and I'm getting: There is no event handler for the event 'changeBubble' can someone please let me know what's wrong since? Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/Binding-a-row-t

Re: [qooxdoo-devel] Binding a row to an object controller and detecting changes

2013-09-05 Thread slah
Hello, this code seems to do what I was after: http://tinyurl.com/k5ncss4 thanks -- View this message in context: http://qooxdoo.678.n2.nabble.com/Binding-a-row-to-an-object-controller-and-detecting-changes-tp7584544p7584552.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Binding a row to an object controller and detecting changes

2013-09-05 Thread slah
Hi Chris, may be I didn't explain what I was after clearly, in fact I don't care about the controller's model change, instead I'm interested to changes in the model's data, for example when I edit "two" to "too" I want to detect that to be able to activate a save button and deactivate other buttons

[qooxdoo-devel] Binding a row to an object controller and detecting changes

2013-09-04 Thread slah
Hi, I'm working on the followin scenario: I've a table holding all my data, when I click on a row, I won't to show all details on a form-like view. To achieve this I've created an object controller and I'm listening to the "changeSelection" event of the selection model of the table. For each new s

Re: [qooxdoo-devel] DateField beginning/end of year problem

2013-04-24 Thread slah
Any playground sample please? -- View this message in context: http://qooxdoo.678.n2.nabble.com/DateField-beginning-end-of-year-problem-tp7583355p7583356.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Can´t move a window added at the right - just grow

2013-04-01 Thread slah
Hello, have you tried this example outside the demo browser? Because in demo browser when I show/hide demo log (by pressing the log button) things work as expected, so may be this is due to demobrowser layouting... Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/Can-

Re: [qooxdoo-devel] Can´t move a window added at the right - just grow

2013-04-01 Thread slah
Hello, have you tried this example outside the demo browser? Because in demo browser when I show/hide demo log (by pressing the log button) things work as expected, so may be this is due to demobrowser layouting... Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/Can-

Re: [qooxdoo-devel] grid layout problem

2013-03-18 Thread slah
Hello, may be you need to set column flex for group1, try to add this line: layoutgrp1.setColumnFlex(3,2); Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/grid-layout-problem-tp7583084p7583085.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] My JSON RPC server stopped working after apache config

2013-01-23 Thread slah
B":"Extra Milk","DT":"new Date(Date.UTC(2013,0,20,9,2,32,0))"}]}},"id":15}; slah wrote > Hi everybody, > > I've built a json rpc server using the Delphi lang, I'm running it on port > . > > I deployed the server t

[qooxdoo-devel] My JSON RPC server stopped working after apache config

2013-01-23 Thread slah
Hi everybody, I've built a json rpc server using the Delphi lang, I'm running it on port . I deployed the server to be used by my customers on domain, let's say www.mysever.com, apache is serving qooxdoo build of my application and the qooxdoo application is calling (qx.io.remote.Rpc) the jso

[qooxdoo-devel] how to get data of a TreeVirtual

2013-01-22 Thread slah
Hello, I'm sending data to server for reporting purposes, for data contained in a table, I'm using table.getDataModel().getDataAsMapArray() and it works fine. Now I've data in a qx.ui.treevirtual.TreeVirtual control and I wonder if there's something similar to getDataAsMapArray() for table models

Re: [qooxdoo-devel] Combobox error [Help]

2013-01-22 Thread slah
Hi, try "generate source" each time you use a new class into your project. Regards samu88 wrote > Another question please... I have this error "Uncaught TypeError: Cannot > read property 'Table' of undefined " in line "extend: qx.ui.table.Table,". > Any idea why ? Thanks in advance! -- View

Re: [qooxdoo-devel] Combobox and SearchAsYouType inside a Table

2013-01-20 Thread slah
Hello, I suggest you take a look at the comboTable contrib, this may help you. Regards tqdkhoa wrote > Hi Qooxdoo Team, > > I have implemented a table with two columns inside including > (Infrastructure Type and Parameters). Beacause of the number of > infrastructure types are so many, therefore

Re: [qooxdoo-devel] Combobox error [Help]

2013-01-19 Thread slah
Hello and welcome to the qooxdoo community, have you tried running "generate source" in your app directory. Regards, samu88 wrote > Hi. how are you? Im new using this framework, and i have a little problem. > This code failed, i recieve this debugg message "Uncaught TypeError: > undefined is no

Re: [qooxdoo-devel] getting table data with rendered values

2013-01-15 Thread slah
Hello, thank you for the reply. What I did is to get table data via getDataAsMapArray() and then loop the data array and apply the renderers/functions to replace fields with their rendered values. Regards, hagendorn wrote > Hi, > > so fare as I know it is not possible to get access to the trans

[qooxdoo-devel] getting table data with rendered values

2013-01-14 Thread slah
Hello all of you, I need to send the content of a table back to server (for reporting purposes). I'm using tableModel.getDataAsMapArray(), it returns the table data, but I've a columns to which I'm applying renderers/replace functions (exp: 0-->Off, 1-->On). It will be great if I can get data wit

[qooxdoo-devel] qx Mobile : Any example of how to display a google map on a Container

2013-01-09 Thread slah
Hi all, I'm new to qx mobile, I'm trying to display a google map on a container but was enable to achieve this. I've seen the show case for OSM and I'm used to "play" with google maps in qx desktop but now I'm stuck and can't figure out how to achieve this. Can someone kindly give me some code sn

[qooxdoo-devel] highcharts with qooxdoo

2012-11-12 Thread slah
Hi, has anyone tried using http://www.highcharts.com/ in qooxdoo, or give me directions on how to use it within a qooxdoo app? Regards, -- View this message in context: http://qooxdoo.678.n2.nabble.com/highcharts-with-qooxdoo-tp7581947.html Sent from the qooxdoo mailing list archive at Nabble.

Re: [qooxdoo-devel] Need help with Models please !!!!

2012-10-11 Thread slah
Hi, an out of topic question and sorry for that. What editor are you using, seems it gives interesting features I don't have in SPKet. Regards jwhitten wrote > This is what it looks like just before I call RPC Sync...

Re: [qooxdoo-devel] cursor position in qx.ui.form.TextField

2012-08-23 Thread slah
thank you very much, it works like a charm. -- View this message in context: http://qooxdoo.678.n2.nabble.com/cursor-position-in-qx-ui-form-TextField-tp7581079p7581085.html Sent from the qooxdoo mailing list archive at Nabble.com. --

[qooxdoo-devel] get result from an url call

2012-07-17 Thread slah
Hi everybody, I'm trying to call an url and get back the result. the url is outside my domain, it's the geocoding service from google. Here's a sample of an url: http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true which component could be used to achieve this.

[qooxdoo-devel] using an icon in RadioButton

2012-06-21 Thread slah
Hi, I'm trying to display an icon next the radio button instead of a text label, I'm using this code: var rbOption1 = new qx.ui.form.RadioButton(); rbOption.setShow("icon"); rbOption.setIcon("myapp/icon1.png"); but seems it has no effect, i.e. the icon1.png dosen't show up. is it possible to ach

Re: [qooxdoo-devel] iPad

2012-05-31 Thread slah
Hello, you can listen to "touch" event on desktop applications too. Regards CyberQX wrote > > I tried to make a qooxdoo test application for the iPad. Are there plans > to make a Grid and a Dock layout for qooxdoo mobile or was it only > designed for phones? Or is there another way to get such l

Re: [qooxdoo-devel] Google Charts and Qooxdoo

2012-05-31 Thread slah
Hello, the easy way is to include the google api js in your index.html (it's in the root of your app source dir). then build your charts in an html area for example. Regards murtaza52 wrote > > Hi, > > I would like to use the google visualization api to create google charts > in my qooxdoo des

Re: [qooxdoo-devel] Issue with window

2012-05-18 Thread slah
Really strange, if you use the same code for "yes" and "no" buttons listeners, do the windows close in both cases? it will be great if you can provide a playground example. Regards Benjamin Dreux wrote > > Hi > I have a wierd issue with a qx..ui.window.Window. > In normal case i'm able to close

Re: [qooxdoo-devel] qx.io.remote.RPC and request URI too large

2012-05-03 Thread slah
default, should end up in the request body. > > > Regards, > Daniel > > On 05/03/2012 02:00 PM, slah wrote: >> Hello, >> >> is it possible to send huge data using qx.io.remote.RPC and the rpcphp >> server. >> >> I'm using it in all my proje

[qooxdoo-devel] qx.io.remote.RPC and request URI too large

2012-05-03 Thread slah
Hello, is it possible to send huge data using qx.io.remote.RPC and the rpcphp server. I'm using it in all my project but now I discovered I'm enable to send a large data field as a parameter. I guess I need to send data as a POST query method but can't figure out how to set it in qx.io.remote.RP

[qooxdoo-devel] removing list item.

2012-04-24 Thread slah
Hello, I'm using a list like this one: http://demo.qooxdoo.org/current/demobrowser/#data~ExtendedList.html but I can't figure out how to get the selected item and how to remove it from list? Any help please. Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/removing-lis

Re: [qooxdoo-devel] uploadMgr backend problem

2012-04-10 Thread slah
g has gone. Thank you PS: there was a scaring silence in the ML the last weekend :) John Spackman-3 wrote > > Hi Slah > > On 08/04/2012 21:02, "slah" <slachtar@> wrote: > >>Any help please? >> > > Sorry for the delay in getting back to you

Re: [qooxdoo-devel] execute based on selected tab

2012-04-09 Thread slah
ragasu wrote > > On Sun, Apr 8, 2012 at 1:04 PM, slah <slachtar@> wrote: > >> Hi, >> to get index: >> var idx = tabview.indexOf(selectedPage); >> >> >> Regards >> >> slah wrote >> > >> > Hi, >> > you need t

Re: [qooxdoo-devel] execute based on selected tab

2012-04-08 Thread slah
Hi, to get index: var idx = tabview.indexOf(selectedPage); Regards slah wrote > > Hi, > you need to have the index or the label of the active tab view and then > decide which save function will you exectue. > > var tabview = new qx.ui.tabview.Tabview(); >

Re: [qooxdoo-devel] uploadMgr backend problem

2012-04-08 Thread slah
Any help please? -- View this message in context: http://qooxdoo.678.n2.nabble.com/uploadMgr-backend-problem-tp7442770p7448329.html Sent from the qooxdoo mailing list archive at Nabble.com. -- For Developers, A Lot Can H

Re: [qooxdoo-devel] execute based on selected tab

2012-04-08 Thread slah
Hi, you need to have the index or the label of the active tab view and then decide which save function will you exectue. var tabview = new qx.ui.tabview.Tabview(); var selectedPage = tabView.getSelection()[0]; var title = selectedPage.getLabel(); Regards paragasu wrote > > Hi All, > > I

Re: [qooxdoo-devel] uploadMgr backend problem

2012-04-06 Thread slah
load directory you have to make sure > the > permissions are correct. As a quick test try setting the permissions on > that folder to 777. > > Matt > On Apr 6, 2012 7:29 AM, "slah" <slachtar@> wrote: > >> Hello, >> I'm using the uploadMgr co

[qooxdoo-devel] uploadMgr backend problem

2012-04-06 Thread slah
Hello, I'm using the uploadMgr contribution which is great BTW. I'm using the php backend, I've created an /uploader directory under my server tree and put php.php (the one provided by the contrib) into that directory and renamed it to index.php In my qooxdoo app, I'm following the demo provided

Re: [qooxdoo-devel] using qx.io.remote.Rpc with parameters as array

2012-03-30 Thread slah
Hi Derrel, thank you, you are right, it's a cross domain because I'm in test phase, but I've managed to use async calls only now. Regards -- View this message in context: http://qooxdoo.678.n2.nabble.com/using-qx-io-remote-Rpc-with-parameters-as-array-tp7363036p7421984.html Sent from the qooxd

Re: [qooxdoo-devel] using qx.io.remote.Rpc with parameters as array

2012-03-29 Thread slah
quest: qx.io.remote.Request[2059-0] what's wrong please? Regards Derrell Lipman wrote > > On Sun, Mar 11, 2012 at 09:56, slah <slachtar@> wrote: > >> Hi, >> >> I'm using qx.io.remote.Rpc to query a JSON-RPC server (rpcphp) and I'd >> like >

Re: [qooxdoo-devel] preload screen

2012-03-27 Thread slah
ntil the script has finished loading, i.e. only when the > script is fully loaded the .gif will load and a microsecond later your app > will run and replace the gif. > > You need to either mark the script as async or put it after the .gif file. > > John > > On 26/03/2012 18:26,

Re: [qooxdoo-devel] preload screen

2012-03-26 Thread slah
you remove the js and just load an html file pointing to the > loading.gif, and see if it is showing up at all. If not check that the > loading.gif file is properly copied to the server for the build version. > On Mar 26, 2012 8:49 AM, "slah" <slachtar@> wrote: > &

  1   2   >