-
I have been using this for more than a year now and still cannot get the auto-complete working. So I already switched to another stand alone application instead.
I did that exact same thing, the checkbox is enabled. I could see the two connections opened to my database and Database structure shows all of the databases available.
So, when I start typing in select * from the database. and...
2009-07-26 16:50:35 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
I have never used Map, but let me get back to you later tomorrow with map. But with any datasource (map, list,...) you should be able to work on multiple lists, with one giving your the title name and the other giving you the property or key of the list or map respectively as follows:
<bean:define id="someMapId" name="formBeanName"
property="mapProperty"...
2009-06-25 17:03:46 UTC in Display Tag Library
-
when I start typing
select myTable.
in
select myTable.| from MyTable myTable
Would it be possible to show the columns available, my whole reason for such a plugin was autocomplete to speed up my sql development.
2009-06-17 22:24:57 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
when is this available for download sir or can we atleast get CVS/SVN access to the source?.
2009-05-27 20:44:58 UTC in shushiVideo
-
I think you should look at my most recent post on how to add a scrollbar in IE and FF mostly accomplished by CSS.
2009-04-15 16:01:35 UTC in Display Tag Library
-
And the way to use it in my jsp, don't forget to include the javascript based on the browser type as discussed in my previous post:
<div id="tbl-container"><display:table
name="sessionScope.participantList" export="true" id="tmpId"
class="dataTable" defaultorder="ascending" cellspacing="1" >...
2009-04-15 16:00:47 UTC in Display Tag Library
-
ok finally, I have a working solution for others to look at:
if(navigator.appName == 'Microsoft Internet Explorer')
{
document.write('<link rel="stylesheet" type="text/css" href="<%= request.getContextPath() %>/pages/styles/locked-column.css" />');
}
else
{
document.write('<link rel="stylesheet" type="text/css"...
2009-04-15 15:53:44 UTC in Display Tag Library
-
As for the following example, I wanted to include sub-totals and totals in the PDF export, try it in your application and it just wouldn't. I wrote my own class MyITextTotalWrapper.java as shown below showing how you can control what you want to see in your PDF export. I also made some changes to my DefaultItextExportView.java doExport() method to remove and set the export output formatting...
2009-01-12 05:26:38 UTC in Display Tag Library
-
I was able to achieve some grouping and more recently some font and formatting for example, my modifying the base Exporter classes for each of PDF, XLS. The same thing can be achieved for style as well.
Let me know if you want which exact classes have to be modified!
2009-01-12 03:52:56 UTC in Display Tag Library