messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\n> i do not know the ascii character but i can display them it if necessary \n\nPlease place a MsgInfo() to check their asc() values, thanks",
"time": "22:06",
"topic": "Bluetooth print and Special characters",
"us... | Bluetooth print and Special characters |
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nfirst one is 233 \n\nDo you need them all ? <!-- s:x --><img src=\"{SMILIES_PATH}/icon_mad.gif\" alt=\":x\" title=\"Mad\" /><!-- s:x --> \n\nRichard",
"time": "22:17",
"topic": "Bluetooth print and Special characters",... | Bluetooth print and Special characters |
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nJust two more, please",
"time": "22:34",
"topic": "Bluetooth print and Special characters",
"username": "Antonio Linares"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "232\n\n224",
"time": "22:37",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "231\n249\n176",
"time": "22:41",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nCharacters with ascii over 128 are printing right ? I wonder if it is a sign issue",
"time": "22:43",
"topic": "Bluetooth print and Special characters",
"username": "Antonio Linares"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nI do not have the printer here at home but at the office.\n\nI can check all ascii chars tomorrow early morning and report back.\n\nIf you need any more testing, drop me a line\n\nRegards\n\nRichard",
"time": "22:47",
... | Bluetooth print and Special characters |
[
{
"date": "2007-02-16",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nConfirmed, it is a sign issue\n\nAscii codes up to 127 are printed correct not the others.\n\nI sent to your private email a pdf showing a print out of all ascii codes.\n\nRichard",
"time": "09:51",
"topic": "Bluetooth... | Bluetooth print and Special characters |
[
{
"date": "2007-02-16",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nPlease test this function and place a #define WriteByte _WriteByte in your app:\n[code:2l9fnno8]\nHB_FUNC( _WRITEBYTE ) // hComm, nChar --> lOk\n{\n DWORD cBytes;\n unsigned char ch = ( unsigned char )... | Bluetooth print and Special characters |
[
{
"date": "2007-02-16",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nSame result\n\n\nRichard",
"time": "10:47",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-17",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nWe are searching info for WriteFile() use to manage unsigned chars",
"time": "08:53",
"topic": "Bluetooth print and Special characters",
"username": "Antonio Linares"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-17",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nNo problem\n\nI have the printer available all week end if you need some testing.\n\nLet me know.\n\nRichard",
"time": "09:01",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-17",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nCould you please try this:\n[code:2rvqm0y3]\nHB_FUNC( WRITE233 ) // hComm --> lOk \n{ \n DWORD cBytes; \n unsigned char ch = 233; \n \n hb_retl( ( BOOL ) WriteFile( ( void * ) hb_... | Bluetooth print and Special characters |
[
{
"date": "2007-02-17",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nNo it is not good\n\nThis is the sample i am using (just to check the syntax)\n\nI had to remove the INT RC (compile error)\n\n#include \"C:\\FWPPC\\INCLUDE\\FWCE.ch\"\n\n#define GENERIC_READ 0x80000000\n#define GENERIC_WRI... | Bluetooth print and Special characters |
[
{
"date": "2007-02-17",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Antonio Linares\":dhw2rkep][code:dhw2rkep]\nHB_FUNC( WRITE233 ) // hComm --> lOk \n{ \n DWORD cBytes; \n unsigned char ch = 233; \n \n hb_retl( ( BOOL ) WriteFile( ( void * ) hb_parn... | Bluetooth print and Special characters |
[
{
"date": "2007-02-17",
"forum": "FiveWin for Pocket PC",
"text": "Enrico,\n\nFrom Windows headers: typedef void *HANDLE;\n\nIts quite strange why WriteFile() is not able to manage unsigned chars...",
"time": "15:51",
"topic": "Bluetooth print and Special characters",
"username": "Antonio Li... | Bluetooth print and Special characters |
[
{
"date": "2007-02-18",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nThis is from Pocket pc Msdn\n\nDoes it make any sense in this case ?\n\n\nYou should note that the lpBuffer parameter of WriteFile is a LPCVOID (typedef for const void *).\n\nThat means the lpBuffer parameter is type-agnostic.... | Bluetooth print and Special characters |
[
{
"date": "2007-02-18",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nIt does not make a difference. We are placing an unsigned char into the buffer and WriteFile() should transmit an unsigned char.\n\nCould you try to send the data to a different bluetooth device ? Maybe the difference comes f... | Bluetooth print and Special characters |
[
{
"date": "2007-02-18",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nDoes that printer work with unicode chars ?",
"time": "19:08",
"topic": "Bluetooth print and Special characters",
"username": "Antonio Linares"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-18",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nThe printer is OK There is no setting on it.\n\nWhen i send the txt file to the printer via windows mobile (send via bluetooth), the printout is OK. \n\nThe problem is i the writefile function\n\nRichad",
"time": "20:39",
... | Bluetooth print and Special characters |
[
{
"date": "2007-02-18",
"forum": "FiveWin for Pocket PC",
"text": "I don't have the documentation of the printer available here, but i will take a look at it tomorrow morning.\n\nMy guess is \"Yes\" it takes Unicode, see my previous post.",
"time": "20:40",
"topic": "Bluetooth print and Special ... | Bluetooth print and Special characters |
[
{
"date": "2007-02-19",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nThe printer works with Unicode\n\nIt is a brand new HP Deskjet 460 \n\nI tried it also on another BT printer (Epson), same problem.\n\nLooks like we have a problem with accented characters.\n\nI have a work around but can not ... | Bluetooth print and Special characters |
[
{
"date": "2007-02-19",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nPlease try this:\n[code:rp0ak8fr]\nHB_FUNC( WRITE233 ) // hComm --> lOk \n{ \n DWORD cBytes; \n WCHAR ch = 233; \n \n hb_retl( ( BOOL ) WriteFile( ( void * ) hb_parnl( 1 )... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "Same result\n\nBad character printed.\n\nRichard",
"time": "08:42",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "Are you able to read what exactly comes out of the palmtop?\n\nEMG",
"time": "08:46",
"topic": "Bluetooth print and Special characters",
"username": "Enrico Maria Giordano"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "Enrico\n\nWhat do you mean by this ? i do not understand\n\nRichard",
"time": "08:52",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "Till now you only know that the printer won't print what you expected. It would be useful to know what number(s) really comes out of the palmtop instead.\n\nEMG",
"time": "08:55",
"topic": "Bluetooth print and Special characters"... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "How can i know that ?",
"time": "08:58",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "This is the result\n\n<!-- m --><a class=\"postlink\" href=\"http://www.cbati.com/scanprint.jpg\">http://www.cbati.com/scanprint.jpg</a><!-- m -->\n\nit should display \"é\"",
"time": "09:42",
"topic": "Bluetooth print and Specia... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Richard Chidiak\":1ihl4f45]How can i know that ?[/quote:1ihl4f45]\n\nAs an example, connecting the bluetooth to a PC?\n\nEMG",
"time": "11:55",
"topic": "Bluetooth print and Special characters",
"username": "Enrico M... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "Enrico\n\nFrom pc, everything prints out ok on the same printer \n\nI already tested it.\n\nRichard",
"time": "13:01",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Richard Chidiak\":3olyde6q]Enrico\n\nFrom pc, everything prints out ok on the same printer \n\nI already tested it.\n\nRichard[/quote:3olyde6q]\n\nNo, you still haven't understood what I'm saying. You may try to print from your ... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "Enrico\n\nI had tried that but nothing displays on the pc or maybe i was unable to configure it correct. Though i can transfer files via bt from pocket to different pcs. \n\nAny clue on how to do it or what i may have missed ?\n\nTia\n\... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "No, sorry. My knowledge on real palmtops is about zero. I only use the emulator. I can imagine that you have to setup the serial port of your PC, use a program to receive the numbers sent from the palmtop and display them on the screen.\... | Bluetooth print and Special characters |
[
{
"date": "2007-02-20",
"forum": "FiveWin for Pocket PC",
"text": "I did try all the possibilities but did not see any chars appear.\n\nI do not know how to do it. <!-- s:? --><img src=\"{SMILIES_PATH}/icon_confused.gif\" alt=\":?\" title=\"Confused\" /><!-- s:? -->",
"time": "15:26",
"topic": "... | Bluetooth print and Special characters |
[
{
"date": "2019-03-03",
"forum": "Utilities / Utilidades",
"text": "[url:2emb2bgw]https://people.csail.mit.edu/albert/bluez-intro/index.html[/url:2emb2bgw]",
"time": "12:31",
"topic": "Bluetooth programming readings",
"username": "Antonio Linares"
}
] | Bluetooth programming readings |
[
{
"date": "2005-12-02",
"forum": "FiveWin for Pocket PC",
"text": "I need 2-way comms to a Bluetooth 'Flic' scanner (to handle the out of range protocol), but always get a port handle of -1 and no response. For testing I have added a 'read' section to sample program 'bluetoth' using code as earlier pos... | Bluetooth serial port |
[
{
"date": "2005-12-02",
"forum": "FiveWin for Pocket PC",
"text": "Jon,\n\nWe discussed the bluetooth issue here, and finally got it working using CreateFile() function call. Is that the one you are using too ?",
"time": "13:31",
"topic": "Bluetooth serial port",
"username": "Antonio Linares... | Bluetooth serial port |
[
{
"date": "2005-12-02",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\nYes, I'm using the same method as used by Jose with the printer and in your 'bluetoth' sample. I have a variant 'blueread' :\n\n// BlueRead \n#include \"FWCE.ch\"\n#define GENERIC_READ 0x80000000\n#define GENERIC_WRITE 0x... | Bluetooth serial port |
[
{
"date": "2005-12-02",
"forum": "FiveWin for Pocket PC",
"text": "Jon,\n\nPlease notice that you should use GENERIC_READ instead of GENERIC_WRITE.",
"time": "15:33",
"topic": "Bluetooth serial port",
"username": "Antonio Linares"
}
] | Bluetooth serial port |
[
{
"date": "2005-12-05",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\nSome progress - after re-booting the emulator and using only COM1 I can get a port handle number like 230603634, which I assume is OK and similar to running on an Intermec 700C. I'm not able to retrieve characters from the buff... | Bluetooth serial port |
[
{
"date": "2006-01-06",
"forum": "FiveWin for Pocket PC",
"text": "Notes for newbies on Emulator Serial Ports (MSDN Forums - Device Emulator General 29 Nov 2005)\nSerial Port 0: appears inside the emulator as COM1: that apps can use.\nSerial Port 1: reserved for WinCE kernel, doesn't have a driver, do n... | Bluetooth serial port |
[
{
"date": "2006-01-06",
"forum": "FiveWin for Pocket PC",
"text": "jon\nI in need for the contact between the pocket pc from Bluetooth to computer \nSending a file represented or received a file\nI testing all fwppc sources the available and did not run\nDo there is solution\nBest Regards \nHATHAL",
... | Bluetooth serial port |
[
{
"date": "2006-01-07",
"forum": "FiveWin for Pocket PC",
"text": "Hathal,\nHave you considered ActiveSync or other serial comms program with Bluetooth? Possibly less painful. I only need a few basic functions.\nregards, saludos",
"time": "14:41",
"topic": "Bluetooth serial port",
"username"... | Bluetooth serial port |
[
{
"date": "2006-01-07",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Jon Munro\":2in9qy2f]Hathal,\nHave you considered ActiveSync or other serial comms program with Bluetooth? Possibly less painful. I only need a few basic functions.\nregards, saludos[/quote:2in9qy2f]\njon \nI want function with... | Bluetooth serial port |
[
{
"date": "2006-01-08",
"forum": "FiveWin for Pocket PC",
"text": "Hathal,\nDefine a single port with mode 0xC0000000 to get 'read-write'. You may find that 'nChr := bin2l( ReadByte( hIn ) )' will return single characters (as asc value) from data received. 'BillSerialMonitor' (freeware) from <!-- w -->... | Bluetooth serial port |
[
{
"date": "2006-05-01",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Jon Munro\":2cvf4v0i]\nI've grafted fragments of FWPPC 'comm.c' into parts of Harbour Telepathy (port by Luiz Rafael Culik Guimaraes) and have a working FWPPC test program that reads from a barcode scanner and can send acks, etc... | Bluetooth serial port |
[
{
"date": "2006-05-02",
"forum": "FiveWin for Pocket PC",
"text": "Raymond,\nThe FWPPC comms functions work well, for example:\n\n#define GENERIC_READ 0x80000000\n#define GENERIC_WRITE 0x40000000 \n#define GENERIC_REWRITE 0xC0000000 \n#define OPEN_EXISTING 3 \n#define FILE_ATTRIBUTE_NORMAL 0x0000... | Bluetooth serial port |
[
{
"date": "2006-05-02",
"forum": "FiveWin for Pocket PC",
"text": "Many thanks, I will give it a try.\nI need to read complete messages but I am sure this is not a problem as long as I can read a character.\n\n\nBest Regards,\nRaymond",
"time": "14:40",
"topic": "Bluetooth serial port",
"use... | Bluetooth serial port |
[
{
"date": "2006-05-10",
"forum": "FiveWin for Pocket PC",
"text": "Thanks for the info. \nBased on it I have been able to get the data from a Btooth GPS.\n\nI still have a problem to get the data from a serial one. I can read the serial GPS but I only get invalid data.\n\nHere is my com port opening :\n... | Bluetooth serial port |
[
{
"date": "2006-05-10",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Raymond Fischbach\":1vo0i2hi]I could not find the documentation of the \"CreateFile\" function. Can you tell me where to look ?[/quote:1vo0i2hi]\n\nOn the MSDN.\n\nEMG",
"time": "10:44",
"topic": "Bluetooth serial port",... | Bluetooth serial port |
[
{
"date": "2006-12-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Everybody,\n\nIs it possible to communicate with a Bluetooth device via FWH ?\n\nIf yes, are there any samples?\n\nThanks,\n\nJeff",
"time": "21:46",
"topic": "Bluetooth support",
"username": "Jeff Barnes"
}
] | Bluetooth support |
[
{
"date": "2006-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=5347\">http://fivetechsoft.com/forums/viewtopic.php?t=5347</a><!-- m -->",
"time": "23:06",
"topic": "Bluetooth support",
"username"... | Bluetooth support |
[
{
"date": "2011-09-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He estado haciendo pruebas con el efecto de empañado, y funciona perfectamente en mi computador de escritorio, con Windows 7 y 4gb de Memoria, pero en mi laptop (Intel Centrino) y mi AllInOne (Atom), ambas con 2 Gb de Memoria y ... | Blur effect!!! |
[
{
"date": "2011-09-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bayron disculpa, he querido probar el efecto Blur también para conseguir el efecto de que no sea una cosa inmediata y no se si lo hago bien. Si lo pongo en ON PAINT no me efectúa el efecto deseado.\n\n[code=fw:2o85pggs]<div class... | Blur effect!!! |
[
{
"date": "2011-09-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si pongo un for next, no me crea bien el efecto ya que solo lo hace en los controles que tiene el dialogo y no en todo el dialogo. ¿Alguien sabe como crear el efecto pero de todo el dialogo? Prueben de añadir el for next en el bl... | Blur effect!!! |
[
{
"date": "2011-09-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bayron\nprueba colocar un sysrefresh() antes de empezar el proceso del blur\n\n\nAndres\noDialog:refresh() sacalo del FOR/NEXT",
"time": "13:09",
"topic": "Blur effect!!!",
"username": "Daniel Garcia-Gil"
}
] | Blur effect!!! |
[
{
"date": "2011-09-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Daniel, funcionó perfectamente!!! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "13:53",
"topic": "Blur effect!!!",
"username": "Bayron"
}... | Blur effect!!! |
[
{
"date": "2011-09-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Andres, intenta este codigo:\n\n[code=fw:233h0za8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">Function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color... | Blur effect!!! |
[
{
"date": "2011-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Daniel,\n\nEl problema del BLUR ya está resuelto, no sé ni que le moví, pero ahora funciona correctamente...\n\nAhora el problema es con el pintado del RibbonBar, y éste apareció despues de que definí la ventana principal colocan... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Daniel,\n\nEste codigo reproduce el error... Hay botones en la parte superior derecha para las funciones basicas de la ventana... (Por favor intenta a Maximizar/Restaurar la ventana)\n\n[code=fw:352614x5]<div class=\"fw\" id=\"{C... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-09-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nAl intentar usar el efecto Blur en una ventana con RibbonBar, ésta hace el efecto, pero la RibbonBar no lo hace...\nAl hacerlo sobre el objeto de la RibbonBar, solamente los tabs hacen el efecto, pero no los botones pint... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-09-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bayron\n\nintenta hacerlo sobre la ventana principal no sobre la ribbon",
"time": "12:48",
"topic": "Blur effect!!! /// RibbonBar ::FiveTech",
"username": "Daniel Garcia-Gil"
}
] | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-09-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Daniel, \n\nEso fue lo primero que hice, pero ni siquiera tocó la RibbonBar... al menos no lo hizo ayer, hoy si está trabajando bien???\n\nHice algunas pruebas, aparentemente el problema de pintado en los grupos (ya no tiene... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-09-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Aquí te muestro el problema:\n\n[url:2h1zg7z7]http://www.youtube.com/watch?v=YAqTucM2Pzw[/url:2h1zg7z7]\n\npara Maximizar la ventana solamente uso oWnd:Maximize()",
"time": "20:23",
"topic": "Blur effect!!! //... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-09-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bayron\n\ntrata de cocinar esta idea\n\neste link te puede servir para las opciones del GetSysMetrics \n[url:37f3dqr8]http://msdn.microsoft.com/en-us/library/windows/desktop/ms724385(v=vs.85).aspx[/url:37f3dqr... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "La RibbonBar no refresca cuando regreso del efecto Blur, como lo tengo ahora y tambien con el ejemplo que tu pusiste....\nLe he colocado un SysRefresh(), oWnd:Refresh() y oRBr:Refresh(), pero no funciona...\n\n[url:2w9oa990]http&... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Daniel y Equipo FiveTech,\n\n1 He encontrado una forma temporal de refrescar la RibbonBar al momento de entrar a mi programa:\n[code=fw:2oxbth5z]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color:... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He logrado Refrescar la RibbonBar, con esta funcion:\n\n[code=fw:k0n129ee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> RefRBar<span style=\"color: #000000;\">(... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bayron\n\nprueba esto, el boton dentro del grupo hace el efecto blur\n\n[code=fw:98n85pux]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#INCLUDE</span> <span style=\"color: ... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Daniel, Gracias por contestar...\n\nNo probé tu ejemplo completamente porque mi version de fivewin es la 10.2.. pero probe con:\n\n[code=fw:h5rbojn9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"co... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "HOLA\n\nese efecto Blur esta super <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> \nes de fivewin o codiguito tuyo <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_ques... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola\n\nsi esta incluido en fivewin",
"time": "01:44",
"topic": "Blur effect!!! /// RibbonBar ::FiveTech",
"username": "Daniel Garcia-Gil"
}
] | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias creo que a mi ya no me toco tenerla esta genial\n\nSaluditos <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->",
"time": "03:04",
"topic": "Blur effe... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2011-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote:222ttnhh]creo que a mi ya no me toco tenerla esta genial[/quote:222ttnhh]\n\nAIDA, Si puedes usarla en tu version de FiveWin, yo uso la 10.2, y creo que tu tienes una mas reciente: \n\nPara usarla solo tienes que enviarle ... | Blur effect!!! /// RibbonBar ::FiveTech |
[
{
"date": "2017-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi All,\n\nI have a dialog and call another dialog( get or read data ), back to to first dialog.\nFirst dialog background have second dialog background like blur.\n\nThis problem does not occur in all users.\nSometimes or for a lo... | Blur? |
[
{
"date": "2017-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nPlease try with current FWH version, or a more recent version, thanks",
"time": "10:34",
"topic": "Blur?",
"username": "Antonio Linares"
}
] | Blur? |
[
{
"date": "2017-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1w0ks6ux]Richard,\n\nPlease try with current FWH version, or a more recent version, thanks[/quote:1w0ks6ux]\n\nOK. I will try it. Thanks.",
"time": "15:00",
"topic": "Blur?",
"username": "ric... | Blur? |
[
{
"date": "2008-05-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Srs.\r\nTengo un List Box que muestra los datos de mi tabla de articulos, bien, cuando el usuario elige el articulo que quiere, quiero mostrar la imagen del articulo.\r\n\r\n1-List Box\r\n2-Eleccion\r\n3-Mostrar la Imagen\r\nTeng... | Bmp en ListBox |
[
{
"date": "2008-05-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Oscar,\r\n\r\nQue error te da ? Por favor copia aqui el error, gracias",
"time": "09:59",
"topic": "Bmp en ListBox",
"username": "Antonio Linares"
}
] | Bmp en ListBox |
[
{
"date": "2008-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":bpproe8s]Oscar,\n\nQue error te da ? Por favor copia aqui el error, gracias[/quote:bpproe8s]\r\n\r\nEl error es el Siguiente:\r\n\r\nMessage not Found\r\nTDIALOG:INV_SHOW\r\nArg:\r\n[ 1]=O Object\r\n\r\... | Bmp en ListBox |
[
{
"date": "2008-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Oscar,\r\n\r\nEn que parte de tu PRG se llama al método :INV_SHOW() ?\r\n\r\nPuedes copiar aqui esa porción de código ? gracias",
"time": "13:48",
"topic": "Bmp en ListBox",
"username": "Antonio Linares"
}
] | Bmp en ListBox |
[
{
"date": "2008-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":3r2kmccz]Oscar,\n\nEn que parte de tu PRG se llama al método :INV_SHOW() ?\n\nPuedes copiar aqui esa porción de código ? gracias[/quote:3r2kmccz]\r\n\r\n*---------------------------\r\nSTATIC FUNCTION S... | Bmp en ListBox |
[
{
"date": "2008-05-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Oscar:\r\n\r\nCreo que tu problema está en esta línea:\r\nREDEFINE BUTTON ID 800 OF o[ O_DLG_INVE ] ACTION o[ O_DLG_INVE ]:inv_show() \r\nDebería quedar así:\r\nREDEFINE BUTTON ID 800 OF o[ O_DLG_INVE ] ACTION inv_show()\r\n... | Bmp en ListBox |
[
{
"date": "2007-09-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados, \n\nMuestro un Array con la TXBrowse y necesito poner un Bmp cuando un registro logico tiene .T. o .F. si utilizo la TXBrowse con datos de la DBF directamente funciona bien, pero no logro hacer lo mismo cuando la utili... | Bmp en TXBrowse con Array |
[
{
"date": "2015-09-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos amigos.\n\nTengo un dialog normal con un Bitmap incrustrado. Sobre este bmp, creado con GIMP, he puesto algunos gets (char y numerics). Ahora bien, el problema es el siguiente:\n\n1- Teclas UP, DOWN trabajan bien.\n2- TAB... | Bmp+get+mouse (SOLUCIONADO) |
[
{
"date": "2015-09-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Solucionado...!\n<!-- l --><a class=\"postlink-local\" href=\"http://fivetechsupport.com/forums/viewtopic.php?f=6&t=20102&hilit=get+sobre+bitmap&start=15#p107949\">viewtopic.php?f=6&t=20102&hilit=get+sobre+bitmap&start=15#p107949... | Bmp+get+mouse (SOLUCIONADO) |
[
{
"date": "2015-05-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alguien tiene alguna utilidad que realice la tarea contraria?, es decir, coja la cadena hexadecimal y la convierta en fichero .bmp?\nTeniendo en cuenta que tengo la cadena hexadecimal pero no tengo el fichero .bmp",
"time": "... | BmpToHex |
[
{
"date": "2015-05-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "HexToStr()",
"time": "16:44",
"topic": "BmpToHex",
"username": "MGA"
}
] | BmpToHex |
[
{
"date": "2015-05-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"SGS\":2m0p9v5y]HexToStr()[/quote:2m0p9v5y]\n\nPues evidente, gracias\nHay dias que nos proponemos reinventar la rueda. <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s... | BmpToHex |
[
{
"date": "2015-05-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "01:31",
"topic": "BmpToHex",
"username": "MGA"
}
] | BmpToHex |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "is it possible show a word on menuitem on Bold or one menuitem ?",
"time": "17:05",
"topic": "Bold on Menuitem",
"username": "Silvio.Falconi"
}
] | Bold on Menuitem |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio, It does not serve him well?\n\n[quote:1j4crqv5]\n\n#xcommand MENUITEM [ <oMenuItem> PROMPT ] [<cPrompt>] ;\n [ MESSAGE <cMsg> ] ;\n [ <checked: CHECK, CHECKED, MARK> ] ;\n [ <enable: ENA... | Bold on Menuitem |
[
{
"date": "2016-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "yes of corse BUT\n\nI wish create this \n\n\"Open [b:18ob2x6m]Bollette[/b:18ob2x6m]\"",
"time": "19:44",
"topic": "Bold on Menuitem",
"username": "Silvio.Falconi"
}
] | Bold on Menuitem |
[
{
"date": "2009-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello all:\n\nIn my app I have a button bar initialized:\nDEFINE BUTTONBAR oBar SIZE 73.5 ,78 2007 OF oWnd1 \t\t\nWorks fine.\n\nI have text on the bar...so far no problem.\nThis code is coloring the text : oBar:nClrText = nR... | Bold text on a button bar |
[
{
"date": "2009-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nTry:\n\ndefine font oFont \"Arial\" size 0, -8 bold\n\noBar:setFont( oFont )\n\nJames",
"time": "19:18",
"topic": "Bold text on a button bar",
"username": "James Bott"
}
] | Bold text on a button bar |
[
{
"date": "2009-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James:\nDoesnt work. Here is all the code.\n\n[code=fw:1ngbdbi0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #B900B9;\">//Define the button</span><br /><br /><span style=\"color:... | Bold text on a button bar |
[
{
"date": "2009-08-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nIt looks like you want bold text on the button not the bar. I expect you need to define the button font not the bar font.\n\nJames",
"time": "21:35",
"topic": "Bold text on a button bar",
"username": "James ... | Bold text on a button bar |
[
{
"date": "2009-08-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks for getting back to me. I looked in FWH help and it says... define button prompt \"help\" of oBar FONT oFont1... Font oFont1 should work. It doesn't. \n\nAny other ideas?",
"time": "00:32",
"topic": "Bold text on a ... | Bold text on a button bar |
[
{
"date": "2009-08-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nthere are some post, I talked about this problem.\n\nWith more tests on VTitle, I think it is a good Replacement for Buttonbars,\nif You want to do something special and create Your own Buttonbar. \nButton-Actions are a... | Bold text on a button bar |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.