z-order differences
Posted: Mon Jun 22, 2009 3:23 pm
I've been testing my app (using PB 4.31 final) under Ubuntu 9.04, Debian 5.0 and Fedora 11.
Native PB serial port functions do not work under any of them.
This code is OK under Ubuntu and Debianbut has to be changed tounder Fedora.
Native PB serial port functions do not work under any of them.
This code is OK under Ubuntu and Debian
Code: Select all
OptionGadget(#OPT_P33A_CFG,249,top+20,14,14,"")
OptionGadget(#OPT_P33I_CFG,249,top+40,14,14,"")
OptionGadget(#OPT_P33O_CFG,249,top+60,14,14,"")
Frame3DGadget(#PB_Any,248,top+8,22,75,"")Code: Select all
Frame3DGadget(#PB_Any,248,top+8,22,75,"")
OptionGadget(#OPT_P33A_CFG,249,top+20,14,14,"")
OptionGadget(#OPT_P33I_CFG,249,top+40,14,14,"")
OptionGadget(#OPT_P33O_CFG,249,top+60,14,14,"")