Very Hot Topic (More than 25 Replies) Suggestions for future version (Read 10111 times)
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Suggestions for future version
Mar 24th, 2006 at 4:41pm
Print Post Print Post  
I don't know if any of these have already been suggested (they probably have) but here goes anyway:

* The Program Editor currently shows error messages if the code fails to compile, but nothing occurs if the code checks out good.  It would be nice if a "Everything's OK" message popped up.

* The Program Editor would be much more friendly with scrollbars.

* It would be nice if there was a way to highlight or colorize or otherwise mark up programming code.  Having a way to make some portions stand out would be very useful.

* Is there any chance that the Command options (in the Commands control panel of SDesigner) could be represented by buttons on the toolbar?  Currently the toolbar has New, Open, Save and Preview, plus a LOT of empty space to the right of these.  Having iconic buttons would diminish the need to scroll up and down so much while working in designer, and then scrolling again within the Commands box itself.

Thanks for considering my ideas.
  

**
Captain Infinity
Back to top
IP Logged
 
NICEBERG
Full Member
Members
***
Offline


I came, I saw, I'm still
trying to figure it out!

Posts: 208
Location: Green Bay, WI
Joined: Dec 17th, 2003
Re: Suggestions for future version
Reply #1 - Mar 24th, 2006 at 5:18pm
Print Post Print Post  
How about a "spell checker" for the text editor? I have a couple of people that could really use that!
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #2 - Mar 24th, 2006 at 5:26pm
Print Post Print Post  
Quote:
I don't know if any of these have already been suggested (they probably have) but here goes anyway:

* The Program Editor currently shows error messages if the code fails to compile, but nothing occurs if the code checks out good.  It would be nice if a "Everything's OK" message popped up.

In 2.0 the test button turns red while the code is being checked - turning back to its original color when finished. Having a message pop up has been considered, but decided that it would be too intrusive to have to clear the popup. We may add a "no errors" message to the error log that appears in the bottom pane. The problem with that is that it would be persistent until the next check - even you have introduced errors in the meantime. Mildly unclear.
Quote:
* The Program Editor would be much more friendly with scrollbars.

The editor in 2.0 is a complete rewrite and does include scrollbars (in both directions).
Quote:
* It would be nice if there was a way to highlight or colorize or otherwise mark up programming code.  Having a way to make some portions stand out would be very useful.

I am not entirely sure what you are asking for here: syntax highlighting, or some way for the programmer to arbitarily highlight specific section (without regard to synax)? If that latter, could they then highlight multiple sections simultaneously? How long would the highlighting persist - would it go away when the editor was closed, or be retained between runs, etc...?
Quote:
* Is there any chance that the Command options (in the Commands control panel of SDesigner) could be represented by buttons on the toolbar?  Currently the toolbar has New, Open, Save and Preview, plus a LOT of empty space to the right of these.  Having iconic buttons would diminish the need to scroll up and down so much while working in designer, and then scrolling again within the Commands box itself.

There has been a lot of discussion about what should be on button versus menus, versus command trees here at Lantica. We are all in agreement that the button bar is extremely valuable real estate and that decisions about what should go there should be made with great care.

I would like to see user defined commands there in SDesigner. That way the commands you use most frequently would be at your fingertips. And it would be entirely up to you to decide what command those would be. In 2.0, event macros extend into  SDesigner, and could be used for this.

In any case, it is unlikely that icons (pictures/images) etc..., would be used on the buttons. A picture is worth a thousand words and entirely unclear as to which - nevermind the tedium of hovering over a set of button one by one to cause the tooltip to appear, in order to find out what any of them do...

Quote:
Thanks for considering my ideas.


No problem. We would like to hear from everyone on this subject.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: Suggestions for future version
Reply #3 - Mar 24th, 2006 at 6:00pm
Print Post Print Post  
Quote:
In 2.0 the test button turns red while the code is being checked - turning back to its original color when finished.

That'll work for me!

Quote:
The editor in 2.0 is a complete rewrite and does include scrollbars (in both directions).

Cool!

Quote:
Quote:

