JavaScript
Were do i start?
Please lovely developer, i dont known where to start from even the download link is not working.
Please i really need ur help.
Thanks for responding?
Wavemaker out of the box functionality question.
Hi guys,
I have another question about Wavemaker and its out of the box features.
My task is I have a field that I use to capture say the employer number of a company and the SQL goes and pulls the employer name based on the employer number entered in the employer number field and then some code takes that result and displays it in a display only field to the right of the employer number field.
I know I can do this by
set employer_name = 'employer name' by from SQL result.
The SQL is
select employer_name
from employer
where employer_id = $employer_number
Using custom sourceData in DojoGrid / manipulating DojoGrid queries??!
Hi,
I'm facing huge problems and hope someone can help me here.
Here's essentially what I would like to do:
Dynamic SQL Queries
The app we are building needs to implements methods to access a DB and retrieve data based on user defined parameters entered in a search screen.
We need to evaluate the variable input fields containing data and based on the results, dynamically build a query.
Has anyone done anything similar? Best practices for evaluating if an input field has data in it? Best practices to dynamically craft queries in JavaScript?
All info and ideas are greatly appreciated...
"Save as" dialog in client side
Hi all, I need to show a "save as" and retrieve the file name in client side but I can´t find any example for implement this.
anybody give me a hand please.
Richard R.
Montería, Colombia
Unresponsive script when selecting projects
Hi,
I daily make a copy of my project I am working on and have 39 projects in the wavemaker project folder. Switching in the designer to another project now ALWAYS results in a browser warning of an unresponsive script (see screenshot). It seems there's a lot of javascript already loaded without having a project selected.
The only solution to this is to restart the browser.
Let me know if I am doing something wrong here. Thx!
update dojo grid according to filter after user input
Hi,
I have a dojo grid which I filter through some columns. Now when the user changes data in a filtered column and it does not fit the filter anymore I would like the grid to be updated.
Example:
Column1 is filtered by "a". Now I change the "a" in a cell in Column1 to "b" -> the filter should be applied again so that row is hidden.
The live variable is set to autoUpdate. Additionaly I tried to bind it to the onSuccess event, but this did not work. I also added a button with the following click event:
btnRefreshGridClick: function(inSender) {
IE not picking up onbeforeunload
Is it just me or does IE not play well with WaveMaker apps? I seem to have little to no browser issues with Chrome, but IE is a royal pain.
My latest in a series of issues is related to my using dojo.connect and referencing onbeforeunload. My intent is to catch the user closing the browser and/or tab and logoff their session with javascript.
This works perfect in Chrome. But in IE9, it's as if the code is not there at all. Maddening. It makes me want to just declare my apps "Chrome Only". Unfortunately, IE still has a sizable market share.
So, my questions are:
Need Help
I want to change look and feel of the Wavemaker in such a way that, it look a seamless application.
Creating Custom Widget
Hi,
I need a custom Calendar Widget with onHover function, dynamic days coloration and some other features.
I want to write it in html,css and javascript, but it seems that wavemaker doesn't provide this type of functionality.
Is it possible to write a widget in a traditional format? (html-css-javascript)
Wavemaker Studio Layout changes?
I am not able to change my design layout of wavemaker Studio. while changing right panel, in css files (Studio.css/theme.css/t.css), it not applying proper. can u help me out
Thanks,
Venkat
WaveMaker Layout changes
Is there any way to change WaveMaker tool with Custom UI ?

Why don't add filter property to dojoFileUploader?
Hi,
I'd like to filter files that a user can upload.
I know that flashFileUploader allow this, but new html5 input type="file" accept attribute can do this.
I add this attribute in my code like this:
dojo.attr(this.uploadVideo.domNode.getElementsByClassName("dijitFileInputReal")[0], "accept", "video/*");where uploadVideo is a wm.DojoFileUpload and in html5 supported browser the open dialog is filtered by video files.
It'll be nice to see this option in a new version of WaveMaker.
Best regards,
Marco.

How to get wich button was clicked?
Hello! I have a doubt wich i cannot find anywhere on the forums, how can I know wich button i cliked, for example:
I have a service variable on success event wich is fired every time a user clicks certain button, the problem is that I would like to re-use this on success event on another button onClick event, how can I get the value of wich button was clicked to create a conditional structure???
Thank you!
Creating elements at runtime (dynamic widgets)
I'm trying to create some buttons to insert into the page at runtime. I have struggled to find any docs on this, and would greatly appreciate anyone who can tell me the full API for it.
The best I have found so far is:
http://dev.wavemaker.com/wiki/bin/wmdoc_6.4/CustomizeAppsWithJS#HCreatingWidgets...
Which has:
parentWidget.createComponent(inName, inType, inProps, inEvents, inChildren, inOwner);
And I found another forum post, where part of an answer was this gem:
var b = new wm.Button({caption: results[i],



Recent comments
2 hours 14 min ago
2 hours 23 min ago
3 hours 16 min ago
5 hours 8 min ago
10 hours 25 min ago
10 hours 51 min ago
11 hours 56 min ago
16 hours 51 min ago
18 hours 20 min ago
23 hours 8 min ago