Marek, will TIF be included this time?mol wrote:I've completed IMAGE class, too.
I only need to clean up code
Marek
Regards ... Ricci
Moderator: Rathinagiri
Marek, will TIF be included this time?mol wrote:I've completed IMAGE class, too.
I only need to clean up code
Marek
mmm... I'm using Win7 right now...mol wrote:I've deleted my HMG.4\svn\samples and HMG.4\svn\source folders. Then I've updated these folders from SVN, recompiled samples\image\demo_1.prg and nothing better happened
Maybe the rest of the team could test this sample?
It's very strange - it does not work on my three computers two with XP and one with win'7.
Yes, that is the problem. I've uninstalled QT and I have support for .bmp only.Roberto Lopez wrote:Perhaps, the difference is that I've installed the complete QT package, since I've needed to create Harbour with QT libraries to distribute...
Maybe QT installed something more in my system folder... I'll google the issue to find if something arises...
You've not created a 'value' method for grid and you are not inheriting one from control, since there is not one there, so, the error is showing that.dhaine_adp wrote:Hi Roberto,
Attached herewith is the crude implementation of grid. The code is still highly experimental. The zip files contains the source code for grid and the demo_1.prg. There is an error message that I cannot find from where it originates. I tried my best to isolate it but I have no luck yet. Also I posted the error message that I encountered.
HBQT has several views that can be used but deciding which one is more generic and more applicable is yet to be determined through experiments. So in this implementation, I have not reach the point when the source is a table, it's just plain and simple array.
HBQT has several Q..Views and model but deciding which one is more generic somewhat difficult as of the moment. So I took this Q..Widget that looks easy to tame.
The error seems to be related to a message. I tried my best to isolate it and I even added a new property to accomodate the value on line 45 of demo_1.prg. However it seems its not the right solution. If you have any idea about that please let me know. The error message has stalled me.
Regards,
Danny
Perhaps you could set an appropriate inputmask when datatype is set, if the user not specified one.sudip wrote:Hello,
TextBox can now store different DataTypes. I tested it. It runs fine (except, the "/", "." characters can be deleted, and no restriction for datatype specific input). I think it's better to post here first for your check before SVN Commit
My image class was only a little experiment, please upload yours.mol wrote:I've completed IMAGE class, too.
I only need to clean up code
Marek
Attached to this message are all required files to get support for a lot of graphic formats besides jpg and gif.Roberto Lopez wrote:HI TEAM!,
THE PROBLEM WITH IMAGES IS SOLVED!
I'll post required files and details soon.