* It would be nice if there was a way to highlight or colorize or otherwise mark up programming code.  Having a way to make some portions stand out would be very useful.

I am not entirely sure what you are asking for here: syntax highlighting, or some way for the programmer to arbitarily highlight specific section (without regard to synax)?

Yes.  Either, or both.

Quote:
If that latter, could they then highlight multiple sections simultaneously?

Yes.

Quote:
How long would the highlighting persist - would it go away when the editor was closed, or be retained between runs, etc...?

Retained.  I am thinking that the text could be colorized/bolded/highlighted in much the same way formatting is done in other text editors.  This would help distinguish specific sections of code which perform certain actions, as a way for the programmer to "jump to" the area he is concerned with, for whatever reason. 

Advanced programmers read code easily because of long practice, and can quickly see what a specific section of code does by quickly scanning it.  For beginners such as myself all the text "runs together" and I have to pick it apart piece by piece.  However, if I could highlight all my XLookups, for example, I could ignore all the unmarked (or differently colored) concatenation code that uses the XLookup results.  Just an example.  I think programmers could find numerous uses for formatted code.

Quote:
There has been a lot of discussion about what should be on button versus menus, versus command trees here at Lantica. We are all in agreement that the button bar is extremely valuable real estate and that decisions about what should go there should be made with great care.

I would like to see user defined commands there in SDesigner. That way the commands you use most frequently would be at your fingertips. And it would be entirely up to you to decide what command those would be. In 2.0, event macros extend into  SDesigner, and could be used for this.

Perhaps a set of commands could be offered in a "customize" right-click menu, which could contain all the user-defined commands as well as the built-in, much as Microsoft Word allows the user to build his toolbar structure.

Quote:
In any case, it is unlikely that icons (pictures/images) etc..., would be used on the buttons. A picture is worth a thousand words and entirely unclear as to which - nevermind the tedium of hovering over a set of button one by one to cause the tooltip to appear, in order to find out what any of them do...

I only have to hover over a new button a couple of times before I learn what they do.  After that, use of them becomes automatic.  I have not experienced the tedium you speak of.  Words seem better suited to drop-down menus than toolbars, IMO, and the time difference between selecting a menu item and scrolling down the list as opposed to just clicking on a button (however small that time is) justifies the use of a button.  Again, in my opinion.  Your mileage may vary.

Thanks again for listening to my ideas.
  

**
Captain Infinity
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #4 - Mar 24th, 2006 at 6:27pm
Print Post Print Post  
Quote:
How about a "spell checker" for the text editor? I have a couple of people that could really use that!


Purely a licensing issue. We would need to license a dictionary from someone (as opposed to typing in 30 million english words). So far, either way too expensive, or with unacceptable terms for a commercial product.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
digimom1962
Junior Member
**
Offline


Natalie Gann

Posts: 92
Location: here
Joined: Nov 26th, 2004
Re: Suggestions for future version
Reply #5 - Mar 24th, 2006 at 6:34pm
Print Post Print Post  
How about an option to enlarge the window with the arrows you use to  flip between records and shows how many records there are? I am fine with it but one of the ladies that will be using the program has trouble with the small type.

I LOVE these suggestion boards. Usually anything I might have thought of is here already. Grin
  

So much time and so little to do . . . strike that, reverse it.
Back to top
YIM YIM  
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #6 - Mar 24th, 2006 at 7:02pm
Print Post Print Post  
Quote:
How about an option to enlarge the window with the arrows you use to  flip between records and shows how many records there are? I am fine with it but one of the ladies that will be using the program has trouble with the small type.

Does she have problems reading the text, or problems clicking on the small buttons - or both?
Quote:
I LOVE these suggestion boards. Usually anything I might have thought of is here already. Grin

Actually, I think this may be the first time we've had this particular suggestion. I do think it is a good suggestion.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Suggestions for future version
Reply #7 - Mar 24th, 2006 at 7:14pm
Print Post Print Post  
Quote:
How about an option to enlarge the window with the arrows you use to  flip between records and shows how many records there are? I am fine with it but one of the ladies that will be using the program has trouble with the small type.


