Antonio Maniero wrote:
>
> I wrote ALL components.
>
I am really interested to have a list of those
components which can comprise the word "ALL".
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.na
Massimo Belgrano wrote:
>
> Remove welcome screen in particular when load from command line hbide
> mytest.hbp
>
Implemented. r14351.
> keboard mapping i not able execute at f12 exectool("calc.exe")
>
Fixed. r14351.
-
enjoy hbIDEing..
ous state.
> i set to f12 action
> ::execTool( "calc", "", "", .f., .f. )
> but with f12 seem not work
>
It works. You need to be inside active editing instance for
these macros to work. Do some other key work ?
Try ::execTool( "calc.exe", &qu
t their location explicitly.
However I never tried with %AppData% like variables, but in theory
these should be respected by OS, no.
Suggestions are welcome as to tweak this part if what I explained
above is not useful.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
re is a button on keyboard mappings dialog, use it.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.nabble.com/hbIDE-http-hbide-vouch-info-Needed-your-Reviews-tp4925834p4937306.html
Sent from the harbour-devel mailing list arc
er
> directories), you should use GetEnv( "HOME" )
> on *nix and GetEnv( "HOMEDRIVE" ) + GetEnv( "HOMEPATH" )
> for Windows.
>
Thanks, this seems to be right solution.
One point, however is, what if this path does not exists.
What function is appropri
selected
>
If I do so, then a lot of other issues are involved, which
I could not cover properly. This is the only foolproof way to
implement like this. In reality, whenever you are not on
"Welcome" screen, you are always in some editing instance,
so I do not see any problems.
aths ?
Or only the last folder ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.nabble.com/hbide-create-and-testing-package-on-Ubuntu-tp4934285p4937432.html
Sent from the harbour-devel mail
hbide.ini"
ENDIF
ENDIF
oIde:cProjIni := cHbideIni
new :
oIde:cProjIni := hbide_DetectIniPath( cHbideIni )
cHbideIni is command-line supplied ini path.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.nabble.com/hbide-creat
yes, then it is not possible. hbIDE only checks for the
syntax at the time it is defined and actually by-pass if it not
valid calls at the time it is invoked.
Or I musunderstood you ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context
ur syntax, it is wrong somewhere.
BTW keyboard mappings is not dependant on hbide.ini.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.nabble.com/SF-net-SVN-harbour-project-14294-trunk-harbour
nguage Reference Guide.chm" +
"::" + cTopic )
It should work.
Note : check for cTopic is a valid character variable.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.nabble.com/SF-net-SVN-harbour-
ide.chm" +
":" + ":" + cTopic )
The above is tested one as is and working.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2.nabble.com/SF-net-SVN-harbour-project-1429
Hi
After commit from Windows, I have updated from Ubuntu
and have found that constant __PLATFORM_UNIX is not defined somehow.
Can someone confirm or my setup is wrong ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://n2
Pritpal Bedi wrote:
>
> After commit from Windows, I have updated from Ubuntu
> and have found that constant __PLATFORM_UNIX is not defined somehow.
>
> Can someone confirm or my setup is wrong ?
>
I get it.
__PLATFORM_UNIX => __PLATFORM__UNIX
-
enjoy hbIDEi
Massimo Belgrano wrote:
>
> Thanks but have also a little problem
> it not display topic
> and also if i try
> c:\windows\hh.exe "C:\xHB\Doc\xHarbour Language Reference
> Guide.chm::/inkey"
> and not display any topics
> differeces from api and command line?
&g
to make
it attractive for business applications. xbpBrowse() with TBrowse()
like features is already there. Rest everything is ready.
Maybe Shum or Angel can forward some real-time shots or
code very soon.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View
le of object from
other dll is of this type.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4941404.html
Sent fro
Pritpal Bedi wrote:
>
> The following code which was working perfect till 15Mar2010
> got weired after 04Apr2010, I have two distros so cannot pinpoint
> exact dates.
>
> CLASS Abc
>DATA oActiveX
>
>ACCESS BackColor INLINE ::oActiveX:Back
bject instance access/assign from within
exe to an object created in a Harbour compiled .dll.
Shum, can you show that code again ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASS
, .c, .cpp, .rc, .res, .o, .obj.
Is it possible ?
If not, I have to devise a little different interface to
present these files in the project tree.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2
'
> options to store them, f.e.:
> -3rd=hbide_extrafile=my.txt
>
True. But then this will involve another
interface element to be introduced which I want to avoid.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
ht
which we
> can compile and test ourselves.
>
I do not know if you ever tried hbIDE and hbXBP+hbQT.
If you can, then I will send a ready to compile .hbp projects.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel
essages.
Anyway, for this show I have the .hbp(s) ready to be build in
contrib/hbide/projects/shum folder.
I am awaiting Przemeks response, and will post here accordingly.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbou
pers, support and documentation.
>
Here we again miss the point.
1. You need to be skilled in C++ which many of us are not.
2. How to hook all the powerful RDD engine.
3. The ease of use.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in con
ems and with not much changes in the existing Clipper code.
> In the long end, it would be difficult to adapt an old application
> without serious changes in the code
>
And here the similarity ends.
hbQT is not aimed at to be adopted to current Clipper code.
If at any point, someone
this discussion, I just showed what I faced and
how I resolved.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4952115.ht
f development processes,
I cannot do so.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4952293.html
Sent from the harbour-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/Problem-creating-a-new-project-Linux-tp4952313p4952356.html
Sent from the harbour-devel mailing list archiv
l user, so all my own efforts are not enough.
Angel started but may be time constraints, he is not regular
on the subject, and you know, one looses zest when functional
results are not achieved.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message
José Luis Capel-3 wrote:
>
> Ups... I forgot to mention that this issue is for hbide.
>
I think I have fixed it.
Will commit in a short while.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1
lves this issue.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/Problem-creating-a-new-project-Linux-tp4952313p4954042.html
Sent from the harbour-devel mailing list archiv
> The transcript is below.
>
> Kind regards,
> Bruce M. Axtens
>
You are using older Harbour and newer hbIDE.
Build Harbour from current SVN. Any previous distro
available does not contain latest changes in hbMK2.
OR
Just get latest hbMK2.exe from someone and place it
in Harbour bi
axtens wrote:
>
> Bhai jaan, shukria bahot!
>
Achha laga koi aur bhi hai yahan apne watan se.
Saweekar hua.
Message: Thank you, brother.
Reply: Nice to see someone from my own land.
Thanks are accepted.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.v
hed
version but the current snapshot of code developed after
that version.
Hope it will be more accurate reply.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/
s to be portable on
any platforms and at the same time sources be
located accordingly ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14385-trunk-harbour-tp495404
/projects/cargilltest/test.prg -g3 -w3 -q -oc:\TEMP\
has -g3 switch, which should be -gc3, probably.
Can you modify your project file .hbp from -g3 to -gc3 ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.
e.
>
This is a .ppo compile.
Plese try with regular build, not .ppo.
Only then we will be able to compare Harbour options.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/Problem-compil
otest.exe -LD:/hb20/lib/win/mingw -Llib/win/mingw -Llib/win/mingw
> -Llib/win/mi
> ngw
>
Your project file does not contain libpath entry pointing to libps32.a.
Include in your .hbc
-LD:\hb20\examples\ps32\lib\win\mingw
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.
XBP and/or HBQT ?
I really cannot reach to a convincing point here.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4955880
dition to hbNETIO and probably most
of the code can, then, be transferred on server side. Though it
will not be a replacement for much awaited GTNET, but still will allow
the developers to think differently about their future strategies.
Thank you for all your visions.
-
enjoy hbIDEing..
o be an invalid pointer.
May be this can shed a light on this issue.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p49
be it shed some light.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4956278.html
Sent from the harbour-devel mailing
Pritpal Bedi wrote:
>
> Without DLL : ::oWidget:pPtr ( QMainWindow()... ) == 0x010976CC (
> always same )
> With DLL : ::oWidget:pPtr ( QMainWindow()... ) == 0x0106CD06 (
> always same )
>
In continuation of above observation,
I am feeling that Qt has some affinit
rptr( iParam );
}
which should not be as the pointer is created with new() and is a valid GC
collectible pointer.
In composite linked application without .dll part I am returned
if( p && p->ph )
return p->ph;
which is correct and so no GPF.
Hope it helps.
-
enj
hat those could be.
UPX is what we suggest to pack it.
BTW show your log so that group knows which switches are
used for linking Hello World application.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.15
Siny-2 wrote:
>
> The Idea is good, I think, but something is missing. Undefinied reference
> HB_FUN_HB_SETCODEPAGE. I tried including some chs but I could not find out
> the solution.
>
Try :
HB_SETDISPCP() instead of HB_SETCODEPAGE()
-
enjoy hbIDEing...
p?
>
Function Main()
SetMode( 25,80 )
Return Nil
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/Re-International-characters-tp4959574p4959606.html
Sent from the harbour-devel ma
king code.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/QwebView-webkit-tp4940505p4960802.html
Sent from the harbour-devel mailing list archive at Nabble.com.
Bruno Luciani wrote:
>
> I am looking to this code trying to create a listbox
>
> But I need a multiselect listbox
>
> Is that implemented ? how to use
>
> If not , it is posible ?
>
Check the same example again after r14392.
-
enjoy hbIDEing...
ne reply shortly.
I am happy that someone has looked into hbIDE closely with a
user_critic's viewpoint which will lead to a better tomorrow.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.n
so in a buggy way.
> I hope to can write more tomorrow.
>
It is a nice experience, keep on writing.
> And I got this error when I open an specific .prg
>
> ---
> Run-time Error!
> ---
> Error BASE/1004 No exported m
Called from PPTR(0)
//
Looking at.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/hbIDE-http-hbide-vouch-info-Needed-your-Reviews-tp4925834p4966921
file.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/hbIDE-http-hbide-vouch-info-Needed-your-Reviews-tp4925834p4967554.html
Sent from the harbour-devel mailing l
stead, other folder.
Just delete hbide.ini if you have in installation folder and
most probably it will run.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in context:
http://harbour-devel.1590103.n2.nabble.com/hbide-starting-from-nix-system-
>
> In this case it would have been enough to use 'hbmk2 hbide.hbp
> cppstub.cpp'
> or to create a new file 'hbide_mydebug.hbp' with this content:
> ---
> @hbide.hbp
> cppstub.cpp
> ---
> and use 'hbmk2 hbide_mydebug.hbp'
>
Oh yes, I
; cd /tmp/p
> hbide
>
sudo cp hbide /usr/local/bin/.
This is not enough to copy only hbide to bin.
All its directory, I mean, contrib/hbide/. has to be copied.
Are am I missing something ?
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message in con
Pritpal Bedi wrote:
>
> sudo cp hbide /usr/local/bin/.
>
> This is not enough to copy only hbide to bin.
> All its directory, I mean, contrib/hbide/. has to be copied.
>
> Are am I missing something ?
>
hbide locates its components from hb_dirBase() as a base folde
ost there, but do not know how to handle
extended caret position beyond end of line. Qt does not provide any
such mechanism. But still I am optimistic for its fruitation.
>> > Why toggle mark command is only on toolbar?
>>
>> For consistency, on menu too (I didn
l be waiting.
I wanna see some refactoring on code to make HbIDE more extensible friendly.
I like to see an API.
Building blocks are already there. Keyboard Macros! Can be extended any
length.
Thanks for such extensive input.
-
enjoy hbIDEing...
Pritpal Bedi
http://
>> I wanna see some refactoring on code to make HbIDE more extensible
>> friendly.
>> I like to see an API.
>>
> The code need to be more friendly to any programmer call some functions to
> extend IDE's functionality. HbIDE sho
structor
for each aItm in aItems
qItm := NIL
next
This mechanism has an advantage.
You have all the control over items spread in different columns,
and can later deal with them if there is a need of changes, for example,
if you would like to let it be edited or changing the colors.
Hi Francesco
The whole point is, if we go this direction,
I am afraid a lot of .qth have to be changed.
Everywhere there is a parent/child relation.
Probably I do not feel comfortable this way.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this message
consume memory.
We used this mechanism where we had a problem to
to freeing the memory. In QTabelWidgetItem/QTreeWidgetItem,
etc., where nodes can be in abundance, this is not appropriate.
Hope my point will be clean by now.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info
Pritpal Bedi wrote:
>
> Consider this scenario:
>
> If this approach be taken, then it becomes
> impossible to release the memory occupied by those
> QTableWidgetItems any way until application is closed.
> Suppose in between you are to clear the table many
> ti
ce machine.
Later I will copy these two files on my laptop and will see what is the
behavior and will report here. Just today has been wasted altogether
without any output.
It was just to inform.
-
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
--
View this
Pritpal Bedi wrote:
>
> And today I am the victim of this strange behavior.
> Since morning I am struggling to locate where it does happen.
>
In continuation...
Whenever I change something in hbqt_hbqplainttextedit.h
( for this matter it could be any .h in hbqt ), and compi
03.prg
> + added demonstration/test code for alternative RDD IO API, RPC and
> asynchronous data streams in HBNETIO
>
Something extraordinary.
Harbour community will ever remain indebted to your contributions.
I have already started base work how effectively I can port
my appl
istribution only. If you can explain what bug this
compiler has which should be reported to its author, I will send
this report to Pelle. I downloaded the latest 5.0.1.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp22344045p2235
present to newbies in a comfortable environments.
Sure - go ahead and include Pelles C - but please include a note somewhere
that it is a separate package, and where it can be found
(http://www.smorgasbordet.com/pellesc).
Pelle
>>>
Regards
Pritpal Bedi
--
View this message in cont
no page in English.
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/PelleC---Permitted-to-be-included-in-Harbour%27s-Ready-to-use-Distro-tp22353245p22356186.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Ha
uthor.
> It's serious bug.
>
Can you show what should I report to Pelle?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp22344045p22358456.html
Sent from the Harbour - De
s.
>
I will be cleaning parts probably today.
Which functions in WAPI_* namespace you are referring to ?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22358543.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
get their
> final shape I think they should be named differently.
>
>
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22358845.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
ts on either platform
side by side. Rather on multiple compilers simultaneously.
How do you feel it is a problem?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Compiling-C-sources-tp22338265p22358927.html
Sent fr
O: */
return 0; // without this I get warning
}
PellesCCE 5.0.1
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10545--trunk-harbour-tp22357784p22359667.html
Sent fro
ults. You are using uniitialized
variables
which are not acceptable to MSVC.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Compiling-C-sources-tp22338265p22360095.html
Sent from the Harbour - Dev mailing list archive
pGT = *gtHolder;
>return pGT;
> }
>
> int main( void )
> {
>func_ok();
>func_gpf();
>
>return 0;
> }
>
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp22344045p22360289.html
Sent fr
Hi
HB_FUNC( SYSIDLESECS )
{
HINSTANCE handle= LoadLibrary("user32.dll");
if ( handle)
{
GETLASTINPUTINFO_ pFunc;
pFunc = GetProcAddress( handle,"GetLastInputInfo" );
...
GETLASTINPUTINFO pFunc;
Regards
Pritpal Bedi
--
View this messa
his problem.
I will investigate further. More suggesstions, other installer, etc
is welcome.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/How-to-fix-this---tp22361860p22362315.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Hi
Viktor Szakáts wrote:
>
> NSIS or Inno.
>
I have looked into NSIS and its addons.
What I could figure out, rather quickly, is that it
is primarily script oriented. I want something to
drag and drop as far as files are concerned.
Digging deep more.
Regards
Pritpal Bedi
--
eed to hook a wndproc
onto them.
I know how to do so with a function name.
Any clues?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22363784.html
Sent from the Harbour - De
t 57 mb.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/PelleC---Permitted-to-be-included-in-Harbour%27s-Ready-to-use-Distro-tp22353245p22363864.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Har
: Missing prototype for 'ShellExecute'.
../../win_misc.c(101): error #2048: Undeclared identifier
'CREATE_NO_WINDOW'.
make.exe[3]: [win_misc.obj] Error 1 (ignored)
pocc.exe -I. -Ze -Go -Ot -Ox -Tarm-coff -D_WINCE -DUNICODE
-DHB_NO_WIN_CONSOLE -I../../../../include-c ../../win_o
e -Ox option will only rarely find things to
optimize, and in your case it will cause a GPF. I suggest you skip the -Ox
option and just use the -Ot option for now...
Pelle
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp2234
where all overlapping
screens are being transferred to modal GTs. I am almost done.
But to acheive this functionality I have to include a .ch file
in every prg in my project, a hell of the job.
May be I am missing something about command line switches...
Regards
Pritpal Bedi
--
View this mess
table way to IPicture->Render() replacement.
Anybody to help ?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Closing-of-1.1--tp22284613p22439419.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
xes it properly before me. ]
>>>
GTWVT need only one guard, just switch off 'layerd window'
protocol.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Closing-of-1.1--tp22284613p22440340.html
Sent from the Harbour - Dev mailing list archive at
th GTWVT in WinCE. It will be nice if some can test
> it.
>
hb_gtInfo( HB_GTI_RESIZEMODE, HB_GTI_RESIZEMODE_ROWS )
as default proto should only be set for WinCE, otherwise whole
GT default functionality will tumble.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nab
xecuted.
// while I am expecting that it should not as
// I am placed in a new window.
do while inkey()<>27
enddo
return nil
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/SetKey%28%29-and-hb_gtReload%28%29-tp22444718p22444718.html
Sent from the Ha
keep
> your local GT setting. F.e. you can store hash array in GT cargo item
> and use "SETKEY" index to keep your own SeyKey() array inside.
>
>
You are right. I already have figured out the problems if SetKey()
is made GT specific. Thanks for the explanation.
Regards
P
Hello
Once before I had reported this error.
Appln crashes if UserFunc is defined and
memo is in readonly mode.
Can someone look into it.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Memoedit%28%29---UserFunc-%3D%3D-YES-and-EDITABLE-%3D%3D-NO
SetCursor(SC_NORMAL)
ELSE
SetCursor(SC_SPECIAL1)
ENDIF
ENDIF
ENDCASE
RETURN ME_DEFAULT
//------//
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Memoedit%28%29---
und 4000 ) times
with nMode == 1 ( ME_UNKEY ). Buffer is never displayed
and appln terminates.
Need more debugging, then tell me.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Memoedit%28%29---UserFunc-%3D%3D-YES-and-EDITABLE-%3D%3D-NO-tp22457681p22462410.html
S
s cannot be assigned indivisually. It is
a collective bunch of 5 or so attributes. So I
introduced
hb_gtInfo( HB_GTI_SETFONT, { cFontName, nFontHeight, nFontWidth,
nFontWeight, nFontQuality } )
in GTWVG. It sets the font in one shot and is a logical one.
For screen resolutions:
hb_gtInfo( HB_GTI_DESKT
rewarding. Once this is done, I may think to port
GTWVW in GTWVG if get a substantial number of confirmations
which may persuade me to port GTWVW.
So please post your vote here under this thread so that I could
make up my mind to port GTWVW. Please note, the number
must be substancial.
Regar
to locate and loose the
reference and context of the subject matter.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HB_BUILD_DEBUG-tp22464982p22478910.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_
Hi Viktor
Viktor Szakáts wrote:
>
> I'd suggest to do this after the release if gtwvt is also involved.
>
GTWVT is not involved.
BYW it is much easier to implement this proto
in GTWVT then GTWVG. And it will be a performance boost.
I will show the code shortly.
Regard
y seldom so I'm not good person to
> answer but looking at xharbour.news I'm finding that many people are
> intersting in GTWVW port.
>
I also think so. But as I am not a user of GTWVW, I cannot port
it as is. Rather I will port the concept in GTWVW.
Regards
Pritpal Bedi
--
V
t for default WinCE builds.
As this construct is used at many places, and even if
it is commented out, there are many more constructs are
in use which have to be disabled. So then the basics of GTWVG
are gone.
If someone has to develop WinCE applns the only option
stands is GTWVT.
Regards
P
901 - 1000 of 2125 matches
Mail list logo