Poll
Hi, There's an opinion poll here (http://www.developpez.net/forums/d1617089/environnements-developpement/windev/nouveautes-chez-pc-soft/) I know, this is a french post but it could be interesting that...
View ArticleWB21 - best way to change style at runtime
Hi, I have a site for employees where they can see their work schedule and some other things. The site is used by different companies, but it is not a public site. It's installed local at each clients...
View ArticleNo threads safe mark in help ?
I don't see threads safe mark in help , is this mean all functions in wd/wm are threads safe ?
View Article[WD21] FullText_Index is unreliable?
Hi all, I have problems trying to get reliable results from searching a FullText_index. For instance, I have a full text index on my contact file, and it includes most of the string fields of the...
View ArticleMulti platform example
PCS loves to tell us that Wx is "Integrated software for developing cross-platform applications". Is there a PCS supplied example of doing that? Maybe a simple rolodex app or something. Would be nice...
View ArticleWebDev - Windows within a single browser tab (6 replies)
Hi All Recently in this forum a member linked to this example: [examples.sencha.com] ... the site shows a "desktop" style environment within a browser tab. The user can open various windows and move...
View Article[WD19] Read String Content (2 replies)
Hi Friends, I have combination of string content like this : EDT_Text_1 = Name + Phone + Email + Address 1 + Address 2 + Zipcode + City + State + Country. How to read the combination string and...
View Article[WB19] Javascript function not working (1 reply)
Hi Why would this JS function work on the development machine but not when the application is deployed? function JSGetBrowserWidth() { // return document.body.clientWidth; var w=window.innerWidth ||...
View Article[wm21 - android] LooperaddLine() cause exception if swipe row is use (1 reply)
Hi, recently I keep getting exception "Error in Initialiazing myApp process. Internal error of WDJava framework. Java.lang.NullPointerException" after days of tracing , I finally found which function...
View Article[WM] - How to find Document folder in iOS? (1 reply)
Hello, How can we find the default document folder where we can save files/data, in iOS? This saved files should be accessible to user using any file manager... TIA Yogi Yang
View ArticleMulti Column Report (no replies)
Hi, I am struggling a bit with reports having not used them much. I have a table report with 3 columns and what I would like is for it to be filled horizontally rather than vertically. At the moment...
View Articledashboard windev webdev 21 (no replies)
Hi I have a windev app that used a dashboard. Iam now making a webdev app that does the same thing. With simple adding of an internal window this works just fine however my dashboard is not so simple...
View ArticleO data (5 replies)
Hi I was looking for O data the help nut could not find anything? Has pcsoft overlooked this . This is a really great way to do queries over the web. Regards Allard
View ArticleGateway Timeout wb 21 (1 reply)
Hi I am programming my dashboard in webdev 21 and quite some code has to be run for it to do what it does , haha. In Windev this is not a problem when debugging. but in webdev it is . Has anyone of...
View ArticleSocket in multithreading (1 reply)
Hi! Do someone use sockets in multithreading? I am trying to implement bidirectional socket connection with simultaneous reading/writing operation. There are two threads - one for reading and one for...
View Article[WD20][WM20] HashString() function showing different result (1 reply)
Hi, I used HashString(HA_HMAC_SHA_256, "1234") in both windev and windev mobile, but they are showing different result. Why? Or did I miss something? Thanks.
View Article[WX22] 40 new French videos from the TDF presenting V22 (no replies)
For those who understand French: http://www.pcsoft.fr/windev/videos.htm
View Article[wm21 - android] is there simple way to code ?
Hi, just to create generic looper control template where all it does is get data from webservice and populate looper in multi threads mode. just for populating looper, I endup use 3 variable to handle...
View Article[wm21 - android] Compile error when declare structure in control template
I discover weird error when I declare structure in control template global declaration section , WM don't give error but when compile the code where you reference the structure , gradle give error...
View ArticleWM21 iOS LINEST (Excel) function
Hi all, Does anyone know of a Windev mobile 21 (iOS) equivalent for the LINEST function in Excel? regards, Edwin
View Article