In the ini file in 2.0 there is an entry for Secondary Font Size. If you make this number bigger, both the Arrows and Record numbers get bigger.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
digimom1962
Junior Member
**
Offline


Natalie Gann

Posts: 92
Location: here
Joined: Nov 26th, 2004
Re: Suggestions for future version
Reply #8 - Mar 24th, 2006 at 7:19pm
Print Post Print Post  
Cool! Ask and ye shall receive Roll Eyes (helps it was already in the works though)

And Mark, you are right, she has trouble with both.

Thanx again
~Natalie
  

So much time and so little to do . . . strike that, reverse it.
Back to top
YIM YIM  
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #9 - Mar 24th, 2006 at 8:11pm
Print Post Print Post  
Quote:
How about a "spell checker" for the text editor? I have a couple of people that could really use that!


In March 2006 issue of InsideSesame gives detailed article about how the expanded field can be spell-checked in Sesame.  I have not tried it yet but I am sure it should not be that difficult.

Bharat Naik
  
Back to top
 
IP Logged
 
digimom1962
Junior Member
**
Offline


Natalie Gann

Posts: 92
Location: here
Joined: Nov 26th, 2004
Re: Suggestions for future version
Reply #10 - Mar 25th, 2006 at 1:03am
Print Post Print Post  
Just found another one. Specifically, when changing the program execution order. If the last item needs to be at the top and you have LOTS of lines to go thru, you have to drag it to the top of the window, drop it, move the scroll bar a little then repeat the process until you get to the top. I was rather expecting it to scroll when I moved off the top of the window. There are other sections that do the same thing. It isn't something you see every day so not the highest priority but if it is an easy fix..... Roll Eyes

(might just be something really easy I missed someplace, like a key stroke or something too)
  

So much time and so little to do . . . strike that, reverse it.
Back to top
YIM YIM  
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #11 - Mar 25th, 2006 at 1:12am
Print Post Print Post  
If you select the item you want to move, hold down shift and then press the cursor key up or down, the item will move and the list will scroll automatically.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1350
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Suggestions for future version
Reply #12 - Mar 25th, 2006 at 10:29pm
Print Post Print Post  
Quote:
How about a "spell checker" for the text editor? I have a couple of people that could really use that!

Quote:
In March 2006 issue of InsideSesame gives detailed article about how the expanded field can be spell-checked in Sesame.  I have not tried it yet but I am sure it should not be that difficult.

Bharat Naik

In an upcoming issue of Inside Sesame (possibly the April issue), there will be some info which builds on Erika's article, that makes it very easy and seamless (i.e. no SBasic code or extra elements needed) to use a third-party spellchecker with Sesame.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #13 - Mar 26th, 2006 at 5:02pm
Print Post Print Post  
Quote:
Just found another one. Specifically, when changing the program execution order. If the last item needs to be at the top and you have LOTS of lines to go thru, you have to drag it to the top of the window, drop it, move the scroll bar a little then repeat the process until you get to the top. I was rather expecting it to scroll when I moved off the top of the window. There are other sections that do the same thing. It isn't something you see every day so not the highest priority but if it is an easy fix..... Roll Eyes

(might just be something really easy I missed someplace, like a key stroke or something too)



As mentioned above, you can do this now by holding down shift and moving the item with the up/down cursor keys. In addition, I have changed it for 2.0 so that it will scroll if dragged with the mouse as well.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
digimom1962
Junior Member
**
Offline


Natalie Gann

Posts: 92
Location: here
Joined: Nov 26th, 2004
Re: Suggestions for future version
Reply #14 - Mar 26th, 2006 at 11:13pm
Print Post Print Post  
Thanx for the current solution & thanx twice for the future fix! You guys are SO cool! 8)
  

So much time and so little to do . . . strike that, reverse it.
Back to top
YIM YIM  
IP Logged
 
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Re: Suggestions for future version
Reply #15 - Mar 27th, 2006 at 12:06am
Print Post Print Post  
Hi

