messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio.\nI procedure I want to convert, I'm frequently using come functions that in Xharbour commercial are really fast,\nlike cmfilter(), cmfiltcount, cmxkeycount(), because they are using the Rushmore technology. Do you thin...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nMy pleasure , i would be glad to help\n\nI will publish a copy of my codejock program running (same program) with Xharbour and Harbour\n\nMassimo : Sorry about the link, we had a hack on our servers 3 months ago and we...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Richard, very kind.\nNo problem with the link, I've made some tests with the one that Antonio has published.\nThe problem is that I receive some errors when I try to run it. And if I correct one line there is another one\nt...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Massimo and Richard,\n\nI am also working with Codejock. I originally had it running perfectly with xHarbour ( .com ), but I've been transition my primary application to Harbour / MSVC 2010.\n\nI have further testing to do with s...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1lmvzq7n]Enrico,\n\nCould you provide a small self contained example ? thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:1lmvzq7n]\n\nHere ...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nHere you can review Harbour threads management great examples:\n\n[url:39rda0yi]https&#58;//github&#46;com/harbour/core/tree/master/tests/mt[/url:39rda0yi]\n\nSurely there are some that are very similar. I wonder if xha...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "What if I don't want to use multithreading libs (they would inflate my EXEs, I suppose)?\n\nEMG", "time": "20:47", "topic": "Codejock Calendar Samples?", "username": "Enrico Maria Giordano" } ]
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Enrico,\n\nWhy are you afraid with exe sizes with present Ram sizes of the Pcs?.\n\nAlso, I indicated you some swithcs for latest BCC to reduce size. Are you happy with them?.\n\nThank you.", "time": "20:52", "topic": ...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nHere you have a Harbour example similar to yours:\n\n[code=fw:kbpaf0em]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fi...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Using a codeblock:\n\n[code=fw:7hcztbq3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "In order to build those examples hbvmmt.lib has to be linked instead of hbvm.lib\n\nand also from Borland, we have to link cw32mt.lib instead of cw32.lib", "time": "20:56", "topic": "Codejock Calendar Samples?", "usern...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nMy example size built using threads is 2.515.416 bytes\n\nwithout threads: 2.486.784 bytes\n\nvery little difference <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", ...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nKeep in mind that if you are not using threads then you are slicing the Harbour virtual machine execution process and slowing the whole app.", "time": "21:01", "topic": "Codejock Calendar Samples?", "usernam...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:2m3kyv6v]Understanding Harbour MultiThread:[/b:2m3kyv6v]\n\n[url:2m3kyv6v]https&#58;//docs&#46;google&#46;com/document/d/1xxRphZ5TIGbn5rOWQ_35VVcw8Yex63A4MKXimfq0MVg/edit[/url:2m3kyv6v]\n\n[b:2m3kyv6v]Harbour MT Mode and ST Mod...
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Master. I'll try it.\n\nEMG", "time": "23:25", "topic": "Codejock Calendar Samples?", "username": "Enrico Maria Giordano" } ]
Codejock Calendar Samples?
[ { "date": "2013-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, the background task is only one of the incompatibilities I found. The warnings is another one (see an old thread on this subject). <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( ...
Codejock Calendar Samples?
[ { "date": "2013-05-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"lucasdebeltran\":2at4nkkl]Mr. Enrico,\n\nWhy are you afraid with exe sizes with present Ram sizes of the Pcs?.[/quote:2at4nkkl]\n\nIt's not about RAM size, mostly about sending time. But I agree, it is a minor problem. Th...
Codejock Calendar Samples?
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":dx8i9i7u]Enrico,\n\nHere you have a Harbour example similar to yours:[/quote:dx8i9i7u]\n\nIt looks like your sample doesn't act as mine. My sample continually beeps while yours beeps 10 time ...
Codejock Calendar Samples?
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nYou could call GetTickCount() and measure the time for the beeping", "time": "12:19", "topic": "Codejock Calendar Samples?", "username": "Antonio Linares" } ]
Codejock Calendar Samples?
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":33s8738g]Enrico,\n\nYou could call GetTickCount() and measure the time for the beeping[/quote:33s8738g]\n\nUnless I'm missing something, your sample calls the function only once. I need somet...
Codejock Calendar Samples?
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nMy idea was to perform an action from the called function, every x seconds\n\nthats why I thought about using GetTickCount(), to wait x seconds to do whatever", "time": "16:29", "topic": "Codejock Calendar Sampl...
Codejock Calendar Samples?
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":2e8qb9ln]Enrico,\n\nMy idea was to perform an action from the called function, every x seconds\n\nthats why I thought about using GetTickCount(), to wait x seconds to do whatever[/quote:2e8qb...
Codejock Calendar Samples?
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm opening a new topic right now...\n\nEMG", "time": "19:05", "topic": "Codejock Calendar Samples?", "username": "Enrico Maria Giordano" } ]
Codejock Calendar Samples?
[ { "date": "2023-01-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Richard Chidiak\":1idqzlfa]Frances Dutch and Norberto\n\nYou can download it from <!-- m --><a class=\"postlink\" href=\"http://www.cbati.com/tcodejock.zip\">http://www.cbati.com/tcodejock.zip</a><!-- m --> if any one els...
Codejock Calendar Samples?
[ { "date": "2023-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "I believe you can get a trial from Codejock. I have used the Calendar for many years and it has been 100% reliable.", "time": "22:12", "topic": "Codejock Calendar Samples?", "username": "TimStone" } ]
Codejock Calendar Samples?
[ { "date": "2023-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":1vf47p5j]I believe you can get a trial from Codejock. I have used the Calendar for many years and it has been 100% reliable.[/quote:1vf47p5j]\n\nHi, Tim\nI had it and working for ribbonbar of Codejock. I just ...
Codejock Calendar Samples?
[ { "date": "2023-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.\n\nThis provides you with a full running appointment scheduler/calendar using Codejock.\n\nYou can download a test version of Codejock Calendar control f...
Codejock Calendar Samples?
[ { "date": "2023-01-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":3kwdfb05]Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.\n\nThis provides you with a full running appointment scheduler/calendar using Codejock.\n\nYou can download a test version o...
Codejock Calendar Samples?
[ { "date": "2012-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I've had Codejock's calendar integrated to my main application using xHarbour/xCC/FWH for over a year and it works very well.\n\nHere is the code that works perfectly in xHarbour to build the calendar:\n\n[code=fw:1g1q8bqo]<div cl...
Codejock Calendar with Harbour ( vs xHarbour )
[ { "date": "2012-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nIt seems that you replace this line\n\n ::oCalexStdDlgs:Calendar( TOleAuto():New( ActXPDispPtr( ::oCalex:hActiveX ) ) )\n\nwith\n\n ::oCalexStdDlgs:Calendar = TOleAuto():New( ::oCalex:oOleAuto:__hObj ) \n\nthen it is ...
Codejock Calendar with Harbour ( vs xHarbour )
[ { "date": "2012-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\nPlease Why not ultimate the Calex Class of Daniel ?", "time": "18:15", "topic": "Codejock Calendar with Harbour ( vs xHarbour )", "username": "Eoeo" } ]
Codejock Calendar with Harbour ( vs xHarbour )
[ { "date": "2012-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I would like to note that the CodeJock Calendar implementation is now working well with FWH 12.5, Harbour 3.0, and MSVC 2010. All issues have been resolved for this implementation.\n\nAntonio has full code now to include in futur...
Codejock Calendar with Harbour ( vs xHarbour )
[ { "date": "2013-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim\n\nI am trying to move my application to Harbour\n\nCan you send me the function ActXPDispPtr( ) modified by Antonio ?\n\nDoes Codejock work ok now with Harbour ?\n\nTia\n\nRichard", "time": "20:19", "topic": "Co...
Codejock Calendar with Harbour ( vs xHarbour )
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I found the way to add groups <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:23fnhjhb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"c...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "We have been doing some tests using the Codejock RibbonBar control <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nHere you have a first test.\n\ntest.prg\n[code=fw:1avmvqop]<...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Excellant !!!!", "time": "21:36", "topic": "Codejock RibbonBar first tests", "username": "nageswaragunupudi" } ]
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nthis is looking good.\nWhich product from Codejock do we need to buy to get this functionality.\nThanks in advance\nOtto", "time": "21:59", "topic": "Codejock RibbonBar first tests", "username": "Otto...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nYou can download the demo version from Codejock to do these tests <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "22:14", "topic": "Codejock RibbonBar...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nvery good! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nThanks!", "time": "22:22", "topic": "Codejock RibbonBar first tests", "username": "Antonio Li...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Here we have a VB example to review code:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=15416&sid=be973c77d3c95fadb645576e242d823e#p15416\">viewtopic.php?p=15416&sid=be973c77d3c9...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Adding buttons to a Group! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:2zssl3ha]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Other controls\n\n[code=fw:273xjuft]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"col...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Great! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWe are moving forward very quickly <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /...
Codejock RibbonBar first tests
[ { "date": "2009-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Managing the controls properties <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:31uodwzy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span ...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Easily inspecting CodeJock properties from Microsoft Word (VBA) to learn about it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[img:2eoyyzfa]http&#58;//img25&#46;imageshack...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\n\nDo we need this Activex to be registered on all client PC's to get this Ribbon control working in our application?\nIf so is there any way by which we can avoid it, so that this control is included in the .Exe itself. \...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "option button:\n[code=fw:28vdwfk9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;oGroup1 = oTabFiles:<span style=\"color: #000000;\">Groups</span>:<span style=\"color: #000000;\">AddGroup</span>...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Executing an action from a control <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:1w4v21vk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><spa...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Image on Button\nAlpha Channel Support too\n\n[img:1tx2ulny]http&#58;//www&#46;sitasoft&#46;com/fivewin/screen/codej3&#46;png[/img:1tx2ulny]\n\n[code=fw:1tx2ulny]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><spa...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Add StatusBar\n\n[img:5r175q09]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar1&#46;jpg[/img:5r175q09]\n\n[code=fw:5r175q09]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nI downloaded the demo from CodeJock changed your code samples to Version: 13.0.0 which is now in the download.\nAll worked at the first try. Thank you very much. \nDo you know what we have to supply to the client...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nSimply brilliant! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nmany thanks!", "time": "09:34", "topic": "Codejock RibbonBar first tests", "username":...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nThanks for joining us <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nYour help is very welcome!", "time": "09:35", "topic": "Codejock RibbonBar first test...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Anser,\n\nWe don't know yet if codejock provides a LIB instead of an OCX. \n\nWe may need to ask CodeJock <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "09:36", ...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nCould you please provide the CodeJock download url where to get the demo version ? Thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nAfaik, you just need to supp...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nThis is the function. We have not tested it yet with this OCX:\n[code=fw:2s9kpdds]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\non my machine <cEvent> is numerical, so I have to add the the following code to RibbonBarEvent():\n\n[code=fw:28ecxadm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">IF</sp...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nThanks for the feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWhat Windows version are you using ?", "time": "10:00", "topic": "Codejock RibbonBar ...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\nvista64 SP1, but found the same behavior with XP32 SP3 under VMware.", "time": "10:22", "topic": "Codejock RibbonBar first tests", "username": "frose" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Add ToolTipContext\n\n[img:n39ug8us]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar2&#46;jpg[/img:n39ug8us]\n\n[code=fw:n39ug8us]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nMany thanks for your help! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nDo you know how to add little bitmaps at the top of the control ? Thanks\n\n[img:3trq0gj...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "oRb:AddSystemButton()", "time": "12:44", "topic": "Codejock RibbonBar first tests", "username": "lailton.webmaster" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lailton,\n\n> oRb:AddSystemButton()\n\nMany thanks for your help. You are a great CodeJock master and surely you can help many of us here.\n\nWhat parameters should we provide to oRb:AddSystemButton() ?\nCould you modify the test....
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nthe link where I downloaded the demo is:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.codejock.com/downloads/\">http://www.codejock.com/downloads/</a><!-- m -->\n\nthen:\nActiveX / COM\nAll Versions of Vi...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lailton,\n\nOh, I see. That creates the rounded button! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> Thanks!\n\n[code=fw:1jc4badu]<div class=\"fw\" id=\"{CB}\" style=\"font-fa...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:387hau4e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00D7D7;...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lailton,\n\nThanks so much! It looks really nice <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[img:2d1r7cty]http&#58;//img27&#46;imageshack&#46;us/img27/1919/85313517&#46;p...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard, Lailton,\n\nIs there a way to have small bitmaps in between the rounded button and the dropdown menu ?", "time": "13:14", "topic": "Codejock RibbonBar first tests", "username": "Antonio Linares" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- s8) --><img src=\"{SMILIES_PATH}/icon_cool.gif\" alt=\"8)\" title=\"Cool\" /><!-- s8) --> <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> long way antonio very possibilities <...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Antonio,\n\nI could not resist my self to congratulate you to take our FWH to the new horizons.\nNow almost our FWH is ready to welcome the developers from other development\nenvironments to migrate.\n\nRegards,\n\n- Rames...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Ramesh,\n\nThanks for your kind words <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWith the help of all of us, we can build great things <!-- s:-) --><img src=\"{SMILIES_PA...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lailton,\n\nI mean these small buttons:\n\n[img:mj2yqf6f]http&#58;//img27&#46;imageshack&#46;us/img27/1269/65928451&#46;png[/img:mj2yqf6f]\n\nThe screenshot is from Windows 7 MsPaint", "time": "13:33", "topic": "Codejock R...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[img:3latmewh]http&#58;//www&#46;redstarsoft&#46;com&#46;br/codejock/show_0&#46;jpg[/img:3latmewh]\n <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "13:36",...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Add system ball Button and Menu\n\n[img:7h1ne3sh]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar3&#46;jpg[/img:7h1ne3sh]\n[img:7h1ne3sh]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar4&#46;jpg[/img:7h1ne3sh]\n\n\...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Add QuickAccessControls\n\n[img:2noiukc3]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar5&#46;jpg[/img:2noiukc3]\n\nRegards,\n\nRichard", "time": "14:35", "topic": "Codejock RibbonBar first tests", "username":...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nWould you be so kind to show to code you are doing this ? As Antonio and the others are doing, in order to everybody knows how to do this.\n\nTIA", "time": "14:40", "topic": "Codejock RibbonBar first tests", ...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nWould you mind to share the source code ? thanks", "time": "14:41", "topic": "Codejock RibbonBar first tests", "username": "Antonio Linares" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":pe7cln9t]Richard,\n\nWould you mind to share the source code ? thanks[/quote:pe7cln9t]\n\nNo problem. I will share source code. Please wait.\n\nRegards,\n\nRichard", "time": "16:22", "topic": "Co...
Codejock RibbonBar first tests
[ { "date": "2009-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Add Press ALT key and show Keyboard \n\n[img:1w2alkw6]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar6&#46;jpg[/img:1w2alkw6]\n\nRichard", "time": "16:24", "topic": "Codejock RibbonBar first tests", "username"...
Codejock RibbonBar first tests
[ { "date": "2009-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Richard,\n\nI would like to thank you for your work on the RIBBONBAR.\nIs it possible to get the source code for the new features from you.\n\nI still have one application in use which I made with VB.NET and CodeJock which ...
Codejock RibbonBar first tests
[ { "date": "2009-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nDo anybody know about the limitations in the Trial version of CodeJock control. \n\nRegards\n\nAnser", "time": "09:02", "topic": "Codejock RibbonBar first tests", "username": "anserkk" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"anserkk\":3h4436z2]Hi,\n\nDo anybody know about the limitations in the Trial version of CodeJock control. \n\nRegards\n\nAnser[/quote:3h4436z2]\n\nHi\n\nTrial version only show license demo information Dialog when your ap...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":32ykaquf]Hello Richard,\n\nI would like to thank you for your work on the RIBBONBAR.\nIs it possible to get the source code for the new features from you.\n\nI still have one application in use which I made with V...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Quick Access...\n\n[img:10sqmygo]http&#58;//www&#46;sitasoft&#46;com/fivewin/screen/codej4&#46;png[/img:10sqmygo]\n\n[code=fw:10sqmygo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\"...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Codejock comes with a very good help file. Here, for example, the use of two methods of the RibbonBar collection:\n\n[code=fw:2vpqhgxr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   oRibbonBar := oAct:<span sty...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI wanted to test and know what would happen when we develop an application using FWH along with a third party OCX control.\n\nAnybody here tried to run the generated Sample Exe on a PC other than the Development PC (ie On ...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, and ALL,\nWhy we must use an activex to use a RIbbonBar control ?\nWhy We not create together a Ribbon control only on fwh sources ?\nI think using an activex it is too heavy and slow.\nPerhaps maybe we can together creat...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nWe may create it, but in the meantime we can use CodeJock's one <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "09:24", "topic": "Codejock RibbonBar...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nExcellent! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nThanks", "time": "09:24", "topic": "Codejock RibbonBar first tests", "username": "Antonio Lin...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Anser,\n\nPlease register the OCX this way, before creating the ActiveX&#058;\n\nRegisterServer( \"Codejock.CommandBars.v12.1.1.ocx\" ) \n\nor, if using the new version:\n\nRegisterServer( \"Codejock.CommandBars.v13.0.0.ocx\" ) ...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Antonio,\n\nI tried as suggested by you but unfortunaely the same result\n\n[code=fw:1oqbog0k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">MsgInfo</span><span style=\"colo...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi All,\n\nI test some Codejock version. I found some problem.\n\n1.Test Codejock v12.1.0/v12.1.1/v13.0.0\n[img:2k60ujnl]http&#58;//www&#46;fivetech&#46;com&#46;tw/fwh/ribbonbar7&#46;jpg[/img:2k60ujnl]\n\nwhen I press Max or ajust...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi ! All .. Please help !\n\nTry to using Activex.prg but error : numeric has no exported method\nthen I use this code : \n[code=fw:tzrdyi2k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\n\nas described above, on my machine <cEvent> is numerical, so I have changed the RibbonBarEvent() as follows:\n\n[code=fw:1v4eloso]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C8...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Fafi,\n\nYour code crashes (GPF) in Windows 7.\n\nWhy don't you use FWH Class TActiveX ?", "time": "11:01", "topic": "Codejock RibbonBar first tests", "username": "Antonio Linares" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nAre you using Harbour or xHarbour ? What build ?\n\nWhat C compiler ?", "time": "11:03", "topic": "Codejock RibbonBar first tests", "username": "Antonio Linares" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Fafi,\n\nI remember OsKar make some code like you. Only problem I don't know his EVEN source.\n\nRegards,\n\nRichard", "time": "11:03", "topic": "Codejock RibbonBar first tests", "username": "richard-service" } ]
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nfrom the error.log:\nCompiler version: xHarbour build 1.1.0 Intl. (SimpLex) (Rev. 6220)\nWindows version: 6.0, Build 6001 Service Pack 1\n\nI'm using xHarbour.com (xHarbour Builder) with 'xCC'.", "time": "11:20", ...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3cmznqwo]Fafi,\n\nYour code crashes (GPF) in Windows 7.\n\nWhy don't you use FWH Class TActiveX ?[/quote:3cmznqwo]\n\nMr. Antonio..\n\nwhen I use tactivex.. get error : numeric has no exported method\n\n...
Codejock RibbonBar first tests
[ { "date": "2009-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"fafi\":d56ds4pl][quote=\"Antonio Linares\":d56ds4pl]Fafi,\n\nYour code crashes (GPF) in Windows 7.\n\nWhy don't you use FWH Class TActiveX ?[/quote:d56ds4pl]\n\nMr. Antonio..\n\nwhen I use tactivex.. get error : numeric h...
Codejock RibbonBar first tests