Charts with wappler, compare to scriptcase

Hello,

I just came across your site and would like to compare wappler to scriptcase. I have worked with scriptcase before. I would like to ask some questions:

  1. Where can i see the pro version charts or a video tutorial showing charts with wappler?
  2. Is it possible to include wappler pages with Joomla (integrated with synced login?
  3. Does wappler support Master & Detail Grid?
  4. Nested Grid in Grid?
  5. Does wappler use language strings for multi lang apps?
  6. Can I export as a mobile app, web app or install for PC/MAC?
  7. Pro & Con Wappler vs Scriptcase (for those that know both)

All for now. Your UI looks amazing, but I can’t really tell what is under the hood when it comes to manage e.g. database fields.

ok, i have seen the charts.

what I have not found, is a way to write some custom php. From what I have read here, wappler is taking care of all the code. Will I still be able to manipulate the data any way I want? Just using wappler options?

got some more questions:

  1. do you make use of TCPDF or similar to create PDF based on database values and save/link PDF in grid? Used for invoice and delivery slip.

  2. Do your tables support editable grids, where I can check multiple records for example and perform some action when pressing a button?

  3. Your videos on youtube are not really helping to explore Wrappler. I wish there would be a longer and better overview of the capibilities of Wrappler (examples of grids, forms, charts) and then have short HOW TO videos, so we can learn the basic things.

  4. When deploying the app, does the deployment come with a database creator when connecting to a fresh and empty mysql table or do we have to create database ourselfs?

  5. what new features are you working on right now or what are the plans for the future (e.g. PDF report, CMS integration Joomla/Wordpress/Security Sync.

I am thinking about getting Wappler, but I want to make sure I am flexible enough to do all that funky stuff.

1 Like

Where to even start, that is quite a pile of questions.

Basically to try answer some of it, I only ever really used a text editor myself, and manually coded html, javascript, php, and mysql, all by hand, as this gave me full control over every single aspect of what I wanted to achieve.

Then I found DMXZone extensions a few years later and started doing most of my php and mysql integrations using that, although i disliked dreamweaver itself so I kept my text editor for all my html, js, css, etc. and just integrated what dreamweaver had done for my server side stuff.

Then came Wappler, a single tool where i could do it all, and to be very honest I have very little need to ever custom code blocks of js, or php, and I use the bs4 framework built into Wappler for all my html, css, and all the built in server side stuff for php and mysql integration. So although here and there I still custom code little parts by hand, I am talking a small script once a week, rather than days and says of only custom code.

There are some mysql shortcomings that 99% of the time i get around by using “views” but besides that change in my workflow everything else works, and makes my development time about 70% faster than it used to be.

To try answer specific questions.

  1. Sign up for a Pro Version monthly trial and you get two weeks of full power to test it out. If you cancel anytime in your trial period you will not be charged.
  2. As far as I am aware this does not integrate seamlessly with WordPress or Joomla.
  3. Yes.
  4. Yes.
  5. If you mean the html lang attribute then yes, however there are multiple ways to work with languages.
  6. I am not sure
  7. I am not sure, but think of Wappler as not just a GUI to all functions of PHP, basically it is a full BS4/Framework7 GUI that allows custom stylesheets for finer control, with App Connect and Server Connect which take care of all your Client Side js and Server Side SQL / PHP or ASP. You can still add your own custom js or PHP too.

Post 3 questions

  1. No, there is no built in custom PDF creator. You will still have to use third party libraries for that.
  2. Not as far as I am aware, well not in the traditional sense of editable grids anyway, but you can return 10 records from a database query, and add all returned data into a database update form table and change multiple records on multiple rows and have a single save button.
  3. There are video from myself and hyperbytes linked on the forum, with additional videos.
  4. Unsure, but I think you have to create your own database, i suppose you could write a custom setup script with your app that can create your databases and tables etc.
  5. Wappler updates every week with bug fixes, improvements, and additional functionality, the upcoming stuff will include server side API integration, and to see what other things are coming look through this community forum at the Feature Request category to get more insight.

I know how you feel about needing a flexible tool, however the only true flexible tool is a text editor, where you can do anything and everything your brain is smart enough to code. So it depends on your coding skill level i suppose.
WordPress and Joomla offer great flexibility in the form of, if it can not do it out the box, then just throw another plugin at it.
I use Wappler and a text editor, and with those two I can do 99% of what i need at super speed, but still have the option of doing the remaining 1% in BBEdit or Espresso if I really need to.

4 Likes

whoo…thank you for your answer.

i have already crawled the request section and looked for some more videos for learning curve.
right now it all looks pretty good and future might bring more.

i was always looking for a future proof RAD (Rapid Application Development)
i looked at Delphi, Scriptcase, Fabrik + Joomla, PHPRunner, PHPMaker…

Just seeing the GUI with wappler got me interested.
i want to build based on a flexible tool and i might go with wappler.

i am just concerned about the logic for updating e.g. fields depending on the value of another field, show & hide fields dynamically, datepicker, export xls/csv/pdf (TCPDF or integrated designer), extended search (like Scriptcase), image crop on upload … all that nice stuff.

I might give it a try.

You may like to have a look at https://www.youtube.com/playlist?list=PLUjqTJN3byC9kK8YZkmGwjo9nrEipl2yb

2 Likes

All the above is very easy to do in Wappler, the only 2 things in your list that are currently missing are export xls which I get around by exporting as csv and changing the extension of the export to xls which then opens in excel perfectly. And as I mentioned in my post, PDF which I still use custom scripts to get around.
Can't really comment on the extended search like script case because I have never used script case but you can setup database filters in Wappler to make your own database search functionality that is as complex as you want.

1 Like

export as csv will do it for now :wink: thank you for your answers!