Very useful would be a opportunity to set own page sizes for the print command (PrintPagePaper(...) )

  
Back to top
ICQ ICQ  
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #16 - Mar 27th, 2006 at 12:33am
Print Post Print Post  
I may be wrong about this (I can't test printers here), but I think you may be able to set PrintPagePaper to zero and then use the NewPage coordinates to set the scaling on a custom page size.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Re: Suggestions for future version
Reply #17 - Mar 27th, 2006 at 12:42am
Print Post Print Post  
if this works would be verry usefull
what kind of dimension is used then ?
maybe pix, inch, (i dont think) mm
  
Back to top
ICQ ICQ  
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #18 - Mar 27th, 2006 at 1:02am
Print Post Print Post  
I'm not sure. I looked in the code and saw that zero means user defined. I suspect that it is arbitrary. In other words, if you specify paper size as zero and call NewPage(700, 1200) - that is the same as telling the printer: "whatever size you have, divide the width by 700 and divide the height by 1200" to create the minimum resolution.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Re: Suggestions for future version
Reply #19 - Mar 27th, 2006 at 1:19am
Print Post Print Post  
I want to use it with a endless printer (star tsp700) for POS system
so there is no PaperEnd in Y direction

is not really important
i am taking now A4 paper and print several pages but maybe it would be necessary for other users

  
Back to top
ICQ ICQ  
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #20 - Mar 27th, 2006 at 4:13pm
Print Post Print Post  
Quote:
I want to use it with a endless printer (star tsp700) for POS system
so there is no PaperEnd in Y direction


Wase

I am using a Star TSP 743D-24 printer with code that I believe is similar to what mark is saying above.

“ specify paper size as zero and call NewPage(700, 1200)”

It prints on the Star TSP whatever length of paper my output needs and then stops. It prints an inch if needed or 20 inches if the output calls for it.
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Re: Suggestions for future version
Reply #21 - Mar 27th, 2006 at 6:50pm
Print Post Print Post  
very interesting thanks for the tip
  
Back to top
ICQ ICQ  
IP Logged
 
digimom1962
Junior Member
**
Offline


Natalie Gann

Posts: 92
Location: here
Joined: Nov 26th, 2004
Re: Suggestions for future version
Reply #22 - Mar 31st, 2006 at 8:01pm
Print Post Print Post  
Is the element list in program editor in order of creation or order of execution? If it is just random order, could it have an option to alphabetize?

Just thinking Roll Eyes
~Natalie
  

So much time and so little to do . . . strike that, reverse it.
Back to top
YIM YIM  
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #23 - Mar 31st, 2006 at 8:04pm
Print Post Print Post  
Quote:
Is the element list in program editor in order of creation or order of execution? If it is just random order, could it have an option to alphabetize?

Just thinking Roll Eyes
~Natalie


None of the above. It is controlled by the order in which the elements appear on your Form. As to alphabetizing, 2.0 has this feature already implemented.  Smiley
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
digimom1962
Junior Member
**
Offline


Natalie Gann

Posts: 92
Location: here
Joined: Nov 26th, 2004
Re: Suggestions for future version
Reply #24 - Mar 31st, 2006 at 8:07pm
Print Post Print Post  
GrinYeah 2.0!
  

So much time and so little to do . . . strike that, reverse it.
Back to top
YIM YIM  
IP Logged
 
Amor
Full Member
Members
***
Offline


No personal text

Posts: 366
Location: Germany
Joined: Feb 7th, 2004
Re: Suggestions for future version
Reply #25 - Mar 31st, 2006 at 10:40pm
Print Post Print Post  
Hello!

I need to translate the menu tree  into german.  

I would like to know if it ist possible to change the user menu commands to german ?

The old problem with exported  records from Q&A 5 german DOS as Standard Ascii :
the  special german characters (umlauts) schown   strange symbols.
With Sesame, i have descovred today
that the old problem is solved.

That is fine, thank you for the fix!


  

Dr. med. Amor Belhareth&&Medizin Labor &&Germany
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #26 - Apr 1st, 2006 at 12:03am
Print Post Print Post  
Quote:
Hello!

I need to translate the menu tree  into german. 

I would like to know if it ist possible to change the user menu commands to german ?



Have you tried using AddToTranslation table? It should be able to translate all of the user interface other than the form itself.

  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #27 - Apr 2nd, 2006 at 2:42am
Print Post Print Post  
Document management application is the need of the hour for small to medium size business as well as any average household. Integrated document management application with any other database application would add immensely to the practical use.

What I foresee is to have the ability to scan any document from inside Sesame and Sesame should give appropriate Unique name integrating the key field, date and sequential number and place the name of the document in specified natural linked form field (Natural Link, as it would expand to accommodate more documents as required.  There are programs which scan the documents in PDF format such as PaperPort.  If something like that could be achieved then documents can be opened, printed, emailed or faxed with a click of a button. Acrobat Readers are ubiquitous and freely available.  If not pdf format, there are multi-page tiff format that could be later on converted to pdf for distribution.

There are good document management systems available but they are of little use to us unless they could be easily integrated in acceptable way with Sesame which is the heart and soul of our business.

I am aware that development team at Lantica has achieved all these capabilities in spite of not resorting to using dll files with exception of ODBC driver (that  I have opted to do without) and that has made the life simpler for all the users.  Is there a way to make Scanning  available from inside Sesame without dll file?

I see very urgent need for such integrated application in my (medical) profession and this may be true for all different professions and businesses.  We all know Sesame can do all these effectively with a little utilization of available other resources in the computer.  I also believe such implementation can give Sesame competitive advantage in the market. I guess my vision is limited while the developers will have a lot broader scope in mind and I have little doubt that in due course it will be implemented in a lot better way than I could ever imagine. My only hope that it is implemented sooner. Is it too much to ask for in version 2.0?

Bharat Naik
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #28 - Apr 2nd, 2006 at 3:39am
Print Post Print Post  
Quote:
Document management application is the need of the hour for small to medium size business as well as any average household. Integrated document management application with any other database application would add immensely to the practical use.

What I foresee is to have the ability to scan any document from inside Sesame and Sesame should give appropriate Unique name integrating the key field, date and sequential number and place the name of the document in specified natural linked form field (Natural Link, as it would expand to accommodate more documents as required.  There are programs which scan the documents in PDF format such as PaperPort.  If something like that could be achieved then documents can be opened, printed, emailed or faxed with a click of a button. Acrobat Readers are ubiquitous and freely available.  If not pdf format, there are multi-page tiff format that could be later on converted to pdf for distribution.

There are good document management systems available but they are of little use to us unless they could be easily integrated in acceptable way with Sesame which is the heart and soul of our business.

I am aware that development team at Lantica has achieved all these capabilities in spite of not resorting to using dll files with exception of ODBC driver (that  I have opted to do without) and that has made the life simpler for all the users.  Is there a way to make Scanning  available from inside Sesame without dll file?

I see very urgent need for such integrated application in my (medical) profession and this may be true for all different professions and businesses.  We all know Sesame can do all these effectively with a little utilization of available other resources in the computer.  I also believe such implementation can give Sesame competitive advantage in the market. I guess my vision is limited while the developers will have a lot broader scope in mind and I have little doubt that in due course it will be implemented in a lot better way than I could ever imagine. My only hope that it is implemented sooner. Is it too much to ask for in version 2.0?

Bharat Naik



I suspect that a lot of what you are talking about can be done in Sesame as it is - given the right external utilities. Sesame 2.0 has additional facility for working with external programs. Linux has command line tools that scanning, OCR,  and document conversion that will work with Sesame.

Under Windows the difficulties come from the GUI-ish nature of the TWAIN standard for scanners (cameras, etc...). TWAIN wants to be integrated directly into the calling program and requires that a dialog box facility be available - all very not portable. And, in the end, cannot provide Sesame (directly) with the filename of scanned document. There have been some efforts into creating an open TWAIN standard that can be implemented across platforms. But from a bit of research, there has not been much motion in this direction. Generally Linux uses an open software package called SANE for scanner interface.

Much of what you describe actually sounds more like building an application in Sesame that can be configured for different businesses.

If a command line scan/OCR pdf generator could be found for windows, I can see a lot of potential...
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #29 - Apr 2nd, 2006 at 3:59am
Print Post Print Post  
Actually, just looking around, I found some command line scan/acquire/convert utilities for windows.

Acquire from Dosadi ($99 USD)
http://www.dosadi.com/acqdet.htm

Able Graphics Manager ($35 USD)
http://www.graphicregion.com/products.htm

It also looks like the SANE command line tools have been ported to windows (in several incarnations) - and most are free.

http://sanetwain.ozuzo.net/
http://thegoldenear.org/toolbox/unices/scanning.html
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #30 - Apr 2nd, 2006 at 4:00am
Print Post Print Post  
How about multi-page tiff format that could be easily converted to pdf as needed?
  
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #31 - Apr 2nd, 2006 at 4:04am
Print Post Print Post  
Quote:
Actually, just looking around, I found some command line scan/acquire/convert utilities for windows.

Acquire from Dosadi ($99 USD)
http://www.dosadi.com/acqdet.htm

Able Graphics Manager ($35 USD)
http://www.graphicregion.com/products.htm

It also looks like the SANE command line tools have been ported to windows (in several incarnations) - and most are free.

http://sanetwain.ozuzo.net/
http://thegoldenear.org/toolbox/unices/scanning.html


Does this mean it could be done in Sesame right now as it is? Is there anything Developers can do the make it simpler?
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Suggestions for future version
Reply #32 - Apr 2nd, 2006 at 4:14am
Print Post Print Post  
Quote:
Does this mean it could be done in Sesame right now as it is? Is there anything Developers can do the make it simpler?


Yes, it can be done right now. I don't have a scanner at home (its late on Saturday night) to try things out, so I'm not sure how difficult it would be.  Looking at the command line scan utility included in most Linux systems ("scanimage") it looks to be pretty easy to do with @Shell.

It is possible for us to license one of several TWAIN libraries. Some of them are not DLL, they are static libraries. That would allow Sesame to scan directly into Sesame without saving an external file of any kind. I haven't looked into cost. Also, as I said, it wouldn't be readily cross platform.

Of course, I'm not sure that having any of the binary formats (images, PDFs) actually embedded in the application file (.db, .dat) is actually useful for anything other than making it very easy to copy and transport. Being binary, they could not be searched or displayed in Sesame easily.

As external files (as would be made by command line tools), the scan results could be used in Sesame by filename, much like Sesame uses images or HTML files.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #33 - Apr 2nd, 2006 at 5:53am
Print Post Print Post  
Thanks Mark. I will look into the few links that you have given and see what they have to offer.
  
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #34 - Apr 2nd, 2006 at 2:02pm
Print Post Print Post  
Yes, I located and tested out the command line scanner program with all different switches that one needs to have in order to have the completely seamless operation. One can choose size, type of file including pdf, no user interface, adf, multipage and much, much  more. Even one can put multiple different switches in a text file and call that text file in the command.

http://www.dynarithmic.com/dtwain_twainsave.html

I can foresee using @shell to get the document image in the computer and locator link in the system using the above program and  @Asychshell to open it with linked program.  Using programing, one can make unique name of the file without having to choose the name by the user. Ofcourse user can add a little description preferably from combo box, such as lab report, Patient ID card, Insurance Card, Payment Voucher, consult note, x ray report and so on.  This amounts to one click to get the document or documents in the system and one click to open it.  Now we have reasonably good and workable document management system within Sesame and within our favorite application. 

The above program has 30 days free trial and cost about $79 but it is well worth to have integrated document management system within your application. I can foresee having paperless office now.  Possibilities are endless. Thanks to Sesame Developers Team and exceptional support.

Bharat Naik

  
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #35 - Apr 2nd, 2006 at 2:19pm
Print Post Print Post  
OCR in Adobe Acrobat is very good (not in the Reader), that makes editing and modification of the document easy.  It might also save storage space as I believe, searchable .pdf takes less space to store as it is not an image file.
  
Back to top
 
IP Logged
 
wildwood
Full Member
***
Offline


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Re: Suggestions for future version
Reply #36 - Apr 2nd, 2006 at 4:15pm
Print Post Print Post  
Hey Gentlemen,
Don't know if this will be of help, but its is a very, very easy utility, and free, to convert images or documents into a pdf file.
The link is:
http://www.pdfonline.com/convert_pdf.asp

Peter
  
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Suggestions for future version
Reply #37 - Apr 2nd, 2006 at 9:47pm
Print Post Print Post  
Hi Peter,
The application that is under discussion is a command line scanner utility that would help to automize scanning and putting the automatically generated pdf file name into Sesame layout element. This will help making and integrating document management application into your application using Sesame. Sesame is very good at using external resources using @shell and @asynchshell. So far we have seen it using MS Word, Browsers, Excel, email program, Dialer, Spellchek, etc.  The list will go on and on as we dig further. All these lands a lot of power to Sesame.
  
Back to top
 
IP Logged
 
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: Suggestions for future version
Reply #38 - Apr 7th, 2006 at 2:10pm
Print Post Print Post  
A couple of thoughts/requests:

1. When opening a file from Sesame, it is a bit disconcerting to have the "Root Directories" drop-down list disappear if the mouse button is released.  I find in most applications (in fact, Sesame seems to be the only exception in my experience) when you click on the drop-down arrow the selections drop down and remain present until a selection is made with another click.  In Sesame you have to hold the mouse, slide over to the directory you want, hover, and release.  Many of my experimental databases are in different directories so I use this often, but it is frustrating to see the directory selection disappear even after numerous uses.

2. The F6 "Notes" editor...would it be possible to have "Save" as a toolbar menu choice instead of (or in addition to) placing it under the file menu?  X-ing out of this box and losing my changes has caught me many times.  Seeing "Save" right in front of me will help.  And I'm sure this issue will come up when I show the editor to my users.  They are used to Q&A's F6 editor, which will warn them of unsaved changes and requires F10 to save.  In Sesame there is no warning, and F10 moves to the next record.

3. Also related to the "Notes" editor:  would it be possible to have "Edit" added to the right-click menu when you click in a field?  This would then open the "Notes" editor.  Current selections are Undo, Paste, Select All, Copy, Cut, Clear, and Help.  And now that I think of it, the ordering of these choices seems odd.  Not that it really makes much difference but I'm used to seeing a different order in just about every other program I use:  Undo, Redo, Cut, Copy, Paste, Clear, Select All.

Thank you for listening to my ideas.

« Last Edit: Apr 7th, 2006 at 4:47pm by Infinity »  

**
Captain Infinity
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1350
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Suggestions for future version
Reply #39 - Apr 7th, 2006 at 3:53pm
Print Post Print Post  
Regarding the Captain's post:

1. This would be nice if it worked more like other Windows windows. Does Linux or a Mac work this way? (I only use Windows.)

2. Ditto

3. Ditto

Good suggestions.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Suggestions for future version
Reply #40 - Apr 18th, 2006 at 1:46pm
Print Post Print Post  
Quote:
2. The F6 "Notes" editor...would it be possible to have "Save" as a toolbar menu choice instead of (or in addition to) placing it under the file menu?  X-ing out of this box and losing my changes has caught me many times.  Seeing "Save" right in front of me will help.  And I'm sure this issue will come up when I show the editor to my users.  They are used to Q&A's F6 editor, which will warn them of unsaved changes and requires F10 to save.  In Sesame there is no warning, and F10 moves to the next record.


In 2.0 both the Field Editor and the @PopupStringEditor() Editor will prompt you to save changes, if anything has been changed, when you close the window by either Esc or the little Red X. The options on this dialog are Save, Discard, and Cancel.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1350
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Suggestions for future version
Reply #41 - Apr 18th, 2006 at 5:22pm
Print Post Print Post  
Ray,

That'll do. Thank you! 8)
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged