messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2006-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this: oSay:SetFont( oNewFont )\nAfter changing font do: oSay:SetTex( oSay:cCaption ) to check the change. It would be OK.", "time": "17:24", "topic": "Changing font from oSay", "username": "manuramos" } ]
Changing font from oSay
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Manuramos,\n\nThank you very much , this i needed to complete to make windows resizing the controls , also with the font.\n\nYou may see the result in the thread from silvio (controls ...)\n\nFrank", "time": "11:31", "topi...
Changing font from oSay
[ { "date": "2022-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI think I asked this question some years ago, but I can't it find it anymore, nore do I remember the solution that was given then.\n\nThis is my question:\n\nIn a window, I use a combobox. The list that is defined, need ...
Changing itemlist in a combobox
[ { "date": "2022-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Changing the Array ?\n\n[url:3jc4se7k]http://fivetechsupport.com/forums/viewtopic.php?p=253129&sid=3f9d268fcc951d1bf053930a22ed9d1e#p253129[/url:3jc4se7k]", "time": "13:18", "topic": "Changing itemlist in a com...
Changing itemlist in a combobox
[ { "date": "2022-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Driessen:\nAlgo asi?\n[code=fw:iwn36vsh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><span style=\...
Changing itemlist in a combobox
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I have for example a toolbar with initial button images on top and on the left I have outlook style butons.\n\n[img:1hat10ss]http&#58;//i65&#46;photobucket&#46;com/albums/h235/codemaker_bg/toolbar1&#46;jpg[/img:1hat10ss]\n\nWhat I...
Changing the Toolbar content
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Codemaker,\n\n[b:2qhi053s]A Sample to show the Logic changing BMP's and using the same Button with different Actions:[/b:2qhi053s]\n\n1. define a Array for the used BMP's\n2. use => ACTION [color=#FF0000:2qhi053s]oButt3:SetF...
Changing the Toolbar content
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Uwe, I apreciate your attention.\n\nI am on FW and this and old forum since the version 1.9.2 and as far as I can tell, the xHB/FWH combination is one of the best for middle sized projects. Even for bigger projects, beca...
Changing the Toolbar content
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "At first, Your English is fine and I understand Your Problem.\nMaybe a complete replacement will be a Solution.\nI will have a closer look at Your posted Problem.\n\nBest regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_...
Changing the Toolbar content
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Boris,\n\nYou can create and manage as many toolbars as needed <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nTo switch from one toolbar to another is as easy as:\n[code=fw:2...
Changing the Toolbar content
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Codemaker,\n\ndone it this way:\n\n[code=fw:13fc7q9r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br /><span style=\"color: #B900B9;\">// Define the maximal number of buttons and disable them</span><br...
Changing the Toolbar content
[ { "date": "2012-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3n4m0r8v]Boris,\n\nYou can create and manage as many toolbars as needed <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nTo switch from one toolbar t...
Changing the Toolbar content
[ { "date": "2018-03-16", "forum": "FiveTouch", "text": "[code=fw:3sv83gjq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveTouch.ch\"</span><br /><br /><span style=\"color: #00C800;\">function</span> Main...
Changing the background color
[ { "date": "2008-03-09", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nI can't see how to do it. Is it currently possible? If not could it be added? It would really help in my application. (I want to change the background color when a button is clicked and change it back again wh...
Changing the background color of a BUTTON
[ { "date": "2008-03-13", "forum": "FiveLinux / FiveDroid (Android)", "text": "Antonio\n\nI have done a little research and in GTK+2.0 it sounds like it isn't too difficult, you need something like this:\n\n[code:n43dsnm5] GdkColor color;\n\n gdk_color_parse &#40;\"red\", &color&#41;;\n\n gtk_widget_mo...
Changing the background color of a BUTTON
[ { "date": "2008-03-13", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nAfaik we are using GTK+ 2.0. Please try this code in Class TWindow:\n[code:225d38ch]\nMETHOD SetColor&#40; cColor &#41; INLINE GtkSetColor&#40; &#58;&#58;hWnd, cColor &#41;\n\n#pragma BEGINDUMP\n\n#include <hbapi&#46;h...
Changing the background color of a BUTTON
[ { "date": "2008-03-14", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nThanks. I will try that. I take it that I will have to compile the code in the modified window.prg and what else? Am I producing a new library? or object code to be linked? or what?\n\nSorry for the (probably) n...
Changing the background color of a BUTTON
[ { "date": "2008-03-14", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nYou have to modify window.prg and then compile it and link it as another PRG of your application", "time": "09:15", "topic": "Changing the background color of a BUTTON", "username": "Antonio Linares" } ]
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nI did that and got the following error in the terminal window from whioch I launched my application:\n\n(<unknown>:30895) Pango-CRITICAL **: pango-color-parse: assertion 'spec != NULL' failed\n\nSeems like a param...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nProgress!\n\nI changed \n\n[code:32febzkz]gtk_widget_modify_fg\n[/code:32febzkz]\n\nto\n\n[code:32febzkz]gtk_widget_modify_bg[/code:32febzkz]\n\nAnd we have a red button (background) in the normal state.\n\nSo we ...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "States are as follows: \n\n enum GtkStateType\n\n[code:1pldv652]typedef enum\n&#123;\n GTK_STATE_NORMAL,\n GTK_STATE_ACTIVE,\n GTK_STATE_PRELIGHT,\n GTK_STATE_SELECTED,\n GTK_STATE_INSENSITIVE\n&#125; GtkStateType;[/code:1...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nI should have worked it out before - the problem with your original code is that where you have hb_parc( 1 ) it should in fact he hb_parc( 2). Now parameter passing appears fine.\n\nNow the function needs to be m...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nThere was a bug in my code. This is the right one:\n[code:3s6zpmnq]\nMETHOD SetColor&#40; cColor &#41; INLINE GtkSetColor&#40; &#58;&#58;hWnd, cColor &#41; \n\n#pragma BEGINDUMP \n\n#include <hbapi&#46;h> \n#include <g...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nThis version allows you to pass in the state to apply the color to as a second parameter:\n\n[code:1o5s0962]METHOD SetColor&#40; cColor, iState &#41; INLINE GtkSetColor&#40; &#58;&#58;hWnd, cColor, iState &#41;\n...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Correction to above - defines should be:\n\n[code:yrpen0z5]#define GTK_NORMAL 0\n#define GTK_ACTIVE 1\n#define GTK_PRELIGHT 2\n#define GTK_SELECTED 3\n#define GTK_INSENSITIVE 4[/code:yrpen0z5]", "time": "19:45", "topi...
Changing the background color of a BUTTON
[ { "date": "2008-03-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nI think we should implement it this way:\n\nMETHOD SetColor( cForeColor, cBackColor [, nState] )", "time": "20:35", "topic": "Changing the background color of a BUTTON", "username": "Antonio Linares" } ]
Changing the background color of a BUTTON
[ { "date": "2008-03-16", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nI certainly want to manipulate text-color as well (So that if a GET is set to WHEN .F. it isn't in that dull gray which some users find hard to read).\n\nThat would only leave base-color which means perhaps we sho...
Changing the background color of a BUTTON
[ { "date": "2008-03-16", "forum": "FiveLinux / FiveDroid (Android)", "text": "For anyone following this who wants to know what colors can be created this way the list is available in text form at\n\n<!-- m --><a class=\"postlink\" href=\"http://www-swiss.ai.mit.edu/~jaffer/Color/rgb.txt\">http://www-swis...
Changing the background color of a BUTTON
[ { "date": "2023-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nIn the TFolderEx bookmarks, I need, depending on the situation, to change the bitmap (from the resource) . How can this be done ?", "time": "09:46", "topic": "Changing the bitmap in the bookmark", "username": "Nat...
Changing the bitmap in the bookmark
[ { "date": "2023-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Maybe,\n\n[code=fw:1y4bxsah]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">BITMAPS</span> IIF<span style=\"color: #000000;\">&#40;</span> lCondition, <span style=...
Changing the bitmap in the bookmark
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -...
Changing the bitmap in the bookmark
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Natter\":1x8vxryh]Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\"...
Changing the bitmap in the bookmark
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "If I run the method: SetBitmap (\"modif\", oFld:nOption), then the bookmark simply becomes empty", "time": "14:15", "topic": "Changing the bitmap in the bookmark", "username": "Natter" } ]
Changing the bitmap in the bookmark
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Natter\":3v87mpgk]If I run the method: SetBitmap (\"modif\", oFld:nOption), then the bookmark simply becomes empty[/quote:3v87mpgk]\nResource \"modif\" exist in your file .RC or .RES ?", "time": "14:43", "topic": ...
Changing the bitmap in the bookmark
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I didn't understand the question. First, the resources are registered in .RC, after compilation we get .RES\nWhen installing TFolderEx, everything is fine - bookmarks with text and pictures.", "time": "15:25", "topic": "Ch...
Changing the bitmap in the bookmark
[ { "date": "2023-01-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Look at this, see if it helps:\n\n[url:3uxou6ov]https&#58;//fivetechsupport&#46;com/forums/viewtopic&#46;php?f=3&t=32718&start=0[/url:3uxou6ov]\n\n[url:3uxou6ov]http&#58;//fivewin&#46;com&#46;br/index&#46;php?/topic/27181-gradient...
Changing the bitmap in the bookmark
[ { "date": "2020-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Hello,\n\nI have a special question about my images- and download-links inside the forum.\nEverything belongs to my website < PFLEGEPLUS.COM > I created 20 years ago.\nNow a company asked me if I would like to sell this name \nbe...
Changing the domain of images- and download-links
[ { "date": "2020-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Dear Uwe,\n\nYes, whats the new name that you want to use ?", "time": "19:43", "topic": "Changing the domain of images- and download-links", "username": "Antonio Linares" } ]
Changing the domain of images- and download-links
[ { "date": "2009-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\nanother xbrowse issue.\n\nI have an array with the second element (aarray[x,2]) numeric editable.\nI would like to use the picture \"99.9\" for the value on the first row and \"99.99\" for the value on the second row.\n\n...
Changing the edit picture on the same col (xbrowse)
[ { "date": "2009-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try this revised sample\n[code=fw:1s3fosz9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span sty...
Changing the edit picture on the same col (xbrowse)
[ { "date": "2009-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nthe numeric cells are diplayed well\nbut I need to make the same with the edit picture also.\n\nSomething like this:\noBrw:aCols[2]:bEditPicture := ;\n { || cValToStr( oBrw:aRow[2], If( oBrw:nArrayAt == 1, ;\n '999.9...
Changing the edit picture on the same col (xbrowse)
[ { "date": "2009-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I am sorry. I made a mistake in copying the code. I now edited it.\nWe can change the edit picture through bChange\nhere is the right code\n[code=fw:1f9ulxew]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<sp...
Changing the edit picture on the same col (xbrowse)
[ { "date": "2009-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "It runs fine. Thank you very much for your support.", "time": "18:18", "topic": "Changing the edit picture on the same col (xbrowse)", "username": "Marco Turco" } ]
Changing the edit picture on the same col (xbrowse)
[ { "date": "2018-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I am usings execute command to run the scripts as below.\nWhen I run my program a file named comp.log is created in the current directory.\nIs it possible to change it. I want it to be created in another directory (for example in ...
Changing the place of "comp.log" file in scripts.
[ { "date": "2018-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Birol,\n\nIn FWH\\source\\function\\harbour.prg in function Execute() please comment out this line:\n\n// FReOpen_Stderr ( \"comp.log\", \"w\" )\n\nand modify this one:\n\noHrb = HB_CompileFromBuf( cCode, [b:1gojh2gf].T.[/b:1gojh2...
Changing the place of "comp.log" file in scripts.
[ { "date": "2018-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks master. It has gone. Not created in the current directory.\nBut where is it now? It will not be created? Or it has gone to somewhere else?", "time": "14:42", "topic": "Changing the place of \"comp.log\" file in scri...
Changing the place of "comp.log" file in scripts.
[ { "date": "2018-08-06", "forum": "FiveWin for Harbour/xHarbour", "text": "It will not be created\n\nIn case that there is an error, a runtime error will be generated", "time": "17:47", "topic": "Changing the place of \"comp.log\" file in scripts.", "username": "Antonio Linares" } ]
Changing the place of "comp.log" file in scripts.
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Any ideas ?\nI tried with oTitle:SetText(\"New text\") without success.\n\nThanks in advance.", "time": "13:48", "topic": "Changing the tTitle text at runtime", "username": "Marco Turco" } ]
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Marco,\n\nCan you try it oTitle:aText[3] := \"New Text\"", "time": "14:02", "topic": "Changing the tTitle text at runtime", "username": "Horizon" } ]
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nin File : \\samples\\testtitl.prg change / add these lines for a Test :\n\n[color=#FF0000:3rnzb241]Local oText1[/color:3rnzb241]\n...\n...\n// Title 1 Horizontal ( top )\n@ 015,150 TITLE oTitle1 size 460, 60 of oWnd SHA...
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Uwe,\nyour last sample runs well but is there a solution to change the text directly from oTitle1 ?", "time": "15:56", "topic": "Changing the tTitle text at runtime", "username": "Marco Turco" } ]
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nit works the same, also from inside the same Title\n\nLOCAL oText1, [color=#FF0000:3pnoi593]oText2[/color:3pnoi593]\n\n//Title 5 Horizontal( Down )\n@ 480, 150 TITLE oTitle5 size 460, 60 of oWnd SHADOW BOTTOMLEFT SHADOW...
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I mean something like oTitle1:xcontrol:settext(\"new text\").", "time": "16:21", "topic": "Changing the tTitle text at runtime", "username": "Marco Turco" } ]
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Marco,\n\nYou don't need to define the Title, only the Textobject.\nThis button ( on Mainwindow ) changes the Text defined in Title 1.\n\n// Style 2007\n// -------------\n@ 580, 300 BTNBMP oBtn1 OF oWnd ;\nSIZE 200, 80 ;\...
Changing the tTitle text at runtime
[ { "date": "2011-05-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I know. The problem is that I manage all my app windows thorough a routine that return me only the object related to the tTitle object, not the tTitleText of tTitle object. It is for this reason that I can't use directly the tTitl...
Changing the tTitle text at runtime
[ { "date": "2017-06-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI wanted to change the textcolor of RADIOS and CHECKBOXES at runtime.\nIt only works on SAY\n\n[color=#0000FF:lowxjvo8]FUNCTION OBJ_UPDATE( oFld2, nTextColor, nBackColor )\n\n// FOLDER\n\nAEval( oFld2:aDialogs[ 2 ]:aCont...
Changing the textcolor of RADIOS and CHECKB. at runtime ?
[ { "date": "2017-06-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nI use a separate field for check boxes and radio buttons .. just shorten the text to show control and create a text box to go along side .. that way ON CHANGE I can modify the text.\n\nMay not be very elegant, but it works....
Changing the textcolor of RADIOS and CHECKB. at runtime ?
[ { "date": "2017-06-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nI got it working changing the colors of [color=#0000FF:1y84wvgm]RADIOS and CHECKBOXES [/color:1y84wvgm]as well with these changes :\n\n// ---------------\n\nFUNCTION OBJ_UPDATE( oFld2, nTextColor, nBackColor )\n\n// ---FO...
Changing the textcolor of RADIOS and CHECKB. at runtime ?
[ { "date": "2011-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi.\nI'm making some tests on the Acer Iconia tablet.\nIf I display a window and a dialog when the tablet if in landscape mode everything is perfect. \nBut when I rotate it I want to change the width and height according to the ne...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Massimo,\n\nYou can do:\n\noWnd:nWidth = ...\noWnd:nHeight = ...\n\nsame for oDlg or any oControl", "time": "04:51", "topic": "Changing with and height of a window and a dialog", "username": "Antonio Linares" } ]
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio.\nMy problem is to recognize the rotating of the device. The original window is 1280 X 800 and when you rotate\nthe Iconia the window will be 800 X 1200. Is it possible to know when the device is changing the orientatio...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Massimo.\n\nPlease run this test in your tablet and review events.log to find what msgs you get when you rotate the screen:\n[code=fw:1ei5quu5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio.\nThis is the events.log\n\n06/05/11 06:23:21: 49\t0\t0\t\n06/05/11 06:23:21: 24\t1\t0\t\n06/05/11 06:23:21: 70\t0\t1244328\t\n06/05/11 06:23:21: 70\t0\t1244328\t\n06/05/11 06:23:21: 28\t1\t5300\t\n06/05/11 06:23:21: 13...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Massimo,\n\nPlease rotate the tablet 10 times and then copy here the events.log again, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "07:14", "topic": ...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Here it is.\nI have another question. When I display a dialog from a resource, is it possible to close this dialog and display another one\nwhen the tablet is rotated ? I want to try to make different dialogs according to the resi...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Massimo,\n\nYes, once we know which one is the rotate event then we can do what we want <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "07:34", "topic": "Chang...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Great.\nIs there a reference table about the numbers that the logfile function is creating ?\nI saw that there are always 3 numbers after the time but I don't know what they mean.", "time": "07:41", "topic": "Changing with...
Changing with and height of a window and a dialog
[ { "date": "2011-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Massimo,\n\nThe first value is the Windows msg sent to the window, the other two values are the supplied parameters (nWParam, nLParam). The msg value has to be converted into hexadecimal and then you can look for it inside windows...
Changing with and height of a window and a dialog
[ { "date": "2011-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, it is working.\nNow I have to find a way of changing the resolution of the open window and dialog with all the controls inside.\nThanks a lot.\nMassimo.", "time": "18:07", "topic": "Changing with and height of a windo...
Changing with and height of a window and a dialog
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I found that the Rotate event is 126\nI modified dialog.prg so I could do the following in my program.\noDlg:bRotate := { || msginfo( 'Rotate '+alltrim(str(ScreenWidth(),5))+'x'+alltrim(str(ScreenHeight(),5)))}\nWith windows 7 the...
Changing with and height of a window and a dialog
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Actually there is an event define\nWM_DISPLAYCHANGE = 126\n\nI found the information here: [url:2k6n76qz]https&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms812142&#46;aspx[/url:2k6n76qz]", "time": "16:45", "topic": "Ch...
Changing with and height of a window and a dialog
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:02", "topic": "Changing with and height of a window and a dialog", "username": "Antonio...
Changing with and height of a window and a dialog
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\nDoes the latest version of FW handle screen rotation? If not do you think something like ::bRotate or ::bOnRotate can be added to native Window class.\nI am working more and more with Tablets and Convertibles.", "tim...
Changing with and height of a window and a dialog
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\nAs a first idea I think that we could use FWH functions ScreenWidth() and ScreenHeight() and a timer to control rotation.\n\nI am thinking how to avoid the use of the timer...", "time": "21:18", "topic": "Changing...
Changing with and height of a window and a dialog
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\nCould you try this example and rotate the tablet ?\n\nPlease let me know if it beeps when you rotate it, thanks\n\n[code=fw:3nxhtysb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00...
Changing with and height of a window and a dialog
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "i will try it later. just thinking about it, if you want to try it without adding to handleevent then it might be better on paint. i am not sure the dialog/window size changes unless keyboard is visible and sometimes not even then...
Changing with and height of a window and a dialog
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\nThen you may change in my example:\n\noWnd:bPainted = { || MsgBeep() }\n\nthanks", "time": "22:07", "topic": "Changing with and height of a window and a dialog", "username": "Antonio Linares" } ]
Changing with and height of a window and a dialog
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "bPainted does get called when you rotate display. bResized does not get called.\nI cannot get accurate screen sizes when I use bPainted. screenwidth() and screenheight() are not always correct. Maybe it has something to do with bu...
Changing with and height of a window and a dialog
[ { "date": "2015-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "We know we can easily ascertain Protrait / Landscape mode by comparing ScreenWidth() and ScreenHeight(). If the application window is maximized on Tablet, rotation restults in Resize event and our normal ON RESIZE can react to the...
Changing with and height of a window and a dialog
[ { "date": "2015-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Is the function IsTabletMode() in later vesrion of FWH?", "time": "04:07", "topic": "Changing with and height of a window and a dialog", "username": "Gale FORd" } ]
Changing with and height of a window and a dialog
[ { "date": "2015-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Gale FORd\":21xtto1b]Is the function IsTabletMode() in later vesrion of FWH?[/quote:21xtto1b]\nYes.\nThis is the source code:\n[code=fw:21xtto1b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=...
Changing with and height of a window and a dialog
[ { "date": "2015-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you for your help.\nI still have some small issue. One of the reasons I need this is to change the dialog size and re-position some controls. Without a timer in bOnDisplayChange the ScreenWidth() and ScreenHeight() are not a...
Changing with and height of a window and a dialog
[ { "date": "2015-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Here is another issue. With Windows 10 the On Screen Keyboard does not adjust screenheight(). So it makes no difference if the keyboard is visible or not. You have to know whether the on screen keyboard is visible in order to make...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "The previous post works correctly if the on screen keyboard is docked. Some adjustments may need to be made if keyboard is not docked. Windows 7 looks like it works ok as is. \nWe would need to find out if keyboard docked on Windo...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale\nIf it's any help\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25706&p=176030&hilit=keyboard#p175935\">viewtopic.php?f=3&t=25706&p=176030&hilit=keyboard#p175935</a><!--...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for your input but we are way past that. We are talking about tablets when they rotate, not just starting the keyboard.", "time": "02:58", "topic": "Changing with and height of a window and a dialog", "username"...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "If our window/dialog is is in maximized mode, when the tablet is rotated, the window is automatically resized to fit the new orientation. We do not need to recalculate the dimensions of the window. I personally prefer to keep our ...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "even if the dialog is maximized screenheight() still has to be calculated to find the control positions so they are visible with on screen keyboard. Then you have popup dialog boxes that are not maximized. The problem of on scree...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:1w56ut4m]screenheight() still has to be calculated to find the control positions so they are visible with on screen keyboard.[/quote:1w56ut4m]\nI suggest using ClientRect of the window instead of screenheight()", "time"...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "with windows 10 the screenheight does not account for keyboard. so the window does not resize automatically. That has been one of the reasons for this whole exercise.Some of my controls will be hidden behind keyboard when screen i...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "I might have misunderstood your comment. Once the dialog size and position has been determined then we can use coordinates of window.\nI also have to rethink using any of the msg*() functions or any dialog that is centered. Withou...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\nMy core strategy in tablet programming with fwh:\n\n- To use dialog controls on ScrollPanel class.\n\n- When control get obtain focus, automatically open osk. Close osk on lost focus.\n\n- When open osk then scrolling Pan...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "That sounds good and I am glad you have it working for you.\nScrolling dialog is good and I had tried to implement that. There were several issues using that alone. #1 was the placement of navigation buttons like next, previous, p...
Changing with and height of a window and a dialog
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\n[quote:vig2sxvd] #1 was the placement of navigation buttons like next, previous, print, cancel, etc. With Windows 8 and 10 if you put them on the bottom of the dialog then they could get covered up with on screen keyboard...
Changing with and height of a window and a dialog
[ { "date": "2014-08-28", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI am attempting to re-use an xBrowse already defined with an Ado data source and fields assigned to resource ID and browser object. I want to be able to re-use the same xBrowse and assign it a new data source and fields ...
Changing xBrowse data source and fields at runtime
[ { "date": "2014-08-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick: \nMaybe this sample code will be of some help. Here, I used ComboBox instead of Radio-buttons.\n[code=fw:3iqndgxi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">//------...
Changing xBrowse data source and fields at runtime
[ { "date": "2014-08-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Francisco\n\nGreat LDAP query !! I understand what you are doing logically .. I don't know if I am going to run into any problems since my xBrowse is tied to a resource ID .. I am thinking I may have difficulty re-initializing th...
Changing xBrowse data source and fields at runtime
[ { "date": "2016-11-30", "forum": "Off Topic / Otros temas", "text": "[img:26ttypjf]http&#58;//i&#46;imgur&#46;com/LEZQsWK&#46;jpg[/img:26ttypjf]\n\n <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> <!-- s:cry: --><img src=\"{SMILIES_P...
Chapecoense Campeón/Campeão
[ { "date": "2016-12-01", "forum": "Off Topic / Otros temas", "text": "Força CHAPECOENSE !\n\nGoian bego !\n\nPara nosotros \"Carpe diem\" ...\n\n[url:1jh0dvvq]https&#58;//www&#46;youtube&#46;com/watch?v=70ehPdHkEiQ[/url:1jh0dvvq]", "time": "17:33", "topic": "Chapecoense Campeón/Campeão", "use...
Chapecoense Campeón/Campeão
[ { "date": "2008-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I had previously understood that in 32 bits we don't have the 64k size limit for a char string that we had in 16 bits. However, I saw in the xHarbour documentation for Memoread() that there still is a 64k size limit for a char st...
Char string size limit still 64k?